<!DOCTYPE html>
<html lang="en-US" dir="ltr" prefix="og: https://ogp.me/ns#">
  <head>
    <meta charset="utf-8" />
<link rel="shortlink" href="https://meredithandthenewyorkie.com/" />
<link rel="canonical" href="https://meredithandthenewyorkie.com/" />
<link rel="icon" href="https://meredithandthenewyorkie.com/favicon.png" />
<link rel="icon" sizes="16x16" href="https://meredithandthenewyorkie.com/favicon.png" />
<link rel="icon" sizes="32x32" href="https://meredithandthenewyorkie.com/favicon@2x.png" />
<link rel="icon" sizes="96x96" href="https://meredithandthenewyorkie.com/favicon@2x.png" />
<link rel="icon" sizes="192x192" href="https://meredithandthenewyorkie.com/favicon@2x.png" />
<link rel="apple-touch-icon" href="https://meredithandthenewyorkie.com/favicon@2x.png" />
<meta property="og:site_name" content="meredithandthenewyorkie.com" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://meredithandthenewyorkie.com" />
<meta property="og:title" content="Meredithandthenewyorkie.com" />
<meta property="og:description" content="Meredithandthenewyorkie.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="meredithandthenewyorkie.com" />
<meta name="twitter:description" content="Meredithandthenewyorkie.com" />
<link rel="alternate" hreflang="x-default" href="https://meredithandthenewyorkie.com" />
<meta name="Generator" content="Drupal 10.2.5 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="last-modified" content="Tue, 04 Aug 2026 11:42:51 MSK" />
<link rel="alternate" hreflang="en-US" href="https://meredithandthenewyorkie.com//" />

    <title>Meredithandthenewyorkie.com | meredithandthenewyorkie.com</title>
    <link rel="stylesheet" media="all" href="https://meredithandthenewyorkie.com/sites/meredithandthenewyorkie.com/files/css/css_Al-ARCuuvgyWVluv6b_A2PnU3-Q0ln11Kf1w3V_hLZo.css" />

    

        <style>
      :root {
  --darker-blue : #080e3e;
  --dark-blue: #000c72;
  --blue: #0016d5;
  --baby-blue: #f5f6ff;
  --lighter-grey: #f5f5f5;
  --light-grey: #f2f2f2;
  --grey: #ccc;
  --dark-grey: #707070;
  --darker-grey: #3c3c3c; 
}

      * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  line-height: 0;
}
iframe {
  border: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
time {
  font-weight: bold;
  color: var(--blue);
}

/** Basic layout **/
html {
  font-size: 62.5%;
}
body {
  font: 1.6rem/2.2rem Helvetica, Arial, sans-serif;
  background: var(--light-grey);
  color: #000;
}
.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  background: var(--darker-blue);
  color: #fff;
}
.header__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.container--header {
  position: relative;
  padding: 20px 150px;
}
.body--scrolled .container--header {
  padding: 10px 150px;
}
.logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.logo:before {
  content: '';
  position: absolute;
  top: -120px;
  left: -180px;
  z-index: -1;
  width: 400px;
  height: 200px;
  border-radius: 50%;
  background: -o-radial-gradient(rgba(0, 22, 213, 0.5) 0%, rgba(0, 22, 213, 0) 50%);
  background: radial-gradient(rgba(0, 22, 213, 0.5) 0%, rgba(0, 22, 213, 0) 50%);
}
.header__social {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0;
  line-height: 0;
}
.header__social li {
  display: inline-block;
  vertical-align: top;
}
.header__social a {
  display: block;
}
.header__social svg {
  display: block;
  width: 42px;
  height: 80px;
  padding: 30px 10px;
  fill: currentColor;
}
.body--scrolled .header__social svg {
  height: 60px;
  padding: 20px 10px;
}
.header__search,
.header__english {
  position: absolute;
  top: 0;
  right: 70px;
  width: 61px;
  height: 80px;
  padding: 30px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  fill: currentColor;
  cursor: pointer;
}
.header__english {
  right: 130px;
  padding: 30px 15px;
  border-right: none;
}
.body--scrolled .header__search,
.body--scrolled .header__english {
  height: 60px;
}
.body--scrolled .header__search,
.body--scrolled .header__burger,
.body--scrolled .header__english {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__burger {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 30px 19px;
  fill: currentColor;
  cursor: pointer;
}
.header__burger--open {
  z-index: 1;
}
.header__burger span {
  display: none;
  margin: 0 10px 0 0;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 1.6px;
  font-weight: bold;
  opacity: 0.3;
}
.header__burger--open span {
  display: inline-block;
  vertical-align: top;
}
.header__burger svg {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 20px;
}
.header__burger--open svg {
  width: 18px;
}
.search-form {
  position: relative;
  max-width: 900px;
  margin: 0 auto 30px;
  background: #fff;
}
.search-form--header {
  position: absolute;
  display: none;
  top: 0;
  left: 170px;
  right: 170px;
  z-index: 1;
  margin: 13px auto;
  background: var(--darker-blue);
}
.body--scrolled .search-form--header {
  margin: 3px auto;
}
.search-form--active {
  display: block;
}
.search-form input[type="text"] {
  width: 100%;
  padding: 15px 40px 15px 28px;
  border: 0;
  outline: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: Helvetica, Arial, sans-serif;
  background: transparent;
}
.search-form--header input[type="text"] {
  color: #fff;
}
.search-form .form__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 54px;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.search-form svg {
  width: 100%;
  height: 100%;
  padding: 20px 14px;
  fill: var(--blue);
}
.search-form--header svg {
  fill: #fff;
}
.body--scrolled .main-menu {
  display: none;
}
.main-menu ul {
  font-size: 0;
  line-height: 0;
}
.main-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 17px;
}
.main-menu a {
  display: block;
  padding: 9px 0;
  border-top: 3px solid transparent;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
}
.main-menu .is-active {
  border-color: var(--blue);
}
.main-menu__last {
  position: relative;
  padding: 12px 0 9px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}
.main-menu__last:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 5px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #fff;
}

.header__market {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.body--scrolled .header__market {
  border: 0;
}
.header__extended-area--open + .header__market {
  display: none;
}
.container--market {
  position: relative;
  height: 38px;
  padding: 0 190px;
  overflow: hidden;
}
.header__market .more-link {
  position: absolute;
  right: 10px;
  top: 0;
  margin: 0;
  border: 0;
}
.header__market-data {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  padding: 8px 0;
}
.header__market-data .up {
  margin: -2px 0;
  padding: 2px 5px;
  background: #28611a;
}
.header__market-data .down {
  margin: -2px 0;
  padding: 2px 5px;
  background: #bf3939;
}
.header__market .more-link svg {
  fill: #fff;
}

/** Extended menu **/
.header__extended-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  background: var(--darker-blue);
}
.header__extended-area--open {
  display: block;
}
.container--menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.header__vertical-logo {
  position: relative;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  display: inline-block;
  vertical-align: top;
  max-width: 68px;
  margin: 30px 0 100px;
}
.header__vertical-logo:before {
  content: '';
  position: absolute;
  top: -500px;
  left: -450px;
  z-index: -1;
  width: 1000px;
  height: 800px;
  border-radius: 50%;
  background: -o-radial-gradient(rgba(0, 22, 213, 0.5) 0%, rgba(0, 22, 213, 0) 60%);
  background: radial-gradient(rgba(0, 22, 213, 0.5) 0%, rgba(0, 22, 213, 0) 60%);
}
.header__extended-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  max-height: calc(100vh - 230px);
  overflow-y: auto;
}
.header__extended-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 10px 20px 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header__extended-menu a {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 2px;
  border-bottom: 6px solid transparent;
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: bold;
}
.header__extended-menu a:hover {
  border-color: var(--blue);
}
.header__extended-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 20px 0 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header__extended-label {
  display: block;
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 2px;
  font-weight: bold;
  opacity: 0.3;
}
.header__extended-social ul {
  font-size: 0;
  line-height: 0;
}
.header__extended-social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 0 0;
}
.header__extended-social a {
  display: block;
}
.header__extended-social svg {
  width: 34px;
  height: 30px;
  fill: currentColor;
}
.header__extended-social svg:hover {
  fill: var(--blue);
}
.header__extended-secondary {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.header__extended-secondary li {
  display: block;
  margin: 30px 0 0;
  opacity: 0.5;
}

/* Main */
.container--main {
  margin-top: 164px;
}
.title-area {
  position: relative;
  padding: 20px 0 30px;
  text-align: center;
}
.title-area:before {
  content: '';
  position: absolute;
  top: 38px;
  left: 0;
  z-index: -1;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h1 {
  margin: 0 0 15px;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
}
.title-area h1 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 30px;
  background: var(--light-grey);
}
.title-area__description {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--dark-grey);
}
.split-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.split-content__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 320px);
  flex: 1 0 calc(100% - 320px);
}
aside {
  position: sticky;
  top: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 0 0 20px;
}
aside > * {
  margin-bottom: 20px;
}
aside h4 {
  position: relative;
  padding: 17px 10px;
  border-bottom: 1px solid rgba(106, 106, 106, 0.2);
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  background: #fff;
}
aside h4:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: var(--blue);
}

/* Footer */
.footer {
  margin: 60px 0 0;
  background: var(--darker-blue);
  color: #fff;
  overflow: hidden;
}
.container--footer {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: auto 3fr minmax(350px, 2fr);
  grid-template-columns: auto 3fr minmax(350px, 2fr);
}
.footer__logo {
  position: relative;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  display: inline-block;
  vertical-align: top;
  max-width: 68px;
  margin: 40px 0;
}
.footer__logo:before {
  content: '';
  position: absolute;
  top: -250px;
  left: -200px;
  z-index: -1;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: -o-radial-gradient(rgba(0, 22, 213, 0.5) 0%, rgba(0, 22, 213, 0) 50%);
  background: radial-gradient(rgba(0, 22, 213, 0.5) 0%, rgba(0, 22, 213, 0) 50%);
}
.footer__menu {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  height: 100%;
  padding: 40px 30px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__menu li {
  display: block;
  margin: 0 10px 15px;
}
.footer__menu a {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.footer__social {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  padding: 40px;
}
.footer__social-label {
  display: block;
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 1.6px;
  font-weight: bold;
  opacity: 0.3;
}
.footer__social ul {
  font-size: 0;
  line-height: 0;
}
.footer__social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 5px;
}
.footer__social a {
  display: block;
}
.footer__social svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.footer__secondary-menu {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  padding: 0 30px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0;
  line-height: 0;
}
.footer__secondary-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 1rem;
  line-height: 1.2rem;
  opacity: 0.5;
}
.footer__copy {
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  font-size: 1rem;
  line-height: 1.2rem;
  opacity: 0.5;
  padding-right: 20px;
}
/* Newsletter */
.newsletter {
  padding: 40px 40px 0;
  text-align: left;
}
.newsletter__title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
 }
.newsletter__form {
  margin-top: 15px;
}
.newsletter__form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsletter__email {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsletter__email input {
  display: block;
  padding: 12px 10px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;;
  color: #000;
}
.newsletter__email input::-webkit-input-placeholder {
  color: var(--dark-gray);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey);
}
.newsletter__email input::-moz-placeholder {
  color: var(--dark-gray);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey);
}
.newsletter__email input:-ms-input-placeholder {
  color: var(--dark-gray);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey);
}
.newsletter__email input::-ms-input-placeholder {
  color: var(--dark-gray);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey);
}
.newsletter__email input::placeholder {
  color: var(--dark-gray);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey);
}
.newsletter .more-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 15px;
  cursor: pointer;
  border-color: #fff;
}
.newsletter .more-link:hover {
  background: #fff;
}
.newsletter .more-link input {
  color: #fff;
}
.newsletter__email input::-webkit-input-placeholder {
  color: var(--dark-grey)
}
.newsletter__email input::-moz-placeholder {
  color: var(--dark-grey)
}
.newsletter__email input:-ms-input-placeholder {
  color: var(--dark-grey)
}
.newsletter__email input::-ms-input-placeholder {
  color: var(--dark-grey)
}
.newsletter__email input::placeholder {
  color: var(--dark-grey)
}
.newsletter .more-link:hover input {
  color: var(--darker-blue);
  background: #fff;
}
.newsletter .more-link svg {
  fill: #fff;
}
.newsletter .more-link:hover svg {
  fill: var(--darker-blue);
}
.newsletter [type="submit"] {
  background: transparent;
  border: none;
}
.pixual {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  padding: 0 0 0 40px;
  line-height: 0;
}

/* Adv */
.adv {
  text-align: center;
  line-height: 0;
}
.adv--full {
  margin: 0 0 30px;
}

/* Misc elements */
.block-title {
  position: relative;
  margin: 0 0 20px;
  text-align: left;
  font-size: 2.8rem;
  line-height: 2.8rem;
}
.block-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.block-title span,
.block-title a {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
  background: var(--light-grey);
}

/* Default teaser elements */
.default-date {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0.24px;
}
.default-date span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.default-date .date {
  color: var(--dark-grey);
}
.default-date svg {
  display: inline-block;
  vertical-align: top;
  width: 9px;
  height: 8px;
  margin: 2px 8px 0;
  fill: currentColor;
}
/* More link */
.more-link {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 20px;
  padding: 12px 20px;
  border: 1px solid var(--blue);
  font-size: 0;
  line-height: 0;
}
.more-link:hover,
.more-link:hover [type="submit"] {
  background: var(--blue);
  color: #fff;
}
.more-link span,
.more-link input {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 2.2px;
  font-weight: bold;
}
.more-link svg {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 8px;
  margin-left: 8px;
  fill: var(--blue);
}
.more-link:hover svg {
  fill: #fff;
}
/* Video container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Tabs */
.js-tab-content {
  display: none;
}
.js-tab-content.active {
  display: block;
}

/* Pager */
.pager {
  margin: 30px 0 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.pager__item {
  display: inline-block;
  vertical-align: top;
}
.pager__item--previous,
.pager__item--next {
  margin: 0 15px;
}
.pager__item:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 3px;
  height: 3px;
  margin: 9px 8px;
  background: var(--grey);
}
.pager__item:first-child:before,
.pager__item--previous + .pager__item:before,
.pager__item--next:before {
  display: none;
}
.pager__item a {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.pager__item.is-active a {
  font-size: 2rem;
  font-weight: bold;
  color: var(--blue);
}
.pager__item a:hover {
  color: var(--blue);
}
.pager svg {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  padding: 6px;
  fill: var(--blue);
}
.pager__item--previous svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* Drupal helpsers */
.user-login-form .form-item {
  margin: 0 0 20px;
}
.user-login-form label {
  display: block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
}
.user-login-form input {
  padding: 5px;
  border: 1px solid var(--darker-blue);
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: Helvetica, Arial, sans-serif;
}
.user-login-form input[type="submit"] {
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
}

.local-tasks {
  margin: 0 0 20px;
}
.local-tasks li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--blue);
  color: var(--blue);
}
.local-tasks li a {
  display: block;
  padding: 5px 10px;
}
.local-tasks .is-active {
  background: var(--blue);
  color: #fff;
}

@media screen and (max-height: 830px) {
  .header__extended-menu li {
    padding: 10px 20px 35px;
  }
}

@media screen and (max-height: 670px) {
  .header__vertical-logo {
    margin: 30px 0 50px;
  }
  .header__extended-menu li {
    padding: 10px 20px 20px;
  }
  .header__extended-menu {
    max-height: calc(100vh - 170px);
  }
}

@media screen and (min-width: 1025px) {
  /* Scrollbar */
  body *::-webkit-scrollbar {
    width: 8px;
  }
  body *::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    text-align: left;
  }
  .container--header {
    padding: 20px 150px 20px 20px;
  }
  .body--scrolled .container--header {
    padding: 10px 150px 10px 20px;
  }
  .header__social {
    display: none;
  }
  .header__burger {
    right: 0;
  }
  .header__burger--open {
    padding: 30px 21px;
  }
  .header__burger--open span {
    display: none;
  }
  .header__search {
    right: 60px;
  }
  .header__english {
    right: 120px;
  }
  .search-form--header {
    left: 0;
    right: 140px;
  }
  .main-menu {
    display: none;
  }
  .container--market {
    padding: 0 185px 0 10px;
  }
  .header__market .more-link {
    right: 0;
  }
  .header__extended-area {
    top: 81px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .body--scrolled .header__extended-area {
    top: 61px;
  }
  .header__extended-area:before {
    content: '';
    position: absolute;
    top: -450px;
    left: -250px;
    z-index: -1;
    width: 600px;
    height: 800px;
    border-radius: 50%;
    background: -o-radial-gradient(rgba(0, 22, 213, 0.5) 0%, rgba(0, 22, 213, 0) 50%);
    background: radial-gradient(rgba(0, 22, 213, 0.5) 0%, rgba(0, 22, 213, 0) 50%);
  }
  .container--menu {
    display: block;
    margin: 0 30px;
    padding: 30px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header__vertical-logo {
    display: none;
  }
  .header__extended-menu {
    display: block;
    max-height: none;
  }
  .header__extended-menu li {
    padding: 0 20px 20px;
    border: 0;
  }
  .header__extended-menu a {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .header__extended-more {
    padding: 0 0 0 20px;
    border: 0;
  }
  .header__extended-social {
    margin: 30px 0;
  }
  .header__extended-label {
    margin: 0 0 14px;
    font-size: 1.2rem;
  }
  .header__extended-social li {
    margin: 0 20px 0 0;
  }
  .header__extended-social svg {
    width: 28px;
    height: 24px;
  }
  .header__extended-secondary {
    margin: 20px 0 0;
  }
  .header__extended-secondary li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 5px 0;
  }
  .container--main {
    margin-top: 130px;
  }
  .split-content {
    display: block;
  }
  aside {
    position: static;
    margin: 20px 0 0;
  }
  .footer {
    margin: 20px 0 0;
    padding: 0 0 20px;
  }
  .container--footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer__logo {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    margin: 20px auto 30px;
  }
  .footer__menu,
  .footer__secondary-menu {
    display: none;
  }
  .footer__social {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding: 0;
  }
  .newsletter {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    padding: 0 20px;
  }
  .footer__copy {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    margin: 20px 0;
    text-align: center;
  }
  .pixual {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .block-title {
    margin: 0 0 15px;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  .container--header,
  .body--scrolled .container--header {
    padding: 15px 60px 15px 20px;
  }
  .logo {
    max-width: 255px;
  }
  .header__search,
  .header__english {
    display: none;
  }
  .header__burger,
  .body--scrolled .header__burger {
    padding: 19px;
  }
  .header__extended-area {
    top: 61px;
  }
  .header__market-data {
    margin: 0 0 0 10px;
  }
  .container--main {
    margin-top: 110px;
  }
  .adv--full {
    margin: 0 0 20px;
  }
  .block-title {
    margin: 0 0 10px;
  }
  .title-area {
    padding: 10px 0 20px;
  }
  .title-area:before {
    top: 24px;
  }
  h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .title-area h1 {
    padding: 0 15px;
  }
  .title-area__description {
    margin: 15px auto 0;
  }
  aside h4 {
    padding: 12px 10px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .footer__logo {
    max-width: 60px;
  }
  .newsletter__form > div {
    display: block;
  }
  .newsletter .more-link {
    display: inline-block;
    margin: 10px 0 0;
    border-color: #fff;
  }
}

@media screen and (max-width: 450px) {
  .container--market {
    padding-right: 95px;
  }
  .header__market-data {
    font-size: 1.3rem;
  }
  .block-title {
    font-size: 2rem;
  }
}
      h1 {
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.primary-teasers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(310px, 320px) 1fr minmax(310px, 320px);
  grid-template-columns: minmax(310px, 320px) 1fr minmax(310px, 320px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin: 0 -5px 20px;
}
.primary-teaser {
  position: relative;
  margin: 0 5px 10px;
  color: #fff;
}
.primary-teaser:not(.primary-teaser--big) {
  height: 295px;
}
.primary-teaser--big {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
.primary-teaser a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.primary-teaser figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.primary-teaser img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.primary-teaser__info {
  position: relative;
  padding: 10px;
  background-color: rgba(8, 14, 62, 0.8);
}
.primary-teaser--big .primary-teaser__info {
  padding: 10px 20px 20px;
}
.primary-teaser__category {
  display: block;
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1.6px;
  font-weight: bold;
}
.primary-teaser h2 {
  margin: 0 0 10px;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
}
.primary-teaser h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.primary-teaser__summary {
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--grey);
}
.primary-teaser time {
  display: block;
  color: #fff;
}
.primary-teaser .date {
  color: #fff;
}

.split-content__main {
  max-width: calc(100% - 320px);
}
.split-content__main section {
  text-align: center;
}
* + .adv--full {
  margin-top: 10px;
}

.horizontal-teasers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin: 0 -10px;
}
.horizontal-teaser {
  position: relative;
  margin: 0 10px 20px;
  text-align: left;
  background: #fff;
}
.horizontal-teaser:hover {
  background-image: -o-linear-gradient(top, var(--blue) 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(#fff));
  background-image: linear-gradient(to bottom, var(--blue) 0%, #fff 100%);
}
.horizontal-teaser--big {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  color: #fff;
}
.horizontal-teaser:hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.horizontal-teaser a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 1px;
  padding: 9px;
  background: #fff;
}
.horizontal-teaser--big a {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
.horizontal-teaser figure {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 31%;
  flex: 1 0 31%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: -10px 10px 3px -10px;
}
.horizontal-teaser--big figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.horizontal-teaser--big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-teaser h4 {
  font-weight: bold;
}
.horizontal-teaser--big h4 {
  position: relative;
  padding: 20px;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: rgba(8, 14, 62, 0.8);
}

.default-teaser h4 {
  margin: 10px 0 0;
}
.default-teaser--special h4 {
  margin: 0 0 20px;
}
.default-teaser time {
  display: none;
}

.mini-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: left;
}
.mini-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(33.3333% - 20px);
  flex: 1 0 calc(33.3333% - 20px);
  margin: 0 10px 20px;
  background: #fff;
}
.mini-teaser:hover {
  background-image: -o-linear-gradient(top, var(--blue) 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(#fff));
  background-image: linear-gradient(to bottom, var(--blue) 0%, #fff 100%);
}
.mini-teaser:hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.mini-teaser a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 1px;
  padding: 9px;
  background: #fff;
}
.mini-teaser figure {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  margin: -10px 10px -10px -10px;
}
.mini-teaser img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-teaser h4 {
  font-weight: bold;
}
.mini-teaser:hover h4 {
  color: var(--blue);
}

.card-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: left;
}
.card-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - 20px);
  flex: 1 0 calc(25% - 20px);
  margin: 0 10px 20px;
  background: #000;
  color: #fff;
}
.card-teaser:after {
  content:'';
  position: absolute;
  top: 115px;
  left: 20px;
  z-index: 1;
  width: 78px;
  height: 65px;
  background: url(../../images/BD-lines.svg) no-repeat;
  background-size: contain;
}
.card-teaser:hover:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.card-teaser:hover {
  background: -o-linear-gradient(top, #000, var(--dark-blue));
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(var(--dark-blue)));
  background: linear-gradient(to bottom, #000, var(--dark-blue));
}
.card-teaser a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding: 200px 20px 20px;
}
.card-teaser figure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 197px;
  height: 190px;
  padding: 0 0 5px 12px;
  overflow: hidden;
}
.card-teaser figure:before {
  content: '';
  position: absolute;
  left: 12px;
  bottom: 5px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0.5;
}
.card-teaser figure:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.card-teaser:hover figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -o-linear-gradient(top, rgba(183, 187, 226, 0.1) 0%, rgba(0, 22, 213, 0.49) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 187, 226, 0.1)), to(rgba(0, 22, 213, 0.49)));
  background: linear-gradient(180deg, rgba(183, 187, 226, 0.1) 0%, rgba(0, 22, 213, 0.49) 100%);
}
.card-teaser:hover figure:before {
  opacity: 0.1;
}
.card-teaser img {
  max-width: none;
  width: 270px;
  height: 270px;
  margin: -85px -82px 0 0;
  border-radius: 50%;
}
.card-teaser h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.plain-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: left;
}
.plain-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - 20px);
  flex: 1 0 calc(25% - 20px);
  border-top: 4px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 10px 20px;
}
.plain-teaser:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  background-image: -o-linear-gradient(top, var(--blue) 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(#fff));
  background-image: linear-gradient(to bottom, var(--blue) 0%, #fff 100%);
}
.plain-teaser:hover:after {
  content: '';
  position: absolute;
  top: 1px;
  left: -9px;
  right: -9px;
  bottom: 0;
  background: #fff;
}
.plain-teaser a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  padding: 10px 0 12px;
}
.plain-teaser:hover a:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.plain-teaser h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.plain-teaser:hover h4 {
  color: var(--blue);
}

.full-special {
  margin-bottom: 40px;
  background: #000;
  color: #fff;
}
.full-special__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  min-height: 200px;
  background: -o-linear-gradient(left, rgba(0, 22, 213, 0.6) 0%, rgba(8, 14, 62, 0) 100%), url(../../images/bd-pattern.svg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 22, 213, 0.6)), to(rgba(8, 14, 62, 0))), url(../../images/bd-pattern.svg);
  background: linear-gradient(to right, rgba(0, 22, 213, 0.6) 0%, rgba(8, 14, 62, 0) 100%), url(../../images/bd-pattern.svg);
}
.full-special__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
}
.full-special__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.full-special__img {
  position: relative;
  margin-bottom: 10px;
}
.full-special__img svg {
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 10px;
  height: 12px;
  fill: #fff;
  z-index: 1;
  background: var(--dark-blue);
  padding: 2px 0;
}
.full-special__img figure {
  position: relative;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.full-special__img figure:before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: calc(50% - 2px);
  background: url(../../images/bd-circle.svg) 3px 0 no-repeat;
  background-size: contain;
  right: -5px;
}
.full-special__img figure:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.full-special__img img {
  border-radius: 50%;
}
.full-special__author {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.full-special__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 40px;
}
.full-special__body:before {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  bottom: -20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.full-special__title {
  position: relative;
  margin-bottom: 10px;
  max-width: 500px;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.full-special__title svg {
  position: absolute;
  left: -20px;
  top: 10px;
  width: 10px;
  height: 8px;
  fill: #fff;
}
.full-special__desc {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: var(--grey);
  max-width: 500px;
}
.full-special .default-date,
.full-special .default-date .date {
  color: #fff;
}

.special-block {
  margin-bottom: 40px;
}
.special-block .default-teaser h4 {
  margin: 0;
}
.special-block .default-teaser time {
  display: block;
  margin-top: 20px;
}
.special-block .default-teaser__category {
  display: none;
}

.promo-slider-wrap {
  position: relative;
  overflow: hidden;
  max-width: 1026px;
  padding-bottom: 50px;
  background: var(--light-grey);
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.promo-slider-wrap:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--grey);
}
.promo-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.promo-slider__article {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90%;
          flex: 1 0 90%;
  position: relative;
  background-position: center;
  background-size: cover;
}
.promo-slider__article.active .promo-slider__link {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.promo-slider__article figure {
  flex: 1 0 513px;
}
.promo-slider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background: #fff;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.promo-slider__content {
  padding: 20px;
}
.promo-slider__content h4 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 3rem;
}
.promo-slider__nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  background: var(--light-grey);
  line-height: 0;
}
.promo-slider__btn {
  width: 40px;
  height: 40px;
  padding: 12px;
  cursor: pointer;
  border: 1px solid var(--grey);
}
.promo-slider__btn--prev {
  margin-right: 10px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.promo-slider__btn.disabled {
  fill: var(--grey);
  cursor: default;
}
.promo-slider__pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  height: 40px;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  background: var(--light-grey);
}
.promo-slider__pagination .active {
  position: relative;
  margin-right: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--blue);
}
.promo-slider__pagination .active:before {
  content: '';
  position: absolute;
  right: -11px;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #a7a7a7;
  border-radius: 50%;
}

.tribute__content {
  display: flex;
}
.tribute__main {
  position: relative;
  z-index: 1;
  min-width: 320px;
  min-height: 230px;
  margin: 0 20px 0 0;
  text-align: left;
  background: var(--darker-blue);
  color: #fff;
}
.tribute__main a {
  display: block;
  height: 100%;
  padding: 20px 40px;
}
.tribute__main h4 {
  margin: 0 0 10px;
  font-size: 2.4rem;
  line-height: 3rem;
}
.tribute__summary {
  font-size: 1.4rem;
  line-height: 2rem;
}
.tribute .promo-slider-wrap {
  margin: 0 0 -50px -340px;
  padding-left: 340px;
}
.tribute .promo-slider {
  align-items: initial;
}
.tribute .promo-slider__link {
  align-items: initial;
  height: 100%;
}
.tribute .promo-slider__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tribute .promo-slider h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.tribute figure {
  flex: 1 0 50%;
}
.tribute img {
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

/* Photo of the day */
.promo-photo-wrapper {
  align-items: flex-start;
}
.promo-photo a {
  flex-direction: column;
  align-items: flex-end;
  background: transparent;
}
.promo-photo figure {
  flex: 0 1 auto;
}
.promo-photo__info {
  max-width: 420px;
  min-height: 120px;
  margin: -120px 30px 0;
  padding: 20px 20px 20px 30px;
  background: rgba(8, 14, 62, 0.8);
  color: #fff;
}
.promo-photo__info time {
  margin: 0 0 8px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  color: #fff;
}
.promo-photo__text {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-style: italic;
}
.promo-photo__text svg {
  position: absolute;
  top: 6px;
  left: -20px;
  width: 10px;
  height: 8px;
  fill: #fff;
}

/* Podcasts */
.podcasts > .more-link {
  margin-top: 20px;
}
.podcasts-promo {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
  text-align: left;
  background: linear-gradient(200deg, rgba(0, 22, 213, 0.7) 0%, rgba(8, 14, 62, 0) 100%), url(../../images/bd-pattern.svg), linear-gradient(to top, #000, #000) no-repeat;
  color: #fff;
}
.podcast-promo {
  flex: 1 0 calc(33.3333% - 30px);
  margin: 0 15px;
}
.podcast-promo figure {
  margin: 0 0 12px;
}
.has-default figure {
  position: relative;
}
.has-default figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid var(--blue);
}
.no-default figure {
  position: relative;
}
.no-default figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(321deg, rgba(8, 14, 62, 0) 0%, rgba(0, 22, 213, 0.6) 100%);
}
.no-default figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% url(../../images/bd-podcast.png) no-repeat;
  background-size: contain;
}

.podcast-promo__category {
  display: block;
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1.6px;
  font-weight: bold;
}
.podcast-promo h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.podcast-promo__summary {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.podcast-promo time {
  display: block;
  margin: 12px 0;
  color: #fff;
}
.podcast-promo .date {
  color: #fff;
}
.podcast-signup {
  position: relative;
  z-index: 1;
}
.podcast-signup .more-link {
  margin: 0;
  border-color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.podcast-signup .more-link svg {
  fill: #fff;
}
.podcast-signup__list {
  display: none;
  position: absolute;
  top: 55px;
  padding: 10px 15px;
  border: 1px solid var(--blue);
  background: #fff;
  color: #000;
}
.podcast-signup__list li {
  display: block;
  margin: 0 0 5px;
  white-space: nowrap;
}
.podcast-signup__list li:last-child {
  margin: 0;
}
.podcast-signup__list a {
  display: block;
  padding: 5px;
  font-size: 0;
  line-height: 0;
}
.podcast-signup__list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 2.2px;
  font-weight: bold;
}
.podcast-signup__list svg {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 8px;
  margin-left: 8px;
  fill: var(--blue);
}
.podcast-signup__list--open {
  display: block;
}
.more-link--drop svg {
  transform: rotate(90deg);
}


@media screen and (min-width: 1025px) {
  .default-teaser:hover h4 {
    margin: 0 0 20px;
  }
  .podcast-signup:hover .more-link {
    border-color: #fff;
    background: #fff;
    color: var(--blue);
  }
  .podcast-promo:first-child {
    flex: 1 0 calc(100% - 30px);
    min-height: 185px;
    margin: 0 15px 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .podcast-promo:first-child > a {
    position: relative;
    display: block;
    padding: 0 0 0 calc(33.3333% + 10px);
  }
  .podcast-promo:first-child figure {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(33.3333% - 20px);
    margin: 0;
  }
  .podcast-promo:first-child h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .podcast-promo:first-child .podcast-signup {
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0 calc(33.333% + 10px);
  }
  .podcast-signup:hover .more-link svg {
    fill: var(--blue);
  }
}

@media screen and (max-width: 1200px) and (min-width: 1025px),
screen and (max-width: 800px) {
  .card-teaser,
  .plain-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .primary-teasers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .primary-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
  .primary-teaser--big {
    height: 600px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 20px);
    flex: 1 0 calc(100% - 20px);
  }
  .split-content:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .split-content__main {
    max-width: none;
  }
  .split-content:not(:last-child) .split-content__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .split-content:not(:last-child) aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
  }
  .author-teaser--vertical {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tribute__content {
    display: block;
  }
  .tribute__main {
    min-height: 0;
  }
  .tribute .promo-slider-wrap {
    margin: 0;
    padding-left: 0;
  }
  .podcasts-promo {
    margin: 0 -10px;
    padding: 30px 15px 10px;
  }
  .podcast-promo {
    flex: 1 0 calc(50% - 30px);
    margin: 0 15px 20px;
  }
}

@media screen and (max-width: 800px) {
  .horizontal-teasers {
    display: block;
    margin: 0;
  }
  .horizontal-teaser {
    margin: 0 0 20px;
  }
  .horizontal-teaser--big a {
    height: 350px;
  }
}

@media screen and (max-width: 600px) and (min-width: 451px) {
  .mini-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  .primary-teasers {
    display: block;
  }
  .primary-teaser {
    height: 290px;
  }
  .primary-teaser__info,
  .primary-teaser--big .primary-teaser__info {
    padding: 10px 15px 15px;
  }
  .primary-teaser h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .primary-teaser__summary {
    display: none;
  }
  * + .adv--full {
    margin-top: 20px;
  }
  .horizontal-teaser {
    margin: 0 0 10px;
  }
  .horizontal-teaser--big a {
    height: 250px;
  }
  .horizontal-teaser--big h4 {
    padding: 10px 15px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .default-teaser h4 {
    margin: 0;
  }
  .mini-teasers {
    display: block;
    margin: 0;
  }
  .mini-teaser {
    margin: 0 0 10px;
  }
  .mini-teaser figure,
  .horizontal-teaser figure {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 130px;
    flex: 1 0 130px;
    height: 73px;
    margin: 0 10px 0 -10px;
  }
  .horizontal-teaser--big figure {
    height: 100%;
    margin: 0;
  }
  .card-teasers,
  .plain-teasers {
    display: block;
    margin: 0;
  }
  .card-teaser {
    margin: 0 0 10px;
    overflow: hidden;
  }
  .card-teaser:after {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 100px;
    width: 40px;
    height: 35px;
  }
  .card-teaser a {
    display: block;
    min-height: 116px;
    padding: 10px 140px 10px 10px;
  }
  .card-teaser figure {
    width: 140px;
    height: 140px;
  }
  .card-teaser figure:before {
    bottom: 0;
    width: 180px;
    height: 180px;
  }
  .card-teaser figure:after {
    width: 200px;
    height: 185px;
  }
  .card-teaser img {
    width: 180px;
    height: 180px;
    margin: -40px -40px 0 0;
  }
  .card-teaser h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .plain-teaser {
    margin: 0 0 10px;
  }
  .plain-teaser a {
    padding: 8px 0 10px;
  }
  .plain-teaser h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .promo-slider__article {
    z-index: -1;
  }
  .promo-slider__article.active {
    z-index: 1;
  }
  .promo-slider__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transform: scale(0.8) translateX(-87%);
        -ms-transform: scale(0.8) translateX(-87%);
            transform: scale(0.8) translateX(-87%);
  }
  .promo-slider__content {
    padding: 10px;
  }
  .promo-slider__content h4,
  .tribute .promo-slider h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .promo-slider__nav {
    display: none;
  }
  .promo-slider__article figure {
    flex: auto;
  }
  .tribute__main {
    margin: 0 0 10px;
  }
  .tribute__main a {
    padding: 25px;
  }
  .tribute__main h4 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .promo-photo-outer {
    max-width: calc(100vw - 20px);
  }
  .promo-photo a {
    display: block;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .promo-photo__info {
    max-width: none;
    margin: 0;
    padding: 20px 20px 15px 30px;
    background: var(--darker-blue);
    visibility: hidden;
  }
  .promo-photo.active .promo-photo__info {
    visibility: visible;
  }

  .podcasts-promo {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .full-special__link {
    display: block;
  }
  .full-special__head {
    margin: 0 0 40px;
  }
  .full-special__author {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  
  .full-special__img svg {
    background: var(--darker-blue);
  }
  .full-special__body {
    padding: 0 0 0 20px;
  }
  .full-special__body:before {
    bottom: auto;
    width: auto;
    height: 1px;
    right: 0;
  }
  .full-special__title {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
      .small-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: left;
}
.small-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - 20px);
  flex: 1 0 calc(25% - 20px);
  margin: 0 10px 20px;
  background: #fff;
}
.small-teaser:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(#fff));
  background-image: linear-gradient(to bottom, var(--blue) 0%, #fff 100%);
}
.small-teaser:hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.small-teaser--special {
  background: #000;
  color: #fff;
}
.small-teaser--special:hover {
  background: #000;
}
.small-teaser a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 1px;
  padding: 19px 9px;
  background: #fff;
}
.small-teaser--special a {
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 22, 213, 0.6)), to(rgba(8, 14, 62, 0))), url(../../images/bd-pattern.svg);
  background: linear-gradient(to bottom, rgba(0, 22, 213, 0.6) 0%, rgba(8, 14, 62, 0) 100%), url(../../images/bd-pattern.svg);
}
.small-teaser figure {
  position: relative;
  z-index: 1;
  margin: -20px 0 10px;
}
.small-teaser--special figure {
  display: none;
}
.small-teaser__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.small-teaser__author svg {
  position: relative;
  width: 7px;
  height: 7px;
  margin-right: -2px;
  background: #fff;
  z-index: 1;
  padding: 1px;
}
.small-teaser--special .small-teaser__author svg {
  fill: #fff;
  background: var(--dark-blue);
}
.small-teaser__author figure {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px;
  height: 42px;
  padding: 2px;
  margin: 0 10px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.small-teaser--special .small-teaser__author figure {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.small-teaser__author figure img {
  border-radius: 50%;
}
.small-teaser__author .small-teaser__category {
  margin: 0;
}
.small-teaser__category {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1.6px;
  font-weight: bold;
  color: var(--blue);
}
.small-teaser--special .small-teaser__category {
  color: #fff;
}
.small-teaser h4 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.small-teaser--special h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.small-teaser:not(.small-teaser--special):hover h4 {
  color: var(--blue);
}
.small-teaser__summary {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--dark-grey);
}
.small-teaser--special .small-teaser__summary {
  color: var(--grey);
}
.small-teaser--special time,
.small-teaser--special .date {
  color: #fff;
}

@media screen and (max-width: 1100px) and (min-width: 1025px),
screen and (max-width: 800px) {
  .small-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33.3333% - 20px);
    flex: 1 0 calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .small-teaser h4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
  .small-teaser__summary {
    display: none;
  }
}

@media screen and (max-width: 600px) and (min-width: 451px) {
  .small-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
  .small-teaser__author figure {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 450px) {
  .small-teasers {
    display: block;
    margin: 0;
  }
  .small-teaser {
    margin: 0 0 10px;
  }
  .small-teaser a {
    min-height: 93px;
    padding: 10px 10px 10px 140px;
  }
  .small-teaser--special:not(.small-teaser--special-authored) a {
    background: #fff;
    color: #000;
  }
  .small-teaser figure {
    position: absolute;
    top: 10px;
    left: 0;
    width: 130px;
    margin: 0;
  }
  .small-teaser__author {
    margin: 0 0 5px;
  }
  .small-teaser__author figure {
    position: relative;
    top: auto;
    left: auto;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
  }
  .small-teaser--special figure {
    display: block;
  }
  .small-teaser__category {
    margin: 0 0 6px;
  }
  .small-teaser--special:not(.small-teaser--special-authored) .small-teaser__category {
    color: var(--blue);
  }
  .small-teaser--special h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .small-teaser--special:not(.small-teaser--special-authored) time {
    color: var(--blue);
  }
  .small-teaser--special:not(.small-teaser--special-authored) .date {
    color: var(--dark-grey);
  }
}

      .latest__tabs {
  position: relative;
  border-bottom: 1px solid rgba(106, 106, 106, 0.2);
  font-size: 0;
  line-height: 0;
  background: #fff;
}
.latest__tabs:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: var(--blue);
}
.latest__tabs li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  padding: 17px 0 13px;
  border-bottom: 4px solid transparent;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  color: var(--grey);
  cursor: pointer;
}
.latest__tabs li.active {
  border-color: var(--blue);
  color: #000;
}
.latest__adv {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.latest__adv a {
  display: block;
}
.latest-teasers {
  padding: 5px 0 0;
  text-align: center;
  background: #fff;
}
.latest-teaser {
  text-align: left;
}
.latest-teaser:nth-child(2n) {
  background: var(--lighter-grey);
}
.latest-teaser a {
  display: block;
  padding: 6px 10px;
}
.latest-teaser figure {
  display: none;
}
.latest-teaser time {
  display: block;
  margin: 0 0 5px;
}
.latest-teaser h5 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.latest-teaser:hover h5 {
  color: var(--blue);
}
.latest-teaser + .more-link {
  margin: 15px 0;
}


@media screen and (max-width: 1024px) and (min-width: 601px) {
  .js-tab-content.latest-teasers {
    display: none;
  }
  .latest-teasers,
  .js-tab-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .latest-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
  .latest-teaser:nth-child(2n) {
    border-left: 1px solid var(--light-grey);
    background: #fff;
  }
  .latest-teaser:nth-child(4n),
  .latest-teaser:nth-child(4n+3) {
    background: var(--lighter-grey);
  }
}

@media screen and (max-width: 600px) {
  .latest__tabs li {
    padding: 12px 0 9px;
    border-bottom: 3px solid transparent;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .latest__tabs li.active {
    border-color: var(--blue);
  }
  .latest-teaser a {
    position: relative;
    min-height: 72px;
    padding: 6px 10px 6px 70px;
  }
  .latest-teaser figure {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 60px;
  }
}
      .article__cover {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
}
.article__cover figcaption {
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: var(--dark-grey);
}
.article__main {
  position: relative;
  margin: 0 70px;
  padding: 0 20px 40px;
}
.article__main:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
}
.article__main-inner {
  max-width: 700px;
  margin: 0 auto;
}
.article__info {
  margin: 0 0 20px;
  border: 1px solid var(--grey);
  font-size: 0;
  line-height: 0;
}
.article__author {
  display: inline-block;
  vertical-align: top;
  padding: 15px 18px;
  border-right: 1px solid var(--grey);
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.article__author figure {
  display: inline-block;
  vertical-align: middle;
  margin: -11px 7px -11px 0;
}
.article__author img {
  width: 38px;
  height: 38px;
  padding: 1px;
  border: 1px solid #000;
  border-radius: 50%;
}
.article__author span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.article__category {
  display: inline-block;
  vertical-align: top;
  padding: 17px 18px;
  border-right: 1px solid var(--grey);
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: var(--blue);
}
.article__date {
  display: inline-block;
  vertical-align: top;
  padding: 17px 18px;
}
.article__updated {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: var(--blue);
}
.article__updated:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 10px;
  margin: 5px 6px;
  border-top: 1px solid var(--grey);
}
.article__updated span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1rem;
  color: #000;
}
.article__share {
  position: absolute;
  top: 92px;
  left: -70px;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.article__share-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.article__share-inner:before {
  content: '';
  position: absolute;
  top: 18px;
  left: calc(100% + 16px);
  width: 36px;
  border-top: 1px solid var(--grey);
}
.article__share li {
  display: block;
  margin: 0 0 6px;
}
.article__share .mob {
  display: none;
}
.article__share a {
  display: block;
  background: #fff;
}
.article__share a:hover {
  background: var(--blue);
  color: #fff;
}
.article__share svg {
  width: 36px;
  height: 36px;
  padding: 8px;
  fill: currentColor;
}
.article__rights {
  margin: 0 0 20px;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-style: italic;
  color: var(--blue);
}
.article__summary {
  margin: 0 0 20px;
  font-size: 2.0rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: Georgia, Times, serif;
}
.article__body {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.article__body:first-letter {
  float: left;
  margin: 3px 8px 0 0;
  font-size: 4.8rem;
  line-height: 4.4rem;
  font-weight: bold;
}
.article__body p {
  margin: 0 0 25px;
}
.article__body .adv {
  float: right;
  margin: 0 0 20px 20px;
}
.article__body .adv--full {
  float: none;
  margin: 0 -20px 20px;
}
.article__body a {
  font-weight: bold;
  text-decoration: underline;
}
.article__body h2 {
  margin: 0 0 12px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.article__body h3 {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.text-align-center {
  text-align: center;
}
blockquote {
  position: relative;
  float: left;
  max-width: 270px;
  margin: 0 50px 30px 10px;
  padding: 20px 0;
  border-top: 4px solid #000;
  border-bottom: 2px solid #000;
  font-size: 3.4rem;
  line-height: 4.8rem;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  color: var(--blue);
}
blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  right: -30px;
  bottom: 0;
  z-index: -1;
  background: url(../../images/bd-pattern-grey.svg);
}
blockquote .author {
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 1.6px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.article__body ul,
.article__body ol {
  margin: 0 0 25px;
}
.article__body li {
  position: relative;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 16px;
  clear: left;
}
.article__body ol li {
  padding-left: 24px;
  counter-increment: list;
}
.article__body ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--blue);
}
.article__body ol li:before {
  content: counter(list) ".";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: var(--blue);
}
.article__body hr {
  max-width: 200px;
  margin: 0 0 25px;
  border: none;
  border-top: 2px solid var(--blue);
}
.article__table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 25px;
}
.article__body table {
  width: calc(100% - 2px);
  border-collapse: collapse;
  border: 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: normal;
  background: var(--light-grey);
}
.article__body th {
  padding: 8px 15px;
  border: 1px solid #000;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  background: #000;
  color: #fff;
}
.article__body td {
  padding: 7px 15px;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
.embed-media {
  clear: both;
}
.small-teaser {
  z-index: 1;
  float: right;
  clear: right;
  width: 246px;
  margin: 0 0 20px 20px;
  background: var(--light-grey);
}
.small-teaser:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(var(--light-grey)));
  background-image: -o-linear-gradient(top, var(--blue) 0%, var(--light-grey) 100%);
  background-image: linear-gradient(to bottom, var(--blue) 0%, var(--light-grey) 100%);
}
.article__body .small-teaser a {
  background: var(--light-grey);
}
.small-teaser a {
  text-decoration: none;
  font-weight: normal;
}
.article__gallery {
  position: relative;
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 0 0 50px;
  overflow: hidden;
}
.article__gallery:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 100px;
  border-top: 1px solid var(--grey);
}
.article__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__images-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
  text-align: center;
}
.article__images-figure figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.article__images-figure span {
  display: block;
  margin: 5px 0 -18px;
  padding: 0 100px 0 0;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: var(--dark-grey);
}
.article__gallery-ctrl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 13px;
  border: 1px solid var(--grey);
  background: #fff;
  cursor: pointer;
}
.article__gallery-ctrl:hover {
  fill: var(--blue);
}
.article__gallery-ctrl--prev {
  right: 50px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.article__promotional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  margin: 40px auto;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: var(--darker-blue);
}
.article__promotional img {
  margin-right: 20px;
}
.article__promotional svg {
  margin-left: 20px;
  min-width: 10px;
  width: 10px;
  height: 12px;
  fill: #fff;
}
.article__tribute {
  position: relative;
  margin: 40px 0;
  padding: 20px 20px 20px 40px;
  background: var(--baby-blue);
}
.article__tribute svg {
  position: absolute;
  top: 28px;
  left: 20px;
  width: 10px;
  height: 8px;
  fill: var(--blue);
}
.article__tribute span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: initial;
}
.article__tribute a {
  font-weight: bold;
  text-decoration: underline;
}
.article__tags {
  font-size: 0;
  line-height: 0;
}
.article__tags li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 5px 0;
}
.article__tags a {
  position: relative;
  display: block;
  padding: 0 0 0 7px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.article__tags a:before,
.article__tags a:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: 3px;
  background: var(--blue);
}
.article__tags a:after {
  top: 8px;
}
.article__tags + .adv {
  margin-top: 20px;
}
.article__related,
.daily-photo__related {
  margin: 40px 0 0;
}

/* Daily photo */
.daily-photo__date {
  display: block;
  margin: 0 0 20px;
}
.daily-photo .article__share {
  top: -7px;
}
.daily-photo .article__body:first-letter {
  float: none;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
}
.photo-teasers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.photo-teaser {
  position: relative;
  flex: 1 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0 5px 20px;
}
.photo-teaser h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: rgba(8, 14, 62, 0.8);
  color: #fff;
}
.photo-teaser svg {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 8px;
  margin: 0 5px 0 0;
  fill: #fff;
}
.photo-teaser time {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
}


@media screen and (max-width: 1380px) {
  .article__cover figcaption {
    max-width: none;
    margin: 10px 90px 0;
  }
}

@media screen and (max-width: 800px) {
  .article__cover figcaption {
    margin: 10px 20px 0;
  }
  .article__main {
    margin: 0;
  }
  .article__share {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
  }
  .article__share-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--grey);
  }
  .article__share-inner:before {
    display: none;
  }
  .article__share li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0;
    text-align: center;
  }
  .article__share .mob {
    display: block;
  }
  .article__share svg {
    width: 46px;
    height: 46px;
    padding: 12px;
  }
  .footer {
    margin-bottom: 47px;
  }
  .daily-photo .article__share {
    top: auto;
  }
}

@media screen and (max-width: 600px) {
  .article__cover {
    margin: 0 -10px 15px;
  }
  .article__cover figcaption {
    margin: 10px 20px 0;
  }
  .article__main {
    padding: 0 10px 15px;
  }
  h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .article__category {
    border-right: 0;
  }
  .article__date {
    width: 100%;
    border-top: 1px solid var(--grey);
  }
  .article__body .adv {
    float: none;
    margin: 0 -20px 20px;
  }
  blockquote {
    float: none;
    max-width: 290px;
    margin: 0 auto 20px;
    padding: 15px 0;
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  blockquote:before {
    right: -20px;
  }
  .small-teaser {
    float: none;
    width: auto;
    margin: 0 -10px 20px;
  }
  .article__related {
    margin: 20px 0 0;
  }
  .article__promotional {
    padding: 15px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .photo-teasers {
    display: block;
    margin: 0;
  }
  .photo-teaser {
    max-width: none;
    margin: 0 0 20px;
  }
}


article.epimonos_kipouros .article__main, article.epimonos_kipouros .article__main:before {
  background-color: #080e3e;
}

{
  color: #fff;
}

article.epimonos_kipouros .article__main h1,
article.epimonos_kipouros .article__main .article__summary, article.epimonos_kipouros .article__main .article__body,article.epimonos_kipouros .article__main .article__tags,
article.epimonos_kipouros .article__main .article__summary a, article.epimonos_kipouros .article__main .article__body a, article.epimonos_kipouros .article__main .article__tags a,
article.epimonos_kipouros .article__main .article__info a,
article.epimonos_kipouros .article__date time, article.epimonos_kipouros .article__date span,
article.epimonos_kipouros figure figcaption
{
  color:#fff;
}

article.epimonos_kipouros .article__body table {
    background: none;    
}

article.epimonos_kipouros .article__main .article__tags a:before, article.epimonos_kipouros .article__main .article__tags a:after,
.article.epimonos_kipouros .article__main .article__promotional
{
  background-color: #fff;
  color:#080e3e;
}

.article.epimonos_kipouros .article__main .article__promotional svg {
  fill: #080e3e;
}


article.epimonos_kipouros .article__main .article__body hr{
  border-color: #fff;
}


.responsive-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%}.responsive-container iframe,.responsive-container video{position:absolute;top:0;left:0;width:100%;height:100%}

      .default-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.default-teasers--double article {
  flex: 1 0 calc(50% - 20px);
}
.default-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(33.3333% - 20px);
  flex: 1 0 calc(33.3333% - 20px);
  min-height: 400px;
  margin: 0 10px 20px;
  text-align: left;
  color: #fff;
}
.default-teaser--special {
  background: #000;
}
.default-teaser a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.default-teaser--special a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(to bottom, rgba(0, 22, 213, 0.6) 0%, rgba(8, 14, 62, 0) 100%), url(../../images/bd-pattern.svg);
}
.default-teaser picture,
.default-teaser figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.default-teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default-teaser--special picture,
.default-teaser--special figure {
  display: none;
}
.default-teaser__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 12px 20px 20px;
  background-color: rgba(8, 14, 62, 0.8);
}
.default-teasers--dark .default-teaser__info {
  background-color: rgba(0, 0, 0, 0.8);
}
.default-teaser--special .default-teaser__info {
  height: 100%;
  padding: 20px;
  background: transparent;
}
.default-teaser__arrow {
  display: none;
  margin: 0 0 20px;
  width: 7px;
  height: 8px;
  fill: #fff;
}
.default-teaser__category {
  display: block;
  margin: 0 0 4px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1.6px;
  font-weight: bold;
}
.default-teaser h4 {
  margin: 10px 0 20px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.default-teaser__summary {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--grey);
}
.default-teaser--special .default-teaser__summary {
  display: block;
}
.default-teaser time {
  display: block;
  color: #fff;
}
.default-teaser .date {
  color: #fff;
}


@media screen and (min-width: 1025px) {
  .default-teaser:hover:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 8px;
    right: 8px;
    height: 5px;
    background: var(--grey);
  }
  .default-teaser--special:hover a {
    background-image: linear-gradient(to bottom, rgba(0, 22, 213, 0.7) 0%, rgba(8, 14, 62, 0.7) 100%), url(../../images/bd-pattern.svg);
  }
  .default-teaser:hover .default-teaser__info {
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 22, 213, 0.85) 0%, rgba(8, 14, 62, 0.85) 100%);
  }
  .default-teasers--dark .default-teaser:hover .default-teaser__info {
    background: linear-gradient(to bottom, rgba(112, 112, 112, 0.85) 0%, rgba(0, 0, 0, 0.95) 100%);
  }
  .default-teaser--special:hover .default-teaser__info {
    background: transparent;
  }
  .default-teaser:hover .default-teaser__arrow {
    display: block;
    margin: 10px 0 20px;
  }
  .default-teaser:hover .default-teaser__summary {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .default-teaser h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 1100px) and (min-width: 1025px),
screen and (max-width: 800px) {
  .default-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  .default-teasers {
    display: block;
    margin: 0;
  }
  .default-teaser {
    min-height: 93px;
    margin: 0 0 10px;
    background: #fff;
    color: #000;
  }
  .default-teaser a {
    padding: 10px 10px 10px 140px;
  }
  .default-teaser--special a {
    background: none;
  }
  .default-teaser picture,
  .default-teaser figure {
    top: 10px;
    width: 130px;
    height: 73px;
  }
  .default-teaser--special picture,
  .default-teaser--special figure {
    display: block;
  }
  .default-teaser__info,
  .default-teasers--dark .default-teaser__info,
  .default-teaser--special .default-teaser__info {
    padding: 0;
    background: none;
  }
  .default-teaser__category {
    display: none;
  }
  .default-teaser h4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin: 0 0 10px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .default-teaser--special .default-teaser__summary {
    display: none;
  }
  .default-teaser time,
  .default-teaser .date {
    color: #000;
  }
}

      body {

}

.header__top a.logo img {
  max-height: 40px;
}

.hot-in-week ul {
  padding-left: 16px;
}

.hot-in-week ul li {
  margin-bottom: 8px;
}

/* Prev - Next */

.nav-previous,
.nav-next {
  margin-bottom: 16px;
}

span.screen-reader-text {
  display: none;
}

.post-navigation span.chromenews-prev-post,
.post-navigation span.chromenews-next-post {
  display: flex;
  width: 100%;
  align-items: center;
}

.post-navigation span.chromenews-prev-post {
  flex-direction: row-reverse;
}

.nav-previous span.post-image {
  margin: 0 20px 0 0;
}

.nav-next span.post-image {
  margin: 0 0 0 20px;
}

.post-navigation span.post-image {
  width: 200px;
}

.nav-next {
  text-align: right;
}

@media screen and (min-width: 600px) {
  .nav-links {
    display: flex;
  }

  .nav-previous,
  .nav-next {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.main-menu a {
  text-transform: uppercase;
}

.author-profile-block .widget-content {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  gap: 10px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.author-profile-block .widget-content a {
  min-width: fit-content;
}

.tags ul li::marker {
  content: '';
}

.tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 8px;
}

.tags .label-count {
  display: inline;
  filter: alpha(opacity=60);
  opacity: 0.8;
  font-weight: normal;
  font-size: 12px;
}

.tags a:hover {
  color: var(--blue);
}

h1 {
  width: unset;
  height: unset;
  margin: unset;
  text-indent: unset;
}

.page-node-type-page h1 {
  margin: 0 0 15px;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
}

.article__cover img {
  width: 100%;
  max-height: 585px;
  object-fit: cover;
}

.footer__menu {
  text-transform: uppercase;
}

.footer__copy {
  grid-row-start: 2;
}

.container--main {
  margin-top: 8px !important;
}

@media screen and (max-width: 1024px) {
  .main-menu {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .footer__menu, .footer__secondary-menu {
    display: block;
  }

  .footer__copy {
    grid-row-start: 3;
  }
}

.footer {
  margin-bottom: 0 !important;
}

.header {
  position: unset !important;
}

aside {
  top: 10px;
}

.article__category {
  text-transform: uppercase;
}

.pager {
  width: 100%;
}

.primary-teaser__info {
  width: 100%;
}

.container--header {
  display: flex;
  justify-content: center;
}

.container--header .logo {
  margin-right: 8px;
}

.logo-title h1 {
  margin-bottom: 0;
}

.small-teaser {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.small-teaser a {
  height: unset;
  padding-bottom: 0;
}

.small-teaser:hover {
  background-image: none;
}

.small-teaser .small-teaser__summary,
.small-teaser .default-date {
  margin: 1px;
  padding: 9px 9px;
}

.small-teaser .small-teaser__summary a {
  margin: 0;
  padding: 0;
  background: none;
  display: inline;
  text-decoration: underline;
}

.primary-teaser--big .primary-teaser__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.primary-teaser--big .primary-teaser__summary a {
  margin: 0;
  padding: 0;
  display: inline;
  text-decoration: underline;
}

    </style>

          
      


<script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "WebSite",
    "@id": "https://meredithandthenewyorkie.com#website",
    "url": "https://meredithandthenewyorkie.com",
    "name": "meredithandthenewyorkie.com",
    "inLanguage": "en-US",
    "publisher": {
        "@id": "https://meredithandthenewyorkie.com/#organization"
    },
    "contentLocation": {
        "name": "USA",
        "@type": "Place",
        "addressCountry": "US"
    }
}
</script>


  <script type="application/ld+json">
   {
    "@context": "https://schema.org",
    "@type": "Organization",
    "@id": "https://meredithandthenewyorkie.com/#organization",
    "name": "meredithandthenewyorkie.com",
    "legalName": "meredithandthenewyorkie.com",
    "url": "https://meredithandthenewyorkie.com",
    "logo": {
        "height": 50,
        "width": 100,
        "@type": "ImageObject",
        "url": "https://meredithandthenewyorkie.com/themes/custom/supernews/images/logo/logo-129.svg"
    },
    "address": {
        "addressLocality": "USA",
        "@type": "PostalAddress",
        "addressCountry": "US"
    },
    "contactPoint": [
        {
            "@type": "ContactPoint",
            "contactType": "customer support",
            "email": "info@meredithandthenewyorkie.com",
            "availableLanguage": {
                "1": "USA",
                "0": "us"
            }
        }
    ]
}
  </script>


  
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "ImageObject",
    "@id": "https://meredithandthenewyorkie.com/#primaryimage",
    "url": "https://meredithandthenewyorkie.com/sites/meredithandthenewyorkie.com/files/content/images/2026-08/6ad1ae3ecf7f2c94769436a641f6cdab2285934b.webp",
    "contentUrl": "https://meredithandthenewyorkie.com/sites/meredithandthenewyorkie.com/files/content/images/2026-08/6ad1ae3ecf7f2c94769436a641f6cdab2285934b.webp",
    "caption": "How to Use a Chicken Road Trading Demo and Set Up Your Chicken Road Account (Including Forex Simulator Access)",
    "name": "How to Use a Chicken Road Trading Demo and Set Up Your Chicken Road Account (Including Forex Simulator Access)",
    "inLanguage": "en-US",
    "width": 1100,
    "height": 540,
    "license": "https://meredithandthenewyorkie.com/#terms"
}
  </script>


  <script type="application/ld+json">
    {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://meredithandthenewyorkie.com"
        }
    ]
}
  </script>


      

<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "NewsArticle",
    "mainEntityOfPage": {
        "@id": "https://meredithandthenewyorkie.com/content/",
        "@type": "NewsArticle"
    },
    "headline": "Meredithandthenewyorkie.com",
    "inLanguage": "en-US",
    "datePublished": "2026-08-31T19:33:29+03:00",
    "dateModified": "2026-08-31T19:33:29+03:00",
    "genre": "News",
    "image": [
        "https://meredithandthenewyorkie.com/sites/meredithandthenewyorkie.com/files/styles/thumbnail/public/blank/meredithandthenewyorkiecom-default.png.webp?itok=mUqEcXGI"
    ],
    "author": {
        "url": "https://meredithandthenewyorkie.com",
        "@type": "Organization",
        "name": "meredithandthenewyorkie.com"
    },
    "publisher": {
        "logo": {
            "height": 50,
            "@type": "ImageObject",
            "width": 100,
            "url": "https://meredithandthenewyorkie.com/themes/custom/supernews/images/logo/logo-129.svg"
        },
        "name": "meredithandthenewyorkie.com",
        "@type": "NewsMediaOrganization",
        "url": "https://meredithandthenewyorkie.com"
    },
    "contentLocation": {
        "@type": "Place",
        "name": "USA",
        "addressCountry": "US"
    }
}
</script>


<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "mainEntityOfPage": {
        "@type": "NewsArticle",
        "@id": "https://meredithandthenewyorkie.com/content/"
    },
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://meredithandthenewyorkie.com"
        },
        {
            "item": "/",
            "position": 2,
            "name": "News",
            "@type": "ListItem"
        },
        {
            "position": 3,
            "@type": "ListItem",
            "name": "Meredithandthenewyorkie.com"
        }
    ]
}
</script>

    
      </head>
  <body class="fontyourface path-frontpage page-node-type-page">
      <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>
    <div class="page">
  <header class="header">
  <section class="header__top">
    <div class="container container--header">
      <a href="/" class="logo">
                            <figure>
            <img src="/themes/custom/supernews/images/logo/logo-129.svg" width="40" height="40" alt="meredithandthenewyorkie.com">
          </figure>
              </a>
              <a href="/" class="logo-title">
          <h1>meredithandthenewyorkie.com</h1>
        </a>
          </div>
  </section>

  <nav class="container main-menu">
    

  <ul>
          <li>
        <a href="/category/gaming-betting/">Gaming &amp; Betting</a>

                  <span class="label-count" dir="ltr">(7)</span>
        
      </li>
      </ul>

  </nav>

</header>

  <main class="container container--main">
    <section class="primary-teasers">
      
  <article class="primary-teaser primary-teaser--big">
    <a href="https://meredithandthenewyorkie.com/how-to-use-a-chicken-road-trading-demo-and-set-up-your-chicken-road-account-including-forex/">
                      <figure>
          <img loading="lazy" src="/sites/meredithandthenewyorkie.com/files/styles/large/public/content/images/2026-08/6ad1ae3ecf7f2c94769436a641f6cdab2285934b.webp?itok=KFI5bW0b" width="725" height="600" alt="How to Use a Chicken Road Trading Demo and Set Up Your Chicken Road Account (Including Forex Simulator Access)" title="How to Use a Chicken Road Trading Demo and Set Up Your Chicken Road Account (Including Forex Simulator Access)" typeof="foaf:Image" onerror="this.onerror=null;this.src='/themes/custom/supernews/images/no-image.png';">
        </figure>
          </a>
    <div class="primary-teaser__info">
      <h2><a href="https://meredithandthenewyorkie.com/how-to-use-a-chicken-road-trading-demo-and-set-up-your-chicken-road-account-including-forex/">How to Use a Chicken Road Trading Demo and Set Up Your Chicken Road Account (Including Forex Simulator Access)</a></h2>
      <div class="primary-teaser__summary">
        Ninety percent of new traders quit within the first year, and the primary reason has nothing to do with market conditions. It has to do with skipping practice. Anyone who opens a live position before
      </div>
      <time class="default-date">
        <span class="date">25 August, 2026</span>
      </time>
    </div>
  </article>


      
  <article class="primary-teaser">
    <a href="https://meredithandthenewyorkie.com/how-to-use-a-chicken-road-trading-demo-and-set-up-your-chicken-road-account-including-forex/">
                      <figure>
          <img loading="lazy" src="/sites/meredithandthenewyorkie.com/files/styles/large/public/content/images/2026-08/6ad1ae3ecf7f2c94769436a641f6cdab2285934b.webp?itok=KFI5bW0b" width="853" height="730" alt="How to Use a Chicken Road Trading Demo and Set Up Your Chicken Road Account (Including Forex Simulator Access)" title="How to Use a Chicken Road Trading Demo and Set Up Your Chicken Road Account (Including Forex Simulator Access)" typeof="foaf:Image" onerror="this.onerror=null;this.src='/themes/custom/supernews/images/no-image.png';">
        </figure>
            <div class="primary-teaser__info">
        <h3>How to Use a Chicken Road Trading Demo and Set Up Your Chicken Road Account (Including Forex Simulator Access)</h3>
      </div>
    </a>
  </article>



  <article class="primary-teaser">
    <a href="https://meredithandthenewyorkie.com/no-wagering-casinos-explained-free-spins-bonuses-and-instant-withdrawals-without-wagering/">
                      <figure>
          <img loading="lazy" src="/sites/meredithandthenewyorkie.com/files/styles/large/public/content/images/2026-08/b4938d4f3714f16f8032db0ff990a765c8073ed0.webp?itok=Htq2uFqr" width="853" height="730" alt="No-Wagering Casinos Explained: Free Spins, Bonuses, and Instant Withdrawals Without Wagering Requirements" title="No-Wagering Casinos Explained: Free Spins, Bonuses, and Instant Withdrawals Without Wagering Requirements" typeof="foaf:Image" onerror="this.onerror=null;this.src='/themes/custom/supernews/images/no-image.png';">
        </figure>
            <div class="primary-teaser__info">
        <h3>No-Wagering Casinos Explained: Free Spins, Bonuses, and Instant Withdrawals Without Wagering Requirements</h3>
      </div>
    </a>
  </article>



  <article class="primary-teaser">
    <a href="https://meredithandthenewyorkie.com/chumba-casino-slots/">
                      <figure>
          <img loading="lazy" src="/sites/meredithandthenewyorkie.com/files/styles/large/public/content/images/2026-08/f0aabc08700923220ff93ee0194264a5be5f1f5b.webp?itok=X562Pde3" width="853" height="730" alt="Chumba Casino Slots: The Complete Guide to Sweepstakes-Style Online Slot Gaming" title="Chumba Casino Slots: The Complete Guide to Sweepstakes-Style Online Slot Gaming" typeof="foaf:Image" onerror="this.onerror=null;this.src='/themes/custom/supernews/images/no-image.png';">
        </figure>
            <div class="primary-teaser__info">
        <h3>Chumba Casino Slots: The Complete Guide to Sweepstakes-Style Online Slot Gaming</h3>
      </div>
    </a>
  </article>



  <article class="primary-teaser">
    <a href="https://meredithandthenewyorkie.com/alien-fruit-flavors-exploring-otherworldly-fruit-varieties-extraterrestrial-features-cosmic-taste/">
                      <figure>
          <img loading="lazy" src="/sites/meredithandthenewyorkie.com/files/styles/large/public/content/images/2026-08/8e29722053201f1196ab5d49264c401ae464fdd8.webp?itok=nBQ7QpCT" width="853" height="730" alt="Alien Fruit Flavors: Exploring Otherworldly Fruit Varieties, Extraterrestrial Features, Cosmic Taste, and Alien Textures" title="Alien Fruit Flavors: Exploring Otherworldly Fruit Varieties, Extraterrestrial Features, Cosmic Taste, and Alien Textures" typeof="foaf:Image" onerror="this.onerror=null;this.src='/themes/custom/supernews/images/no-image.png';">
        </figure>
            <div class="primary-teaser__info">
        <h3>Alien Fruit Flavors: Exploring Otherworldly Fruit Varieties, Extraterrestrial Features, Cosmic Taste, and Alien Textures</h3>
      </div>
    </a>
  </article>



    </section>

    <div class="split-content">
      <section class="split-content__main">
        <div class="small-teasers">
              










  <article class="small-teaser">
    <a href="https://meredithandthenewyorkie.com/how-to-choose-and-use-a-trustworthy-online-entertainment-platform-safety-games-mobile-payments/">
                      <figure>
          <img loading="lazy" src="/sites/meredithandthenewyorkie.com/files/styles/large/public/content/images/2026-08/ae2ed3641041f39b8a62cc2446683d27752725bf.webp?itok=kQTnoF_K" width="226" height="127" alt="How to Choose and Use a Trustworthy Online Entertainment Platform: Safety, Games, Mobile Payments, Bonuses, Withdrawals, Reviews, and Responsible Gaming on a Budget" title="How to Choose and Use a Trustworthy Online Entertainment Platform: Safety, Games, Mobile Payments, Bonuses, Withdrawals, Reviews, and Responsible Gaming on a Budget" typeof="foaf:Image" onerror="this.onerror=null;this.src='/themes/custom/supernews/images/no-image.png';">
        </figure>
            <h4>How to Choose and Use a Trustworthy Online Entertainment Platform: Safety, Games, Mobile Payments, Bonuses, Withdrawals, Reviews, and Responsible Gaming on a Budget</h4>
    </a>
    <div class="small-teaser__summary">
      A player who loses money to a rigged platform rarely finds out until it's too late - by then, the funds are gone and the operator has vanished behind a new domain name. This is not a rare event in
    </div>
    <time class="default-date">
      <span class="date">29 May, 2026</span>
    </time>
  </article>


  <article class="small-teaser">
    <a href="https://meredithandthenewyorkie.com/how-to-safely-use-online-gaming-platforms-responsible-betting-live-betting-sports-predictions/">
                      <figure>
          <img loading="lazy" src="/sites/meredithandthenewyorkie.com/files/styles/large/public/content/images/2026-08/30c848d9ee933b0a8fdd4fb9948ed8075e221666.webp?itok=WMn7rXis" width="226" height="127" alt="How to Safely Use Online Gaming Platforms: Responsible Betting, Live Betting, Sports Predictions, Available Sports, and How Online Games Work" title="How to Safely Use Online Gaming Platforms: Responsible Betting, Live Betting, Sports Predictions, Available Sports, and How Online Games Work" typeof="foaf:Image" onerror="this.onerror=null;this.src='/themes/custom/supernews/images/no-image.png';">
        </figure>
            <h4>How to Safely Use Online Gaming Platforms: Responsible Betting, Live Betting, Sports Predictions, Available Sports, and How Online Games Work</h4>
    </a>
    <div class="small-teaser__summary">
      A single tapped screen can move money faster than most people can think about the consequences. That's the reality of mobile betting in 2024: a transaction that once required a trip to a betting shop
    </div>
    <time class="default-date">
      <span class="date">16 May, 2026</span>
    </time>
  </article>


<div class="clear"></div>
  <nav class="pager" role="navigation" aria-labelledby="pagination-heading">
    <h4 id="pagination-heading" class="visually-hidden">Pagination</h4>
    <ul class="pager__items js-pager__items">
                                                                </ul>
  </nav>













        </div>
      </section>
      <aside>
        <div class="popular">
          <h4>Hot in week</h4>
<div class="latest-teasers">

      <article class="latest-teaser">
      <a href="https://meredithandthenewyorkie.com/how-to-use-a-chicken-road-trading-demo-and-set-up-your-chicken-road-account-including-forex/">
        <h5>How to Use a Chicken Road Trading Demo and Set Up Your Chicken Road Account (Including Forex Simulator Access)</h5>
      </a>
    </article>
      <article class="latest-teaser">
      <a href="https://meredithandthenewyorkie.com/no-wagering-casinos-explained-free-spins-bonuses-and-instant-withdrawals-without-wagering/">
        <h5>No-Wagering Casinos Explained: Free Spins, Bonuses, and Instant Withdrawals Without Wagering Requirements</h5>
      </a>
    </article>
      <article class="latest-teaser">
      <a href="https://meredithandthenewyorkie.com/chumba-casino-slots/">
        <h5>Chumba Casino Slots: The Complete Guide to Sweepstakes-Style Online Slot Gaming</h5>
      </a>
    </article>
      <article class="latest-teaser">
      <a href="https://meredithandthenewyorkie.com/alien-fruit-flavors-exploring-otherworldly-fruit-varieties-extraterrestrial-features-cosmic-taste/">
        <h5>Alien Fruit Flavors: Exploring Otherworldly Fruit Varieties, Extraterrestrial Features, Cosmic Taste, and Alien Textures</h5>
      </a>
    </article>
      <article class="latest-teaser">
      <a href="https://meredithandthenewyorkie.com/helicopter-review-guide-best-helicopter-models-performance-features-comparison-and-buying-tips/">
        <h5>Helicopter Review Guide: Best Helicopter Models, Performance, Features Comparison, and Buying Tips</h5>
      </a>
    </article>
      <article class="latest-teaser">
      <a href="https://meredithandthenewyorkie.com/how-to-choose-and-use-a-trustworthy-online-entertainment-platform-safety-games-mobile-payments/">
        <h5>How to Choose and Use a Trustworthy Online Entertainment Platform: Safety, Games, Mobile Payments, Bonuses, Withdrawals, Reviews, and Responsible Gaming on a Budget</h5>
      </a>
    </article>
      <article class="latest-teaser">
      <a href="https://meredithandthenewyorkie.com/how-to-safely-use-online-gaming-platforms-responsible-betting-live-betting-sports-predictions/">
        <h5>How to Safely Use Online Gaming Platforms: Responsible Betting, Live Betting, Sports Predictions, Available Sports, and How Online Games Work</h5>
      </a>
    </article>
  
</div>

        </div>
        <div class="tags">
          <h4>Tag cloud</h4>
          

  <ul>
          <li>
        <a href="/category/gaming-betting/">Gaming &amp; Betting</a>

                  <span class="label-count" dir="ltr">(7)</span>
        
      </li>
      </ul>

        </div>
      </aside>
    </div>

  </main>

  <footer class="footer">
  <div class="container container--footer">
    
    <div class="footer__copy">© 2026 meredithandthenewyorkie.com</div>

  </div>
</footer>

</div>

  </div>


        
  </body>
</html>
