@charset "UTF-8";
/*----------------------------------------------------------------------------------*/
/*------------------------------RESET DEFAULT STYLES--------------------------------*/
/*----------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font: 16px "Proxima Nova";
  font-weight: 300;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  line-height: 1.4;
  background: #fff;
  color: #000;
}

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, checkbox, input, textarea, header, section, aside, article {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  box-sizing: border-box;
}

select, input, textarea {
  font-size: 18px;
  vertical-align: middle;
}

textarea {
  vertical-align: top;
}

:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

img, fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link, a:visited {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT CLASSES------------------------------*/
/*----------------------------------------------------------------------------------*/
.float-r {
  float: right !important;
}

.float-l {
  float: left !important;
}

.no-float {
  float: none !important;
}

.no-border {
  border: 0 !important;
}

.no-bg {
  background: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-display {
  display: none !important;
}

.display {
  display: block !important;
}

.inline {
  display: inline !important;
}

.overflow {
  overflow: hidden !important;
}

.align-r {
  text-align: right !important;
}

.align-l {
  text-align: left !important;
}

.align-c {
  text-align: center !important;
}

.clear {
  clear: both;
}

/*
 * SVG Processor
 * Updated version on 04/10/2017
 *
 * Basically a URL encoder to convert an SVG file string into a url(data) object for CSS.
 *
 */
/*
 * SVG=
 * Updated version on 04/10/2017
 *
 * Contains a bunch of functions with pre-built SVG files that can modified by the arguments passed.
 * Example: SVG-facebook( red ) - Outputs a red facebook logo.
 *
 * Add any additional SVG-process functions here.
 */
/*
 * CNN Header Layout
 * Updated version on 04/10/2017
 *
 */
#cnn-footer {
  background: #b59343;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  color: #fff;
  position: relative;
  clear: both;
  text-align: center;
}

#cnn-header {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  z-index: 20000000;
  color: #fff;
  line-height: 1em;
  height: 6em;
}
#cnn-header a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1em;
  cursor: pointer;
  font-size: 10px;
}
#cnn-header .cnn-back {
  background: #000;
  padding-left: 4em;
}
#cnn-header .cnn-back:before {
  content: "‹";
  padding-right: 0.25em;
}
#cnn-header .cnn-back:after {
  content: "CNN";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 100 100'%3E%3Cg%3E%3Crect fill='%23CC0000' width='100' height='100'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M20.3,50c0-4.2,3.4-7.6,7.6-7.6h5.8v-4.3h-5.8C21.3,38.1,16,43.4,16,50s5.3,11.9,11.9,11.9h11.2 c0.6,0,1.1-0.6,1.1-1.1V38.7c0-1.2,0.8-2.2,1.9-2.5c1-0.2,2.3,0,3.2,1.5c0,0.1,2.8,4.8,7,12.1c3.3,5.7,6.7,11.6,6.7,11.7 c0.3,0.6,0.8,0.9,1.3,0.8c0.3-0.1,0.6-0.4,0.6-0.9V38.7c0-1.2,0.8-2.2,1.9-2.5c1-0.2,2.3,0,3.2,1.5c0,0.1,2.5,4.2,6.5,11.2 c3.5,6.1,7.2,12.4,7.3,12.5c0.3,0.6,0.8,0.9,1.3,0.8c0.3-0.1,0.6-0.4,0.6-0.9V32h-4.3v17.4c0,0-7.2-12.5-7.5-13 c-4.6-7.8-13.3-4.6-13.3,2.1v10.9c0,0-7.2-12.5-7.5-13C44.6,28.7,36,31.9,36,38.6v17.8c0,0.7-0.5,1.2-1.2,1.2h-6.8 C23.7,57.6,20.3,54.2,20.3,50z'/%3E%3Cpath fill='%23FFFFFF' d='M83.6,32v29.2c0,1.2-0.8,2.2-1.9,2.5c-0.2,0-0.4,0.1-0.7,0.1c-0.9,0-1.8-0.4-2.6-1.6c0-0.1-2.9-5-7.3-12.5 c-3.2-5.5-6.4-11.1-6.5-11.2c-0.3-0.6-0.8-0.9-1.3-0.8c-0.3,0.1-0.6,0.4-0.6,0.9v22.6c0,1.2-0.8,2.2-1.9,2.5c-1,0.2-2.3,0-3.3-1.5 c0-0.1-2.7-4.7-6.8-11.7c-3.4-5.9-6.9-12-7-12c-0.3-0.6-0.8-0.9-1.3-0.8c-0.3,0.1-0.6,0.4-0.6,0.9v22.1c0,1.5-1.3,2.9-2.9,2.9 H27.8c-7.5,0-13.7-6.1-13.7-13.7c0-7.5,6.1-13.7,13.7-13.7h5.8V32h-5.8c-9.9,0-18,8-18,18s8,18,18,18h11.3c4.3,0,7.1-2.5,7.1-7.2 V50.5c0,0,7.2,12.5,7.5,13c4.6,7.8,13.2,4.6,13.2-2.1V50.5c0,0,7.2,12.5,7.5,13c4.6,7.8,13.2,4.6,13.2-2.1V32H83.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 500000000;
  color: transparent;
}
#cnn-header .cnn-back.money {
  background: #0666a7;
}
#cnn-header .cnn-back.money:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 100 100'%3E%3Cg%3E%3Crect fill='%23FFFFFF' width='100' height='100'/%3E%3Cg%3E%3Cpath fill='%230666a7' d='M20.3,50c0-4.2,3.4-7.6,7.6-7.6h5.8v-4.3h-5.8C21.3,38.1,16,43.4,16,50s5.3,11.9,11.9,11.9h11.2 c0.6,0,1.1-0.6,1.1-1.1V38.7c0-1.2,0.8-2.2,1.9-2.5c1-0.2,2.3,0,3.2,1.5c0,0.1,2.8,4.8,7,12.1c3.3,5.7,6.7,11.6,6.7,11.7 c0.3,0.6,0.8,0.9,1.3,0.8c0.3-0.1,0.6-0.4,0.6-0.9V38.7c0-1.2,0.8-2.2,1.9-2.5c1-0.2,2.3,0,3.2,1.5c0,0.1,2.5,4.2,6.5,11.2 c3.5,6.1,7.2,12.4,7.3,12.5c0.3,0.6,0.8,0.9,1.3,0.8c0.3-0.1,0.6-0.4,0.6-0.9V32h-4.3v17.4c0,0-7.2-12.5-7.5-13 c-4.6-7.8-13.3-4.6-13.3,2.1v10.9c0,0-7.2-12.5-7.5-13C44.6,28.7,36,31.9,36,38.6v17.8c0,0.7-0.5,1.2-1.2,1.2h-6.8 C23.7,57.6,20.3,54.2,20.3,50z'/%3E%3Cpath fill='%230666a7' d='M83.6,32v29.2c0,1.2-0.8,2.2-1.9,2.5c-0.2,0-0.4,0.1-0.7,0.1c-0.9,0-1.8-0.4-2.6-1.6c0-0.1-2.9-5-7.3-12.5 c-3.2-5.5-6.4-11.1-6.5-11.2c-0.3-0.6-0.8-0.9-1.3-0.8c-0.3,0.1-0.6,0.4-0.6,0.9v22.6c0,1.2-0.8,2.2-1.9,2.5c-1,0.2-2.3,0-3.3-1.5 c0-0.1-2.7-4.7-6.8-11.7c-3.4-5.9-6.9-12-7-12c-0.3-0.6-0.8-0.9-1.3-0.8c-0.3,0.1-0.6,0.4-0.6,0.9v22.1c0,1.5-1.3,2.9-2.9,2.9 H27.8c-7.5,0-13.7-6.1-13.7-13.7c0-7.5,6.1-13.7,13.7-13.7h5.8V32h-5.8c-9.9,0-18,8-18,18s8,18,18,18h11.3c4.3,0,7.1-2.5,7.1-7.2 V50.5c0,0,7.2,12.5,7.5,13c4.6,7.8,13.2,4.6,13.2-2.1V50.5c0,0,7.2,12.5,7.5,13c4.6,7.8,13.2,4.6,13.2-2.1V32H83.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#cnn-header .cnn-sponsor {
  background: #b59343;
  background-size: auto 100%;
  background-position: -4em 0;
  transition: background-position 0.4s, padding 0.4s;
}
#cnn-header .cnn-sponsor img {
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: middle;
}
#cnn-header.fixed .cnn-sponsor {
  position: fixed;
  top: 0;
  left: 0;
  background-position: 0 0;
  padding-left: 4em;
  z-index: 5;
}
#cnn-header .cnn-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  max-height: 3em;
  transition: max-height 0.4s;
  z-index: 12;
}
#cnn-header .cnn-menu a {
  margin-bottom: 1px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='1px' height='1px' viewBox='0 0 1 1' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='1' height='1' fill='#dd0300' /%3E%3C/svg%3E") no-repeat 100% 0;
  background-size: 0 100%;
  background-color: #000;
  transition: background-size 0.4s, padding-right 0.4s, transform 0.4s, opacity 0.4s;
  text-align: right;
  transform: translateX(2em);
  opacity: 0;
}
#cnn-header .cnn-menu a:hover {
  background-size: 1em 100%;
  padding-right: 2em;
}
#cnn-header .cnn-menu a[href="#"] {
  line-height: 1.2em;
  text-align: left;
  background-image: none;
}
#cnn-header .cnn-menu a:nth-child(11n-1) {
  transition-delay: 0s, 0s, 0.45s, 0.45s;
}
#cnn-header .cnn-menu a:nth-child(11n-2) {
  transition-delay: 0s, 0s, 0.4s, 0.4s;
}
#cnn-header .cnn-menu a:nth-child(11n-3) {
  transition-delay: 0s, 0s, 0.35s, 0.35s;
}
#cnn-header .cnn-menu a:nth-child(11n-4) {
  transition-delay: 0s, 0s, 0.3s, 0.3s;
}
#cnn-header .cnn-menu a:nth-child(11n-5) {
  transition-delay: 0s, 0s, 0.25s, 0.25s;
}
#cnn-header .cnn-menu a:nth-child(11n-6) {
  transition-delay: 0s, 0s, 0.2s, 0.2s;
}
#cnn-header .cnn-menu a:nth-child(11n-7) {
  transition-delay: 0s, 0s, 0.15s, 0.15s;
}
#cnn-header .cnn-menu a:nth-child(11n-8) {
  transition-delay: 0s, 0s, 0.1s, 0.1s;
}
#cnn-header .cnn-menu a:nth-child(11n-9) {
  transition-delay: 0s, 0s, 0.05s, 0.05s;
}
#cnn-header .cnn-menu a:nth-child(11n-10) {
  transition-delay: 0s, 0s, 0s, 0s;
}
#cnn-header .cnn-menu:before {
  display: block;
  width: 100%;
  height: 3em;
  content: "menu";
  color: transparent;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 7 5'%3E%3Cline x1='1' y1='1' x2='6' y2='1' stroke='%23fff' stroke-width='.5' /%3E%3Cline x1='1' y1='2.5' x2='6' y2='2.5' stroke='%23fff' stroke-width='.5' /%3E%3Cline x1='1' y1='4' x2='6' y2='4' stroke='%23fff' stroke-width='.5' /%3E%3C/svg%3E") 100% 0 no-repeat;
  background-size: 2em auto;
  background-position: right 0.5em top 0.5em;
}
#cnn-header .cnn-menu.active {
  max-height: 350px;
  /* 			max-height: 50vh; */
  overflow: auto;
}
#cnn-header .cnn-menu.active a {
  transform: translateX(0em);
  opacity: 1;
}

body {
  font-size: 18px;
  line-height: 1.8;
  color: #303030;
}
body .border {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: url(../images/border.jpg) no-repeat center top/100% 100%;
  z-index: 21;
}
body .border-right {
  right: 0;
  left: auto;
}

a {
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.section {
  padding: 40px 0;
}

.text {
  width: 700px;
  margin: 0 auto;
}
.text p {
  margin: 30px 0;
}

.content-container {
  width: 1300px;
  margin: 0 auto;
}
.content-container--flex {
  display: flex;
}

.navbar {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: white;
  z-index: 20;
  align-items: center;
  overflow: hidden;
}
.navbar .content-container {
  justify-content: space-between;
  /* 	padding: 15px 0; */
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #303030;
  height: 66px;
}
.navbar__nec-logo {
  margin: 0 0 0 -200px;
}
.navbar--fixed {
  top: 30px;
  position: fixed;
}
.navbar__back-to-top {
  color: #303030;
}
.navbar__back-to-top span {
  transform: rotate(-90deg) scaleY(1.1);
  display: inline-block;
  margin: 0px 0 0 2px;
  vertical-align: middle;
}
.navbar__social {
  height: 100%;
}

.nec-logo {
  width: 75px;
}
.nec-logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.social {
  position: relative;
  width: 250px;
}
.social__text {
  font-weight: 300;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  margin: 15px 0 0;
  transition: 0.5s;
}
.social__list {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: flex;
  align-items: center;
  /* 		transform: translateY(150%); */
  transition: 0.4s;
}
.social__list li {
  margin: 0 10px 0 0;
}
.social__list li:nth-of-type(1) a {
  /* 					transition-delay: 0.1s * ($i*1.5); */
  transform: translateY(40px);
}
.social__list li:nth-of-type(2) a {
  /* 					transition-delay: 0.1s * ($i*1.5); */
  transform: translateY(80px);
}
.social__list li:nth-of-type(3) a {
  /* 					transition-delay: 0.1s * ($i*1.5); */
  transform: translateY(120px);
}
.social__list li:nth-of-type(4) a {
  /* 					transition-delay: 0.1s * ($i*1.5); */
  transform: translateY(160px);
}
.social__list li a {
  font-size: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  transition: 0.3s ease-out;
  transform: translateY(40px);
  opacity: 0;
}
.social__list li a:hover i {
  color: #1414a0;
  transform: scale(1.2);
}
.social__list li i {
  color: #303030;
  font-size: 25px;
  line-height: 40px;
  transition: 0.2s;
}
.social:hover .social__text {
  transform: translateY(-150%);
  opacity: 0;
}
.social:hover .social__list {
  transform: translateY(-30%);
  opacity: 1;
}
.social:hover .social__list li:nth-of-type(1) a {
  transition-delay: 0.1s;
  /* 							transform: translateY(40px * ($i * 1)); */
}
.social:hover .social__list li:nth-of-type(2) a {
  transition-delay: 0.2s;
  /* 							transform: translateY(40px * ($i * 1)); */
}
.social:hover .social__list li:nth-of-type(3) a {
  transition-delay: 0.3s;
  /* 							transform: translateY(40px * ($i * 1)); */
}
.social:hover .social__list li:nth-of-type(4) a {
  transition-delay: 0.4s;
  /* 							transform: translateY(40px * ($i * 1)); */
}
.social:hover .social__list li a {
  transform: translateY(0);
  opacity: 1;
}

.masthead {
  position: relative;
  padding-top: 60px;
  /*   padding: 125% 0 0; */
  /* 	background: url(../images/hero-img.jpg) no-repeat center top / 100% auto; */
}
.masthead__content {
  /* 		position: absolute;
  		top:0;
  		left: 0;
  		width: 100%; */
}
.masthead__content .text {
  background: white;
  z-index: 10;
  position: relative;
}
.masthead__header {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
  padding: 0 0 0 50px;
  width: 700px;
  /* 		display: none; */
}
.masthead__header h1 {
  font-size: 80px;
  line-height: 1;
  margin: 0 0 0.15em;
  padding: 22px 25px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
}
.masthead__header p {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  padding: 22px 25px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
}
.masthead__hero {
  position: relative;
  width: 100%;
  padding: 170% 0 0;
  margin: 0 0 80px;
  overflow: hidden;
  transition: 0.8s;
  /* 		&.active {
  			padding: 0;
  			margin: 0;
  			z-index:-1;
  		} */
}
.masthead__hero span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hero-img.jpg) no-repeat 50% 0/100% auto;
}

.title-small {
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0;
}

.title-big {
  font-size: 50px;
  line-height: 1;
  width: 75%;
  padding: 0 0 15px;
  border-bottom: 1px solid #303030;
  margin: 0 0 50px;
}

.text-note {
  /* 	width: 75%; */
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 50px !important;
}

.tiles {
  margin: 60px 0 60px;
  position: relative;
}
.tiles__swipe {
  display: none;
}
.tiles__absolute {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  /* 		opacity: 0; */
  pointer-events: none;
}
.tiles__absolute.active {
  opacity: 1;
}

.tiles-list {
  display: flex;
  justify-content: space-between;
}
.tiles-list li {
  width: 23%;
  line-height: 1.8;
  font-size: 15px;
  transition: 0.3s;
  transform: translateY(50px);
  opacity: 0;
}
.tiles-list li:nth-of-type(1) {
  transition-delay: 0.1s;
}
.tiles-list li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.tiles-list li:nth-of-type(3) {
  transition-delay: 0.3s;
}
.tiles-list li:nth-of-type(4) {
  transition-delay: 0.4s;
}
.tiles-list li img {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  max-height: 47vh;
  width: auto;
}
.tiles-list li .illustration__source {
  margin: -27px 0 3px;
}
.tiles-list.active li {
  transform: translateY(0px);
  opacity: 1;
}
.button {
  font-size: 15px;
  padding: 8px 42px;
  border-radius: 5px;
  color: white;
  background: #1414a0;
}

.nec-footer {
  position: relative;
  margin-top: 30px;
}
.nec-footer__logo {
  position: absolute;
  top: 10px;
  right: 0;
  height: 26px;
  width: auto;
}
.nec-footer__logo img {
  height: 100%;
  width: auto;
}

.slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 0;
  border: 0;
  background: url(../images/slider-arrow.jpg) no-repeat center center/100% auto;
  border-radius: 50%;
  top: 30%;
  left: 0;
  transform: translate(-50%, 0%);
  z-index: 10;
  cursor: pointer;
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: translate(50%, 0%) rotate(180deg);
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.slick-slide {
  margin-left: 27px;
}

.slick-list {
  margin-left: -29px;
}

.cnn-footer {
  margin: 100px 0 0;
  position: relative;
  z-index: 22;
}
.cnn-footer img {
  width: 100%;
  height: auto;
}

.illustartion-img {
  padding: 50px 0 0px;
}

.side-video {
  display: flex;
}
.side-video__video {
  width: 300px;
  margin: 0 50px 0 0;
}
.side-video__video p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.7;
}
.side-video__title {
  border-top: 1px solid #303030;
  padding: 10px 0 0;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px;
}
.side-video__text {
  width: 650px;
}
.side-video__text p:not(:last-of-type) {
  margin: 0px 0px 30px;
}

strong {
  font-weight: 600;
}

.illustration {
  /* 	height: 100vh; */
  margin: 0 0 100px;
}
.illustration__wrap {
  position: relative;
  height: calc(100vh - 140px);
  text-align: center;
}
.illustration__wrap img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}
.illustration__wrap img:not(.illustration__base-img) {
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-50%);
}
.illustration__wrap img.active {
  opacity: 1;
}
.illustration__source {
  font-size: 14px;
  display: block;
  text-align: left;
}

.layout-text-illustr {
  display: flex;
  margin: 50px 0;
}
.layout-text-illustr__text {
  width: 250px;
  font-size: 16px;
  line-height: 1.7;
}
.layout-text-illustr__illustr {
  width: 1000px;
  margin: 0 0 0 50px;
}

.audio {
  position: relative;
}
.audio__player {
  cursor: pointer;
  width: 650px;
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}

.collab-graphs__texts {
  position: relative;
}
.collab-graphs__texts li {
  opacity: 0;
  transition: 0.3s;
}
.collab-graphs__texts li img, .collab-graphs__texts li .illustration__source {
  display: none;
}
.collab-graphs__texts li:not(:nth-of-type(1)) {
  /* 				opacity: 1; */
  position: absolute;
  top: 0;
  left: 0;
}
.collab-graphs__texts li.active {
  opacity: 1;
}

.popup {
  display: none;
  position: fixed;
  top: 20px;
  overflow-y: scroll;
  padding: 60px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
}

.popup-container {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding-bottom: 6%;
}

.popup video {
  background: #000;
}

.popup .iframe {
  position: absolute;
  top: 0;
}

.popup .close {
  position: absolute;
  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;
  width: 50px;
  height: 50px;
  right: -50px;
  top: -10px;
  cursor: pointer;
}

.popup .close span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) center center/contain no-repeat;
}

.data-viz-graph .illustration__base-img {
  z-index: 10;
  position: relative;
}

.data-viz-graph .data-viz4, .data-viz-graph .data-viz6 {
  z-index: 11;
}

.collab-graph__images .illustration__base-img {
  border: 1px solid #303030;
}

.city-graphics-mobile {
  display: none;
}

/* audio player styling */
.mejs__container {
  background: none;
}

.mejs__time-hovered {
  background: #303030;
}

.mejs__horizontal-volume-slider, .mejs__volume-button, .mejs__time-float {
  display: none !important;
}

.mejs__controls {
  background: none !important;
  height: 50px;
  align-items: center;
}

.mejs__time-current {
  /* 	border-right:2px solid $color-grey; */
  height: 40px;
  background: none;
}
.mejs__time-current::after {
  content: "";
  /* 		position: absolute;
  		width: 2px;
  		height: 100%;
  		top:0;
  		right: 0; */
}

.mejs__time-loaded {
  background: none;
  display: none;
}

.mejs__time-handle {
  width: 2px;
  border: 0;
  height: 100%;
  background: #1414a0;
}
.mejs__time-handle span {
  display: none;
}

.mejs__time-total {
  height: 60px;
  background: none;
  margin: 0;
}

.mejs__time-rail {
  padding-top: 0;
  height: 60px;
  background: url(../images/audio-rail.jpg) no-repeat center center/100% auto;
}

.mejs__time {
  color: #303030;
  font-size: 14px;
}

.mejs__currenttime-container {
  padding-left: 16px;
}

.mejs__time-hovered {
  display: none;
}

.mejs__playpause-button {
  width: 50px;
  height: 50px;
}
.mejs__playpause-button button {
  margin: 0;
  width: 50px;
  height: 50px;
  /* 	border:1px solid $color-grey; */
  border-radius: 50%;
  background: url(../images/play-button.jpg) no-repeat center center/100% auto;
}
.mejs__playpause-button.mejs__pause button {
  background-image: url(../images/pause.png);
}

/* CNN FOOTER */
.cnn-footer {
  color: #262626;
  background-color: black;
  padding: 60px 0;
}

.cnn-footer .cnn-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cnn-footer .cnn-footer-container .cnn-footer-row {
  width: 100%;
}

.cnn-footer .cnn-footer-container .cnn-footer-row:after {
  content: "";
  display: table;
  clear: both;
}

.cnn-footer .cnn-footer-container .cnn-footer-row ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 20px 5px 20px;
  margin: 0px;
}

.cnn-footer .cnn-footer-container .cnn-footer-row ul li {
  padding-right: 10px;
  font-size: 12px;
}

.cnn-footer .cnn-footer-container .cnn-footer-row ul a {
  color: #737373;
  font-family: "CNN Sans", helvetica, arial, sans-serif;
}

.cnn-footer .cnn-footer-container .cnn-footer-row p {
  padding: 0 20px;
  color: #737373;
  font-size: 12px;
  font-family: "CNN Sans", helvetica, arial, sans-serif;
}

.cnn-footer .cnn-footer-container .cnn-footer-row .cnn-footer--logo-container {
  padding: 0 0 0 20px;
}

.cnn-footer .cnn-footer-container .cnn-footer-row .cnn-footer--logo-container::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #262626;
  display: block;
  margin-top: 20px;
}

.cnn-footer .cnn-footer-container .cnn-footer-row .cnn-footer--logo-container img {
  height: 60px;
  width: 60px;
}

@media (max-width: 1350px) {
  .content-container {
    width: 90%;
  }

  .masthead__header {
    width: 555px;
  }
  .masthead__header h1 {
    font-size: 60px;
  }
  .masthead__header p {
    font-size: 19px;
  }

  .audio__player {
    bottom: 7px;
  }

  .mejs__time-handle {
    height: 50px;
    top: 5px;
  }
}
@media (max-width: 1023px) {
  .audio__player {
    transform: scale(0.8) translateX(-60%);
    bottom: 7px;
    /* 		transform-origin: center center; */
  }

  .masthead {
    background: transparent;
  }
  .masthead__hero span {
    position: fixed;
    width: 90%;
    left: 5%;
    top: 100px;
    z-index: -1;
    transition: 0.05s linear;
  }
  .masthead__hero--fixed span {
    transform: translateY(-40px);
  }
  .masthead .text {
    background: white;
  }
  .masthead .text p {
    margin: 0;
    padding: 30px 0;
  }

  .bg-white {
    background: white;
  }

  .layout-text-illustr {
    flex-wrap: wrap;
  }
  .layout-text-illustr__text {
    width: 100%;
    margin: 0 0 30px;
  }
  .layout-text-illustr__illustr {
    width: 100%;
    margin: 0;
  }

  .nec-footer__logo {
    top: 60px;
  }

  .slick-arrow {
    top: 20%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  body.overflow {
    position: relative;
  }

  .text {
    width: 100%;
  }

  .title-big {
    font-size: 35px;
  }

  .text-note {
    font-size: 18px;
    margin: 0 0 30px !important;
  }

  body .border {
    width: 5px;
  }

  .navbar .content-container {
    height: 46px;
  }
  .navbar__back-to-top {
    display: none;
  }
  .navbar__nec-logo {
    width: 60px;
  }

  .social__text {
    font-size: 16px;
    margin: 8px 0 0;
  }
  .social__list li a {
    width: 30px;
    height: 30px;
  }
  .social__list li i {
    line-height: 30px;
    font-size: 21px;
  }
  .social:hover .social__list {
    transform: translateY(-20%);
  }

  .masthead {
    padding-top: 46px;
  }
  .masthead .text {
    /* 			padding: 100px 0 0; */
  }
  .masthead__hero.active {
    padding: 0;
    margin: 0;
    z-index: -1;
  }

  section {
    /* 		background: white; */
  }

  .masthead__header {
    padding: 0 0 0 0%;
    width: auto;
    top: 70px;
  }
  .masthead__header h1 {
    font-size: 30px;
    padding: 15px 17px;
    background: transparent;
  }
  .masthead__header p {
    display: none;
  }

  .tiles {
    margin: 30px 0 10px;
  }
  .tiles__swipe {
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 8px;
  }
  .tiles__arrows, .tiles__absolute {
    display: none;
  }

  .side-video {
    flex-wrap: wrap;
  }
  .tiles-list li img {
    max-height: inherit;
  }

  .slick-slide {
    width: 70vw;
    margin-left: 7vw;
  }

  .slick-list {
    margin-left: 0;
  }

  .slick-arrow {
    top: 30%;
    left: 15px;
    display: none !important;
  }

  .audio__player {
    width: 90%;
    transform: translateX(-50%);
    bottom: 5vw;
  }

  .mejs__time-rail {
    background-size: 100% 70%;
  }

  .nec-footer__logo {
    top: 95px;
  }

  .city-graphics-mobile {
    display: block;
  }

  .city-graph-illustration {
    display: none;
  }

  .city-graphics-mobile .tiles__swipe {
    margin: 0 0 20px;
  }

  .city-graphics-mobile__images .slick-track {
    background: url(../images/city-graphics-mobile.jpg) no-repeat 5vw top/100% auto;
  }
  .city-graphics-mobile__images .slick-slide {
    text-align: center;
    padding: 0 0 10%;
    margin-left: 8vw;
  }
  .city-graphics-mobile__images .slick-slide img {
    width: auto !important;
    height: 160vw !important;
    opacity: 0;
  }
  .city-graphics-mobile__images .slick-list {
    margin-left: -13.5vw;
    margin-right: -5vw;
  }

  .collab-graphs {
    margin: 50px 0 0;
  }
  .collab-graphs .layout-text-illustr__text {
    margin: 0;
  }
  .collab-graphs__texts li {
    opacity: 1;
  }
  .collab-graphs__texts li strong {
    display: block;
  }
  .collab-graphs__texts li *:not(img) {
    padding: 0 3% 0 0;
  }
  .collab-graphs__texts li img, .collab-graphs__texts li .illustration__source {
    display: initial;
    display: block;
  }
  .collab-graphs__texts li img {
    transform: scale(0.95);
    transform-origin: left center;
    margin: 0 0 10px;
  }
  .collab-graphs__texts li .illustration__source {
    margin: 0 0 10px;
  }
  .collab-graphs__texts .slick-slide {
    margin-left: 0;
  }
  .collab-graphs__count {
    display: none;
  }
  .collab-graphs .layout-text-illustr__illustr {
    display: none;
  }

  .nec-footer {
    text-align: center;
    overflow: hidden;
  }
  .nec-footer .title-big {
    border: 0;
    margin: 0 0 10px;
    text-align: left;
  }
  .nec-footer__logo {
    /* 			display: none; */
    position: absolute;
    top: auto;
    bottom: 0;
    height: 17px;
    width: 260px;
    z-index: 10;
  }
  .nec-footer__logo img {
    vertical-align: top;
  }
  .nec-footer::after {
    content: "";
    display: block;
    float: right;
    width: 260px;
    height: 17px;
    background: url(../images/statement-logo.svg) no-repeat center center/auto 100%;
    margin: 30px 0 0;
    opacity: 0;
  }

  .button {
    width: 90%;
    font-size: 16px;
    border-radius: 10px;
    padding: 11px 42px;
  }

  .cnn-footer {
    margin: 50px 0 0;
  }

  #side-video__video {
    display: none;
  }

  .side-video__video {
    margin: 0;
    width: 100%;
  }
  .side-video__mobile-video {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .side-video__mobile-video {
    display: none;
  }
}

@media (max-width: 450px) {
  .city-graphics-mobile__images .slick-track {
    background: url(../images/city-graphics-mobile.jpg) no-repeat 26vw top/auto 100%;
  }

  .city-graphics-mobile__images .slick-slide {
    padding: 0;
    opacity: 0;
    width: 64vw;
  }

  .city-graphics-mobile__images .slick-slide img {
    height: 135vw !important;
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
