@font-face {
  font-family: 'buenosaires';
  src: url('../font/buenosaires/BuenosAires-Light.otf');
  src: url('../font/buenosaires/BuenosAires-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'buenosaires';
  src: url('../font/buenosaires/BuenosAires-Regular.otf');
  src: url('../font/buenosaires/BuenosAires-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'buenosaires';
  src: url('../font/buenosaires/BuenosAires-Bold.otf');
  src: url('../font/buenosaires/BuenosAires-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'cadiz';
  src: url('../font/cadiz/Cadiz-Light.otf');
  src: url('../font/cadiz/Cadiz-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'cadiz';
  src: url('../font/cadiz/Cadiz-Regular.otf');
  src: url('../font/cadiz/Cadiz-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'cadiz';
  src: url('../font/cadiz/Cadiz-Bold.otf');
  src: url('../font/cadiz/Cadiz-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@-webkit-keyframes detail-open {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes detail-open {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes detail-close {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    display: none;
  }
}
@keyframes detail-close {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes story-load {
  0% {
    background-color: #dddddd;
  }
  50% {
    background-color: #eeeeee;
  }
  100% {
    background-color: #dddddd;
  }
}
@keyframes story-load {
  0% {
    background-color: #dddddd;
  }
  50% {
    background-color: #eeeeee;
  }
  100% {
    background-color: #dddddd;
  }
}
.insight-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
}
.insight-container .dashboard {
  display: none;
}
.insight-container .dashboard.active {
  display: block;
}
.insight-container .detail-container {
  pointer-events: none;
  opacity: 0;
  background-color: #fafafa;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1601;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  display: none;
}
.insight-container .detail-container .navbar {
  z-index: 3;
  background-color: white;
  color: #0000ff;
}
.insight-container .detail-container .navbar .container {
  padding-left: 0;
}
.insight-container .detail-container .navbar .container .center .type {
  opacity: 1;
}
.insight-container .detail-container .navbar .container .right .btn {
  cursor: pointer;
}
.insight-container .detail-container.displayed {
  display: block;
}
.insight-container .detail-container.open {
  pointer-events: auto;
  opacity: 1;
}
.insight-container .detail-container .newbtn {
  display: none;
}
.insight-container .detail-container .trait-detail {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}
.insight-container .detail-container .trait-detail .section {
  padding: 32px 20px 0;
  width: 100%;
  margin: 0;
  background-color: white;
}
.insight-container .detail-container .trait-detail .section > .title {
  color: #0000ff;
  padding: 0 20px;
  margin-top: 18px;
  margin-bottom: 8px;
  line-height: 42px;
}
.insight-container .detail-container .trait-detail .section > .title .btn.share {
  display: none;
  color: white;
  background-color: #146EFF;
  padding: 8px 15px;
  border-radius: 4px;
  float: right;
  margin-top: 8px;
}
.insight-container .detail-container .trait-detail .section .header {
  color: #333333;
  margin-bottom: 20px;
}
.insight-container .detail-container .trait-detail .section .header .section-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: -9px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.insight-container .detail-container .trait-detail .section .header .section-icon.your-result {
  background-image: url('../img/insights/adam_small_orange.svg');
}
.insight-container .detail-container .trait-detail .section .header .section-icon.distribution {
  background-image: url('../img/insights/globe_small_orange.svg');
}
.insight-container .detail-container .trait-detail .section .header .section-icon.history {
  background-image: url('../img/insights/fullStory_small_orange.svg');
}
.insight-container .detail-container .trait-detail .section .header .section-icon.genes {
  background-image: url('../img/insights/gene_small_orange.svg');
}
.insight-container .detail-container .trait-detail .section .main-image {
  width: 100%;
  height: 66.6667vw;
  background-size: cover;
  background-position: center;
  margin: 0 0 12px;
}
.insight-container .detail-container .trait-detail .section .result-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0 20px;
  margin-bottom: 26px;
}
.insight-container .detail-container .trait-detail .section .result-detail .title {
  color: #333333;
}
.insight-container .detail-container .trait-detail .section .result-detail .category {
  letter-spacing: -0.5px;
}
.insight-container .detail-container .trait-detail .section .result-detail .icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.insight-container .detail-container .trait-detail .section .result-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px 0;
}
.insight-container .detail-container .trait-detail .section .social-detail {
  color: #646E78;
}
.insight-container .detail-container .trait-detail .section .social-detail .header {
  margin-bottom: 4px;
}
.insight-container .detail-container .trait-detail .section .social-detail .total-card {
  width: 49%;
  float: left;
  border-radius: 4px;
  background-color: #C8D2DC;
  padding: 10px;
  display: block;
}
.insight-container .detail-container .trait-detail .section .social-detail .total-card.global {
  margin-right: 1%;
}
.insight-container .detail-container .trait-detail .section .social-detail .total-card.friends {
  margin-left: 1%;
}
.insight-container .detail-container .trait-detail .section .social-detail .total-card .number {
  letter-spacing: -0.3px;
}
.insight-container .detail-container .trait-detail .section .social-detail .total-card .btn-more {
  float: right;
  background-image: url(../img/btn-morearrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 16px;
  margin-top: -16px;
  opacity: 0.5;
}
.insight-container .detail-container .trait-detail .section .social-detail::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.insight-container .detail-container .trait-detail .section .callout {
  position: relative;
  padding: 0 10px 0 0;
}
.insight-container .detail-container .trait-detail .section .callout .header {
  color: white;
  margin-bottom: 10px;
}
.insight-container .detail-container .trait-detail .section .callout .text {
  color: white;
  line-height: 18px;
  margin-bottom: 30px;
}
.insight-container .detail-container .trait-detail .section .callout:last-of-type .text {
  margin-bottom: 0;
}
.insight-container .detail-container .trait-detail .section#top {
  padding: 0;
}
.insight-container .detail-container .trait-detail .section#callouts {
  padding: 20px;
  color: white;
  background-color: #0000ff;
}
.insight-container .detail-container .trait-detail .section#callouts::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.insight-container .detail-container .trait-detail .section#your-result {
  overflow: visible;
}
.insight-container .detail-container .trait-detail .section#your-result .graph {
  width: 100%;
  height: 200px;
  background-size: 307px 173px;
  background-position: center;
  background-repeat: no-repeat;
  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;
  overflow: visible;
}
.insight-container .detail-container .trait-detail .section#your-result .graph .graph-label {
  margin-top: 80px;
}
.insight-container .detail-container .trait-detail .section#distribution {
  padding: 32px 0 0;
}
.insight-container .detail-container .trait-detail .section#distribution .header {
  margin-left: 20px;
  marign-right: 20px;
}
.insight-container .detail-container .trait-detail .section#distribution .map {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 68.08vw;
}
.insight-container .detail-container .trait-detail .section#history {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.insight-container .detail-container .trait-detail .section#history.collapsed {
  padding-bottom: 20px;
  height: 320px;
  overflow-y: hidden;
}
.insight-container .detail-container .trait-detail .section#history.collapsed .condense-overlay {
  opacity: 1;
  pointer-events: auto;
}
.insight-container .detail-container .trait-detail .section#history .text {
  line-height: 27px;
  white-space: pre-wrap;
}
.insight-container .detail-container .trait-detail .section#history .condense-overlay {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  height: 200px;
  width: 100%;
  position: relative;
  top: 100px;
  margin: 0 0 -200px;
  padding: 0;
  background-image: url(../img/detail-gradient-underlay.png);
  background-repeat: repeat-x;
  background-size: contain;
}
.insight-container .detail-container .trait-detail .section#history .condense-overlay button.expand-toggle {
  position: relative;
  top: 116px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  color: #0000ff;
  border: 2px solid #0000ff;
  border-radius: 4px;
}
.insight-container .detail-container .trait-detail .section#genes #gene-list-header {
  overflow-x: hidden;
  width: 100%;
  cursor: pointer;
  padding-left: 2px;
}
.insight-container .detail-container .trait-detail .section#genes #gene-list-header .additional-label {
  cursor: pointer;
}
.insight-container .detail-container .trait-detail .section#genes #gene-list-header #gene-list-container {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.insight-container .detail-container .trait-detail .section#genes #gene-list-header #gene-list-container .gene-title {
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.insight-container .detail-container .trait-detail .section#genes #gene-list-header.noclick {
  pointer-events: none;
}
.insight-container .detail-container .trait-detail .section#genes .additional-scroll-indicator {
  margin: -4px auto 2px;
}
.insight-container .detail-container .trait-detail .section#genes .additional-scroll-indicator .scrollbar {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 255, 0.1);
  border-radius: 1px;
}
.insight-container .detail-container .trait-detail .section#genes .additional-scroll-indicator .scrollbar .indicator {
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 255, 0.5);
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.insight-container .detail-container .trait-detail .section#genes .body {
  line-height: 27px;
}
.insight-container .detail-container .trait-detail .section#trait-list > .header {
  text-align: center;
  font-family: 'cadiz', "Helvetica Neue", Helvetica, Arial, Sans;
  margin-bottom: 10px;
}
.insight-container .navbar {
  z-index: 99;
  color: white;
}
.insight-container .navbar .container {
  padding-left: 0;
}
.insight-container .navbar .container .center .type {
  opacity: 0;
}
.insight-container .navbar .container .right .btn {
  cursor: pointer;
}
.insight-container .navbar.scrolled {
  color: #0000ff;
}
.insight-container .navbar.scrolled .left .btn .icon.back-light {
  background-image: url(../img/nav-arrow-left.svg);
}
.insight-container .navbar.scrolled .center .type {
  opacity: 1;
}
.insight-container .navbar#navbar-regional {
  background-color: #ffffff;
  color: black;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.insight-container .navbar#navbar-regional .container .btn .icon {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.insight-container .navbar#navbar-regional .container .left .btn {
  float: left;
}
.insight-container .navbar#navbar-regional .container .left .btn .icon {
  float: left;
}
.insight-container .navbar#navbar-regional .container .left .btn .type {
  float: left;
}
.insight-container .navbar#navbar-regional .container > * {
  width: 33.3333333%;
}
.insight-container .navbar#navbar-regional.map-overlay {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.insight-container .navbar#navbar-regional.map-overlay .container .left .btn .icon {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.insight-container #insight-hero {
  height: 270px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}
.insight-container #insight-hero .container {
  top: 206px;
  position: relative;
}
.insight-container #insight-hero .title {
  line-height: 48px;
  margin-top: 16px;
  letter-spacing: -2px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.insight-container #insight-hero .subtext {
  margin-top: 8px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.insight-container .insight-category-list .category .header {
  margin: 20px 0 10px;
}
.insight-container .insight-category-list .category .trait {
  height: 72px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #BEC0C1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.insight-container .insight-category-list .category .trait * {
  cursor: pointer;
}
.insight-container .insight-category-list .category .trait .icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
.insight-container .insight-category-list .category .trait .info .version {
  color: rgba(0, 0, 0, 0.4);
}
.insight-container .insight-category-list .category .trait .btn-open {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-position: right center;
  margin-top: 0;
}
.insight-container .insight-category-list .category .trait:hover {
  opacity: 0.75;
}
.insight-container .insight-category-list .category .trait:active {
  opacity: 0.9;
}
.insight-container .section {
  padding: 50px 20px;
  margin: 0;
  width: 100%;
  color: #333333;
}
.insight-container .section#insight-results {
  background-color: #FAFAFA;
  padding-top: 30px;
  padding-bottom: 20px;
}
.insight-container .section#insight-results .summary {
  clear: both;
  position: relative;
  top: 30px;
  margin-bottom: 30px;
}
.insight-container .section#insight-results .summary .title {
  display: none;
}
.insight-container .section#story-overview {
  background-color: #FAFAFA;
  padding: 30px 20px 50px;
}
.insight-container .section#insight-traits .container .summary .content {
  margin: 10px 0 30px;
}
.insight-container .section .container .btn-back {
  display: none;
}
.insight-container .section .container .btn-open {
  cursor: pointer;
  width: 10px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-open-dark.svg);
  float: right;
  margin-top: -16px;
}
.insight-container .section .container .btn-expand {
  cursor: pointer;
  width: 14px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-expand-dark.svg);
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.insight-container .section .container .btn-expand.active {
  background-image: url(../img/icon-expand-active-dark.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.insight-container .section .container .subtext {
  opacity: 0.67;
}
.insight-container .section .container .summary .title {
  margin-top: -10px;
  line-height: 44px;
  color: #333333;
}
.insight-container .section .container .summary .content {
  line-height: 27px;
}
.insight-container .section .container .summary .content .graphic {
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/story/graphic-story-preview.svg);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.insight-container .section .container .summary .content .graphic:hover {
  opacity: 0.75;
}
.insight-container .section .container .summary .content .graphic:active {
  opacity: 0.9;
}
.insight-container .section .container .summary .content .emphasis {
  text-transform: uppercase;
  color: #333333;
}
.insight-container .section .container .summary .trait-totals {
  width: 100%;
}
.insight-container .section .container .summary .trait-totals .state {
  display: inline-block;
  width: 50%;
  float: left;
}
.insight-container .section .container .summary .trait-totals .state .label {
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 24px;
}
.insight-container .section .container .summary .trait-totals .state .label .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -6px;
  margin-right: 4px;
}
.insight-container .section .container .summary .trait-totals .state.one {
  color: #0000ff;
}
.insight-container .section .container .summary .trait-totals .state.one .label .icon {
  background-image: url(../img/trait-type-icon-n.svg);
}
.insight-container .section .container .summary .trait-totals .state.two {
  color: #646E78;
}
.insight-container .section .container .summary .trait-totals .state.two .label .icon {
  background-image: url(../img/trait-type-icon-h.svg);
}
.insight-container .section .container .summary hr.section-divider {
  border: none;
  border-bottom: 4px solid #333333;
  margin: 0 0 60px;
  width: 100%;
  position: relative;
  bottom: -30px;
  clear: both;
}
.insight-container .section .container .data .content .percent > .title {
  margin: -10px 0 20px;
}
.insight-container .section .container .data .content .percent .percentages {
  float: left;
}
.insight-container .section .container .data .content .percent .percentages .state {
  margin-bottom: 20px;
}
.insight-container .section .container .data .content .percent .percentages .state .title {
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.insight-container .section .container .data .content .percent .percentages .state .number {
  line-height: 36px;
}
.insight-container .section .container .data .content .percent .percentages .state.one {
  color: #0000ff;
}
.insight-container .section .container .data .content .percent .percentages .state.two {
  color: #26affe;
}
.insight-container .section .container .data .content .percent .wheel {
  float: right;
  width: 180px;
  height: 180px;
  margin-top: -20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 40%;
}
.insight-container .section .container .data .content .percent .wheel.contains-percentage {
  background-image: url(../img/neanderthal_percent@3x.png);
}
.insight-container .section .container .data .content .percent .wheel.no-percentage {
  background-image: url(../img/neanderthal_nopercent@3x.png);
}
.insight-container .section .container .data .content .percent .wheel .wheel-center {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  background-color: white;
  margin: 14.5px;
  padding: 23.5px;
  position: relative;
  z-index: 1;
}
.insight-container .section .container .data .content .percent .wheel .wheel-center .icon-dna {
  width: 64px;
  height: 64px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/graphic-dna-large.svg);
}
.insight-container .section .container .data .content .percent .wheel .neanderthal-marker {
  background-color: #0000ff;
  width: 140px;
  height: 140px;
  position: relative;
  top: -140px;
}
.insight-container .section .container .data .content .percent .caption {
  clear: both;
  display: block;
  line-height: 27px;
  padding-top: 10px;
}
.insight-container .section .container .data .content .int {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.insight-container .section .container .data .content .int > .title {
  margin: -10px 0 6px;
}
.insight-container .section .container .data .content .int .title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 20px;
}
.insight-container .section .container .data .content .int .total {
  color: red;
}
.insight-container .section .container .data .content .int .meter-container {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.insight-container .section .container .data .content .int .meter-container .icon {
  width: 25px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.insight-container .section .container .data .content .int .meter-container .icon.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.insight-container .section .container .data .content .int .meter-container .icon.right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.insight-container .section .container .data .content .int .meter-container .meter {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
.insight-container .section .container .data .content .int .meter-container .meter .fill {
  float: right;
  height: 100%;
  background-color: #ccc;
}
.insight-container .section .container .data .content .int .caption {
  display: block;
  line-height: 27px;
  margin-top: 30px;
}
.insight-container .section .container .data .content .story-button-container {
  margin: 20px 0 10px;
  height: 72px;
}
.insight-container .section .container .data .content .story-button-container button.open-story {
  background-color: #ccc;
  color: white;
  text-align: left;
  height: 100%;
  padding: 2px 20px 3px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s opacity 0.3s;
  transition: -webkit-transform 0.3s opacity 0.3s;
  transition: transform 0.3s opacity 0.3s;
  transition: transform 0.3s opacity 0.3s, -webkit-transform 0.3s opacity 0.3s;
  position: relative;
  top: -44px;
  z-index: 1;
}
.insight-container .section .container .data .content .story-button-container button.open-story.loading {
  opacity: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.insight-container .section .container .data .content .story-button-container button.open-story.loading.visible {
  opacity: 1;
  pointer-events: auto;
}
.insight-container .section .container .data .content .story-button-container button.open-story.loading:active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.insight-container .section .container .data .content .story-button-container button.open-story .title {
  margin-top: 2px;
  cursor: pointer;
}
.insight-container .section .container .data .content .story-button-container button.open-story .btn-open {
  margin-top: -18px;
  background-image: url(../img/icon-open-light.svg);
  cursor: pointer;
}
.insight-container .section .container .data .content .story-button-container button.open-story .reading-time {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  opacity: 0.5;
  float: right;
  margin-top: -18px;
  margin-right: 20px;
}
.insight-container .section .container .data .content .story-button-container button.open-story .reading-time .reading-time-icon {
  cursor: pointer;
  display: inline-block;
  background-image: url(../img/icon-reading-time.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 2px -3px;
}
.insight-container .section .container .data .content .story-button-container button.open-story.loader {
  opacity: 0.1;
}
.insight-container .section .container .data .content ul.story-list {
  padding: 0;
  margin: 0 0 -10px;
  list-style: none;
}
.insight-container .section .container .data .content ul.story-list li.chapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 39px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  color: #353A3E;
  cursor: pointer;
}
.insight-container .section .container .data .content ul.story-list li.chapter .label {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.insight-container .section .container .data .content ul.story-list li.chapter .btn-open {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-position: right center;
  margin-top: 0;
}
.insight-container .section .container .data .content ul.story-list li.chapter:last-of-type {
  border-bottom: none;
}
.insight-container .section .container .data .content ul.story-list li.chapter.loader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 4px;
  padding-right: 4px;
}
.insight-container .section .container .data .content ul.story-list li.chapter.loader .label {
  max-width: 200px;
  width: 100%;
  height: 17px;
  -webkit-animation: story-load 1s linear infinite;
          animation: story-load 1s linear infinite;
  border-radius: 8.5px;
}
.insight-container .section .container .data .content ul.story-list li.chapter.loader:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 360px) {
  .insight-container .dashboard .section .container .data .content .percent .wheel {
    max-width: 30%;
  }
  .insight-container #insight-hero .title {
    letter-spacing: -3px;
  }
  .insight-container .detail-container .trait-detail .section#your-result .graph {
    background-size: contain;
  }
  .insight-container .section .container .data .content ul.story-list li.chapter .label {
    max-width: 260px;
  }
}
@media screen and (max-width: 719px) {
  .insight-container .detail-container .navbar .container .left,
  .insight-container .detail-container .navbar .container .center,
  .insight-container .detail-container .navbar .container .right {
    width: 33.333333333%;
  }
  .insight-container .detail-container .trait-detail .section#history,
  .insight-container .detail-container .trait-detail .section#genes {
    background-color: white;
  }
}
@media screen and (min-width: 720px) {
  .insight-container {
    top: 0;
    margin-left: 80px;
  }
  .insight-container .top-bar {
    display: block;
    left: 80px;
  }
  .insight-container .dashboard {
    display: block;
  }
  .insight-container .dashboard .navbar {
    display: none;
  }
  .insight-container .dashboard .section#insight-results {
    margin-top: 270px;
    padding-bottom: 0px;
  }
  .insight-container .dashboard .section#insight-results .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .insight-container .dashboard .section#insight-results .container .data {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    padding-left: 15px;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: auto;
        -ms-flex-align: auto;
            align-items: auto;
    padding-top: 56px;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .percent > .title {
    display: none;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .percent .percentages {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    width: 60%;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .percent .wheel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: -20px;
    width: 40%;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .percent .caption {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .percent * {
    float: none;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .int {
    padding-right: 20px;
    padding-top: 40px;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .int .title {
    display: none;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .int .caption {
    margin-top: 10px;
  }
  .insight-container .dashboard .section#insight-results .container .summary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    padding-right: 15px;
  }
  .insight-container .dashboard .section#insight-results .container .summary .title {
    display: block;
    margin-top: -36px;
    margin-bottom: 20px;
  }
  .insight-container .dashboard .section#story-overview {
    padding: 50px 20px;
  }
  .insight-container .dashboard .section .container .btn-back {
    float: left;
    margin: 16px 10px 0 40px;
    display: block;
  }
  .insight-container .dashboard .section .container .title {
    margin-top: 4px;
  }
  .insight-container .dashboard.story-open {
    display: none;
  }
  .insight-container .detail-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 60, 140, 0.3);
    padding-left: 80px;
    padding-top: 0;
    -webkit-overflow-scrolling: touch;
  }
  .insight-container .detail-container .trait-detail {
    height: inherit;
  }
  .insight-container .detail-container .trait-detail .section > * {
    padding: 0;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .insight-container .detail-container .trait-detail .section#top .main-image {
    height: 458px;
    max-width: 100%;
  }
  .insight-container .detail-container .trait-detail .section#top .title {
    margin-top: 20px;
    padding: 0;
  }
  .insight-container .detail-container .trait-detail .section#top .result-detail {
    padding: 0;
  }
  .insight-container .detail-container .trait-detail .section#top .result-detail .title {
    margin-top: 0;
  }
  .insight-container .detail-container .trait-detail .section#callouts {
    max-width: 100%;
    padding: 0;
  }
  .insight-container .detail-container .trait-detail .section#callouts .callout {
    width: 33.3333333%;
    float: left;
    padding: 20px;
  }
  .insight-container .detail-container .trait-detail .section#callouts .callout .text {
    margin-bottom: 0;
  }
  .insight-container .detail-container .trait-detail .section#history .condense-overlay {
    margin: 0 auto -200px;
  }
  .insight-container .detail-container .trait-detail .section#history button.expand-toggle {
    bottom: 60px;
    height: 44px;
  }
  .insight-container .detail-container .trait-detail .section#distribution .header {
    margin-right: auto;
    margin-left: auto;
  }
  .insight-container .detail-container .trait-detail .section#distribution .map {
    max-width: 100%;
    height: 68.08vw;
  }
  .insight-container .detail-container.large-mode {
    left: 0;
  }
  .insight-container .detail-container.large-mode .detail {
    max-width: 600px;
    margin: 60px auto;
    background-color: white;
    border-radius: 10px;
    overflow-y: visible;
    overflow-x: hidden;
  }
  .insight-container .detail-container.large-mode .desktop-close-btn {
    top: 112px;
    right: auto;
  }
  .insight-container .detail-container#story-overview-mode {
    z-index: 2000;
    left: -80px;
    top: 0;
  }
  .insight-container .detail-container#story-overview-mode .detail {
    max-width: 600px;
    margin: 60px auto;
    background-color: white;
    border-radius: 10px;
    overflow-y: visible;
    overflow-x: hidden;
  }
  .insight-container .detail-container#story-overview-mode .desktop-close-btn {
    top: 82px;
    right: auto;
  }
  .insight-container #insight-hero {
    position: fixed;
    text-align: left;
    top: 0;
    z-index: 5;
  }
  .insight-container #insight-hero.scrolled {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .insight-container #insight-hero .container {
    -webkit-transform: translateX(-42px);
            transform: translateX(-42px);
  }
  .insight-container #insight-hero .title,
  .insight-container #insight-hero .subtext {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .insight-container #insight-hero .title {
    margin-top: 8px;
  }
  .insight-container #insight-hero .btn-back {
    float: left;
    margin: 16px 10px 0 40px;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .insight-container .dashboard .section#insight-results .container .data .content .int .caption {
    max-width: 350px;
  }
}
@media screen and (max-width: 959px) {
  .insight-container .section .container .data .content .story-button-container button.open-story {
    top: -72px;
  }
  .insight-container .detail-container {
    background-color: white !important;
  }
}
@media screen and (min-width: 960px) {
  .insight-container .dashboard .section#insight-results .container .data {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .int {
    padding-right: 0;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .int .meter-container {
    max-width: 360px;
  }
  .insight-container .dashboard .section#insight-results .container .data .content .int .caption {
    display: block;
    line-height: 27px;
    max-width: 356px;
  }
  .insight-container .dashboard .section#insight-results .container .summary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .insight-container .dashboard .section .container {
    width: 744px;
    margin: 0 auto;
  }
  .insight-container .dashboard .section .container .btn-back {
    margin-left: 0;
  }
  .insight-container .dashboard .section .container .summary {
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .insight-container .dashboard .section .container .summary .content .graphic {
    width: 268px;
    height: 146px;
    margin-top: 30px;
  }
  .insight-container .dashboard .section .container .summary hr.section-divider {
    display: none;
  }
  .insight-container .dashboard .section .container .data {
    width: 50%;
    float: right;
    padding-left: 15px;
  }
  .insight-container .dashboard .section .container .data .content .percent .caption {
    display: block;
    clear: both;
    line-height: 27px;
    margin-top: 10px;
  }
  .insight-container .dashboard .section .container .data .content .story-button-container {
    margin-top: 0;
    height: 44px;
  }
  .insight-container .dashboard .section .container::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
  }
  .insight-container #insight-hero {
    height: 264px;
    text-align: left;
  }
  .insight-container #insight-hero .container {
    top: 44px;
  }
  .insight-container .detail-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  .insight-container .detail-container .navbar {
    display: none;
  }
  .insight-container .detail-container .newbtn {
    cursor: pointer;
    display: block;
    float: right;
    position: fixed;
    top: 38px;
    z-index: 5000;
  }
  .insight-container .detail-container .trait-detail {
    max-width: 600px;
    margin: 60px auto;
    border-radius: 10px;
  }
  .insight-container .detail-container .trait-detail .section > * {
    padding: 0;
    max-width: 100%;
  }
  .insight-container .detail-container .trait-detail .section#top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .insight-container .detail-container .trait-detail .section#top .main-image {
    height: 400px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 40px;
  }
  .insight-container .detail-container .trait-detail .section#top > .title {
    margin-top: -20px;
  }
  .insight-container .detail-container .trait-detail .section#top > .title .btn.share {
    display: block;
  }
  .insight-container .detail-container .trait-detail .section#top > .title,
  .insight-container .detail-container .trait-detail .section#top > .result-detail {
    padding: 0 20px;
  }
  .insight-container .detail-container .trait-detail .section#trait-list {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .insight-container .detail-container .trait-detail .section#distribution .header {
    margin-right: 20px;
    margin-left: 20px;
  }
  .insight-container .detail-container .trait-detail .section#distribution .map {
    max-width: 100%;
    height: 408.5px;
  }
  .insight-container > .navbar {
    display: none;
  }
}
.regional-container {
  position: absolute;
  top: 75vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-x: initial;
  -webkit-overflow-scrolling: touch;
}
.regional-container.map-minimized {
  top: 44px;
}
.regional-container.story-visible {
  top: 0vw !important;
}
.regional-view {
  position: absolute;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow-y: hidden;
}
.regional-view .section {
  padding-top: 36px;
}
.regional-view .section .container .data .content .story-button-container button.open-story {
  top: 0px;
}
.regional-view .section .resulttitle {
  margin-bottom: 10px;
}
.regional-view .section .resulttitle .result-color {
  color: #ff1464;
}
.regional-view .section#region-results {
  padding-bottom: 0;
}
.regional-view .section#story-overview {
  background-color: #ffffff;
}
.regional-view .section#subregion-details .title {
  margin-bottom: 10px;
}
.regional-view .section#subregion-details .subtitle {
  margin-bottom: 10px;
}
.regional-view .section#subregion-details .subregion-detail-image {
  background-color: #555555;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 67vw;
  margin: 36px -20px 0;
}
.regional-view .section#subregion-details .detail-section {
  margin-top: 36px;
}
.regional-view .section#subregion-details .detail-section .header .icon {
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin: -8px 16px -8px 0;
}
.regional-view .section#subregion-details .detail-section .header .icon.where {
  background-image: url(../img/insights/subregion-icon-where.svg);
}
.regional-view .section#subregion-details .detail-section .header .icon.when {
  background-image: url(../img/insights/subregion-icon-when.svg);
}
.regional-view .section#subregion-details .detail-section .header .icon.who {
  background-image: url(../img/insights/subregion-icon-who.svg);
}
.regional-view .section#subregion-details .detail-section .header .icon.how {
  background-image: url(../img/insights/subregion-icon-how.svg);
}
.regional-view .section#subregion-details .detail-section p {
  line-height: 28px;
}
.regional-view .list ul {
  list-style: none;
  padding: 0;
}
.regional-view .list ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 40px;
  overflow-y: hidden;
  margin-top: 12px;
  cursor: pointer;
}
.regional-view .list ul li * {
  cursor: pointer;
}
.regional-view .list ul li .name {
  float: left;
}
.regional-view .list ul li .percentage {
  float: left;
  color: #FF1464;
  margin: 2px 0 0 8px;
}
.regional-view .list ul li .btn-expand {
  display: none;
}
.regional-view .list ul li .btn-open,
.regional-view .list ul li .btn-expand {
  margin-top: -2px !important;
}
.regional-view .list ul li .content {
  width: 100%;
  height: 40px;
  padding: 11px 0 0;
  border-bottom: 1px solid #BEC0C1;
}
.regional-view .list ul li ul.sub-list {
  background-color: #F4F4F4;
}
.regional-view .list ul li ul.sub-list li {
  max-height: 42px;
  padding: 19px 0 30px 18px;
  margin-top: 0;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.regional-view .list ul li ul.sub-list li .percentage {
  margin-top: -1px;
}
.regional-view .list ul li ul.sub-list li:last-of-type {
  padding-bottom: 32px;
}
.regional-view .list ul li ul.sub-list li:hover,
.regional-view .list ul li ul.sub-list li:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.regional-view .list ul li.prefill .text-prefill {
  width: 160px;
  height: 14px;
  border-radius: 7px;
  -webkit-animation: story-load 1s linear infinite;
          animation: story-load 1s linear infinite;
}
.regional-view .list.user-regions {
  margin-top: 20px;
}
.regional-view .list.empty-regions {
  margin-top: 40px;
}
.regional-view .list.subregions {
  margin-bottom: 48px;
}
.regional-view .list.subregions .header {
  margin-top: 36px;
}
.regional-view.visible {
  opacity: 1;
  pointer-events: auto;
  height: auto;
  overflow-y: auto;
}
.regional-view.map-minimized {
  padding-bottom: 120px;
}
.regional-view#global-container {
  z-index: 1;
}
.regional-view#region-container {
  z-index: 2;
}
.regional-view#subregion-container {
  z-index: 3;
}
.map-view {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 75vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
  max-width: 133.33vh;
  max-height: 100vh;
}
.map-view .map-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.map-view .map-controls .map-expand {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 31px;
  height: 31px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../img/insights/map-control-icon-collapse.svg);
  background-size: 19px 19px;
  background-position: center;
  background-repeat: no-repeat;
}
.map-view .map-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
  margin: 0;
  top: 0;
  background-color: #003C8C;
}
.map-view .map-content .map-image-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.map-view .map-content .map-image-list.visible {
  opacity: 1;
}
.map-view .map-content .map-image-list .image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.map-view .map-content .map-image-list .image.active {
  opacity: 1;
}
.map-view.minimized {
  top: auto;
  left: 17px;
  bottom: 17px;
  width: 141px;
  height: 107px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.map-view.minimized .map-controls .map-expand {
  bottom: 9px;
  right: 9px;
  background-image: url(../img/insights/map-control-icon-expand.svg);
}
@media screen and (max-width: 959px) {
  .regional-container #insight-hero {
    display: none;
  }
  .regional-container .regional-view #subregion-results .resulttitle {
    display: none;
  }
  .regional-container .regional-view #desktop-detail-image {
    display: none;
  }
  .map-view .map-content {
    top: 0 !important;
  }
}
@media screen and (min-width: 720px) {
  .regional-container {
    top: 67.125vw;
    left: 80px;
    margin-left: 0;
  }
  .regional-container.story-visible {
    top: 0;
    left: 0;
    padding-top: 0;
    padding-left: 80px;
    width: 100%;
  }
  .regional-container.story-visible #regional-map-container,
  .regional-container.story-visible > #navbar-regional,
  .regional-container.story-visible > .section,
  .regional-container.story-visible .regional-view {
    display: none;
  }
  .regional-view {
    width: 75%;
    margin: 0 12.5%;
  }
  .regional-view .section#subregion-details .subregion-detail-image {
    width: 100%;
    height: 310px;
    margin-left: 0;
  }
  .regional-view.map-minimized {
    padding-bottom: 200px;
  }
  .map-view {
    left: 80px;
    width: 89.5vw;
    height: 67.125vw;
  }
  .map-view .map-controls .map-expand {
    bottom: 24px;
    right: 24px;
  }
  .map-view.minimized {
    left: 104px;
    bottom: 18px;
    width: 233px;
    height: 174px;
  }
}
@media screen and (min-width: 770px) and (max-width: 959px) {
  .map-view {
    width: 91.666666vw;
  }
}
@media screen and (min-width: 960px) {
  .regional-container {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 80px;
    padding-top: 270px;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .regional-container #insight-hero {
    right: 0;
    left: 80px;
    width: auto;
    background-color: #003C8C;
    margin-right: 0;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .regional-container #insight-hero .container {
    width: 744px;
    margin: 0 auto;
  }
  .regional-container.desktop-subregion-open {
    padding-top: 44px;
  }
  .regional-container.desktop-subregion-open #navbar-regional,
  .regional-container.desktop-subregion-open #navbar-regional.map-overlay {
    display: block;
    background-color: #ffffff;
    color: black;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .regional-container.desktop-subregion-open #navbar-regional .container .left .btn .icon,
  .regional-container.desktop-subregion-open #navbar-regional.map-overlay .container .left .btn .icon {
    background-image: url(../img/nav-arrow-left-dgray.svg);
  }
  .regional-container.desktop-subregion-open #insight-hero {
    opacity: 0;
    pointer-events: none;
  }
  .regional-container.desktop-subregion-open #regional-map-container .desktop-white-space {
    top: 44px !important;
  }
  .regional-container.desktop-subregion-open #regional-map-container .map-content {
    top: 118px !important;
  }
  .regional-container.story-visible {
    max-width: 100%;
  }
  .regional-view {
    position: relative;
  }
  .regional-view .section#subregion-details .subregion-detail-image {
    display: none;
  }
  .regional-view .section#desktop-detail-image {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80px;
    position: fixed;
    padding: 0;
    width: auto;
    pointer-events: none;
  }
  .regional-view .section#desktop-detail-image .subregion-detail-image {
    -webkit-transition: top 0.3s, opacity 0.3s;
    transition: top 0.3s, opacity 0.3s;
    position: absolute;
    width: 31vw;
    height: 20.666666vw;
    right: 8.333333%;
    opacity: 0;
    background-size: cover;
    background-position: center;
  }
  .regional-view .section#desktop-detail-image .subregion-detail-image.visible {
    opacity: 1;
  }
  .regional-view .list ul li .btn-open,
  .regional-view .list ul li .btn-expand {
    margin-right: 18px;
  }
  .regional-view .list ul li .content > .btn-expand {
    display: block;
  }
  .regional-view .list ul li .content > .btn-open {
    display: none;
  }
  .regional-view .list ul li.expanded {
    max-height: 800px;
  }
  .regional-view .list ul li.single-subregion .content > .btn-expand {
    display: none;
  }
  .regional-view .list ul li.single-subregion .content > .btn-open {
    display: block;
  }
  .regional-view.map-minimized {
    padding-bottom: 0;
  }
  .regional-view#global-container {
    max-width: 41.666666%;
    margin: 0 0 0 8.333333%;
    float: left;
  }
  .regional-view#global-container.desktop-visible {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .regional-view#region-container {
    position: fixed;
    top: 0;
    left: 80px;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 0;
  }
  .regional-view#region-container .container {
    position: absolute;
    bottom: 0;
    right: 8.333333%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 20px 10px 20px 0;
    width: 31vw;
  }
  .regional-view#region-container .section {
    padding: 0;
  }
  .regional-view#region-container .list,
  .regional-view#region-container button {
    display: none;
  }
  .regional-view#subregion-container {
    width: auto;
    margin: 0 0 0 8.333333%;
    float: left;
  }
  .regional-view#subregion-container #subregion-details {
    max-width: 41.666666%;
  }
  .regional-view#subregion-container button {
    display: none;
  }
  .map-view {
    pointer-events: none;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  .map-view .map-controls {
    display: none;
  }
  .map-view .desktop-white-space {
    position: absolute;
    background-color: white;
    width: 31vw;
    height: 74px;
    right: 8.333333%;
    top: 270px;
  }
  .map-view .map-content {
    width: 31vw;
    height: 23.25vw;
    right: 8.333333%;
    top: 344px;
  }
  .map-view.desktop-scrolled .desktop-white-space {
    top: 130px;
  }
  .map-view.desktop-scrolled .map-content {
    top: 214px;
  }
}
.story-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: relative;
  pointer-events: none;
  opacity: 0;
  z-index: 1500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  overflow-x: hidden;
  display: none;
}
.story-container.visible {
  opacity: 1;
  pointer-events: auto;
}
.story-container.displayed {
  display: block;
}
.story-container .navbar {
  z-index: 1999;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  color: #0000ff;
}
.story-container .navbar .container .center .type {
  opacity: 1;
}
.story-container .story-box {
  width: 100%;
  height: 100%;
  margin: 44px 0 0;
  padding: 0;
  background-color: white;
}
.story-container section {
  width: 100%;
}
.story-container .content-block {
  margin: 0 0 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.story-container .content-block.sectionHeader {
  height: 294px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ccc;
}
.story-container .content-block.message {
  background-color: transparent !important;
  margin-left: 40px;
  margin-right: 40px;
}
.story-container .content-block.info {
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: #ccc;
}
.story-container .content-block.trait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  width: 287px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #ccc;
}
.story-container .content-block.trait .fragment:nth-of-type(2n) {
  margin-top: -28px;
}
.story-container .fragment .text {
  color: #000000;
}
.story-container .fragment .text.section-header,
.story-container .fragment .text.callout {
  color: #FFFFFF;
}
.story-container .fragment .text.section-header {
  line-height: 43px;
  margin-left: 40px;
  margin-right: 40px;
}
.story-container .fragment .text.callout {
  line-height: 29px;
  margin-top: 20px;
  text-align: center !important;
}
.story-container .fragment .text.body {
  line-height: 27px;
}
.story-container .fragment .text.body.intro {
  line-height: 28px;
}
.story-container .fragment .text.left {
  text-align: left;
}
.story-container .fragment .text.center {
  text-align: center;
}
.story-container .fragment .text.right {
  text-align: right;
}
.story-container .fragment.image.center {
  margin-right: -60px;
  margin-left: -60px;
}
.story-container .fragment img {
  display: block;
}
.story-container .fragment img.center {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
}
.story-container .fragment .trait-icons {
  position: relative;
  float: right;
  margin-top: -40px;
}
.story-container .fragment .trait-icons .trait-icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: 4px solid;
  display: inline-block;
  border-radius: 50%;
}
.story-container .fragment .trait-icons .trait-user-icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: 4px solid;
  display: inline-block;
  margin-left: -10px;
  margin-right: -15px;
  border-radius: 50%;
}
.story-container .fragment .trait-header {
  display: inline-block;
  width: 160px;
  cursor: pointer;
  color: white;
  clear: both;
  margin-bottom: 6px;
}
.story-container .fragment .trait-title {
  display: inline-block;
  line-height: 22px;
  letter-spacing: -1px;
  width: 160px;
  cursor: pointer;
  color: white;
}
.story-container .fragment .trait-open {
  display: inline-block;
  margin-top: -3%;
  margin-right: -10px;
  margin-bottom: -20px;
  float: right;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../img/nav-arrow-left-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-color: transparent;
  cursor: pointer;
}
.story-container button.close-story {
  background-color: #0000ff;
  color: white;
  background-image: url(../img/graphic-dna-large.svg);
  background-size: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: 90%;
  max-width: 300px;
  margin: 0 auto 60px;
  display: block;
}
@media screen and (min-width: 720px) {
  .story-container .content-block.info {
    min-height: 460px;
    background-size: cover !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .story-container .content-block.message,
  .story-container .content-block.info {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .story-container .fragment .text.section-header {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .story-container .fragment .text.callout {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .story-container .fragment .text.body.intro {
    line-height: 32px;
  }
  .story-container button.close-story {
    max-width: 460px;
  }
}
@media screen and (min-width: 960px) {
  .story-container .content-block.message {
    max-width: 660px;
  }
}
