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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header-component .container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

header-component .column,
header-component .columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  header-component .container {
    width: 85%;
    padding: 0; } }

/* For devices larger than 550px */
@media (min-width: 550px) {
  header-component .container {
    width: 80%; }
  header-component .column,
  header-component .columns {
    margin-left: 4%; }
  header-component .column:first-child,
  header-component .columns:first-child {
    margin-left: 0; }
  header-component .one.column,
  header-component .one.columns {
    width: 4.66666666667%; }
  header-component .two.columns {
    width: 13.3333333333%; }
  header-component .three.columns {
    width: 22%; }
  header-component .four.columns {
    width: 30.6666666667%; }
  header-component .five.columns {
    width: 39.3333333333%; }
  header-component .six.columns {
    width: 48%; }
  header-component .seven.columns {
    width: 56.6666666667%; }
  header-component .eight.columns {
    width: 65.3333333333%; }
  header-component .nine.columns {
    width: 74.0%; }
  header-component .ten.columns {
    width: 82.6666666667%; }
  header-component .eleven.columns {
    width: 91.3333333333%; }
  header-component .twelve.columns {
    width: 100%;
    margin-left: 0; }
  header-component .one-third.column {
    width: 30.6666666667%; }
  header-component .two-thirds.column {
    width: 65.3333333333%; }
  header-component .one-half.column {
    width: 48%; }
  /* Offsets */
  header-component .offset-by-one.column,
  header-component .offset-by-one.columns {
    margin-left: 8.66666666667%; }
  header-component .offset-by-two.column,
  header-component .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  header-component .offset-by-three.column,
  header-component .offset-by-three.columns {
    margin-left: 26%; }
  header-component .offset-by-four.column,
  header-component .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  header-component .offset-by-five.column,
  header-component .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  header-component .offset-by-six.column,
  header-component .offset-by-six.columns {
    margin-left: 52%; }
  header-component .offset-by-seven.column,
  header-component .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  header-component .offset-by-eight.column,
  header-component .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  header-component .offset-by-nine.column,
  header-component .offset-by-nine.columns {
    margin-left: 78.0%; }
  header-component .offset-by-ten.column,
  header-component .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  header-component .offset-by-eleven.column,
  header-component .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  header-component .offset-by-one-third.column,
  header-component .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  header-component .offset-by-two-thirds.column,
  header-component .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  header-component .offset-by-one-half.column,
  header-component .offset-by-one-half.columns {
    margin-left: 52%; } }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header-component .button,
header-component button,
header-component input[type="submit"],
header-component input[type="reset"],
header-component input[type="button"] {
  display: inline-block;
  background-color: transparent;
  box-sizing: border-box; }

header-component .button:hover,
header-component button:hover,
header-component input[type="submit"]:hover,
header-component input[type="reset"]:hover,
header-component input[type="button"]:hover,
header-component .button:focus,
header-component button:focus,
header-component input[type="submit"]:focus,
header-component input[type="reset"]:focus,
header-component input[type="button"]:focus {
  outline: 0; }

header-component .button.button-primary:hover,
header-component button.button-primary:hover,
header-component input[type="submit"].button-primary:hover,
header-component input[type="reset"].button-primary:hover,
header-component input[type="button"].button-primary:hover,
header-component .button.button-primary:focus,
header-component button.button-primary:focus,
header-component input[type="submit"].button-primary:focus,
header-component input[type="reset"].button-primary:focus,
header-component input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header-component input[type="email"],
header-component input[type="number"],
header-component input[type="search"],
header-component input[type="text"],
header-component input[type="tel"],
header-component input[type="url"],
header-component input[type="password"],
header-component textarea,
header-component select {
  padding: 0px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  border: 1px solid #D1D1D1; }

/* Removes awkward default styles on some inputs for iOS */
header-component input[type="email"],
header-component input[type="number"],
header-component input[type="search"],
header-component input[type="text"],
header-component input[type="tel"],
header-component input[type="url"],
header-component input[type="password"],
header-component textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

header-component textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

header-component input[type="email"]:focus,
header-component input[type="number"]:focus,
header-component input[type="search"]:focus,
header-component input[type="text"]:focus,
header-component input[type="tel"]:focus,
header-component input[type="url"]:focus,
header-component input[type="password"]:focus,
header-component textarea:focus,
header-component select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

header-component label,
header-component legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

header-component fieldset {
  padding: 0;
  border-width: 0; }

header-component input[type="checkbox"],
header-component input[type="radio"] {
  display: inline; }

header-component label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
header-component .container:after,
header-component .row:after,
header-component .u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
header-component {
  /*  LOGIN */ }
  header-component *,
  header-component *:before,
  header-component *:after {
    box-sizing: border-box; }
  header-component a {
    text-decoration: none; }
  header-component ul, header-component li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  header-component button {
    padding: 0; }
  header-component .row {
    height: 100%; }
  header-component .column, header-component .columns {
    height: 100%;
    display: flex; }
  header-component .row {
    display: flex;
    align-items: center; }
  header-component .align_left {
    justify-content: flex-start; }
  header-component .align_center {
    justify-content: center; }
  header-component .align_right {
    justify-content: flex-end; }
  header-component input {
    margin-bottom: 0; }
  header-component .login-button a {
    white-space: nowrap;
    text-decoration: none;
    color: white; }
  header-component .menu-item:hover {
    cursor: pointer; }
  header-component .menu-and-link-combiner .components-combiner {
    display: flex;
    align-items: center; }
  header-component .logo img {
    max-width: 100%; }
  header-component .menu {
    display: flex;
    justify-content: center; }
  header-component .sub-menu {
    display: flex;
    font-size: 12px; }
  header-component .sub-menu div {
    margin: 0 5px;
    white-space: nowrap; }
  header-component .noop {
    height: 1px; }
  header-component .menu-item {
    font-size: 12px; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

.search-wrapper {
  position: relative;
  color: #286ba0;
  display: flex;
  height: 28px; }

.search-image {
  height: 100%;
  position: absolute;
  right: 0;
  padding: 5px;
  top: 0; }

.search-input[type="text"] {
  padding-right: 30px;
  color: #000;
  width: 100%;
  height: 28px;
  border-radius: 0;
  line-height: 1;
  font-family: sans-serif; }

.search .search-resp {
  position: absolute;
  background: #fff;
  width: calc(100%);
  top: 27px;
  border: 1px solid #ccc;
  left: 0;
  z-index: 2000; }
  .search .search-resp__item {
    padding: 6px 10px;
    cursor: pointer; }
    .search .search-resp__item:hover {
      background: #f1f1f1; }

.search #loadIcon .search-image {
  top: 1px;
  animation: spin 4s linear infinite;
  transform-origin: 13px 13px; }

.search #cancelSearchIcon {
  cursor: pointer; }

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

.logo {
  display: flex;
  align-items: center; }
  .logo-picture {
    height: 30px;
    width: auto; }
  .logo-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer; }

.components-combiner {
  display: flex;
  align-items: center; }

._drop-down-button {
  width: 100%;
  height: 2px;
  background: #5133ab; }

.drop-down-button-wrapper {
  width: 60px;
  height: 60px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.social-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 10px 30px; }

.social-list {
  display: flex; }

.social-item {
  margin: 0 3px; }

.social-link {
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 50%; }

.hierarchical .menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .hierarchical .menu-list-item {
    flex-shrink: 0; }

header-component .arkadium-menu {
  display: flex;
  align-items: center; }

header-component .login {
  display: flex;
  align-items: center; }
  header-component .login-link {
    font-weight: 600; }

header-component .ark-select-panel {
  display: none;
  position: absolute;
  background: #000;
  min-width: 200px;
  z-index: 11; }
  header-component .ark-select-panel.active {
    display: block; }
  header-component .ark-select-panel .image {
    display: none; }
  header-component .ark-select-panel .list {
    display: flex;
    flex-wrap: wrap; }

header-component .ark-select-li {
  width: 50%; }

header-component .ark-select-viewport .viewport-content {
  position: relative;
  display: flex;
  align-items: center; }
  header-component .ark-select-viewport .viewport-content:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    margin: auto 0 auto 5px;
    padding-bottom: 3px; }

header-component .ark-select-viewport .title {
  cursor: pointer;
  color: #fff; }

header-component .ark-select-viewport .image {
  height: 16px;
  margin-right: 10px;
  margin-bottom: 1px; }

header {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

/*             */
/* RENDER LIST */
/*             */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* CLIENT */
/* ---------- */
/* daily-mail */
/* ---------- */
.daily-mail .row-client-menu .menu-list {
  display: flex; }

.daily-mail .row-client-menu .menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px; }

.daily-mail .row-client-menu .menu-list__item:not(:last-child) {
  border-right: 1px solid black; }

.daily-mail .row-client-menu .menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
  font-family: Arial, sans-serif; }

/* ------- */
/* forward */
/* ------- */
.forward .row-client-menu .menu-list {
  display: flex; }

.forward .row-client-menu .menu-list__item {
  font-size: 2rem;
  color: #111c24;
  cursor: pointer;
  margin: 0 13px;
  position: relative; }

.forward .row-client-menu .menu-list__item:not(:last-child):after {
  content: ' ';
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 50%;
  width: 4px;
  background: #111c24;
  top: 50%;
  right: -14px; }

.forward .row-client-menu .menu-list__link {
  color: #000; }
  .forward .row-client-menu .menu-list__link:hover {
    text-decoration: underline; }

.forward .row-client-menu .menu-list__title {
  color: #111c24;
  font-size: 24px;
  white-space: nowrap;
  font-family: PreloSlab-Book, Georgia, serif;
  color: inherit; }

/* ----- */
/* metro */
/* ----- */
.metro .row-client-menu .menu-list {
  display: flex; }

.metro .row-client-menu .menu-list__item {
  display: flex;
  align-items: center; }

.metro .row-client-menu .menu-list__link {
  color: #000;
  display: inline-block;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  padding: .4em; }
  .metro .row-client-menu .menu-list__link:hover {
    border-bottom-color: #0c5c24;
    background-color: #03c53b;
    color: #fff; }

.metro .row-client-menu .menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  color: inherit;
  font-family: UnitSlabPro-Bold, serif; }

/* ---------- */
/* stompgames */
/* ---------- */
.stompgames .row-client-menu .menu-list {
  display: flex; }

.stompgames .row-client-menu .menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 100%; }

.stompgames .row-client-menu .menu-list__link {
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: white;
  text-decoration: none; }

.stompgames .row-client-menu .menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  padding: 0 10px; }

/* --- */
/* tnp */
/* --- */
.tnp .row-client-menu .menu-list {
  display: flex; }

.tnp .row-client-menu .menu-list__item {
  display: flex;
  align-items: center; }

.tnp .row-client-menu .menu-list__link {
  color: #748995; }
  .tnp .row-client-menu .menu-list__link:hover {
    background: #748995;
    color: #fff; }

.tnp .row-client-menu .menu-list__title {
  color: #748995;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: inherit;
  padding: 3px 12px;
  padding-top: 6px; }

/* ------------ */
/* straitstimes */
/* ------------ */
.straitstimes .row-client-menu .menu-list {
  display: flex; }

.straitstimes .row-client-menu .menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.straitstimes .row-client-menu .menu-list__link {
  padding: 0 10px; }

.straitstimes .row-client-menu .menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-size: 14px;
  color: #FFFFFF;
  font-family: 'Curator';
  text-transform: uppercase; }

/* -------- */
/* newsweek */
/* -------- */
.newsweek .row-client-menu .menu-list {
  display: flex; }

.newsweek .row-client-menu .menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 9px;
  margin: 9px 0; }

.newsweek .row-client-menu .menu-list__item:not(:last-child) {
  border-right: 1px solid #d9d9d9; }

.newsweek .row-client-menu .menu-list__link {
  display: flex;
  align-items: center;
  font-size: 21px;
  padding: 3px;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #111c24;
  text-decoration: none; }
  .newsweek .row-client-menu .menu-list__link:hover {
    color: #f72210; }

.newsweek .row-client-menu .menu-list__title {
  color: #111c24;
  font-size: 21px;
  white-space: nowrap;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: inherit; }

.newsweek .row-client-menu .menu-list__image {
  width: 89px;
  height: 26px; }

/* -------------- */
/* crosswordgiant */
/* -------------- */
.crosswordgiant .row-client-menu .menu-list {
  display: flex; }

.crosswordgiant .row-client-menu .menu-list__item {
  display: flex;
  align-items: center; }

.crosswordgiant .row-client-menu .menu-list__link {
  display: inline-block;
  color: #0088cc;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 5px; }
  .crosswordgiant .row-client-menu .menu-list__link:hover {
    color: white;
    text-decoration: none;
    background: #0088cc; }

.crosswordgiant .row-client-menu .menu-list__title {
  color: #0088cc;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  color: inherit; }

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ARKADIUM */
/* ---------- */
/* daily-mail */
/* ---------- */
.daily-mail .row-ark-menu .ark-menu-list {
  display: flex; }

.daily-mail .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px; }

.daily-mail .row-ark-menu .ark-menu-list__item:not(:last-child) {
  border-right: 1px solid #fff; }

.daily-mail .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif; }

/* ------- */
/* forward */
/* ------- */
.forward .row-ark-menu .ark-menu-list {
  display: flex; }

.forward .row-ark-menu .ark-menu-list__link {
  padding: 0 10px; }

.forward .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  font-family: sans-serif; }

/* ----- */
/* metro */
/* ----- */
.metro .row-ark-menu .ark-menu-list {
  display: flex; }

.metro .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 9px;
  margin: 3px 0; }

.metro .row-ark-menu .ark-menu-list__item:not(:last-child) {
  border-right: 2px solid #fff; }

.metro .row-ark-menu .ark-menu-list__link {
  color: #000;
  display: inline-block;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent; }

.metro .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap; }

/* -------------- */
/* nationalreview */
/* -------------- */
.nationalreview .row-ark-menu .ark-menu-list {
  display: flex; }

.nationalreview .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 9px;
  margin: 3px 0; }

.nationalreview .row-ark-menu .ark-menu-list__link {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  font: 700 14px sans-serif;
  background: none;
  padding: 0px 10px; }
  .nationalreview .row-ark-menu .ark-menu-list__link:hover {
    text-decoration: underline; }

.nationalreview .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap; }

/* ---------- */
/* stompgames */
/* ---------- */
.stompgames .row-ark-menu .ark-menu-list {
  display: flex; }

.stompgames .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 100%; }

.stompgames .row-ark-menu .ark-menu-list__link {
  height: 100%;
  display: flex;
  align-items: center; }

.stompgames .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap; }

/* --- */
/* tnp */
/* --- */
.tnp .row-ark-menu .ark-menu-list {
  display: flex; }

.tnp .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-weight: 900; }

.tnp .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  line-height: 33px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900; }

/* ------------ */
/* straitstimes */
/* ------------ */
.straitstimes .row-ark-menu .ark-menu-list {
  display: flex; }

.straitstimes .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.straitstimes .row-ark-menu .ark-menu-list__link {
  padding: 0 10px; }

.straitstimes .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif; }

/* ----------- */
/* dailycaller */
/* ----------- */
.dailycaller .row-ark-menu .ark-menu-list {
  display: flex; }

.dailycaller .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.dailycaller .row-ark-menu .ark-menu-list__link {
  padding: 0 10px; }

.dailycaller .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 16px; }

/* -------- */
/* newsweek */
/* -------- */
.newsweek .row-ark-menu .ark-menu-list {
  display: flex; }

.newsweek .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.newsweek .row-ark-menu .ark-menu-list__link {
  padding: 0 10px;
  color: #000; }
  .newsweek .row-ark-menu .ark-menu-list__link:hover {
    color: #f72210; }

.newsweek .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  line-height: 41px; }

/* -------------- */
/* crosswordgiant */
/* -------------- */
.crosswordgiant .row-ark-menu .ark-menu-list {
  display: flex; }

.crosswordgiant .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center; }

.crosswordgiant .row-ark-menu .ark-menu-list__link {
  display: inline-block;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 9px;
  color: #fff;
  border-right: 1px solid #fff; }

.crosswordgiant .row-ark-menu .ark-menu-list__title {
  color: #0088cc;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: inherit; }

/* -------- */
/* euronews */
/* -------- */
.euronews .row-ark-menu .ark-menu-list {
  display: flex; }

.euronews .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.euronews .row-ark-menu .ark-menu-list__link {
  padding: 4px; }

.euronews .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 16px; }

/* --- */
/* dallasnews */
/* --- */
.dallasnews .row-logo .hide-panel-wrapper,
.dallasnews .row-client-menu .hide-panel-wrapper {
  width: auto;
  top: 38px;
  z-index: 11111;
  justify-content: center; }

.dallasnews .row-logo .burger-button-wrapper,
.dallasnews .row-client-menu .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .dallasnews .row-logo .burger-button-wrapper > *,
  .dallasnews .row-client-menu .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 29px;
    width: 29px;
    padding: 5px;
    background-color: transparent;
    background-image: linear-gradient(#555, #555);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .dallasnews .row-logo .burger-button-wrapper > *::before, .dallasnews .row-logo .burger-button-wrapper > *::after,
    .dallasnews .row-client-menu .burger-button-wrapper > *::before,
    .dallasnews .row-client-menu .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #555;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .dallasnews .row-logo .burger-button-wrapper:hover > *,
  .dallasnews .row-client-menu .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .dallasnews .row-logo .burger-button-wrapper.is-active > *,
  .dallasnews .row-client-menu .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .dallasnews .row-logo .burger-button-wrapper.is-active > *::before,
    .dallasnews .row-client-menu .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .dallasnews .row-logo .burger-button-wrapper.is-active > *::after,
    .dallasnews .row-client-menu .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.dallasnews .row-logo .burger-menu-wrapper,
.dallasnews .row-client-menu .burger-menu-wrapper {
  position: relative; }

.dallasnews .row-logo .hide-panel-wrapper,
.dallasnews .row-client-menu .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: -10px; }
  .dallasnews .row-logo .hide-panel-wrapper .menu-list,
  .dallasnews .row-client-menu .hide-panel-wrapper .menu-list {
    width: 200px;
    background: #000; }
  .dallasnews .row-logo .hide-panel-wrapper .menu-list__item,
  .dallasnews .row-client-menu .hide-panel-wrapper .menu-list__item {
    border-bottom: 1px solid #fff; }
  .dallasnews .row-logo .hide-panel-wrapper .menu-list__link,
  .dallasnews .row-client-menu .hide-panel-wrapper .menu-list__link {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 46px;
    padding-left: 10px; }
  .dallasnews .row-logo .hide-panel-wrapper .menu-list__title,
  .dallasnews .row-client-menu .hide-panel-wrapper .menu-list__title {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 46px; }

/* --- */
/* abc */
/* --- */
.abc .row-logo .hide-panel-wrapper,
.abc .row-client-menu .hide-panel-wrapper {
  width: 100vw;
  top: 75px;
  z-index: 11111;
  justify-content: center; }

.abc .row-logo .nationalreview-drop-down-panel-wrapper,
.abc .row-client-menu .nationalreview-drop-down-panel-wrapper {
  width: 90vw; }

.abc .row-logo .burger-button-wrapper,
.abc .row-client-menu .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .abc .row-logo .burger-button-wrapper > *,
  .abc .row-client-menu .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 29px;
    width: 29px;
    padding: 5px;
    background-color: transparent;
    background-image: linear-gradient(#555, #555);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .abc .row-logo .burger-button-wrapper > *::before, .abc .row-logo .burger-button-wrapper > *::after,
    .abc .row-client-menu .burger-button-wrapper > *::before,
    .abc .row-client-menu .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #555;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .abc .row-logo .burger-button-wrapper:hover > *,
  .abc .row-client-menu .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .abc .row-logo .burger-button-wrapper.is-active > *,
  .abc .row-client-menu .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .abc .row-logo .burger-button-wrapper.is-active > *::before,
    .abc .row-client-menu .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .abc .row-logo .burger-button-wrapper.is-active > *::after,
    .abc .row-client-menu .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.abc .row-logo .burger-menu-wrapper,
.abc .row-client-menu .burger-menu-wrapper {
  position: relative; }

.abc .row-logo .hide-panel-wrapper,
.abc .row-client-menu .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }

/* -------------- */
/* dailyMail */
/* -------------- */
.ark-device-mobile .daily-mail .row-burger .client-menu,
.ark-device-tablet .daily-mail .row-burger .client-menu {
  height: auto;
  margin-left: 0; }

.ark-device-mobile .daily-mail .row-burger .menu,
.ark-device-tablet .daily-mail .row-burger .menu {
  border-bottom: 0; }

.ark-device-mobile .daily-mail .row-burger .burger-button-wrapper,
.ark-device-tablet .daily-mail .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-mobile .daily-mail .row-burger .burger-button-wrapper > *,
  .ark-device-tablet .daily-mail .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 46px;
    width: 46px;
    padding: 16px;
    background-color: #0088cc;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-mobile .daily-mail .row-burger .burger-button-wrapper > *::before, .ark-device-mobile .daily-mail .row-burger .burger-button-wrapper > *::after,
    .ark-device-tablet .daily-mail .row-burger .burger-button-wrapper > *::before,
    .ark-device-tablet .daily-mail .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-mobile .daily-mail .row-burger .burger-button-wrapper:hover > *,
  .ark-device-tablet .daily-mail .row-burger .burger-button-wrapper:hover > * {
    background-color: #0088cc; }
  .ark-device-mobile .daily-mail .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-tablet .daily-mail .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-mobile .daily-mail .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-tablet .daily-mail .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-mobile .daily-mail .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-tablet .daily-mail .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-mobile .daily-mail .row-burger .burger-menu-wrapper,
.ark-device-tablet .daily-mail .row-burger .burger-menu-wrapper {
  position: relative; }

.ark-device-mobile .daily-mail .row-burger .hide-panel-wrapper,
.ark-device-tablet .daily-mail .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }
  .ark-device-mobile .daily-mail .row-burger .hide-panel-wrapper .menu-list,
  .ark-device-tablet .daily-mail .row-burger .hide-panel-wrapper .menu-list {
    width: 300px;
    background: #000; }
  .ark-device-mobile .daily-mail .row-burger .hide-panel-wrapper .menu-list__item,
  .ark-device-tablet .daily-mail .row-burger .hide-panel-wrapper .menu-list__item {
    border-bottom: 1px solid #fff; }
  .ark-device-mobile .daily-mail .row-burger .hide-panel-wrapper .menu-list__link,
  .ark-device-tablet .daily-mail .row-burger .hide-panel-wrapper .menu-list__link {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 46px;
    padding-left: 10px; }
  .ark-device-mobile .daily-mail .row-burger .hide-panel-wrapper .menu-list__title,
  .ark-device-tablet .daily-mail .row-burger .hide-panel-wrapper .menu-list__title {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 46px; }

/* ----- */
/* metro */
/* ----- */
.metro .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .metro .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 54px;
    width: 54px;
    padding: 18px;
    background-color: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .metro .row-burger .burger-button-wrapper > *::before, .metro .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .metro .row-burger .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .metro .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .metro .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .metro .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.metro .row-burger .burger-menu-wrapper {
  position: relative; }

.metro .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: -246px; }
  .metro .row-burger .hide-panel-wrapper .menu-list {
    background: #d8e5de;
    width: 300px; }
  .metro .row-burger .hide-panel-wrapper .menu-list__link {
    text-decoration: none;
    font-size: 22px;
    height: 46px;
    display: block;
    line-height: 46px;
    padding-left: 24px;
    font-family: 'UnitSlabPro-Bold', serif;
    color: #006e3c;
    border-bottom: 1px solid #dbdbdb; }

/* ---------- */
/* stompgames */
/* ---------- */
.stompgames .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .stompgames .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 51px;
    width: 51px;
    padding: 17px;
    background-color: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .stompgames .row-burger .burger-button-wrapper > *::before, .stompgames .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .stompgames .row-burger .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .stompgames .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .stompgames .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .stompgames .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.stompgames .row-burger .burger-menu-wrapper {
  position: relative; }

.stompgames .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }
  .stompgames .row-burger .hide-panel-wrapper .menu-list {
    width: 100vw;
    background: #e7e7e7; }
  .stompgames .row-burger .hide-panel-wrapper .menu-list__link {
    color: #777777;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
    border-top: 1px solid #bcbcbc;
    width: 100%;
    align-items: center; }
  .stompgames .row-burger .hide-panel-wrapper .menu-list__title {
    color: inherit;
    font-size: 14px;
    white-space: nowrap;
    padding-left: 10px; }

/* --- */
/* tnp */
/* --- */
.ark-device-mobile .tnp .row-burger .client-menu,
.ark-device-tablet .tnp .row-burger .client-menu {
  height: auto;
  margin-left: 0; }

.ark-device-mobile .tnp .row-burger .burger-button-wrapper,
.ark-device-tablet .tnp .row-burger .burger-button-wrapper {
  margin: 9px 0;
  margin-left: 10px; }
  .ark-device-mobile .tnp .row-burger .burger-button-wrapper i,
  .ark-device-tablet .tnp .row-burger .burger-button-wrapper i {
    border-radius: 50%; }

.ark-device-mobile .tnp .row-burger .menu,
.ark-device-tablet .tnp .row-burger .menu {
  border-bottom: 0; }

.ark-device-mobile .tnp .row-burger .burger-button-wrapper,
.ark-device-tablet .tnp .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-mobile .tnp .row-burger .burger-button-wrapper > *,
  .ark-device-tablet .tnp .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 31px;
    width: 31px;
    padding: 9px;
    background-color: #fff;
    background-image: linear-gradient(#005BAA, #005BAA);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-mobile .tnp .row-burger .burger-button-wrapper > *::before, .ark-device-mobile .tnp .row-burger .burger-button-wrapper > *::after,
    .ark-device-tablet .tnp .row-burger .burger-button-wrapper > *::before,
    .ark-device-tablet .tnp .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #005BAA;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-mobile .tnp .row-burger .burger-button-wrapper:hover > *,
  .ark-device-tablet .tnp .row-burger .burger-button-wrapper:hover > * {
    background-color: #fff; }
  .ark-device-mobile .tnp .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-tablet .tnp .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-mobile .tnp .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-tablet .tnp .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-mobile .tnp .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-tablet .tnp .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-mobile .tnp .row-burger .burger-menu-wrapper,
.ark-device-tablet .tnp .row-burger .burger-menu-wrapper {
  position: relative; }

.ark-device-mobile .tnp .row-burger .hide-panel-wrapper,
.ark-device-tablet .tnp .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }
  .ark-device-mobile .tnp .row-burger .hide-panel-wrapper .menu-list,
  .ark-device-tablet .tnp .row-burger .hide-panel-wrapper .menu-list {
    width: 100vw;
    background: #184C69; }
  .ark-device-mobile .tnp .row-burger .hide-panel-wrapper .menu-list__item,
  .ark-device-tablet .tnp .row-burger .hide-panel-wrapper .menu-list__item {
    border-top: 1px solid #fff; }
  .ark-device-mobile .tnp .row-burger .hide-panel-wrapper .menu-list__link,
  .ark-device-tablet .tnp .row-burger .hide-panel-wrapper .menu-list__link {
    font-family: 'Roboto Condensed', 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 3;
    width: 100%;
    display: flex;
    justify-content: center; }
  .ark-device-mobile .tnp .row-burger .hide-panel-wrapper .menu-list__title,
  .ark-device-tablet .tnp .row-burger .hide-panel-wrapper .menu-list__title {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    padding-left: 10px; }

/* ------------ */
/* straitstimes */
/* ------------ */
.ark-device-mobile .straitstimes .row-burger .client-menu,
.ark-device-tablet .straitstimes .row-burger .client-menu {
  height: auto;
  margin-left: 0; }

.ark-device-mobile .straitstimes .row-burger .menu,
.ark-device-tablet .straitstimes .row-burger .menu {
  border-bottom: 0; }

.ark-device-mobile .straitstimes .row-burger .burger-button-wrapper,
.ark-device-tablet .straitstimes .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-mobile .straitstimes .row-burger .burger-button-wrapper > *,
  .ark-device-tablet .straitstimes .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 50px;
    width: 50px;
    padding: 18px;
    background-color: #fff;
    background-image: linear-gradient(#0c2b57, #0c2b57);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-mobile .straitstimes .row-burger .burger-button-wrapper > *::before, .ark-device-mobile .straitstimes .row-burger .burger-button-wrapper > *::after,
    .ark-device-tablet .straitstimes .row-burger .burger-button-wrapper > *::before,
    .ark-device-tablet .straitstimes .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #0c2b57;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-mobile .straitstimes .row-burger .burger-button-wrapper:hover > *,
  .ark-device-tablet .straitstimes .row-burger .burger-button-wrapper:hover > * {
    background-color: #fff; }
  .ark-device-mobile .straitstimes .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-tablet .straitstimes .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-mobile .straitstimes .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-tablet .straitstimes .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-mobile .straitstimes .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-tablet .straitstimes .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-mobile .straitstimes .row-burger .burger-menu-wrapper,
.ark-device-tablet .straitstimes .row-burger .burger-menu-wrapper {
  position: relative; }

.ark-device-mobile .straitstimes .row-burger .hide-panel-wrapper,
.ark-device-tablet .straitstimes .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }
  .ark-device-mobile .straitstimes .row-burger .hide-panel-wrapper .menu-list,
  .ark-device-tablet .straitstimes .row-burger .hide-panel-wrapper .menu-list {
    background: #0c2b57;
    width: 100vw; }
  .ark-device-mobile .straitstimes .row-burger .hide-panel-wrapper .menu-list__item,
  .ark-device-tablet .straitstimes .row-burger .hide-panel-wrapper .menu-list__item {
    border-bottom: 1px solid #124184; }
  .ark-device-mobile .straitstimes .row-burger .hide-panel-wrapper .menu-list__link,
  .ark-device-tablet .straitstimes .row-burger .hide-panel-wrapper .menu-list__link {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 46px;
    padding-left: 10px; }
  .ark-device-mobile .straitstimes .row-burger .hide-panel-wrapper .menu-list__title,
  .ark-device-tablet .straitstimes .row-burger .hide-panel-wrapper .menu-list__title {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 46px; }

/* -------------- */
/* crosswordgiant */
/* -------------- */
.ark-device-mobile .crosswordgiant .row-burger .client-menu,
.ark-device-tablet .crosswordgiant .row-burger .client-menu {
  height: auto;
  margin-left: 0; }

.ark-device-mobile .crosswordgiant .row-burger .menu,
.ark-device-tablet .crosswordgiant .row-burger .menu {
  border-bottom: 0; }

.ark-device-mobile .crosswordgiant .row-burger .burger-button-wrapper,
.ark-device-tablet .crosswordgiant .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-mobile .crosswordgiant .row-burger .burger-button-wrapper > *,
  .ark-device-tablet .crosswordgiant .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 46px;
    width: 46px;
    padding: 16px;
    background-color: #0088cc;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-mobile .crosswordgiant .row-burger .burger-button-wrapper > *::before, .ark-device-mobile .crosswordgiant .row-burger .burger-button-wrapper > *::after,
    .ark-device-tablet .crosswordgiant .row-burger .burger-button-wrapper > *::before,
    .ark-device-tablet .crosswordgiant .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-mobile .crosswordgiant .row-burger .burger-button-wrapper:hover > *,
  .ark-device-tablet .crosswordgiant .row-burger .burger-button-wrapper:hover > * {
    background-color: #0088cc; }
  .ark-device-mobile .crosswordgiant .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-tablet .crosswordgiant .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-mobile .crosswordgiant .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-tablet .crosswordgiant .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-mobile .crosswordgiant .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-tablet .crosswordgiant .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-mobile .crosswordgiant .row-burger .burger-menu-wrapper,
.ark-device-tablet .crosswordgiant .row-burger .burger-menu-wrapper {
  position: relative; }

.ark-device-mobile .crosswordgiant .row-burger .hide-panel-wrapper,
.ark-device-tablet .crosswordgiant .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }
  .ark-device-mobile .crosswordgiant .row-burger .hide-panel-wrapper .menu-list,
  .ark-device-tablet .crosswordgiant .row-burger .hide-panel-wrapper .menu-list {
    width: 100vw;
    background: #000; }
  .ark-device-mobile .crosswordgiant .row-burger .hide-panel-wrapper .menu-list__item,
  .ark-device-tablet .crosswordgiant .row-burger .hide-panel-wrapper .menu-list__item {
    border-bottom: 1px solid #fff; }
  .ark-device-mobile .crosswordgiant .row-burger .hide-panel-wrapper .menu-list__link,
  .ark-device-tablet .crosswordgiant .row-burger .hide-panel-wrapper .menu-list__link {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 46px;
    padding-left: 10px; }
  .ark-device-mobile .crosswordgiant .row-burger .hide-panel-wrapper .menu-list__title,
  .ark-device-tablet .crosswordgiant .row-burger .hide-panel-wrapper .menu-list__title {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 46px; }

/* -------- */
/* newsweek */
/* -------- */
.ark-device-mobile .newsweek .row-burger .client-menu,
.ark-device-tablet .newsweek .row-burger .client-menu {
  height: auto;
  margin-left: 0; }

.ark-device-mobile .newsweek .row-burger .menu,
.ark-device-tablet .newsweek .row-burger .menu {
  border-bottom: 0; }

.ark-device-mobile .newsweek .row-burger .burger-button-wrapper,
.ark-device-tablet .newsweek .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-mobile .newsweek .row-burger .burger-button-wrapper > *,
  .ark-device-tablet .newsweek .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 41px;
    width: 41px;
    padding: 9px;
    background-color: #f72210;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-mobile .newsweek .row-burger .burger-button-wrapper > *::before, .ark-device-mobile .newsweek .row-burger .burger-button-wrapper > *::after,
    .ark-device-tablet .newsweek .row-burger .burger-button-wrapper > *::before,
    .ark-device-tablet .newsweek .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-mobile .newsweek .row-burger .burger-button-wrapper:hover > *,
  .ark-device-tablet .newsweek .row-burger .burger-button-wrapper:hover > * {
    background-color: #f72210; }
  .ark-device-mobile .newsweek .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-tablet .newsweek .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-mobile .newsweek .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-tablet .newsweek .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-mobile .newsweek .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-tablet .newsweek .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-mobile .newsweek .row-burger .burger-menu-wrapper,
.ark-device-tablet .newsweek .row-burger .burger-menu-wrapper {
  position: relative; }

.ark-device-mobile .newsweek .row-burger .hide-panel-wrapper,
.ark-device-tablet .newsweek .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  right: 0; }
  .ark-device-mobile .newsweek .row-burger .hide-panel-wrapper .menu-list,
  .ark-device-tablet .newsweek .row-burger .hide-panel-wrapper .menu-list {
    background: #fff;
    width: 300px; }
  .ark-device-mobile .newsweek .row-burger .hide-panel-wrapper .menu-list__item,
  .ark-device-tablet .newsweek .row-burger .hide-panel-wrapper .menu-list__item {
    border-bottom: 1px solid #fff; }
  .ark-device-mobile .newsweek .row-burger .hide-panel-wrapper .menu-list__link,
  .ark-device-tablet .newsweek .row-burger .hide-panel-wrapper .menu-list__link {
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    color: black;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    display: flex;
    text-decoration: none;
    padding: 0 15px;
    align-items: center;
    border: 0;
    line-height: 31px;
    height: 31px; }
    .ark-device-mobile .newsweek .row-burger .hide-panel-wrapper .menu-list__link:hover,
    .ark-device-tablet .newsweek .row-burger .hide-panel-wrapper .menu-list__link:hover {
      color: #fff; }
  .ark-device-mobile .newsweek .row-burger .hide-panel-wrapper .menu-list__title,
  .ark-device-tablet .newsweek .row-burger .hide-panel-wrapper .menu-list__title {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 600; }

/* ------- */
/* forward */
/* ------- */
.ark-device-mobile .forward .row-burger .client-menu,
.ark-device-tablet .forward .row-burger .client-menu {
  height: auto;
  margin-left: 0; }

.ark-device-mobile .forward .row-burger .menu,
.ark-device-tablet .forward .row-burger .menu {
  border-bottom: 0; }

.ark-device-mobile .forward .row-burger .burger-button-wrapper,
.ark-device-tablet .forward .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-mobile .forward .row-burger .burger-button-wrapper > *,
  .ark-device-tablet .forward .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 41px;
    width: 41px;
    padding: 9px;
    background-color: #fff;
    background-image: linear-gradient(#000, #000);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-mobile .forward .row-burger .burger-button-wrapper > *::before, .ark-device-mobile .forward .row-burger .burger-button-wrapper > *::after,
    .ark-device-tablet .forward .row-burger .burger-button-wrapper > *::before,
    .ark-device-tablet .forward .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #000;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-mobile .forward .row-burger .burger-button-wrapper:hover > *,
  .ark-device-tablet .forward .row-burger .burger-button-wrapper:hover > * {
    background-color: #fff; }
  .ark-device-mobile .forward .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-tablet .forward .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-mobile .forward .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-tablet .forward .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-mobile .forward .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-tablet .forward .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-mobile .forward .row-burger .burger-menu-wrapper,
.ark-device-tablet .forward .row-burger .burger-menu-wrapper {
  position: relative; }

.ark-device-mobile .forward .row-burger .hide-panel-wrapper,
.ark-device-tablet .forward .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }
  .ark-device-mobile .forward .row-burger .hide-panel-wrapper .menu-list,
  .ark-device-tablet .forward .row-burger .hide-panel-wrapper .menu-list {
    background: #fff;
    width: 300px; }
  .ark-device-mobile .forward .row-burger .hide-panel-wrapper .menu-list__item,
  .ark-device-tablet .forward .row-burger .hide-panel-wrapper .menu-list__item {
    border-top: 1px solid rgba(0, 0, 0, 0.25); }
  .ark-device-mobile .forward .row-burger .hide-panel-wrapper .menu-list__link,
  .ark-device-tablet .forward .row-burger .hide-panel-wrapper .menu-list__link {
    font-size: 18px;
    width: 100%;
    color: black;
    font-family: sans-serif;
    display: flex;
    padding: 0 15px; }
  .ark-device-mobile .forward .row-burger .hide-panel-wrapper .menu-list__title,
  .ark-device-tablet .forward .row-burger .hide-panel-wrapper .menu-list__title {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 41px; }

/* -------------- */
/* nationalreview */
/* -------------- */
.nationalreview .row-logo .hide-panel-wrapper,
.nationalreview .row-client-menu .hide-panel-wrapper {
  width: 100vw;
  background: rgba(0, 0, 0, 0.77);
  top: 75px;
  z-index: 11111;
  justify-content: center; }

.nationalreview .row-logo .nationalreview-drop-down-panel-wrapper,
.nationalreview .row-client-menu .nationalreview-drop-down-panel-wrapper {
  width: 90vw; }

.nationalreview .row-logo .burger-button-wrapper,
.nationalreview .row-client-menu .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .nationalreview .row-logo .burger-button-wrapper > *,
  .nationalreview .row-client-menu .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 41px;
    width: 41px;
    padding: 9px;
    background-color: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .nationalreview .row-logo .burger-button-wrapper > *::before, .nationalreview .row-logo .burger-button-wrapper > *::after,
    .nationalreview .row-client-menu .burger-button-wrapper > *::before,
    .nationalreview .row-client-menu .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .nationalreview .row-logo .burger-button-wrapper:hover > *,
  .nationalreview .row-client-menu .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .nationalreview .row-logo .burger-button-wrapper.is-active > *,
  .nationalreview .row-client-menu .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .nationalreview .row-logo .burger-button-wrapper.is-active > *::before,
    .nationalreview .row-client-menu .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .nationalreview .row-logo .burger-button-wrapper.is-active > *::after,
    .nationalreview .row-client-menu .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.nationalreview .row-logo .burger-menu-wrapper,
.nationalreview .row-client-menu .burger-menu-wrapper {
  position: relative; }

.nationalreview .row-logo .hide-panel-wrapper,
.nationalreview .row-client-menu .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }

/* ----------- */
/* dailycaller */
/* ----------- */
.dailycaller .row-burger .burger-button-wrapper {
  position: relative;
  z-index: 2011; }

.dailycaller .row-burger .hide-panel-wrapper {
  top: 0; }

.dailycaller .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .dailycaller .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 41px;
    width: 41px;
    padding: 9px;
    background-color: transparent;
    background-image: linear-gradient(#000, #000);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .dailycaller .row-burger .burger-button-wrapper > *::before, .dailycaller .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #000;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .dailycaller .row-burger .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .dailycaller .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .dailycaller .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .dailycaller .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.dailycaller .row-burger .burger-menu-wrapper {
  position: relative; }

.dailycaller .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }

/* -------- */
/* euronews */
/* -------- */
.ark-device-mobile .euronews .row-burger .client-menu,
.ark-device-tablet .euronews .row-burger .client-menu {
  height: auto;
  margin-left: 0; }

.ark-device-mobile .euronews .row-burger .menu,
.ark-device-tablet .euronews .row-burger .menu {
  border-bottom: 0; }

.ark-device-mobile .euronews .row-burger .burger-button-wrapper,
.ark-device-tablet .euronews .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-mobile .euronews .row-burger .burger-button-wrapper > *,
  .ark-device-tablet .euronews .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 41px;
    width: 41px;
    padding: 11px;
    background-color: #0088cc;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-mobile .euronews .row-burger .burger-button-wrapper > *::before, .ark-device-mobile .euronews .row-burger .burger-button-wrapper > *::after,
    .ark-device-tablet .euronews .row-burger .burger-button-wrapper > *::before,
    .ark-device-tablet .euronews .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-mobile .euronews .row-burger .burger-button-wrapper:hover > *,
  .ark-device-tablet .euronews .row-burger .burger-button-wrapper:hover > * {
    background-color: #0088cc; }
  .ark-device-mobile .euronews .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-tablet .euronews .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-mobile .euronews .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-tablet .euronews .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-mobile .euronews .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-tablet .euronews .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-mobile .euronews .row-burger .burger-menu-wrapper,
.ark-device-tablet .euronews .row-burger .burger-menu-wrapper {
  position: relative; }

.ark-device-mobile .euronews .row-burger .hide-panel-wrapper,
.ark-device-tablet .euronews .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }
  .ark-device-mobile .euronews .row-burger .hide-panel-wrapper .menu-list,
  .ark-device-tablet .euronews .row-burger .hide-panel-wrapper .menu-list {
    width: 100vw;
    background: #000; }
  .ark-device-mobile .euronews .row-burger .hide-panel-wrapper .menu-list__item,
  .ark-device-tablet .euronews .row-burger .hide-panel-wrapper .menu-list__item {
    border-bottom: 1px solid #fff; }
  .ark-device-mobile .euronews .row-burger .hide-panel-wrapper .menu-list__link,
  .ark-device-tablet .euronews .row-burger .hide-panel-wrapper .menu-list__link {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 46px;
    padding-left: 10px; }
  .ark-device-mobile .euronews .row-burger .hide-panel-wrapper .menu-list__title,
  .ark-device-tablet .euronews .row-burger .hide-panel-wrapper .menu-list__title {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 46px; }

/* ---- */
/* msn */
/* --- */
.ark-device-tablet .msn .row-burger .burger-button-wrapper,
.ark-device-mobile .msn .row-burger .burger-button-wrapper {
  position: relative;
  z-index: 2011; }

.ark-device-tablet .msn .row-burger .hide-panel-wrapper,
.ark-device-mobile .msn .row-burger .hide-panel-wrapper {
  width: 300px;
  background: #f2f2f2;
  top: 42px; }

.ark-device-tablet .msn .row-burger .burger-button-wrapper,
.ark-device-mobile .msn .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-tablet .msn .row-burger .burger-button-wrapper > *,
  .ark-device-mobile .msn .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 41px;
    width: 41px;
    padding: 13px;
    background-color: transparent;
    background-image: linear-gradient(#000, #000);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-tablet .msn .row-burger .burger-button-wrapper > *::before, .ark-device-tablet .msn .row-burger .burger-button-wrapper > *::after,
    .ark-device-mobile .msn .row-burger .burger-button-wrapper > *::before,
    .ark-device-mobile .msn .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #000;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-tablet .msn .row-burger .burger-button-wrapper:hover > *,
  .ark-device-mobile .msn .row-burger .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .ark-device-tablet .msn .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-mobile .msn .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-tablet .msn .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-mobile .msn .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-tablet .msn .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-mobile .msn .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-tablet .msn .row-burger .burger-menu-wrapper,
.ark-device-mobile .msn .row-burger .burger-menu-wrapper {
  position: relative; }

.ark-device-tablet .msn .row-burger .hide-panel-wrapper,
.ark-device-mobile .msn .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }

/* ----- */
/* today */
/* ----- */
.ark-device-tablet .today .row-burger .burger-button-wrapper,
.ark-device-mobile .today .row-burger .burger-button-wrapper {
  position: relative;
  z-index: 2011; }

.ark-device-tablet .today .row-burger .hide-panel-wrapper,
.ark-device-mobile .today .row-burger .hide-panel-wrapper {
  width: 300px;
  background: #f2f2f2;
  top: 42px; }

.ark-device-tablet .today .row-burger .burger-button-wrapper,
.ark-device-mobile .today .row-burger .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-tablet .today .row-burger .burger-button-wrapper > *,
  .ark-device-mobile .today .row-burger .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 41px;
    width: 41px;
    padding: 13px;
    background-color: transparent;
    background-image: linear-gradient(#000, #000);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-tablet .today .row-burger .burger-button-wrapper > *::before, .ark-device-tablet .today .row-burger .burger-button-wrapper > *::after,
    .ark-device-mobile .today .row-burger .burger-button-wrapper > *::before,
    .ark-device-mobile .today .row-burger .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #000;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-tablet .today .row-burger .burger-button-wrapper:hover > *,
  .ark-device-mobile .today .row-burger .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .ark-device-tablet .today .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-mobile .today .row-burger .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-tablet .today .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-mobile .today .row-burger .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-tablet .today .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-mobile .today .row-burger .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-tablet .today .row-burger .burger-menu-wrapper,
.ark-device-mobile .today .row-burger .burger-menu-wrapper {
  position: relative; }

.ark-device-tablet .today .row-burger .hide-panel-wrapper,
.ark-device-mobile .today .row-burger .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }

/* ------------ */
/* lavanguardia */
/* ------------ */
.ark-device-mobile .lavanguardia .burger-button-wrapper,
.ark-device-tablet .lavanguardia .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-mobile .lavanguardia .burger-button-wrapper > *,
  .ark-device-tablet .lavanguardia .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 35px;
    width: 35px;
    padding: 9px;
    background-color: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 3px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-mobile .lavanguardia .burger-button-wrapper > *::before, .ark-device-mobile .lavanguardia .burger-button-wrapper > *::after,
    .ark-device-tablet .lavanguardia .burger-button-wrapper > *::before,
    .ark-device-tablet .lavanguardia .burger-button-wrapper > *::after {
      content: "";
      height: 3px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-mobile .lavanguardia .burger-button-wrapper:hover > *,
  .ark-device-tablet .lavanguardia .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .ark-device-mobile .lavanguardia .burger-button-wrapper.is-active > *,
  .ark-device-tablet .lavanguardia .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-mobile .lavanguardia .burger-button-wrapper.is-active > *::before,
    .ark-device-tablet .lavanguardia .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-mobile .lavanguardia .burger-button-wrapper.is-active > *::after,
    .ark-device-tablet .lavanguardia .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-mobile .lavanguardia .burger-button-wrapper,
.ark-device-tablet .lavanguardia .burger-button-wrapper {
  height: 35px;
  width: 35px; }

.ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper,
.ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper {
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important; }

.ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper.is-active,
.ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper.is-active {
  background-color: #eee;
  border-left: 1px solid #333 !important;
  border-right: 1px solid #333 !important; }
  .ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper.is-active i:after, .ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper.is-active i:before,
  .ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper.is-active i:after,
  .ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper.is-active i:before {
    background: #333; }

.ark-device-desktop .lavanguardia .row-burger .hide-panel-wrapper,
.ark-device-desktop .lavanguardia .row-client-menu .hide-panel-wrapper {
  width: 100vw;
  background-color: #eee;
  top: 50px;
  z-index: 11111;
  justify-content: flex-start;
  max-width: 900px;
  border: 1px solid #333;
  padding: 19px;
  border-top: 0; }

.ark-device-desktop .lavanguardia .row-burger .lavanguardia-drop-down-panel-wrapper,
.ark-device-desktop .lavanguardia .row-client-menu .lavanguardia-drop-down-panel-wrapper {
  width: 90vw; }

.ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper,
.ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper > *,
  .ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 50px;
    width: 50px;
    padding: 16px;
    background-color: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 3px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper > *::before, .ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper > *::after,
    .ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper > *::before,
    .ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper > *::after {
      content: "";
      height: 3px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper:hover > *,
  .ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper.is-active > *,
  .ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper.is-active > *::before,
    .ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .ark-device-desktop .lavanguardia .row-burger .burger-button-wrapper.is-active > *::after,
    .ark-device-desktop .lavanguardia .row-client-menu .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.ark-device-desktop .lavanguardia .row-burger .burger-menu-wrapper,
.ark-device-desktop .lavanguardia .row-client-menu .burger-menu-wrapper {
  position: relative; }

.ark-device-desktop .lavanguardia .row-burger .hide-panel-wrapper,
.ark-device-desktop .lavanguardia .row-client-menu .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }

/* -------------- */
/* doyouremember */
/* -------------- */
.doyouremember .row-logo .hide-panel-wrapper,
.doyouremember .row-client-menu .hide-panel-wrapper {
  width: 320px;
  background: #fff;
  top: -33px;
  min-height: 500px;
  height: 100vh;
  z-index: 11111;
  justify-content: center; }

.doyouremember .row-logo .burger-button-wrapper,
.doyouremember .row-client-menu .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .doyouremember .row-logo .burger-button-wrapper > *,
  .doyouremember .row-client-menu .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 41px;
    width: 41px;
    padding: 9px;
    background-color: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .doyouremember .row-logo .burger-button-wrapper > *::before, .doyouremember .row-logo .burger-button-wrapper > *::after,
    .doyouremember .row-client-menu .burger-button-wrapper > *::before,
    .doyouremember .row-client-menu .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #fff;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .doyouremember .row-logo .burger-button-wrapper:hover > *,
  .doyouremember .row-client-menu .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .doyouremember .row-logo .burger-button-wrapper.is-active > *,
  .doyouremember .row-client-menu .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .doyouremember .row-logo .burger-button-wrapper.is-active > *::before,
    .doyouremember .row-client-menu .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .doyouremember .row-logo .burger-button-wrapper.is-active > *::after,
    .doyouremember .row-client-menu .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.doyouremember .row-logo .burger-menu-wrapper,
.doyouremember .row-client-menu .burger-menu-wrapper {
  position: relative; }

.doyouremember .row-logo .hide-panel-wrapper,
.doyouremember .row-client-menu .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0; }

.doyouremember .row-logo .hide-panel-wrapper,
.doyouremember .row-client-menu .hide-panel-wrapper {
  display: flex !important;
  left: -330px;
  transition: .39s; }

.doyouremember .row-logo .hide-panel-wrapper.is-active,
.doyouremember .row-client-menu .hide-panel-wrapper.is-active {
  left: 0; }

/* -------------- */
/*      deco      */
/* -------------- */
.deco .row-logo .hide-panel-wrapper,
.deco .row-client-menu .hide-panel-wrapper {
  width: 320px;
  background: #fff;
  top: -33px;
  min-height: 500px;
  height: 100vh;
  z-index: 11111;
  justify-content: center; }

.deco .row-logo .burger-button-wrapper,
.deco .row-client-menu .burger-button-wrapper {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .deco .row-logo .burger-button-wrapper > *,
  .deco .row-client-menu .burger-button-wrapper > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 41px;
    width: 41px;
    padding: 9px;
    background-color: transparent;
    background-image: linear-gradient(#333, #333);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 2px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .deco .row-logo .burger-button-wrapper > *::before, .deco .row-logo .burger-button-wrapper > *::after,
    .deco .row-client-menu .burger-button-wrapper > *::before,
    .deco .row-client-menu .burger-button-wrapper > *::after {
      content: "";
      height: 2px;
      background: #333;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .deco .row-logo .burger-button-wrapper:hover > *,
  .deco .row-client-menu .burger-button-wrapper:hover > * {
    background-color: transparent; }
  .deco .row-logo .burger-button-wrapper.is-active > *,
  .deco .row-client-menu .burger-button-wrapper.is-active > * {
    background-image: none;
    justify-content: center; }
    .deco .row-logo .burger-button-wrapper.is-active > *::before,
    .deco .row-client-menu .burger-button-wrapper.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .deco .row-logo .burger-button-wrapper.is-active > *::after,
    .deco .row-client-menu .burger-button-wrapper.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

.deco .row-logo .burger-menu-wrapper,
.deco .row-client-menu .burger-menu-wrapper {
  position: relative; }

.deco .row-logo .hide-panel-wrapper,
.deco .row-client-menu .hide-panel-wrapper {
  position: absolute;
  z-index: 299;
  left: 0;
  top: 49px; }

.deco .row-logo .hide-panel-wrapper,
.deco .row-client-menu .hide-panel-wrapper {
  display: flex !important;
  left: -330px;
  transition: .39s;
  top: 42px;
  background: #f1f1f1;
  height: calc(100vh - 30px); }

.deco .row-logo .hide-panel-wrapper.is-active,
.deco .row-client-menu .hide-panel-wrapper.is-active {
  left: 0;
  top: 42px;
  width: 80vw; }

header-component .hide-panel-wrapper {
  display: none; }
  header-component .hide-panel-wrapper.is-active {
    display: flex; }

/*             */
/* RENDER LIST */
/*             */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* CLIENT */
/* ---------- */
/* daily-mail */
/* ---------- */
.daily-mail .row-client-menu .menu-list {
  display: flex; }

.daily-mail .row-client-menu .menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px; }

.daily-mail .row-client-menu .menu-list__item:not(:last-child) {
  border-right: 1px solid black; }

.daily-mail .row-client-menu .menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
  font-family: Arial, sans-serif; }

/* ------- */
/* forward */
/* ------- */
.forward .row-client-menu .menu-list {
  display: flex; }

.forward .row-client-menu .menu-list__item {
  font-size: 2rem;
  color: #111c24;
  cursor: pointer;
  margin: 0 13px;
  position: relative; }

.forward .row-client-menu .menu-list__item:not(:last-child):after {
  content: ' ';
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 50%;
  width: 4px;
  background: #111c24;
  top: 50%;
  right: -14px; }

.forward .row-client-menu .menu-list__link {
  color: #000; }
  .forward .row-client-menu .menu-list__link:hover {
    text-decoration: underline; }

.forward .row-client-menu .menu-list__title {
  color: #111c24;
  font-size: 24px;
  white-space: nowrap;
  font-family: PreloSlab-Book, Georgia, serif;
  color: inherit; }

/* ----- */
/* metro */
/* ----- */
.metro .row-client-menu .menu-list {
  display: flex; }

.metro .row-client-menu .menu-list__item {
  display: flex;
  align-items: center; }

.metro .row-client-menu .menu-list__link {
  color: #000;
  display: inline-block;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  padding: .4em; }
  .metro .row-client-menu .menu-list__link:hover {
    border-bottom-color: #0c5c24;
    background-color: #03c53b;
    color: #fff; }

.metro .row-client-menu .menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  color: inherit;
  font-family: UnitSlabPro-Bold, serif; }

/* ---------- */
/* stompgames */
/* ---------- */
.stompgames .row-client-menu .menu-list {
  display: flex; }

.stompgames .row-client-menu .menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 100%; }

.stompgames .row-client-menu .menu-list__link {
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: white;
  text-decoration: none; }

.stompgames .row-client-menu .menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  padding: 0 10px; }

/* --- */
/* tnp */
/* --- */
.tnp .row-client-menu .menu-list {
  display: flex; }

.tnp .row-client-menu .menu-list__item {
  display: flex;
  align-items: center; }

.tnp .row-client-menu .menu-list__link {
  color: #748995; }
  .tnp .row-client-menu .menu-list__link:hover {
    background: #748995;
    color: #fff; }

.tnp .row-client-menu .menu-list__title {
  color: #748995;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: inherit;
  padding: 3px 12px;
  padding-top: 6px; }

/* ------------ */
/* straitstimes */
/* ------------ */
.straitstimes .row-client-menu .menu-list {
  display: flex; }

.straitstimes .row-client-menu .menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.straitstimes .row-client-menu .menu-list__link {
  padding: 0 10px; }

.straitstimes .row-client-menu .menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-size: 14px;
  color: #FFFFFF;
  font-family: 'Curator';
  text-transform: uppercase; }

/* -------- */
/* newsweek */
/* -------- */
.newsweek .row-client-menu .menu-list {
  display: flex; }

.newsweek .row-client-menu .menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 9px;
  margin: 9px 0; }

.newsweek .row-client-menu .menu-list__item:not(:last-child) {
  border-right: 1px solid #d9d9d9; }

.newsweek .row-client-menu .menu-list__link {
  display: flex;
  align-items: center;
  font-size: 21px;
  padding: 3px;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #111c24;
  text-decoration: none; }
  .newsweek .row-client-menu .menu-list__link:hover {
    color: #f72210; }

.newsweek .row-client-menu .menu-list__title {
  color: #111c24;
  font-size: 21px;
  white-space: nowrap;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: inherit; }

.newsweek .row-client-menu .menu-list__image {
  width: 89px;
  height: 26px; }

/* -------------- */
/* crosswordgiant */
/* -------------- */
.crosswordgiant .row-client-menu .menu-list {
  display: flex; }

.crosswordgiant .row-client-menu .menu-list__item {
  display: flex;
  align-items: center; }

.crosswordgiant .row-client-menu .menu-list__link {
  display: inline-block;
  color: #0088cc;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 5px; }
  .crosswordgiant .row-client-menu .menu-list__link:hover {
    color: white;
    text-decoration: none;
    background: #0088cc; }

.crosswordgiant .row-client-menu .menu-list__title {
  color: #0088cc;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  color: inherit; }

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ARKADIUM */
/* ---------- */
/* daily-mail */
/* ---------- */
.daily-mail .row-ark-menu .ark-menu-list {
  display: flex; }

.daily-mail .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px; }

.daily-mail .row-ark-menu .ark-menu-list__item:not(:last-child) {
  border-right: 1px solid #fff; }

.daily-mail .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif; }

/* ------- */
/* forward */
/* ------- */
.forward .row-ark-menu .ark-menu-list {
  display: flex; }

.forward .row-ark-menu .ark-menu-list__link {
  padding: 0 10px; }

.forward .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  font-family: sans-serif; }

/* ----- */
/* metro */
/* ----- */
.metro .row-ark-menu .ark-menu-list {
  display: flex; }

.metro .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 9px;
  margin: 3px 0; }

.metro .row-ark-menu .ark-menu-list__item:not(:last-child) {
  border-right: 2px solid #fff; }

.metro .row-ark-menu .ark-menu-list__link {
  color: #000;
  display: inline-block;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent; }

.metro .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap; }

/* -------------- */
/* nationalreview */
/* -------------- */
.nationalreview .row-ark-menu .ark-menu-list {
  display: flex; }

.nationalreview .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 9px;
  margin: 3px 0; }

.nationalreview .row-ark-menu .ark-menu-list__link {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  font: 700 14px sans-serif;
  background: none;
  padding: 0px 10px; }
  .nationalreview .row-ark-menu .ark-menu-list__link:hover {
    text-decoration: underline; }

.nationalreview .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap; }

/* ---------- */
/* stompgames */
/* ---------- */
.stompgames .row-ark-menu .ark-menu-list {
  display: flex; }

.stompgames .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 100%; }

.stompgames .row-ark-menu .ark-menu-list__link {
  height: 100%;
  display: flex;
  align-items: center; }

.stompgames .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap; }

/* --- */
/* tnp */
/* --- */
.tnp .row-ark-menu .ark-menu-list {
  display: flex; }

.tnp .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-weight: 900; }

.tnp .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  line-height: 33px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900; }

/* ------------ */
/* straitstimes */
/* ------------ */
.straitstimes .row-ark-menu .ark-menu-list {
  display: flex; }

.straitstimes .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.straitstimes .row-ark-menu .ark-menu-list__link {
  padding: 0 10px; }

.straitstimes .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif; }

/* ----------- */
/* dailycaller */
/* ----------- */
.dailycaller .row-ark-menu .ark-menu-list {
  display: flex; }

.dailycaller .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.dailycaller .row-ark-menu .ark-menu-list__link {
  padding: 0 10px; }

.dailycaller .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 16px; }

/* -------- */
/* newsweek */
/* -------- */
.newsweek .row-ark-menu .ark-menu-list {
  display: flex; }

.newsweek .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.newsweek .row-ark-menu .ark-menu-list__link {
  padding: 0 10px;
  color: #000; }
  .newsweek .row-ark-menu .ark-menu-list__link:hover {
    color: #f72210; }

.newsweek .row-ark-menu .ark-menu-list__title {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  line-height: 41px; }

/* -------------- */
/* crosswordgiant */
/* -------------- */
.crosswordgiant .row-ark-menu .ark-menu-list {
  display: flex; }

.crosswordgiant .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center; }

.crosswordgiant .row-ark-menu .ark-menu-list__link {
  display: inline-block;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 9px;
  color: #fff;
  border-right: 1px solid #fff; }

.crosswordgiant .row-ark-menu .ark-menu-list__title {
  color: #0088cc;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: inherit; }

/* -------- */
/* euronews */
/* -------- */
.euronews .row-ark-menu .ark-menu-list {
  display: flex; }

.euronews .row-ark-menu .ark-menu-list__item {
  display: flex;
  align-items: center;
  padding: 0 2px; }

.euronews .row-ark-menu .ark-menu-list__link {
  padding: 4px; }

.euronews .row-ark-menu .ark-menu-list__title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 16px; }

.signin-wrapper .login-button {
  display: flex;
  align-items: center;
  margin: auto;
  padding: initial;
  width: 150px;
  justify-content: start;
  border: 0;
  position: relative;
  height: 100%;
  color: #fff; }

.signin-button {
  display: flex;
  align-items: center;
  margin: auto;
  padding: initial;
  width: 150px;
  justify-content: start;
  border: 0;
  position: relative;
  height: 100%; }
  .signin-button:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    margin: auto 0 auto 5px;
    padding-bottom: 3px;
    position: absolute;
    right: 10px; }
  .signin-button img {
    height: 30px;
    width: 30px; }
  .signin-button span {
    color: white;
    margin-left: 10px;
    font-weight: 600; }

.signin-wrapper {
  height: 100%; }
  .signin-wrapper > div {
    height: 100%; }
  .signin-wrapper .signin-panel {
    display: none;
    z-index: 2222; }
    .signin-wrapper .signin-panel .profile-button, .signin-wrapper .signin-panel .logout-button {
      padding: 0 10px;
      display: flex;
      align-items: center;
      margin: auto;
      width: 150px;
      justify-content: start;
      border: 0;
      position: relative;
      height: 100%; }
      .signin-wrapper .signin-panel .profile-button span, .signin-wrapper .signin-panel .logout-button span {
        color: #000;
        color: #2badeb;
        text-transform: uppercase;
        font-weight: 600;
        margin-left: 10px;
        font-size: 13px;
        line-height: 31px; }
      .signin-wrapper .signin-panel .profile-button img, .signin-wrapper .signin-panel .logout-button img {
        height: 13px;
        width: 13px; }
  .signin-wrapper.signin-active .signin-panel {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 1px -8px rgba(0, 0, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.4);
    background: #fff;
    position: absolute; }

html .daily-mail .signin-button {
  height: 48px; }
  html .daily-mail .signin-button span {
    color: #fff;
    font-family: sans-serif; }

html .forward .signin-button {
  height: 48px; }
  html .forward .signin-button:after {
    border-color: #000 transparent transparent; }
  html .forward .signin-button span {
    color: #000;
    font-family: sans-serif; }

html .metro .signin-button span, html .metro .profile-button span, html .metro .logout-button span {
  font-family: sans-serif; }

html .tnp .signin-button:after, html .tnp .profile-button:after, html .tnp .logout-button:after {
  border-color: #000 transparent transparent; }

html .tnp .signin-button span, html .tnp .profile-button span, html .tnp .logout-button span {
  font-family: sans-serif;
  color: #000; }

html .tnp .signin-wrapper .login-button {
  color: #000; }

.ark-device-mobile .daily-mail .signin-button, .ark-device-tablet .daily-mail .signin-button {
  height: 46px; }
  .ark-device-mobile .daily-mail .signin-button span, .ark-device-tablet .daily-mail .signin-button span {
    color: #fff;
    font-family: sans-serif; }

.ark-device-mobile .stompgames .signin-button, .ark-device-tablet .stompgames .signin-button {
  height: 60px; }

.ark-device-mobile .tnp .signin-button:after, .ark-device-tablet .tnp .signin-button:after {
  border-color: #fff transparent transparent; }

.ark-device-mobile .tnp .signin-button span, .ark-device-tablet .tnp .signin-button span {
  color: #fff; }

.ark-device-mobile .tnp .signin-wrapper .login-button, .ark-device-tablet .tnp .signin-wrapper .login-button {
  color: #fff; }

.ark-device-mobile .straitstimes .signin-button:after, .ark-device-tablet .straitstimes .signin-button:after {
  border-color: #000 transparent transparent; }

.ark-device-mobile .straitstimes .signin-button span, .ark-device-tablet .straitstimes .signin-button span {
  color: #000; }

.ark-device-mobile .straitstimes .signin-wrapper .login-button, .ark-device-tablet .straitstimes .signin-wrapper .login-button {
  color: #000;
  border: 0;
  padding: 0; }

.ark-device-mobile .dailycaller .signin-button:after, .ark-device-tablet .dailycaller .signin-button:after {
  border-color: #000 transparent transparent; }

.ark-device-mobile .dailycaller .signin-button span, .ark-device-tablet .dailycaller .signin-button span {
  color: #000; }

.ark-device-mobile .dailycaller .signin-wrapper .login-button, .ark-device-tablet .dailycaller .signin-wrapper .login-button {
  color: #000;
  border: 0;
  padding: 0; }

.ark-device-mobile .newsweek .signin-button span, .ark-device-tablet .newsweek .signin-button span {
  color: #fff;
  line-height: initial;
  font-family: sans-serif; }

/* common */
header-component .hidden {
  display: none !important; }

header-component .hierarchical .menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }

header-component .search-image {
  width: 28px; }

.euronews .hierarchical .menu-list .menu-list__item-2 .menu-list__link {
  height: auto; }

.ark-device-mobile .euronews .logo-picture,
.ark-device-tablet .euronews .logo-picture {
  width: 200px;
  padding-left: 10px; }

.ark-device-mobile .newsweek .row-burger .hide-panel-wrapper, .ark-device-tablet .newsweek .row-burger .hide-panel-wrapper {
  left: -259px; }

.ark-menu-list__item {
  cursor: pointer; }

.ark-menu-list__title {
  text-transform: capitalize; }

header-component .signin-button .menu-title {
  width: 91px;
  overflow: hidden;
  text-overflow: ellipsis; }

header-component .login-button .menu-title {
  overflow: hidden;
  text-overflow: ellipsis; }

header-component .signin-panel .profile-button {
  color: #2badeb;
  text-transform: uppercase;
  padding: 10px; }

header-component .signin-panel .profile__image {
  height: 13px;
  width: 13px; }

header-component .signin-panel .profile__title {
  color: inherit; }

header-component .lang-list__item {
  cursor: pointer; }

.ark-device-tablet body,
.ark-device-mobile body {
  padding-top: 0; }

.ark-device-tablet .header-component,
.ark-device-mobile .header-component {
  position: static; }

header-component .menu-list__item {
  flex-shrink: 0; }

/* SIGN-IN */
.ark-device-desktop .msn signin-component {
  height: 35px; }
  .ark-device-desktop .msn signin-component .signin-wrapper .signin-button {
    height: 35px;
    border-radius: 0; }
    .ark-device-desktop .msn signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .msn signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .msn signin-component .signin-wrapper .login-button {
    height: 35px;
    line-height: 35px; }
    .ark-device-desktop .msn signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .msn signin-component .signin-wrapper .signin-panel .profile-button {
    height: 35px;
    line-height: 35px; }
    .ark-device-desktop .msn signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .msn signin-component .signin-wrapper .signin-panel .logout-button {
    height: 35px;
    line-height: 35px; }
    .ark-device-desktop .msn signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .msn signin-component {
  height: 40px; }
  .ark-device-tablet .msn signin-component .signin-wrapper .signin-button {
    height: 40px;
    border-radius: 0; }
    .ark-device-tablet .msn signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .msn signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .msn signin-component .signin-wrapper .login-button {
    height: 40px;
    line-height: 40px; }
    .ark-device-tablet .msn signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .msn signin-component .signin-wrapper .signin-panel .profile-button {
    height: 40px;
    line-height: 40px; }
    .ark-device-tablet .msn signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .msn signin-component .signin-wrapper .signin-panel .logout-button {
    height: 40px;
    line-height: 40px; }
    .ark-device-tablet .msn signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .msn signin-component {
  height: 40px; }
  .ark-device-mobile .msn signin-component .signin-wrapper .signin-button {
    height: 40px;
    border-radius: 0; }
    .ark-device-mobile .msn signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .msn signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .msn signin-component .signin-wrapper .login-button {
    height: 40px;
    line-height: 40px; }
    .ark-device-mobile .msn signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .msn signin-component .signin-wrapper .signin-panel .profile-button {
    height: 40px;
    line-height: 40px; }
    .ark-device-mobile .msn signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .msn signin-component .signin-wrapper .signin-panel .logout-button {
    height: 40px;
    line-height: 40px; }
    .ark-device-mobile .msn signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .euronews signin-component {
  height: 33px; }
  .ark-device-desktop .euronews signin-component .signin-wrapper .signin-button {
    height: 33px;
    border-radius: 0; }
    .ark-device-desktop .euronews signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .euronews signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .euronews signin-component .signin-wrapper .login-button {
    height: 33px;
    line-height: 33px; }
    .ark-device-desktop .euronews signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .euronews signin-component .signin-wrapper .signin-panel .profile-button {
    height: 33px;
    line-height: 33px; }
    .ark-device-desktop .euronews signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .euronews signin-component .signin-wrapper .signin-panel .logout-button {
    height: 33px;
    line-height: 33px; }
    .ark-device-desktop .euronews signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .euronews signin-component {
  height: 41px; }
  .ark-device-tablet .euronews signin-component .signin-wrapper .signin-button {
    height: 41px;
    border-radius: 0; }
    .ark-device-tablet .euronews signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .euronews signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .euronews signin-component .signin-wrapper .login-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-tablet .euronews signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .euronews signin-component .signin-wrapper .signin-panel .profile-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-tablet .euronews signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .euronews signin-component .signin-wrapper .signin-panel .logout-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-tablet .euronews signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .euronews signin-component {
  height: 41px; }
  .ark-device-mobile .euronews signin-component .signin-wrapper .signin-button {
    height: 41px;
    border-radius: 0; }
    .ark-device-mobile .euronews signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .euronews signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .euronews signin-component .signin-wrapper .login-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-mobile .euronews signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .euronews signin-component .signin-wrapper .signin-panel .profile-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-mobile .euronews signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .euronews signin-component .signin-wrapper .signin-panel .logout-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-mobile .euronews signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .crosswordgiant signin-component {
  height: 46px; }
  .ark-device-desktop .crosswordgiant signin-component .signin-wrapper .signin-button {
    height: 46px;
    border-radius: 0; }
    .ark-device-desktop .crosswordgiant signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .crosswordgiant signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .crosswordgiant signin-component .signin-wrapper .login-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-desktop .crosswordgiant signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .crosswordgiant signin-component .signin-wrapper .signin-panel .profile-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-desktop .crosswordgiant signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .crosswordgiant signin-component .signin-wrapper .signin-panel .logout-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-desktop .crosswordgiant signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .crosswordgiant signin-component {
  height: 46px; }
  .ark-device-tablet .crosswordgiant signin-component .signin-wrapper .signin-button {
    height: 46px;
    border-radius: 0; }
    .ark-device-tablet .crosswordgiant signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .crosswordgiant signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .crosswordgiant signin-component .signin-wrapper .login-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-tablet .crosswordgiant signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .crosswordgiant signin-component .signin-wrapper .signin-panel .profile-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-tablet .crosswordgiant signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .crosswordgiant signin-component .signin-wrapper .signin-panel .logout-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-tablet .crosswordgiant signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .crosswordgiant signin-component {
  height: 46px; }
  .ark-device-mobile .crosswordgiant signin-component .signin-wrapper .signin-button {
    height: 46px;
    border-radius: 0; }
    .ark-device-mobile .crosswordgiant signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .crosswordgiant signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .crosswordgiant signin-component .signin-wrapper .login-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-mobile .crosswordgiant signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .crosswordgiant signin-component .signin-wrapper .signin-panel .profile-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-mobile .crosswordgiant signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .crosswordgiant signin-component .signin-wrapper .signin-panel .logout-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-mobile .crosswordgiant signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .dailycaller signin-component {
  height: 51px; }
  .ark-device-desktop .dailycaller signin-component .signin-wrapper .signin-button {
    height: 51px;
    border-radius: 0; }
    .ark-device-desktop .dailycaller signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .dailycaller signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .dailycaller signin-component .signin-wrapper .login-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-desktop .dailycaller signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .dailycaller signin-component .signin-wrapper .signin-panel .profile-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-desktop .dailycaller signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .dailycaller signin-component .signin-wrapper .signin-panel .logout-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-desktop .dailycaller signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .dailycaller signin-component {
  height: 41px; }
  .ark-device-tablet .dailycaller signin-component .signin-wrapper .signin-button {
    height: 41px;
    border-radius: 0; }
    .ark-device-tablet .dailycaller signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .dailycaller signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .dailycaller signin-component .signin-wrapper .login-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-tablet .dailycaller signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .dailycaller signin-component .signin-wrapper .signin-panel .profile-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-tablet .dailycaller signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .dailycaller signin-component .signin-wrapper .signin-panel .logout-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-tablet .dailycaller signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .dailycaller signin-component {
  height: 41px; }
  .ark-device-mobile .dailycaller signin-component .signin-wrapper .signin-button {
    height: 41px;
    border-radius: 0; }
    .ark-device-mobile .dailycaller signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .dailycaller signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .dailycaller signin-component .signin-wrapper .login-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-mobile .dailycaller signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .dailycaller signin-component .signin-wrapper .signin-panel .profile-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-mobile .dailycaller signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .dailycaller signin-component .signin-wrapper .signin-panel .logout-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-mobile .dailycaller signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .straitstimes signin-component {
  height: 42px; }
  .ark-device-desktop .straitstimes signin-component .signin-wrapper .signin-button {
    height: 42px;
    border-radius: 0; }
    .ark-device-desktop .straitstimes signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .straitstimes signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .straitstimes signin-component .signin-wrapper .login-button {
    height: 42px;
    line-height: 42px; }
    .ark-device-desktop .straitstimes signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .straitstimes signin-component .signin-wrapper .signin-panel .profile-button {
    height: 42px;
    line-height: 42px; }
    .ark-device-desktop .straitstimes signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .straitstimes signin-component .signin-wrapper .signin-panel .logout-button {
    height: 42px;
    line-height: 42px; }
    .ark-device-desktop .straitstimes signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .straitstimes signin-component {
  height: 50px; }
  .ark-device-tablet .straitstimes signin-component .signin-wrapper .signin-button {
    height: 50px;
    border-radius: 0; }
    .ark-device-tablet .straitstimes signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .straitstimes signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .straitstimes signin-component .signin-wrapper .login-button {
    height: 50px;
    line-height: 50px; }
    .ark-device-tablet .straitstimes signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .straitstimes signin-component .signin-wrapper .signin-panel .profile-button {
    height: 50px;
    line-height: 50px; }
    .ark-device-tablet .straitstimes signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .straitstimes signin-component .signin-wrapper .signin-panel .logout-button {
    height: 50px;
    line-height: 50px; }
    .ark-device-tablet .straitstimes signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .straitstimes signin-component {
  height: 50px; }
  .ark-device-mobile .straitstimes signin-component .signin-wrapper .signin-button {
    height: 50px;
    border-radius: 0; }
    .ark-device-mobile .straitstimes signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .straitstimes signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .straitstimes signin-component .signin-wrapper .login-button {
    height: 50px;
    line-height: 50px; }
    .ark-device-mobile .straitstimes signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .straitstimes signin-component .signin-wrapper .signin-panel .profile-button {
    height: 50px;
    line-height: 50px; }
    .ark-device-mobile .straitstimes signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .straitstimes signin-component .signin-wrapper .signin-panel .logout-button {
    height: 50px;
    line-height: 50px; }
    .ark-device-mobile .straitstimes signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .daily-mail signin-component {
  height: 48px; }
  .ark-device-desktop .daily-mail signin-component .signin-wrapper .signin-button {
    height: 48px;
    border-radius: 0; }
    .ark-device-desktop .daily-mail signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .daily-mail signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .daily-mail signin-component .signin-wrapper .login-button {
    height: 48px;
    line-height: 48px; }
    .ark-device-desktop .daily-mail signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .daily-mail signin-component .signin-wrapper .signin-panel .profile-button {
    height: 48px;
    line-height: 48px; }
    .ark-device-desktop .daily-mail signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .daily-mail signin-component .signin-wrapper .signin-panel .logout-button {
    height: 48px;
    line-height: 48px; }
    .ark-device-desktop .daily-mail signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .daily-mail signin-component {
  height: 46px; }
  .ark-device-tablet .daily-mail signin-component .signin-wrapper .signin-button {
    height: 46px;
    border-radius: 0; }
    .ark-device-tablet .daily-mail signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .daily-mail signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .daily-mail signin-component .signin-wrapper .login-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-tablet .daily-mail signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .daily-mail signin-component .signin-wrapper .signin-panel .profile-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-tablet .daily-mail signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .daily-mail signin-component .signin-wrapper .signin-panel .logout-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-tablet .daily-mail signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .daily-mail signin-component {
  height: 46px; }
  .ark-device-mobile .daily-mail signin-component .signin-wrapper .signin-button {
    height: 46px;
    border-radius: 0; }
    .ark-device-mobile .daily-mail signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .daily-mail signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .daily-mail signin-component .signin-wrapper .login-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-mobile .daily-mail signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .daily-mail signin-component .signin-wrapper .signin-panel .profile-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-mobile .daily-mail signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .daily-mail signin-component .signin-wrapper .signin-panel .logout-button {
    height: 46px;
    line-height: 46px; }
    .ark-device-mobile .daily-mail signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .forward signin-component {
  height: 43px; }
  .ark-device-desktop .forward signin-component .signin-wrapper .signin-button {
    height: 43px;
    border-radius: 0; }
    .ark-device-desktop .forward signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .forward signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .forward signin-component .signin-wrapper .login-button {
    height: 43px;
    line-height: 43px; }
    .ark-device-desktop .forward signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .forward signin-component .signin-wrapper .signin-panel .profile-button {
    height: 43px;
    line-height: 43px; }
    .ark-device-desktop .forward signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .forward signin-component .signin-wrapper .signin-panel .logout-button {
    height: 43px;
    line-height: 43px; }
    .ark-device-desktop .forward signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .forward signin-component {
  height: 56px; }
  .ark-device-tablet .forward signin-component .signin-wrapper .signin-button {
    height: 56px;
    border-radius: 0; }
    .ark-device-tablet .forward signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .forward signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .forward signin-component .signin-wrapper .login-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-tablet .forward signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .forward signin-component .signin-wrapper .signin-panel .profile-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-tablet .forward signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .forward signin-component .signin-wrapper .signin-panel .logout-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-tablet .forward signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .forward signin-component {
  height: 56px; }
  .ark-device-mobile .forward signin-component .signin-wrapper .signin-button {
    height: 56px;
    border-radius: 0; }
    .ark-device-mobile .forward signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .forward signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .forward signin-component .signin-wrapper .login-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-mobile .forward signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .forward signin-component .signin-wrapper .signin-panel .profile-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-mobile .forward signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .forward signin-component .signin-wrapper .signin-panel .logout-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-mobile .forward signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .metro signin-component {
  height: 52px; }
  .ark-device-desktop .metro signin-component .signin-wrapper .signin-button {
    height: 52px;
    border-radius: 0; }
    .ark-device-desktop .metro signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .metro signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .metro signin-component .signin-wrapper .login-button {
    height: 52px;
    line-height: 52px; }
    .ark-device-desktop .metro signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .metro signin-component .signin-wrapper .signin-panel .profile-button {
    height: 52px;
    line-height: 52px; }
    .ark-device-desktop .metro signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .metro signin-component .signin-wrapper .signin-panel .logout-button {
    height: 52px;
    line-height: 52px; }
    .ark-device-desktop .metro signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .metro signin-component {
  height: 54px; }
  .ark-device-tablet .metro signin-component .signin-wrapper .signin-button {
    height: 54px;
    border-radius: 0; }
    .ark-device-tablet .metro signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .metro signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .metro signin-component .signin-wrapper .login-button {
    height: 54px;
    line-height: 54px; }
    .ark-device-tablet .metro signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .metro signin-component .signin-wrapper .signin-panel .profile-button {
    height: 54px;
    line-height: 54px; }
    .ark-device-tablet .metro signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .metro signin-component .signin-wrapper .signin-panel .logout-button {
    height: 54px;
    line-height: 54px; }
    .ark-device-tablet .metro signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .metro signin-component {
  height: 54px; }
  .ark-device-mobile .metro signin-component .signin-wrapper .signin-button {
    height: 54px;
    border-radius: 0; }
    .ark-device-mobile .metro signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .metro signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .metro signin-component .signin-wrapper .login-button {
    height: 54px;
    line-height: 54px; }
    .ark-device-mobile .metro signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .metro signin-component .signin-wrapper .signin-panel .profile-button {
    height: 54px;
    line-height: 54px; }
    .ark-device-mobile .metro signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .metro signin-component .signin-wrapper .signin-panel .logout-button {
    height: 54px;
    line-height: 54px; }
    .ark-device-mobile .metro signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .stompgames signin-component {
  height: 56px; }
  .ark-device-desktop .stompgames signin-component .signin-wrapper .signin-button {
    height: 56px;
    border-radius: 0; }
    .ark-device-desktop .stompgames signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .stompgames signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .stompgames signin-component .signin-wrapper .login-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-desktop .stompgames signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .stompgames signin-component .signin-wrapper .signin-panel .profile-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-desktop .stompgames signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .stompgames signin-component .signin-wrapper .signin-panel .logout-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-desktop .stompgames signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .stompgames signin-component {
  height: 51px; }
  .ark-device-tablet .stompgames signin-component .signin-wrapper .signin-button {
    height: 51px;
    border-radius: 0; }
    .ark-device-tablet .stompgames signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .stompgames signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .stompgames signin-component .signin-wrapper .login-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-tablet .stompgames signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .stompgames signin-component .signin-wrapper .signin-panel .profile-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-tablet .stompgames signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .stompgames signin-component .signin-wrapper .signin-panel .logout-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-tablet .stompgames signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .stompgames signin-component {
  height: 51px; }
  .ark-device-mobile .stompgames signin-component .signin-wrapper .signin-button {
    height: 51px;
    border-radius: 0; }
    .ark-device-mobile .stompgames signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .stompgames signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .stompgames signin-component .signin-wrapper .login-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-mobile .stompgames signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .stompgames signin-component .signin-wrapper .signin-panel .profile-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-mobile .stompgames signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .stompgames signin-component .signin-wrapper .signin-panel .logout-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-mobile .stompgames signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .tnp signin-component {
  height: 56px; }
  .ark-device-desktop .tnp signin-component .signin-wrapper .signin-button {
    height: 56px;
    border-radius: 0; }
    .ark-device-desktop .tnp signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .tnp signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .tnp signin-component .signin-wrapper .login-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-desktop .tnp signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .tnp signin-component .signin-wrapper .signin-panel .profile-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-desktop .tnp signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .tnp signin-component .signin-wrapper .signin-panel .logout-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-desktop .tnp signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .tnp signin-component {
  height: 51px; }
  .ark-device-tablet .tnp signin-component .signin-wrapper .signin-button {
    height: 51px;
    border-radius: 0; }
    .ark-device-tablet .tnp signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .tnp signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .tnp signin-component .signin-wrapper .login-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-tablet .tnp signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .tnp signin-component .signin-wrapper .signin-panel .profile-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-tablet .tnp signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .tnp signin-component .signin-wrapper .signin-panel .logout-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-tablet .tnp signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .tnp signin-component {
  height: 51px; }
  .ark-device-mobile .tnp signin-component .signin-wrapper .signin-button {
    height: 51px;
    border-radius: 0; }
    .ark-device-mobile .tnp signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .tnp signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .tnp signin-component .signin-wrapper .login-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-mobile .tnp signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .tnp signin-component .signin-wrapper .signin-panel .profile-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-mobile .tnp signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .tnp signin-component .signin-wrapper .signin-panel .logout-button {
    height: 51px;
    line-height: 51px; }
    .ark-device-mobile .tnp signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .newsweek signin-component {
  height: 56px; }
  .ark-device-desktop .newsweek signin-component .signin-wrapper .signin-button {
    height: 56px;
    border-radius: 0; }
    .ark-device-desktop .newsweek signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .newsweek signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .newsweek signin-component .signin-wrapper .login-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-desktop .newsweek signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .newsweek signin-component .signin-wrapper .signin-panel .profile-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-desktop .newsweek signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .newsweek signin-component .signin-wrapper .signin-panel .logout-button {
    height: 56px;
    line-height: 56px; }
    .ark-device-desktop .newsweek signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .newsweek signin-component {
  height: 33px; }
  .ark-device-tablet .newsweek signin-component .signin-wrapper .signin-button {
    height: 33px;
    border-radius: 0; }
    .ark-device-tablet .newsweek signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .newsweek signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .newsweek signin-component .signin-wrapper .login-button {
    height: 33px;
    line-height: 33px; }
    .ark-device-tablet .newsweek signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .newsweek signin-component .signin-wrapper .signin-panel .profile-button {
    height: 33px;
    line-height: 33px; }
    .ark-device-tablet .newsweek signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .newsweek signin-component .signin-wrapper .signin-panel .logout-button {
    height: 33px;
    line-height: 33px; }
    .ark-device-tablet .newsweek signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .newsweek signin-component {
  height: 33px; }
  .ark-device-mobile .newsweek signin-component .signin-wrapper .signin-button {
    height: 33px;
    border-radius: 0; }
    .ark-device-mobile .newsweek signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .newsweek signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .newsweek signin-component .signin-wrapper .login-button {
    height: 33px;
    line-height: 33px; }
    .ark-device-mobile .newsweek signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .newsweek signin-component .signin-wrapper .signin-panel .profile-button {
    height: 33px;
    line-height: 33px; }
    .ark-device-mobile .newsweek signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .newsweek signin-component .signin-wrapper .signin-panel .logout-button {
    height: 33px;
    line-height: 33px; }
    .ark-device-mobile .newsweek signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-desktop .default signin-component {
  height: 30px; }
  .ark-device-desktop .default signin-component .signin-wrapper .signin-button {
    height: 30px;
    border-radius: 0; }
    .ark-device-desktop .default signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-desktop .default signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-desktop .default signin-component .signin-wrapper .login-button {
    height: 30px;
    line-height: 30px; }
    .ark-device-desktop .default signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-desktop .default signin-component .signin-wrapper .signin-panel .profile-button {
    height: 30px;
    line-height: 30px; }
    .ark-device-desktop .default signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-desktop .default signin-component .signin-wrapper .signin-panel .logout-button {
    height: 30px;
    line-height: 30px; }
    .ark-device-desktop .default signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-tablet .default signin-component {
  height: 41px; }
  .ark-device-tablet .default signin-component .signin-wrapper .signin-button {
    height: 41px;
    border-radius: 0; }
    .ark-device-tablet .default signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-tablet .default signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-tablet .default signin-component .signin-wrapper .login-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-tablet .default signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-tablet .default signin-component .signin-wrapper .signin-panel .profile-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-tablet .default signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-tablet .default signin-component .signin-wrapper .signin-panel .logout-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-tablet .default signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.ark-device-mobile .default signin-component {
  height: 41px; }
  .ark-device-mobile .default signin-component .signin-wrapper .signin-button {
    height: 41px;
    border-radius: 0; }
    .ark-device-mobile .default signin-component .signin-wrapper .signin-button .menu-title {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .ark-device-mobile .default signin-component .signin-wrapper .signin-button:after {
      top: 50%;
      transform: translateY(-2px); }
  .ark-device-mobile .default signin-component .signin-wrapper .login-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-mobile .default signin-component .signin-wrapper .login-button .menu-title {
      white-space: nowrap; }
  .ark-device-mobile .default signin-component .signin-wrapper .signin-panel .profile-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-mobile .default signin-component .signin-wrapper .signin-panel .profile-button .profile__title {
      line-height: 1; }
  .ark-device-mobile .default signin-component .signin-wrapper .signin-panel .logout-button {
    height: 41px;
    line-height: 41px; }
    .ark-device-mobile .default signin-component .signin-wrapper .signin-panel .logout-button .logout__title {
      line-height: 1;
      white-space: nowrap; }

.header-container .search-container .pure-g.search-wrapper {
  height: auto; }

.profile__title {
  white-space: nowrap; }

.logout__title {
  white-space: nowrap; }
