@charset "UTF-8";
/* Required */
/*  ------------------------------------------------------------------

@library :      CNN Grid System - SASS
@version :      0.0.0.1
@description :  System for managing breakpoints and
	            responsive grid columns.

@author :       Kenneth Uzquiano (kenneth.uzquiano@gmail.com)

------------------------------------------------------------------ */
/*  BASE VALUES
-----------
All default values for generating the grid can be found in the
'lib/vars' file. They can also be overidden by the project's vars file.
Here is a brief description of what each variable within this file does.
These variables are global, as they need to be used from mixin to mixin,
but are calculated at each grid change, thus, do not need to be initialized.

    $grid-id :              Active grid id
    $grid-active :          Active grid
    $grid-columns :         Number of columns in active grid
    $grid-column-width :    Width of a column based on units below
    $grid-query :           Media query for active grid
    $grid-full-width :      Full width of active grid
  */
/*  -------------------------------
               MIXINS
-------------------------------

@mixin :                @mixin breakpoint( $breakpointId: mobile )
@description :          Define active grid by id
@param $breakpointId :  Id of grid to activate (default : mobile)
@param $retina :        Include media queries for retina displays (default : false)
  */
/* 20px */
/*  
   	@mixin :                @mixin grid-col( $col: 1 )
	@description :          Calculate widths of grid columns based on px, ems, or %
	@param $col :           Number of columns to calculate width (default : 1)
	@param $fluid :         Calculate using percentages vs em / px (default : true)
*/
/*
	@mixin :                @mixin grid-row( $fluid: true )
	@description :          Define a row to house columned elements
	@param $fluid :         Calculate using percentages vs em / px (default : true)
*/
/*
	---------------------------------
	           FUNCTIONS
	---------------------------------
*/
/*
	@function :         -fn-findGridById( $gridID: mobile )
	@description :      Define active grid by id
	@param $gridId :    Id of grid to activate
*/
/*
	@function :         -fn-setGridProperties($p_grid)
	@description :      Set properties based on active grid
	@param $p_grid :    Grid to use to set properties
*/
/*
	@function :         -fn-getStaticWidth($col: 1)
	@description :      Calculate and return the static width of columns.
	@param $col :       Number of columns to use to calculate static width.
*/
/*
	@function :         -fn-getFluidWidth($col: 1)
	@description :      Calculate and return the fluid width of columns.
	@param $col :       Number of columns to use to calculate fluid width.
*/
/*
	@function :         -fn-getStaticMargin()
	@description :      Calculate and return the static margin
	@param :            null
*/
/*
	@function :         -fn-getFluidMargin()
	@description :      Calculate and return the fluid margin
	@param :            null
*/
body {
  font-size: 16px;
  font-family: CNN, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
body * {
  box-sizing: border-box;
}

a {
  color: #006598;
}

/* Set up flexible containers */
.interactive-container,
.cnn-outbrain,
#comments,
#disqus_thread {
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
}

/* ------------ MOBILE / DEFAULT STYLES ------------ */
h1 {
  font-size: 1.75rem;
  line-height: 1.21429;
  padding: 10px 0 0;
  font-weight: 300;
  margin: 10px 0;
}

.metadata {
  color: #737373;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
}
.metadata p {
  margin-bottom: 0;
}
.metadata__byline {
  font-weight: 700;
  padding-bottom: 0;
}
.metadata__byline a {
  color: #006598;
}
.metadata:after {
  clear: both;
  content: "";
  display: table;
}

p {
  padding: 0 10px 18px 0;
}

/* ------------ TABLET STYLES ------------ */
/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  h1 {
    font-size: 3.25rem;
    line-height: 1.07692;
    padding: 10px 0 0;
    font-weight: 300;
    margin: 10px 0;
  }

  .metadata {
    color: #737373;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  .metadata p {
    margin-bottom: 0;
  }
  .metadata__byline {
    font-weight: 700;
    padding-bottom: 0;
  }
  .metadata__byline a {
    color: #006598;
  }
  .metadata:after {
    clear: both;
    content: "";
    display: table;
  }
}
/* ------------ DESKTOP STYLES ------------ */
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  h1 {
    font-size: 3.875rem;
    line-height: 1.06452;
    padding: 10px 0 0;
    font-weight: 300;
    margin: 10px 0;
  }

  .metadata {
    color: #737373;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
  }
  .metadata p {
    margin-bottom: 0;
  }
  .metadata__byline {
    font-weight: 700;
    padding-bottom: 0;
  }
  .metadata__byline a {
    color: #006598;
  }
  .metadata:after {
    clear: both;
    content: "";
    display: table;
  }
}
/* CNN Sharebar */
.share-container {
  width: 150px;
}
.share-container .share-bar {
  margin: 0;
  padding: 0;
}
.share-container .share-bar li.share-button {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  list-style-type: none;
  -webkit-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.share-container .share-bar li.share-button.email {
  background: url("//cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/email.png");
  background-size: 35px 35px;
}
.share-container .share-bar li.share-button.facebook {
  background: url("//cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/facebook.png");
  background-size: 35px 35px;
}
.share-container .share-bar li.share-button.twitter {
  background: url("//cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/twitter.png");
  background-size: 35px 35px;
}
.share-container .share-bar li.share-button:hover {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}
.share-container .share-bar li.share-button:last-child {
  margin-right: 0;
}

/*---------------
DESKTOP
---------------*/
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .share-container {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .share-container .share-bar {
    text-align: right;
  }
}
/* Project-level vars */
/* 
    CNN Colors
    based on swatches from Data viz style guide
	https://www.dropbox.com/s/vo2qkfk6ycgndni/Data%20Viz%20Style%20Guide-1.pdf?dl=0
*/
@font-face {
  font-family: "interactive";
  src: url("fonts/interactive.eot?92625901");
  src: url("fonts/interactive.eot?92625901#iefix") format("embedded-opentype"), url("fonts/interactive.woff2?92625901") format("woff2"), url("fonts/interactive.woff?92625901") format("woff"), url("fonts/interactive.ttf?92625901") format("truetype"), url("fonts/interactive.svg?92625901#interactive") format("svg");
  font-weight: normal;
  font-style: normal;
}
#navContainer {
  height: 52px;
  width: 100%;
  position: fixed;
  background-color: #0c0c0c;
  z-index: 150;
  transform: translateY(0);
}

#nav {
  margin: auto;
  max-width: 1140px;
  width: 100%;
  color: #FFF;
}

#navLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 52px;
  text-align: center;
  background-color: #C00;
}

#navLogo > svg {
  width: 48px;
  height: 48px;
  margin: 2px 6px;
}

.social-share.nav-share {
  position: absolute;
  right: 0;
  height: 52px;
}

.isMobile .social-share.nav-share {
  position: absolute;
  right: 0;
  height: 52px;
  width: 100%;
  text-align: right;
}

.social-share.nav-share a {
  text-decoration: none;
}

.social-share.nav-share svg {
  height: 52px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-family: CNN, Helvetica Neue, Helvetica, Arial, Utkal, sans-serif;
  margin: 0;
}

.icon {
  font-family: interactive;
  font-style: normal;
}

#mainWrap {
  max-width: 960px;
  margin: auto;
  padding-top: 72px;
}

h1 {
  font-weight: 800;
  color: #000;
  padding: 0;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 12px;
  line-height: 1.05em;
  max-width: inherit;
  word-spacing: -8px;
  font-size: 74px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  h1 {
    font-size: 36px;
    word-spacing: -1px;
    padding: 12px;
  }
}

h2 {
  max-width: 780px;
  margin: 12px auto;
  font-size: 30px;
  font-weight: 800;
  padding: 0 12px;
}

p {
  max-width: 780px;
  margin: 12px auto;
  position: relative;
  padding: 0 12px;
}

p.qte {
  color: #fb1b17;
  font-size: 30px;
  font-weight: 800;
  border-top: 16px solid #0c0c0c;
  border-bottom: 16px solid #0c0c0c;
  margin: 22px auto;
  padding: 22px 12px;
}

p.qte > b {
  font-size: 16px;
  display: block;
  color: black;
  margin-top: 22px;
}

.imCont > p {
  max-width: 960px;
  font-size: 14px;
  color: #8c8c8c;
  font-weight: 300;
  line-height: 18px;
}

.tscr {
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease-in-out;
}

.tscr.jqVis {
  opacity: 1;
  transform: translateY(0);
}

.fwVideo {
  width: 100%;
}

.fwVideo > video {
  width: 100%;
  height: auto;
}

.imCont > img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 920px) {
  .tscr.sbsImg {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
  }

  .tscr.sbsImg.sbsLeft {
    margin: 0 10px;
  }
}
.btn {
  cursor: pointer;
}

p.locator {
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

p.locator:before {
  content: "";
  font-family: cnn-icons;
  margin-right: 5px;
  font-size: 1.2em;
}

.sHead {
  text-align: center;
}

.sFoot {
  background-color: #0c0c0c;
  color: #ffffff;
  padding: 22px;
  margin-top: 22px;
  font-size: 16px;
}

.sFoot > .crd > hr {
  max-width: 780px;
  margin: 22px auto;
}

.sFoot > .crd > h2 {
  font-size: 18px;
}

.adloader {
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  margin: 22px auto;
}

h3.hdr {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px 7px;
  display: inline-block;
  letter-spacing: 2px;
  margin: auto;
}

h4 {
  font-weight: normal;
  margin-bottom: 22px;
}

div#statusBar {
  position: fixed;
  bottom: 0;
  height: 5px;
  width: 100%;
  left: 0;
  z-index: 50;
}

.s1 div#statusBar {
  display: none;
}

i.material-icons.playIcon {
  position: absolute;
  font-size: 80px;
  line-height: 0;
  top: 50%;
  left: 50%;
  margin-top: 26px;
  transform: translateX(-50%) translateY(-50%);
  /* background-color:  red; */
  pointer-events: none;
  width: 180px;
  height: 180px;
  line-height: 1;
  transform-origin: bottom right;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  padding: 50px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></svg>');
  background-size: cover;
}

.sData p {
  color: white;
  margin: 12px 0;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.6px;
  padding: 0 10px 0 0;
}

.sData p.quote {
  font-size: 1.4rem;
  font-style: italic;
}

.sData .photocredit p {
  margin: 0;
}

@media screen and (max-width: 540px) {
  .sData p {
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
.sData a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.sData a:hover {
  color: #fff;
  text-decoration: underline;
}

.photocredit {
  font-size: 8pt;
}

.photocredit > p {
  opacity: 0.7;
}

@keyframes fade-down-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fade-up-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in2 {
  0% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
#vl_v3 {
  animation: fade-in2 1s ease-in infinite;
}

#vl_v2 {
  animation: fade-in2 1s linear infinite;
}

#vl_v1 {
  animation: fade-in2 1s ease-out infinite;
}

.fadeInDown {
  animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s fade-down-in;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

*[data-anim] {
  opacity: 0;
}

.fadeInUp {
  animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s fade-up-in;
  animation-fill-mode: both;
  /* font-size: 16px; */
}

div.card.fadeIn {
  display: flex;
  /*
  	animation: .5s cubic-bezier(.4,0,.2,1) 0s fade-in;
  	animation-fill-mode: both;
  */
  z-index: 12;
  overflow: hidden;
}

div.card.fadeOut {
  display: flex;
  z-index: 6;
  opacity: 1;
}

#nav {
  animation-delay: 0.25s;
}

.fadeIn .aox {
  animation-delay: 0.25s;
}

.fadeIn .ao0 {
  animation-delay: 0.5s;
}

.fadeIn .ao1 {
  animation-delay: 1s;
}

.fadeIn .ao2 {
  animation-delay: 1.5s;
}

@media screen and (max-height: 530px) {
  .sData p.hdln {
    font-size: 1.5em;
  }
}
#cnnix-360vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  margin: 0 80px;
  padding: 12px;
}
@media screen and (max-width: 540px) {
  .panel {
    margin: 0 12px;
  }
}

.panel:before {
  content: "Credits";
  display: inline-block;
  border-bottom: 1px solid white;
  margin-bottom: 12px;
  font-size: 18px;
  text-transform: uppercase;
}

#hdr1 {
  text-shadow: 0px 0px 22px #666666;
  font-weight: 900;
}

#hdr1 > .hdr0 {
  display: block;
  font-size: 0.8em;
  font-weight: 700;
}

#nav > span {
  position: absolute;
  left: 62px;
  line-height: 52px;
  animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s fade-in;
  animation-fill-mode: forwards;
  font-weight: 500;
  padding-left: 18px;
  font-size: 15px;
}
@media screen and (max-width: 540px) {
  #nav > span {
    display: none;
  }
}

#graph1 {
  background: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/05/Rise_CEFC_smallx2_new2.png) no-repeat 0 0 transparent;
  margin-bottom: 30px;
  padding-top: 112%;
}

#graph2 {
  background: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/05/Patrick_ho_One_belt_one_road_map_small4x2.png) no-repeat 0 0 transparent;
  margin-bottom: 30px;
  padding-top: 120%;
  width: 100%;
}

#graph3 {
  background: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/05/Chad_deal_influence_smallx2_new2.png) no-repeat 0 0 transparent;
  margin-bottom: 30px;
  padding-top: 132%;
}

#gmap {
  background: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/03/YeJianming_hometown_map_smallx2.png) no-repeat 0 0 transparent;
  margin-bottom: 30px;
  padding-top: 106.6666666667%;
}

@media (min-width: 640px) {
  #graph1 {
    background-image: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/04/Rise_CEFC_large_new.png);
    padding-top: 46.8817204301%;
  }

  #graph2 {
    background-image: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/11/28/Patrick_ho_One_belt_one_road_map_large3.png);
    padding-top: 75.2688172043%;
  }

  #graph3 {
    background-image: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/04/Chad_deal_influence_large_new.png);
    padding-top: 61.2903225806%;
  }

  #gmap {
    background-image: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/03/YeJianming_hometown_map_large.png);
    padding-top: 56.2365591398%;
  }
}
@media (min-width: 1120px) {
  #graph1 {
    background-image: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/04/Rise_CEFC_large_new.png);
    padding-top: 46.8817204301%;
  }

  #graph2 {
    background-image: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/11/28/Patrick_ho_One_belt_one_road_map_large3.png);
    padding-top: 75.2688172043%;
  }

  #graph3 {
    background-image: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/04/Chad_deal_influence_large_new.png);
    padding-top: 61.2903225806%;
  }

  #gmap {
    background-image: url(//cdn.cnn.com/cnn/.e/interactive/html5-video-media/2018/12/03/YeJianming_hometown_map_large.png);
    padding-top: 56.2365591398%;
  }
}
.graph {
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
}

/*# sourceMappingURL=patrick-ho-ye-jianming-cefc-trial-intl.css.map */
