.icon {
  font-family: icon;
  color: black;
  font-style: normal !important;
}
@font-face {
  font-family: icon;
  src: url('/theme/css/fonts/nc.eot?1k6jvy');
  src: url('/theme/css/fonts/nc.eot?#iefix1k6jvy') format('embedded-opentype'), url('/theme/css/fonts/nc.woff?1k6jvy') format('woff'), url('/theme/css/fonts/nc.ttf?1k6jvy') format('truetype'), url('/theme/css/fonts/nc.svg?1k6jvy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
#missing-data-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 97, 124, 0.7);
  display: none;
}
#missing-data-close {
  font-family: 'Adelle-Italic', Georgia, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 19.6px;
  text-rendering: optimizeLegibility;
  cursor: pointer;
}
#missing-data .message p#missing-data-close .link {
  padding: 8px 8px 6px 8px;
}
#anniversary-video-seeall,
#databoard-home-seeall {
  display: none;
  width: 80px;
  margin: 0 auto 30px auto;
  padding-left: 20px;
  background: url('/theme/img/see-all-arrow.png') no-repeat;
  background-position: 1px 0px;
  background-size: 10px;
  font-family: 'Adelle-Italic', Georgia, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 16.8px;
  text-rendering: optimizeLegibility;
  color: rgba(255, 255, 255, 0.5);
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video {
  background: url('/theme/img/loader.svg') no-repeat;
  background-position: 50%;
  background-size: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 540px;
  overflow: hidden;
  margin-top: 64px;
  position: relative;
}
#anniversary-video #anniversary-video-illustration {
  background: url('/theme/embed/sdgvid/images/broken-noise-light-002.png') #00bfc1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#anniversary-video #anniversary-video-video,
#anniversary-video #anniversary-video-video p {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: url('/theme/embed/sdgvid/images/broken-noise-light-004.png') #f8feff;
  background-size: 280px;
}
#anniversary-video #anniversary-video-canvas {
  width: 100%;
  height: 550px;
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum";
  -ms-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
}
#anniversary-video #graph-title {
  display: none;
  position: absolute;
  left: 50%;
  width: 500px;
  top: 40px;
  font-family: 'Adelle-SemiBold', Georgia, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 25.2px;
  text-shadow: 1.8px 1.8px 3.6px rgba(0, 0, 0, 0.15);
  text-rendering: optimizeLegibility;
  text-align: center;
  margin-left: -250px;
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#anniversary-video #graph-title .highlight-text {
  color: #99ffb3;
}
#anniversary-video #desc {
  display: none;
  position: absolute;
  right: 20px;
  width: 220px;
  font-family: 'AdelleSans-Regular', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -ms-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -o-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -webkit-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
  bottom: 70px;
}
#anniversary-video #story-aboutData-toggle.anniversary-video {
  display: none;
  position: absolute;
  width: 130px;
  bottom: 8px;
  left: 50%;
  margin-left: -150px;
  background: none;
  padding: 0;
  color: #767c80;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video #story-aboutData-toggle.anniversary-video:hover {
  color: #44545f;
}
#anniversary-video #story-aboutData-toggle.anniversary-video p {
  padding-left: 35px;
  color: #767c80;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video #story-aboutData-toggle.anniversary-video .icon {
  left: -8px;
  color: #767c80;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video #story-aboutData-toggle.anniversary-video:hover .icon,
#anniversary-video #story-aboutData-toggle.anniversary-video:hover p {
  color: #44545f;
}
#anniversary-video #search {
  background: url('/theme/img/search-icon-80.svg') rgba(0, 0, 0, 0);
  background-size: 20px;
  background-position: 8px 9px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  width: 0px;
  padding-left: 35px;
  height: 24px;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video #search:hover {
  cursor: pointer;
  background: url('/theme/img/search-icon-80.svg') rgba(0, 0, 0, 0.05);
  background-size: 20px;
  background-position: 8px 9px;
  background-repeat: no-repeat;
}
#anniversary-video #search:focus {
  width: 138px;
  background: url('/theme/img/search-icon-80.svg') rgba(0, 0, 0, 0.1);
  background-size: 20px;
  background-position: 8px 9px;
  background-repeat: no-repeat;
}
#anniversary-video #search:focus:hover {
  cursor: text;
}
#anniversary-video #search-results {
  position: absolute;
  right: 10px;
  top: 50px;
  width: 173px;
}
#anniversary-video #panel-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99;
}
#anniversary-video #overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
#anniversary-video #overlay #overlay-gradient {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#14babd+0,14babd+100&1+0,0+50 */
  background: -moz-linear-gradient(top, #14babd 0%, rgba(20, 186, 189, 0) 45%, rgba(20, 186, 189, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #14babd), color-stop(45%, rgba(20, 186, 189, 0)), color-stop(100%, rgba(20, 186, 189, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #14babd 0%, rgba(20, 186, 189, 0) 45%, rgba(20, 186, 189, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #14babd 0%, rgba(20, 186, 189, 0) 45%, rgba(20, 186, 189, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #14babd 0%, rgba(20, 186, 189, 0) 45%, rgba(20, 186, 189, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #14babd 0%, rgba(20, 186, 189, 0) 45%, rgba(20, 186, 189, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14babd', endColorstr='#0014babd', GradientType=0);
  /* IE6-9 */
}
#anniversary-video #overlay #overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#anniversary-video #overlay #overlay-text .overlay-text {
  display: none;
  position: absolute;
  width: 84%;
  left: 50%;
  margin-left: -42%;
  text-align: center;
  font-family: 'AdelleSans-Bold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 48px;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -ms-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -o-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -webkit-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  line-height: 40px;
  top: 30px;
}
#anniversary-video #overlay #anniversary-video-play {
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: -65px;
  top: 205px;
  font-size: 140px;
  line-height: 140px;
  height: 140px;
  text-align: center;
  color: #fff;
  opacity: 0;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video #overlay #anniversary-video-play .icon {
  color: #fff;
}
#anniversary-video #overlay #anniversary-video-play.show {
  opacity: 1;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video #overlay #anniversary-video-explore {
  display: none;
  position: absolute;
  width: 130px;
  left: 50%;
  margin-left: -65px;
  bottom: 20px;
  text-align: center;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Adelle-Italic', Georgia, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 19.6px;
  text-rendering: optimizeLegibility;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
#anniversary-video #overlay #anniversary-video-explore span.icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  line-height: 45px;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video #overlay #anniversary-video-explore span.icon:hover {
  color: #ffffff;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video #overlay #anniversary-video-explore span.text {
  border-radius: 3px;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 8px;
}
#anniversary-video #overlay #anniversary-video-explore:hover {
  color: #ffffff;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#anniversary-video #overlay #anniversary-video-explore:hover span.text {
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#story-social-toggle {
  display: none;
  position: absolute;
  width: 100px;
  bottom: 8px;
  left: 50%;
  margin-left: 40px;
  background: none;
  padding: 0;
  padding-left: 30px;
  background: url('../../img/share.svg') no-repeat;
  background-size: 14px;
  background-position: 0px 8px;
  font-family: 'Adelle-SemiBoldItalic', Georgia, serif;
  font-weight: normal;
  font-style: normal;
  color: rgba(255, 255, 255, 0.9);
  line-height: 16.8px;
  text-rendering: optimizeLegibility;
  font-size: 12px;
  height: 37px;
  margin-top: 30px;
  line-height: 41px;
  color: #767c80;
  cursor: pointer;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#story-social-toggle:hover {
  color: #44545f;
}
#story-social-toggle p {
  padding-left: 35px;
  color: #767c80;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#story-social-toggle .icon {
  left: -8px;
  color: #767c80;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#story-social-toggle:hover .icon,
#story-social-toggle:hover p {
  color: #44545f;
}
#story-social-panel {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 999;
  width: 500px;
  margin-top: 64px;
  overflow: hidden;
  right: -500px;
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#story-social-panel.open {
  right: 0px;
}
#story-social-panel .header {
  padding: 20px 40px 0px 40px;
  font-family: 'AdelleSans-Bold', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 18px;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -ms-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -o-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -webkit-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  font-size: 18px;
  line-height: 24px;
  color: #045f7b;
}
#story-social-panel-inner {
  width: 100%;
  height: 100%;
  margin-top: 55px;
  overflow: auto;
}
#story-social-panel-whole .header {
  padding: 20px 40px;
  float: left;
}
#story-social-panel-whole-links {
  padding: 20px 40px;
  line-height: 24px;
}
#story-social-panel-whole-links .icon {
  line-height: 24px;
  font-size: 24px;
  margin-right: 25px;
}
#story-social-panel-whole-links .icon.twitter {
  color: #29a8e0;
}
#story-social-panel-whole-links .icon.facebook {
  color: #3d5999;
}
#story-social-panel-whole-links .icon.mail {
  color: rgba(0, 0, 0, 0.3);
}
#story-social-panel-header {
  height: 55px;
  background: #045f7b;
  font-family: 'Adelle-Italic', Georgia, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 16.8px;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  line-height: 55px;
  padding: 0px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#story-social-panel-header .x-out {
  position: absolute;
  right: 10px;
  top: 36px;
  margin-top: -35px;
  height: 30px;
  width: 30px;
  color: white;
  font-size: 26px;
  cursor: pointer;
}
.story-social-item {
  margin: 10px 40px 65px 40px;
  font-family: 'AdelleSans-Regular', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 18px;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -ms-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -o-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  -webkit-font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
  font-feature-settings: "onum" 1, "calt" 0, "liga" 0, "dlig" 0;
}
.story-social-item a {
  color: #888;
}
.story-social-item a:hover {
  color: #14babd;
}
.story-social-image img {
  width: 100%;
}
.story-social-share {
  text-align: left;
  margin-top: 5px;
  position: relative;
}
.story-social-share-twitter {
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.story-social-share-twitter .icon {
  color: #29a8e0;
  line-height: 24px;
  font-size: 24px;
  margin-right: 2px;
}
.story-social-share-facebook {
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.story-social-share-facebook .icon {
  color: #3d5999;
  line-height: 24px;
  font-size: 24px;
  margin-right: 2px;
}
.story-social-share-download {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 900px) {
  #anniversary-video #overlay #anniversary-video-play {
    top: 200px;
  }
}
@media (max-width: 768px) {
  #anniversary-video {
    height: 300px;
  }
  #anniversary-video #overlay #overlay-text .overlay-text {
    top: 50px;
    font-size: 24px;
    line-height: 30px;
  }
  #anniversary-video #overlay #anniversary-video-explore {
    top: 268px;
  }
  #anniversary-video #overlay #anniversary-video-play {
    top: 80px;
    width: 140px;
    margin-left: -70px;
    font-size: 100px;
  }
  #anniversary-video #story-aboutData-toggle.anniversary-video {
    width: 120px;
  }
  #anniversary-video #story-aboutData-toggle.anniversary-video p {
    padding-left: 30px;
  }
  #story-social-panel {
    width: 300px;
  }
}
@media (max-width: 530px) {
  #story-social-panel {
    margin-top: 80px;
  }
  #story-social-panel .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  #story-social-panel-whole-links {
    padding-left: 20px;
    padding-right: 20px;
  }
  .story-social-item {
    margin-left: 20px;
    margin-right: 20px;
  }
  #anniversary-video-seeall,
  #databoard-home-seeall {
    display: block;
  }
  #anniversary-video {
    margin-top: 80px;
    height: 320px;
  }
  #anniversary-video.expanded {
    height: 510px !important;
  }
  #anniversary-video #anniversary-video-illustration {
    width: 550px;
    left: 50%;
    margin-left: -275px;
  }
  #anniversary-video #desc {
    position: relative;
    width: 90%;
    margin: 0px auto 0 auto;
    right: auto;
    bottom: auto;
    top: -20px;
  }
  #anniversary-video #graph-title {
    top: 20px;
    width: 300px;
    margin-left: -150px;
    font-size: 16px;
  }
  #anniversary-video #search {
    top: 70px;
    display: none !important;
  }
  #anniversary-video #search-results {
    top: 110px;
    display: none;
  }
  #anniversary-video #overlay #overlay-text .overlay-text {
    font-size: 20px;
    line-height: 26px;
    top: 20px;
  }
  #anniversary-video #overlay #anniversary-video-play {
    top: 140px;
  }
  #anniversary-video #overlay #anniversary-video-explore {
    top: auto;
    bottom: 15px;
  }
}
