@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
.admin-bar #nav-main {
  top: 30px; }

/*
 * Keyframes
 */
@-webkit-keyframes bulgeletters {
  0% {
    opacity: 0;
    letter-spacing: 10px;
    font-size: 100px; }
  25% {
    letter-spacing: normal;
    font-size: 30px; }
  80% {
    opacity: 1;
    letter-spacing: normal; }
  100% {
    letter-spacing: 15px;
    opacity: 0; } }
@keyframes bulgeletters {
  0% {
    opacity: 0;
    letter-spacing: 10px;
    font-size: 100px; }
  25% {
    letter-spacing: normal;
    font-size: 30px; }
  80% {
    opacity: 1;
    letter-spacing: normal; }
  100% {
    letter-spacing: 15px;
    opacity: 0; } }

@-webkit-keyframes animateArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); } }

@keyframes animateArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); } }

@-webkit-keyframes animateCircle {
  0% {
    opacity: 0;
    width: 10px;
    height: 10px; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    width: 50px;
    height: 50px; } }

@keyframes animateCircle {
  0% {
    opacity: 0;
    width: 10px;
    height: 10px; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    width: 50px;
    height: 50px; } }

@-webkit-keyframes bulgelettersStay {
  0% {
    opacity: 0;
    letter-spacing: 10px;
    font-size: 100px; }
  25% {
    letter-spacing: normal;
    font-size: 30px; }
  80% {
    opacity: 1;
    letter-spacing: normal; }
  100% {
    opacity: 1;
    letter-spacing: normal; } }

@keyframes bulgelettersStay {
  0% {
    opacity: 0;
    letter-spacing: 10px;
    font-size: 100px; }
  25% {
    letter-spacing: normal;
    font-size: 30px; }
  80% {
    opacity: 1;
    letter-spacing: normal; }
  100% {
    opacity: 1;
    letter-spacing: normal; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInRight {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.st_scene {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /** Reverse "exit" animations */ }
  .st_scene.st_in-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }
  .st_scene.is-exiting {
    animation-direction: alternate-reverse;
    background-color: pink; }

html {
  background-color: #1e1e1e;
  color: gainsboro;
  font-family: "Lato", sans-serif; }

body {
  margin: 0; }

img {
  max-width: 100%; }

a {
  color: #2e9aa9; }
  a:hover {
    color: #3fbacb; }

.vis {
  margin: 50px auto; }
  .vis rect, .vis path {
    opacity: .9; }

#particles-bkg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(15, 15, 15, 0.75); }

.hp-static-bkg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (orientation: portrait) {
    .hp-static-bkg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      /* Portrait styles */ } }
  .hp-static-bkg .hp-flag {
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 33vw; }
    @media screen and (orientation: portrait) {
      .hp-static-bkg .hp-flag {
        height: 33vh;
        width: 100vw; } }
    .hp-static-bkg .hp-flag.usa {
      background-image: url("../img/us_flag_v.svg"); }
      @media screen and (orientation: portrait) {
        .hp-static-bkg .hp-flag.usa {
          background-image: url("../img/us_flag.svg"); } }
    .hp-static-bkg .hp-flag.canada {
      background-image: url("../img/ca_flag_v.svg"); }
      @media screen and (orientation: portrait) {
        .hp-static-bkg .hp-flag.canada {
          background-image: url("../img/ca_flag.svg"); } }
    .hp-static-bkg .hp-flag.uk {
      background-image: url("../img/uk_flag_v.svg"); }
      @media screen and (orientation: portrait) {
        .hp-static-bkg .hp-flag.uk {
          background-image: url("../img/uk_flag.svg"); } }

.header {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.content-wrapper {
  background-color: #1e1e1e;
  margin: 0 auto;
  padding-bottom: 50px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }
  .page-template-default .content-wrapper {
    background-color: transparent;
    padding-bottom: 0; }

.link-btn a {
  display: inline-block;
  float: right;
  font-weight: 300;
  border: 1px solid #5a5a5a;
  border-radius: 5px;
  margin: 15px 0;
  padding: 5px 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
  color: gainsboro; }
  .link-btn a:hover {
    background: gainsboro;
    color: #1e1e1e; }

.dl_full_report {
  width: 100%; }
  .dl_full_report a {
    margin: 100px 50px;
    padding: 40px 20px 40px 40px;
    background-image: url(../img/download_pdf_wh.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left center; }

#footer {
  display: inline-block;
  width: 100%;
  border-top: 0.5px solid #5a5a5a;
  position: relative;
  background-color: #292828; }
  #footer .home-logo-box {
    bottom: auto;
    top: 30px; }
  #footer .footer-inner {
    padding-top: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    color: #5a5a5a; }
  @media only screen and (max-width: 520px) {
    #footer .home_partner_logo img {
      max-width: 80%;
      padding: 10px 0; } }

#nav-main {
  max-width: 50%;
  position: fixed;
  width: 50%;
  right: -50%;
  top: 0;
  bottom: 0;
  background-color: #292828;
  z-index: 9999;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  @media only screen and (max-width: 820px) {
    #nav-main {
      width: 70%;
      right: -70%;
      max-width: 70%; } }
  @media only screen and (max-width: 520px) {
    #nav-main {
      width: 80%;
      max-width: 80%;
      right: -80%; } }
  #nav-main.show-menu {
    opacity: 1;
    display: block; }
  #nav-main .menu-btn {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 30px;
    left: -100px;
    background-image: url("../img/menu_btn.png");
    background-size: contain;
    cursor: pointer;
    border-radius: 5px;
    border: 0.5px solid #5a5a5a;
    background-color: #292828;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease; }
    @media only screen and (max-width: 520px) {
      #nav-main .menu-btn {
        width: 50px;
        height: 50px;
        top: 25px;
        left: -55px; } }
    #nav-main .menu-btn:hover {
      background-color: #fff;
      background-image: url("../img/menu_btn_hv.png"); }
    #nav-main .menu-btn:active {
      opacity: .7; }
  #nav-main .invisible {
    opacity: 0;
    visibility: hidden; }
  #nav-main.nav-open {
    right: 0; }
    #nav-main.nav-open .menu-btn {
      background-image: url("../img/menu_x.png"); }
      #nav-main.nav-open .menu-btn:hover {
        background-image: url("../img/menu_x_hv.png"); }
  #nav-main ul {
    background: #292828;
    margin: 0;
    padding-left: 0; }
    #nav-main ul .current-menu-item a {
      background-color: rgba(46, 154, 169, 0.2); }
    #nav-main ul a {
      font-family: "Lato", sans-serif;
      font-weight: 100;
      font-size: 22px;
      font-weight: 300;
      color: gainsboro;
      text-decoration: none;
      padding: 40px 20px 40px 50px;
      display: inherit;
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: left center;
      border-left: 30px solid transparent; }
      #nav-main ul a:hover {
        background-color: rgba(46, 154, 169, 0.4); }
        .home #nav-main ul a:hover {
          background-color: #5a5a5a; }
      @media only screen and (max-width: 520px) {
        #nav-main ul a {
          background-size: 30px;
          font-size: 16px;
          padding: 20px 0 20px 45px; } }
  #nav-main li {
    list-style: none;
    border-bottom: 0.5px solid #5a5a5a;
    min-height: 60px;
    background-size: 60px;
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #e25734; }
    .home #nav-main li {
      border-bottom: 1px solid gainsboro; }
    #nav-main li:nth-child(odd) {
      border-bottom: 5px solid #2e9aa9; }
      .home #nav-main li:nth-child(odd) {
        border-bottom: 1px solid gainsboro; }
    #nav-main li.data-viz-cur a {
      background-image: url("../img/data_viz_wh.png"); }
    #nav-main li.press-cur a {
      background-image: url("../img/press_wh.png"); }
    #nav-main li.personal-nar-cur a {
      background-image: url("../img/personal_wh.png"); }
    #nav-main li.download-cur a {
      background-image: url("../img/download_pdf_wh.png"); }

.nav-block {
  position: fixed;
  /* display: none; */
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .nav-block.nav-block-on {
    position: fixed;
    visibility: visible;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e1e1e;
    opacity: .8; }

.push-left {
  -webkit-transform: translate3d(-15%, 0, 0);
  transform: translate3d(-15%, 0, 0); }

.scroll-lock {
  overflow: hidden; }

.footer-logo-box {
  position: absolute;
  bottom: 0;
  right: 0; }
  .footer-logo-box .home_partner_logo img {
    float: right;
    padding: 15px 30px;
    width: 250px; }

#nav-main .home_partner_logo {
  width: 80%; }

.post-type-archive-findings-section .home_logo_inner, .blog .home_logo_inner {
  margin-top: 30px; }

.post-type-archive-findings-section .header, .blog .header {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #fff; }

.post-type-archive-findings-section .hide-nav, .blog .hide-nav {
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  visibility: hidden;
  opacity: 0; }

.post-type-archive-findings-section .show-nav, .blog .show-nav {
  visibility: visible;
  opacity: 1; }

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

#home-main-svg {
  width: 130%; }

#home-svg {
  max-height: 20vh;
  width: 100%;
  margin-left: -10%;
  pointer-events: none; }

.home_nav_container {
  webkit-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-top: -35%;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 22px; }
  @media only screen and (max-width: 750px) {
    .home_nav_container {
      margin-top: -20%; } }
  @media only screen and (max-width: 520px) {
    .home_nav_container {
      margin-top: -10%; } }
  .home_nav_container .home_nav_first {
    height: 15vw;
    overflow: hidden;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    width: 300vw; }
    .home_nav_container .home_nav_first:first-child, .home_nav_container .home_nav_first:last-child {
      height: 45vw; }
    .home_nav_container .home_nav_first:nth-child(odd) {
      border-bottom: 5px solid #2e9aa9; }
    .home_nav_container .home_nav_first:nth-child(even) {
      border-bottom: 5px solid #e25734; }
    .home_nav_container .home_nav_first:hover {
      color: #fff;
      font-size: 54px;
      font-weight: bold;
      background-color: rgba(46, 154, 169, 0.4); }
    .home_nav_container .home_nav_first a {
      color: #fff;
      text-decoration: none;
      width: 100%;
      display: inline-block;
      height: 100%;
      text-indent: -250%; }
      .home_nav_container .home_nav_first a:hover {
        color: #fff; }
  .home_nav_container .download-cur {
    background-image: url("../img/dl_bkg.png"); }
    .home_nav_container .download-cur:hover {
      background-image: url("../img/dl_bkg_r.png"); }
    .home_nav_container .download-cur a:hover {
      cursor: -webkit-image-set(url("../img/download_pdf_cur.png") 1x, url("../img/download_pdf_cur@2x.png") 2x) 27 30, pointer;
      background-color: rgba(46, 154, 169, 0.4); }
  .home_nav_container .press-cur {
    background-image: url("../img/press_bkg.png"); }
    .home_nav_container .press-cur:hover {
      background-image: url("../img/press_bkg_r.png"); }
    .home_nav_container .press-cur a:hover {
      cursor: -webkit-image-set(url("../img/press_cur.png") 1x, url("../img/press_cur@2x.png") 2x) 27 30, pointer;
      background-color: rgba(46, 154, 169, 0.4); }
  .home_nav_container .data-viz-cur {
    background-image: url("../img/dv_bkg.png"); }
    .home_nav_container .data-viz-cur:hover {
      background-image: url("../img/dv_bkg_r.png"); }
    .home_nav_container .data-viz-cur a:hover {
      cursor: -webkit-image-set(url("../img/data_viz_cur.png") 1x, url("../img/data_viz_cur@2x.png") 2x) 27 30, pointer;
      background-color: rgba(46, 154, 169, 0.4); }
  .home_nav_container .personal-nar-cur {
    background-image: url("../img/pn_bkg.png"); }
    .home_nav_container .personal-nar-cur:hover {
      background-image: url("../img/pn_bkg_r.png"); }
    .home_nav_container .personal-nar-cur a:hover {
      cursor: -webkit-image-set(url("../img/personal_cur.png") 1x, url("../img/personal_cur@2x.png") 2x) 27 30, pointer;
      background-color: rgba(46, 154, 169, 0.4); }

.home_nav_fixed {
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden; }

.home_nav_main-shape {
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  background: #292828;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease; }

.home_logo_container {
  width: inherit;
  display: inline-block;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
  pointer-events: all;
  -webkit-transition: 2s all ease;
  transition: 2s all ease; }
  .home_logo_container .home_logo_text {
    -webkit-transition: 2s all ease;
    transition: 2s all ease; }
  .home_logo_container.home_fixed {
    position: fixed; }
    .home_logo_container.home_fixed .home_logo_inner {
      -webkit-transition: 2s all ease;
      transition: 2s all ease;
      width: 100%; }
    .home_logo_container.home_fixed .home_logo_img {
      -webkit-transition: 2s all ease;
      transition: 2s all ease;
      max-width: 250px;
      padding-left: 0; }
      @media only screen and (max-width: 820px) {
        .home_logo_container.home_fixed .home_logo_img {
          max-width: 150px; } }
      @media only screen and (max-width: 750px) {
        .home_logo_container.home_fixed .home_logo_img {
          max-width: 150px; } }
      @media only screen and (max-width: 520px) {
        .home_logo_container.home_fixed .home_logo_img {
          max-width: 100px; } }
    .home_logo_container.home_fixed .home_logo_text {
      opacity: 0;
      visibility: hidden; }

.home_logo_on {
  opacity: 1; }

.home_logo_text {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  display: table-cell;
  vertical-align: middle; }
  @media only screen and (max-width: 750px) {
    .home_logo_text {
      font-size: 20px; } }
  @media only screen and (max-width: 520px) {
    .home_logo_text {
      font-size: 20px;
      display: inline-block; } }
  .home_logo_text .home_logo_inner_text {
    max-width: 500px;
    float: left;
    padding: 10px 40px; }
    @media only screen and (max-width: 520px) {
      .home_logo_text .home_logo_inner_text {
        padding: 20px 10px;
        margin: 0 auto;
        font-size: 15px; } }

.home_logo_inner {
  width: 80%;
  margin: 10px auto;
  display: table;
  float: left; }
  @media only screen and (max-width: 750px) {
    .home_logo_inner {
      width: 90%; } }
  @media only screen and (max-width: 520px) {
    .home_logo_inner {
      display: block;
      width: 80%;
      margin: 0 auto; } }
  .home_logo_inner .home_logo_img {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px; }
    @media only screen and (max-width: 520px) {
      .home_logo_inner .home_logo_img {
        display: block; } }
  .home_logo_inner img {
    width: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left; }

.home_nav_inner {
  top: 0;
  left: 0;
  right: 0;
  botom: 0;
  bottom: 0;
  opacity: 0; }

.home_partner_logo {
  width: 50%;
  float: right;
  position: relative;
  display: -ms-flexbox;
  max-width: 1200px;
  margin: 0 auto; }
  .home_partner_logo .logo-full {
    margin: 40px 0;
    display: inline-block;
    position: relative;
    float: right; }
  .home_partner_logo img {
    padding: 30px;
    max-width: 80%; }
    @media only screen and (max-width: 750px) {
      .home_partner_logo img {
        max-width: 60%;
        padding: 10px 30px; } }

.home_intro_text {
  height: 100vh;
  background-color: gainsboro;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
  .home_intro_text .home_ani {
    font-size: 30px;
    font-weight: 300;
    color: #5a5a5a;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 520px) {
      .home_intro_text .home_ani {
        top: 20%;
        left: 7%;
        right: 7%;
        -webkit-transform: translate(0);
        transform: translate(0); } }
    .home_intro_text .home_ani a {
      color: #5a5a5a;
      text-decoration: none;
      padding-bottom: 25vh; }
      @media only screen and (max-width: 520px) {
        .home_intro_text .home_ani a {
          padding-bottom: 15vh; } }
    .home_intro_text .home_ani .bg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding-bottom: 25vh;
      z-index: -1; }
    .home_intro_text .home_ani .home-btn {
      background-image: url("../img/down_arrow.png");
      background-position: bottom center;
      background-size: 50px;
      background-repeat: no-repeat;
      -webkit-animation: animateArrow 1s infinite;
      animation: animateArrow 1s infinite; }

.home-logo-box {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px; }
  .home_intro_text .home-logo-box {
    top: 30px;
    bottom: auto; }

.nu_logo {
  height: 80px; }
  @media only screen and (max-width: 750px) {
    .nu_logo {
      height: 60px; } }
  @media only screen and (max-width: 520px) {
    .nu_logo {
      height: 40px; } }

.gallup_logo {
  height: 50px; }
  @media only screen and (max-width: 750px) {
    .gallup_logo {
      height: 37px; } }
  @media only screen and (max-width: 520px) {
    .gallup_logo {
      height: 25px; } }

.home-nav-stretched {
  -webkit-animation: bulgeletters 5s 1;
  animation: bulgeletters 5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.home-nav-stretched-stay {
  -webkit-animation: bulgelettersStay 5s 1;
  animation: bulgelettersStay 5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.wrapper {
  background-color: #1e1e1e;
  position: relative; }
  .page-template-default .wrapper {
    background-color: transparent; }

.home_logo_spacer {
  width: 100%;
  height: 60px;
  display: inline-block; }
  @media only screen and (max-width: 820px) {
    .home_logo_spacer {
      height: 120px; } }
  @media only screen and (max-width: 520px) {
    .home_logo_spacer {
      height: 300px; } }

.circle {
  border: 5px solid #2e9aa9;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #292828;
  -webkit-animation: animateCircle 1s infinite;
  animation: animateCircle 1s infinite; }

.logo-full {
  display: table;
  width: 100%; }

.logo-div {
  display: table-cell;
  vertical-align: middle; }
  .logo-div .gallup_logo {
    float: right; }

.archive .content-wrapper {
  min-height: calc(100vh - 350px); }

.archive h1 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 520px) {
    .archive h1 {
      margin-bottom: 50px; } }

.archive .home_logo_container {
  position: relative;
  left: 0;
  margin-top: 20px; }
  .archive .home_logo_container a {
    text-decoration: none;
    color: gainsboro; }

@media only screen and (max-width: 820px) {
  .archive .home_logo_inner {
    width: 75%; } }

@media only screen and (max-width: 520px) {
  .archive .home_logo_inner {
    width: 50%; } }

@media only screen and (max-width: 820px) {
  .archive .home_logo_text .home_logo_inner_text {
    padding: 8px 20px; } }

@media only screen and (max-width: 820px) {
  .archive .home_logo_text {
    font-size: 14px; } }

@media only screen and (max-width: 520px) {
  .archive .home_logo_text {
    display: none; } }

body {
  background-color: #1e1e1e;
  color: gainsboro; }

.data-viz-wrapper {
  margin-top: 150px; }

.section-wrapper {
  margin-top: 150px;
  margin-bottom: 150px;
  width: 100%; }

.cont {
  width: 50%;
  margin: auto; }

.cont-absolute {
  position: absolute;
  top: 0px;
  left: 0px; }

.three-quarter {
  width: 50%; }

.quarter {
  width: 35%;
  margin-left: 4%; }

.center {
  text-align: center; }

.inline-block {
  display: inline-block;
  vertical-align: top; }

svg:not(:root) {
  overflow: visible; }

.bold {
  font-family: "Lato", sans-serif;
  font-weight: 900; }

.gap {
  color: #ffd54c;
  fill: #ffd54c; }

.positiveColor {
  color: #2e9aa9;
  fill: #2e9aa9; }

.negativeColor {
  color: #e25734;
  fill: #e25734; }

/*this is for between 480 and 770 tablet*/
@media screen and (min-width: 781px) and (max-width: 1024px) {
  .cont {
    width: 80%;
    margin: auto; } }

/*this is for between 480 and 770 tablet*/
@media screen and (min-width: 450px) and (max-width: 780px) {
  .section-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%; }
  .cont {
    width: 80%;
    margin: auto; }
  .three-quarter {
    width: 50%; }
  .quarter {
    width: 45%;
    margin-left: 1%; } }

/*this is only for iphone*/
@media only screen and (max-width: 449px) {
  .section-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%; }
  .cont {
    width: 90%;
    margin: auto; }
  .three-quarter {
    width: 100%; }
  .quarter {
    width: 100%;
    margin-left: 0px; } }

.axis path, .axis line, .tick line, .line {
  fill: none;
  stroke-width: .5px;
  stroke: #7b7778; }

.x .tick text, .axis, .label, .axis, .text, text {
  font-family: 'lato';
  font-weight: 200;
  font-size: 13px;
  fill: #7b7778;
  fill: #c8c8c8;
  stroke: none; }

.dash-line {
  stroke-dasharray: 2,2;
  stroke-width: .5;
  stroke: #7b7778; }

.p6-circle {
  opacity: .7; }

.active-circle {
  stroke: white;
  opacity: 1; }

.non-sel {
  opacity: .3; }

.circle-trans {
  opacity: .8; }

.circleG:hover {
  cursor: pointer; }

.demoG1:hover, .demoG2:hover {
  cursor: pointer; }

.h2 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 1em;
  padding: 0px;
  line-height: 1.2em; }

.select {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #7b7778;
  line-height: 1.2em;
  margin-bottom: 1em; }

.label-xl {
  font-size: 46px;
  font-family: "Lato", sans-serif;
  font-weight: 900; }

.label-lg {
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: 900; }

.label-lg-light {
  font-size: 26px;
  ffont-family: "Lato", sans-serif;
  font-weight: 300; }

.label-sm-black {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 900; }

.label-sm-light {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300; }

.label-xs {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

.legend-block {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin: 2px;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 5px; }

.legend-block2 {
  margin: 2px;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 5px;
  display: inline-block;
  width: 15%;
  min-width: 100px;
  vertical-align: top;
  opacity: .7; }

select {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #bebebe;
  fill: #bebebe;
  -webkit-appearance: none;
  padding-right: 0px;
  -moz-appearance: none;
  appearance: none;
  border: 0.5px solid #141414;
  line-height: 1;
  outline: 0;
  color: gainsboro;
  border-color: #5a5a5a;
  padding: 0.55em 1.5em 0.55em 0.55em;
  background: linear-gradient(#1e1e1e, #1e1e1e) no-repeat, linear-gradient(-135deg, rgba(255, 255, 255, 0) 50%, #1e1e1e 50%) no-repeat, linear-gradient(-225deg, rgba(255, 255, 255, 0) 50%, #1e1e1e 50%) no-repeat, linear-gradient(#ddd, #ddd) no-repeat;
  background-color: #1e1e1e;
  background-size: 1px 50%, 20px 20px, 20px 20px, 20px 50%;
  background-position: right bottom;
  margin-top: 2px; }

/*this is for between 480 and 770 tablet*/
@media screen and (min-width: 450px) and (max-width: 768px) {
  .h2 {
    font-size: 30px; }
  .select {
    font-size: 18px; }
  .label-xl {
    font-size: 40px; }
  .label-lg {
    font-size: 28px; }
  .label-lg-light {
    font-size: 28px; }
  .label-sm-light {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 300; }
  .label-sm-black {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  .label-xs {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  select {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #bebebe;
    fill: #bebebe;
    -webkit-appearance: none;
    padding-right: 0px;
    -moz-appearance: none;
    appearance: none;
    border: 0.5px solid #141414;
    line-height: 1;
    outline: 0;
    color: gainsboro;
    border-color: #5a5a5a;
    padding: 0.35em 1.5em 0.35em 0.5em;
    background: linear-gradient(#1e1e1e, #1e1e1e) no-repeat, linear-gradient(-135deg, rgba(255, 255, 255, 0) 50%, #1e1e1e 50%) no-repeat, linear-gradient(-225deg, rgba(255, 255, 255, 0) 50%, #1e1e1e 50%) no-repeat, linear-gradient(#ddd, #ddd) no-repeat;
    background-color: #1e1e1e;
    background-size: 1px 60%, 20px 20px, 20px 20px, 20px 60%;
    background-position: right bottom;
    margin-left: 8px; }
  .legend-block {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    margin: 1px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 5px; }
  .legend-block2 {
    margin: 2px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 5px;
    display: inline-block;
    width: 15%;
    vertical-align: top; } }

/*this is only for iphone*/
@media only screen and (max-width: 449px) {
  .h2 {
    font-size: 21px; }
  .h3 {
    font-size: 16px; }
  .select {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #7b7778;
    line-height: 1.2em;
    margin-bottom: .9em; }
  .label-sm-light {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  .label-sm {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  .label-sm-black {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  .label-sm-bold {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  .label-xs {
    font-size: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  .label-med {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  .label-med-light {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 300; }
  .label-lg {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  .label-lg-light {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 300; }
  .label-xl {
    font-size: 30px;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
  select {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #bebebe;
    fill: #bebebe;
    -webkit-appearance: none;
    padding-right: 0px;
    -moz-appearance: none;
    appearance: none;
    border: 0.5px solid #141414;
    line-height: 1;
    outline: 0;
    color: gainsboro;
    border-color: #5a5a5a;
    padding: 0.35em 1.5em 0.35em 0.5em;
    background: linear-gradient(#1e1e1e, #1e1e1e) no-repeat, linear-gradient(-135deg, rgba(255, 255, 255, 0) 50%, #1e1e1e 50%) no-repeat, linear-gradient(-225deg, rgba(255, 255, 255, 0) 50%, #1e1e1e 50%) no-repeat, linear-gradient(#ddd, #ddd) no-repeat;
    background-color: #1e1e1e;
    background-size: 1px 60%, 20px 20px, 20px 20px, 20px 60%;
    background-position: right bottom;
    margin-left: 8px; }
  .legend-block2 {
    margin: 2px;
    padding: 0;
    border-radius: 5px;
    display: inline;
    width: 100%;
    vertical-align: top; } }

.plot-container {
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px; }

.plot-container-margin {
  width: 80%;
  margin: auto;
  margin-bottom: 0px;
  margin-top: 0px; }

/*Present Future Optimism and Impact*/
#plot1 {
  width: 70%;
  margin: auto;
  height: 70vh; }

/*Present Optimism By Demos*/
#plot2 {
  width: 100%;
  margin: auto;
  height: 60vh; }

#plot-3-container {
  position: relative;
  width: 100%;
  margin: auto;
  /*  display: flex;
    justify-content: center;*/ }

/*Present Future Optimism All*/
#plot3 {
  position: relative;
  height: 70vh;
  width: 40%;
  margin: auto; }

#plot3Legend {
  width: 100%;
  /*  justify-content: center;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  z-index: 1000000 !important; }

#plot4 {
  position: relative;
  height: 90vh;
  width: 100%;
  margin: auto; }

.plots4 {
  width: 100%;
  height: 30vh;
  display: inline-block;
  vertical-align: top; }

/* Need Training vs Can get training*/
#plot6 {
  position: relative;
  width: 75vh;
  height: 65vh;
  margin: auto; }

/*Where to get skills*/
#plot7 {
  height: 40vh;
  width: 60%;
  margin: auto; }

#plot7Legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#plot8, #plot8SVG {
  width: 100%;
  height: 120vh;
  margin: auto; }

/*this is for between 480 and 770 tablet*/
@media screen and (min-width: 450px) and (max-width: 768px) {
  .plot-container {
    width: 90%;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px; }
  .plot-container-margin {
    width: 80%;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px; }
  #plot1 {
    width: 90%;
    margin: auto;
    height: 90vh; }
  /*Present Optimism By Demos*/
  #plot2 {
    width: 100%;
    margin: auto;
    height: 110vh; }
  #plot-3-container {
    position: relative;
    width: 100%;
    margin: auto; }
  #plot3 {
    height: 65vh;
    width: 40%;
    margin: auto; }
  #plot4 {
    position: relative;
    height: 105vh;
    width: 100%;
    margin: auto; }
  .plots4 {
    width: 100%;
    height: 35vh;
    display: inline-block;
    vertical-align: top; }
  /* Need Training vs Can get training*/
  #plot6 {
    width: 100%;
    height: 60vh;
    margin: auto; }
  /*Where to get skills*/
  #plot7 {
    height: 50vh;
    width: 100%; }
  #plot8, #plot8SVG {
    width: 100%;
    height: 140vh;
    margin: auto; } }

/*this is only for iphone*/
@media only screen and (max-width: 449px) {
  .plot-container {
    width: 90%;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px; }
  .plot-container-margin {
    width: 80%;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px; }
  #plot1 {
    width: 90%;
    margin: auto;
    height: 80vh; }
  /*Present Optimism By Demos*/
  #plot2 {
    width: 100%;
    margin: auto;
    height: 150vh; }
  #plot-3-container {
    position: relative;
    width: 100%;
    margin: auto; }
  #plot3 {
    height: 65vh;
    width: 30%;
    margin: auto; }
  #plot4 {
    position: relative;
    height: 105vh;
    width: 100%;
    margin: auto; }
  .plots4 {
    width: 100%;
    height: 35vh;
    display: inline-block;
    vertical-align: top; }
  /* Need Training vs Can get training*/
  #plot6 {
    width: 100%;
    height: 50vh;
    margin: auto; }
  /*Where to get skills*/
  #plot7 {
    height: 40vh;
    width: 100%; }
  #plot7Legend {
    display: block;
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none;
    width: 90%;
    margin: auto; }
  #plot8, #plot8SVG {
    width: 100%;
    height: 200vh;
    margin: auto; } }

.intro-page .intro-page-inner {
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 600px; }

.personal-nar-container {
  padding-top: 100px;
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  min-height: 100vh; }
  .personal-nar-container .h2 {
    margin: 0;
    padding: 0; }
  .personal-nar-container p:first-child {
    margin-top: 0; }
    @media only screen and (max-width: 820px) {
      .personal-nar-container p:first-child {
        margin-top: 30px; } }

.text-out {
  opacity: 0; }

.personal-nar-photo {
  width: 50%;
  float: left;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  @media only screen and (max-width: 820px) {
    .personal-nar-photo {
      width: 100%; } }
  .personal-nar-photo img {
    width: 100%; }

.personal-nar-text {
  width: 40%;
  float: right;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  padding-top: 50vh; }
  @media only screen and (max-width: 820px) {
    .personal-nar-text {
      width: 100%; } }

.hp-intro-section {
  background-color: rgba(60, 60, 60, 0.7);
  min-height: 100vh; }

.hp-sub-pages .hp-section {
  padding: 150px 15px;
  background-color: rgba(25, 25, 25, 0.65); }
  @media screen and (max-width: 900px) {
    .hp-sub-pages .hp-section {
      padding: 50px 30px; } }
  .hp-sub-pages .hp-section:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.65); }
  .hp-sub-pages .hp-section p {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-size: 20px;
    padding: 15px;
    color: #fff; }
    @media screen and (max-width: 900px) {
      .hp-sub-pages .hp-section p {
        font-size: 18px;
        padding: 20px 0; } }
  .hp-sub-pages .hp-section .hp-finding-holder {
    max-width: 800px;
    margin: 0 auto; }
    .hp-sub-pages .hp-section .hp-finding-holder h2 {
      margin-bottom: 15px;
      font-size: 36px;
      background: #D41B2C;
      -webkit-box-shadow: 10px 0 0 #D41B2C, -5px 0 0 #D41B2C;
      box-shadow: 10px 0 0 #D41B2C, -5px 0 0 #D41B2C;
      display: inline;
      line-height: 2;
      padding: 10px;
      white-space: pre-wrap;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      opacity: .84; }
      @media screen and (max-width: 900px) {
        .hp-sub-pages .hp-section .hp-finding-holder h2 {
          font-size: 24px;
          line-height: 2.5; } }

.post-type-archive-news-section {
  min-height: calc(100vh - 200px); }
  .post-type-archive-news-section .wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px; }
  .post-type-archive-news-section .news-article-container {
    margin-bottom: 150px; }
  .post-type-archive-news-section .news-article-logo img {
    max-height: 100px; }
  .post-type-archive-news-section .h2 {
    margin-bottom: 10px; }
  .post-type-archive-news-section .h3 {
    margin-bottom: 1em;
    color: #5a5a5a; }

.hp-top-branding {
  width: 100%;
  min-height: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .hp-top-branding .home-top-logo-box {
    width: 90%;
    width: calc(100% - 90px);
    position: relative;
    min-height: 200px; }
  .hp-top-branding .hp-top-triangle {
    min-width: 340px;
    min-height: 300px;
    display: inline-block;
    margin-left: calc(50% - 600px); }
  .hp-top-branding .logo-full {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 30px; }
    @media screen and (max-width: 900px) {
      .hp-top-branding .logo-full {
        top: 15px;
        left: 15px; } }
  .hp-top-branding .logo-div {
    display: table-cell; }
  .hp-top-branding .logo-div img {
    margin: 10px;
    float: left; }

.hp-report-mast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  padding: 50px 50px 0 50px;
  clear: both;
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .hp-report-mast {
      display: block;
      padding: 30px 30px 0 30px; } }
  .hp-report-mast h1 {
    font-size: 44px;
    margin: 0; }
    @media screen and (max-width: 1200px) {
      .hp-report-mast h1 {
        font-size: 34px; } }
    @media screen and (max-width: 900px) {
      .hp-report-mast h1 {
        font-size: 30px; } }
  .hp-report-mast h3 {
    font-weight: 100;
    font-size: 32px;
    padding-left: 15px; }
    @media screen and (max-width: 900px) {
      .hp-report-mast h3 {
        padding-left: 0;
        font-size: 28px; } }

.hp-intro {
  margin: 0 auto;
  padding-top: 0 15px 15px 15px; }
  @media screen and (max-width: 900px) {
    .hp-intro {
      padding: 0 30px 30px 30px; } }
  .hp-intro p {
    color: #fff;
    max-width: 800px;
    padding: 60px 0 0;
    margin: 0 auto; }

.hp-bottom-triangle {
  height: 400px;
  margin-left: calc(50% - 600px); }

.mr-contact {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
  font-size: 24px; }
  @media screen and (max-width: 900px) {
    .mr-contact {
      font-size: 18px;
      padding: 20px 0; } }

.invite-page-content {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px; }

.home .page-template-default {
  background-color: #515151;
  background-repeat: no-repeat;
  background-size: cover; }
  .home .page-template-default .content-wrapper, .home .page-template-default .wrapper {
    background: transparent; }
  .home .page-template-default p {
    font-size: 24px;
    font-weight: 350; }
