/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

[data-ng-cloak] {
  display: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #222;
  color: #3e4549;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  line-height: 26px;
  min-width: 320px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  font-weight: 700; }

h1 {
  font-size: 20px;
  line-height: 24px; }

h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10.6666666667px; }

h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px; }

blockquote {
  border-left: 2px solid #eaa000;
  margin: 26px 40px;
  padding: 0 20px; }
  blockquote > p {
    color: #d08e00;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0; }
  blockquote > footer {
    color: #656c70;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 400;
    line-height: 26px; }

p + p {
  text-indent: 13px; }

strong {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700; }

@media screen and (min-width: 568px) {
  body {
    font-size: 22px;
    line-height: 36px; }
  blockquote {
    margin: 36px 40px; }
    blockquote > p {
      font-size: 28px;
      line-height: 40px; }
    blockquote > footer {
      font-size: 20px;
      line-height: 36px; }
  h1 {
    font-size: 36px;
    line-height: 40px; }
  h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 13.3333333333px; }
  h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8.6666666667px; }
  strong {
    font-size: 22px; }
  p + p {
    text-indent: 18px; } }

@media screen and (min-width: 1200px) {
  body {
    font-size: 26px;
    line-height: 44px; }
  blockquote {
    margin: 44px 40px;
    padding: 0 40px; }
    blockquote > p {
      font-size: 36px;
      line-height: 48px; }
    blockquote > footer {
      font-size: 22px;
      line-height: 48px; }
  h1 {
    font-size: 50px;
    line-height: 60px; }
  h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px; }
  h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px; }
  strong {
    font-size: 26px; }
  p + p {
    text-indent: 22px; } }

.l-text {
  margin: 26px auto;
  max-width: 666px; }
  .l-text > h1, .l-text > h2, .l-text > h3, .l-text > h4, .l-text > h5, .l-text > h6, .l-text > p {
    padding: 0 20px; }

.l-media, .l-inline-image, .l-fact-box {
  margin: 26px auto; }

.l-poster {
  top: 0;
  width: 100%;
  position: relative;
  z-index: 0; }

.l-below-poster {
  position: relative;
  z-index: 2; }

.l-container {
  background: #eee;
  position: relative;
  z-index: 2; }

.l-heading {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.l-main {
  background: #fff;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative; }

.l-caption {
  margin: 5px 20px 0; }

@media screen and (min-width: 568px) {
  .l-text {
    margin: 36px 40px; }
    .l-text > h1, .l-text > h2, .l-text > h3, .l-text > h4, .l-text > h5, .l-text > h6, .l-text > p {
      padding: 0; }
  .l-media, .l-fact-box {
    margin: 36px 0;
    max-width: 706px; }
  .l-media .l-caption {
    margin: 5px 40px 0; }
  .l-inline-image {
    margin: 36px auto;
    width: 75%; }
    .l-inline-image .l-caption {
      margin: 5px 0 0; } }

@media screen and (min-width: 768px) {
  .l-main {
    box-shadow: -1px 0 6px rgba(0, 0, 0, 0.42);
    margin-left: 200px;
    padding-bottom: 0;
    overflow-y: hidden; }
  .l-nav.l-nav-fixed {
    position: fixed;
    top: 0; } }

@media screen and (min-width: 1200px) {
  .l-container {
    margin: 0 auto;
    width: 1200px; }
  .l-main {
    margin-left: 300px; }
  .l-text, .l-media {
    margin: 44px 50px;
    width: 706px; }
  .l-fact-box {
    margin: 44px 0; }
  .l-inline-image {
    float: right;
    margin: 14.6666666667px 0 14.6666666667px 44px;
    width: 50%; }
  .l-media .l-caption {
    margin: 5px 0 0; } }

.preamble, .interview-question {
  font-family: "Roboto";
  font-weight: 500; }

.disclaimer {
  border-top: 1px solid #ccc;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 18px;
  padding-top: 20px !important; }

.italic {
  font-style: italic; }

@media screen and (min-width: 568px) {
  .disclaimer {
    padding-top: 40px !important; } }

@media screen and (min-width: 1200px) {
  .disclaimer {
    font-size: 16px;
    line-height: 22px;
    padding-top: 50px !important; } }

.heading {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%; }
  .heading > img {
    width: 100%; }
  .heading .arabic-heading {
    bottom: 20%;
    color: #fff;
    font-size: 60px;
    position: absolute;
    right: 10%;
    text-align: right;
    text-shadow: 1px 1px 1px #000; }

@media screen and (min-width: 568px) {
  .heading .arabic-heading {
    font-size: 100px; } }

@media screen and (min-width: 768px) {
  .heading .arabic-heading {
    font-size: 140px; } }

@media screen and (min-width: 1200px) {
  .heading .arabic-heading {
    font-size: 200px; } }

.poster {
  position: relative; }
  .poster .logo {
    display: block;
    height: 19px;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 100px;
    z-index: 2; }
    .poster .logo > img {
      display: block;
      width: 100%; }
  .poster .poster-image {
    background-size: 100% auto;
    background-repeat: no-repeat; }
    .poster .poster-image.poster-image-part-1 {
      background-image: url("../assets/images/top-image.jpg"); }
    .poster .poster-image.poster-image-part-2 {
      background-image: url("../assets/images/top-image-second-part.jpg"); }

@media screen and (min-width: 568px) {
  .poster .logo {
    height: 29px;
    right: 15px;
    top: 25px;
    width: 150px; } }

@media screen and (min-width: 1200px) {
  .poster {
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 675px !important; }
    .poster .poster-image {
      width: 100%;
      max-width: 1200px;
      padding-bottom: 675px !important;
      position: fixed;
      top: 0; }
    .poster .logo {
      height: 41px;
      right: 32px;
      top: 32px;
      width: 213px; } }

.nav {
  z-index: 10; }
  .nav .fb-share-button {
    background-color: #20679e;
    background-image: url("../assets/images/fb-icon-new.svg");
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: "Roboto";
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase; }
  .nav .nav-select {
    display: none; }
  .nav .nav-link {
    font-family: "Roboto";
    text-decoration: none; }

.nav-section {
  border-top: 1px solid #ccc;
  padding-top: 10px; }

@media screen and (min-width: 568px) {
  .nav-section {
    padding-top: 30px; } }

@media screen and (max-width: 767px) {
  .nav {
    background: #eee;
    font-size: 16px;
    height: 50px;
    left: 0;
    line-height: 26px;
    position: fixed;
    right: 0;
    bottom: 0; }
    .nav .fb-share-button {
      background-position: 15px 8px;
      background-size: 20px;
      float: right;
      font-size: 14px;
      height: 50px;
      padding-top: 27px;
      text-align: center;
      width: 50px; }
    .nav .nav-select {
      display: block;
      font-family: "Roboto";
      font-weight: 500;
      height: 50px;
      line-height: 30px;
      margin-right: 60px;
      overflow: hidden;
      padding: 10px 25px 10px 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative; }
      .nav .nav-select .label {
        border-right: 1px solid #d3d3d3;
        padding-right: 10px; }
      .nav .nav-select .section {
        color: #676a6c;
        font-weight: 400;
        padding-left: 10px; }
      .nav .nav-select:after {
        border-color: transparent;
        border-style: solid;
        border-width: 7px;
        content: " ";
        position: absolute;
        right: 8px; }
      .nav .nav-select.nav-select-collapsed:after {
        border-bottom-color: #757575;
        bottom: 23px; }
      .nav .nav-select.nav-select-expanded:after {
        border-top-color: #757575;
        bottom: 18px; }
    .nav .nav-links {
      background: #eee;
      bottom: 50px;
      left: 0;
      position: fixed;
      right: 0; }
      .nav .nav-links.nav-links-collapsed {
        display: none; }
    .nav .nav-link {
      color: #676a6c;
      display: block;
      line-height: 20px;
      padding: 15px 10px;
      text-align: right; } }

@media screen and (min-width: 768px) {
  .nav {
    position: absolute;
    width: 200px; }
    .nav .fb-share-button {
      background-color: #20679e;
      background-position: 30px 20px;
      background-size: 40px 40px;
      border-bottom: 2px solid #123b5a;
      height: 79px;
      line-height: 35px;
      padding: 22px 60px 22px 22px;
      text-align: right; }
    .nav .nav-links {
      border-right: 2px solid #ccc;
      font-size: 14px;
      line-height: 16px;
      margin: 15px 15px 0;
      padding-right: 15px;
      text-align: right;
      width: 160px; }
    .nav .nav-link {
      display: block;
      margin: 20px 0;
      padding: 5px 0;
      position: relative; }
      .nav .nav-link:after {
        border-radius: 100%;
        content: " ";
        position: absolute;
        top: 50%; }
      .nav .nav-link.nav-link-inactive {
        color: #929394;
        font-weight: 400; }
        .nav .nav-link.nav-link-inactive:after {
          background: #eaa000;
          border: 3px solid #eee;
          height: 14px;
          margin-top: -7px;
          right: -23px;
          width: 14px; }
      .nav .nav-link.nav-link-active {
        color: #505559;
        font-weight: 700; }
        .nav .nav-link.nav-link-active:after {
          background: #eee;
          border: 3px solid #eaa000;
          height: 16px;
          margin-top: -8px;
          right: -24px;
          width: 16px; } }

@media screen and (min-width: 1200px) {
  .nav {
    width: 300px; }
    .nav .fb-share-button {
      background-position: 80px 20px;
      padding: 22px 100px 22px 22px; }
    .nav .nav-links {
      font-size: 16px;
      line-height: 20px;
      margin: 50px 50px 0;
      width: 200px; }
  .nav-section {
    padding-top: 50px; } }

.media {
  position: relative; }
  .media > img, .media > iframe, .media > video {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .media.media-1-1 {
    padding-bottom: 100%; }
  .media.media-4-3 {
    padding-bottom: 75%; }
  .media.media-16-9 {
    padding-bottom: 56.25%; }
  .media.media-2-1 {
    padding-bottom: 50%; }
  .media.media-16-6 {
    padding-bottom: 37.5%; }

.caption {
  color: #656c70;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 18px; }

@media screen and (min-width: 568px) {
  .caption {
    font-size: 16px;
    line-height: 20px; } }

@media screen and (min-width: 1200px) {
  .caption {
    font-size: 18px;
    line-height: 24px; } }

.fact-box {
  background: #eee;
  overflow: hidden; }
  .fact-box .image {
    margin: 0 auto;
    max-width: 320px; }
  .fact-box .fact {
    background: #181818;
    position: relative;
    padding: 15px; }
    .fact-box .fact:before {
      content: " ";
      border-color: transparent transparent #181818;
      border-style: solid;
      border-width: 12px;
      left: 50%;
      margin-left: -12px;
      position: absolute;
      top: -24px; }
    .fact-box .fact > label {
      color: #759abc;
      display: block;
      font-family: "Roboto";
      font-weight: 700;
      text-transform: uppercase; }
    .fact-box .fact > h3, .fact-box .fact > p {
      color: #fff; }
    .fact-box .fact > h3 {
      font-weight: 400; }
    .fact-box .fact > p {
      margin-top: 10px;
      text-indent: 0; }
  .fact-box .close-button {
    background-image: url("../assets/images/close-icon.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
  .fact-box.fact-box-modal {
    display: none;
    opacity: 0;
    position: absolute;
    transition: opacity .5s linear; }
  .fact-box.fact-box-modal-visible {
    opacity: 1; }
  .fact-box.fact-box-collapsed .short {
    display: inline; }
  .fact-box.fact-box-collapsed .long {
    display: none; }
  .fact-box.fact-box-collapsed .show-more {
    color: #759abc;
    font-family: "Roboto";
    font-weight: 500;
    text-decoration: none; }
  .fact-box.fact-box-expanded .short {
    display: block; }
  .fact-box.fact-box-expanded .show-more {
    display: none; }

.fact-box-word {
  font-weight: 700; }

.fact-box-link {
  color: #3c93d0;
  cursor: pointer; }

@media screen and (min-width: 568px) {
  .fact-box {
    background: transparent; }
    .fact-box .image {
      float: left;
      max-width: auto;
      width: 35%; }
    .fact-box .fact {
      padding: 25px; }
      .fact-box .fact > p {
        font-size: 20px;
        line-height: 28px; }
      .fact-box .fact:before {
        border-color: transparent #181818 transparent transparent;
        left: -12px;
        top: 35px; }
    .fact-box .show-more {
      display: none; }
    .fact-box.fact-box-static .fact {
      float: left;
      width: 65%; }
    .fact-box.fact-box-modal {
      left: 50%;
      margin-left: -235px;
      margin-top: 25px;
      width: 470px; }
    .fact-box.fact-box-collapsed .short {
      display: block; }
    .fact-box.fact-box-collapsed .long {
      display: block; }
    .fact-box.fact-box-collapsed .show-more {
      display: none; } }

@media screen and (min-width: 1200px) {
  .fact-box .fact > p {
    font-size: 22px;
    line-height: 30px; } }

.byline {
  color: #757575;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px; }
  .byline + p {
    text-indent: 0 !important; }

@media screen and (min-width: 1200px) {
  .byline {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px; } }

.arabic .preamble {
  font-weight: bold; }
.arabic p {
  text-indent: 0 !important;
  direction: rtl; }
.arabic .l-text {
  direction: rtl; }
.arabic h1 {
  direction: ltr; }
.arabic .interview-question {
  font-weight: bold; }

.analysis {
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  text-indent: 0 !important; }
  .analysis > span {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px; }
    .analysis > span:before {
      content: " ";
      width: 10px;
      height: 10px;
      background: #eaa000;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-right: 5px;
      line-height: 40px;
      margin-top: -2px; }
  .analysis + .analysis {
    text-indent: 0; }
  .analysis .byline {
    float: right;
    width: 100px;
    margin: 10px 0 10px 10px; }

@media screen and (min-width: 1200px) {
  .analysis {
    margin-top: 25px; }
    .analysis > span {
      font-size: 30px; }
      .analysis > span:before {
        width: 15px;
        height: 15px;
        margin-right: 10px;
        margin-top: -5px; }
    .analysis .byline {
      width: 150px; } }

.long-read-link {
  color: #3c93d0;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-decoration: none; }
  .long-read-link.long-read-link-nav {
    display: none; }

@media screen and (min-width: 768px) {
  .long-read-link.long-read-link-nav {
    color: #929394;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin: 22px 22px 0 10px;
    text-align: right; } }

@media screen and (min-width: 1200px) {
  .long-read-link.long-read-link-nav {
    font-size: 24px;
    line-height: 30px;
    margin: 44px 44px 0 20px; } }

.language-selector {
  height: 52px;
  padding-top: 26px;
  text-align: center; }
  .language-selector > a {
    display: inline-block;
    height: 23px;
    margin: 0 10px;
    width: 40px; }
  .language-selector .flag {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%; }
  .language-selector.language-selector-in-nav {
    display: none; }

@media screen and (min-width: 568px) {
  .language-selector {
    height: 62px;
    padding-top: 36px; }
    .language-selector > a {
      height: 26px;
      width: 45px; } }

@media screen and (min-width: 768px) {
  .language-selector {
    height: 50px;
    padding-top: 20px;
    text-align: center; }
    .language-selector.language-selector-in-nav {
      display: block; }
    .language-selector.language-selector-in-main {
      display: none; }
    .language-selector > a {
      margin: 0 6px; } }

@media screen and (min-width: 1200px) {
  .language-selector {
    height: 82px;
    padding-top: 44px; }
    .language-selector > a {
      height: 35px;
      width: 60px;
      margin: 0 8px; } }

.pswp__caption__center {
  font-family: "Roboto"; }

@media screen and (min-width: 568px) {
  .pswp__caption__center {
    font-size: 18px;
    line-height: 24px; } }
