/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #F1F1F1;
  text-decoration: none; }
  a:focus, a:hover {
    color: #cbcbcb;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

@font-face {
  font-family: 'FoundersGroteskWeb';
  src: url(/fonts/FoundersGroteskWeb-Regular.eot);
  src: url(/fonts/FoundersGroteskWeb-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/FoundersGroteskWeb-Regular.woff2) format("woff2"), url(/fonts/FoundersGroteskWeb-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'FoundersGroteskWeb';
  src: url(/fonts/FoundersGroteskWeb-RegularItalic.eot);
  src: url(/fonts/FoundersGroteskWeb-RegularItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/FoundersGroteskWeb-RegularItalic.woff2) format("woff2"), url(/fonts/FoundersGroteskWeb-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

body, .drawer-face .drawer {
  font-family: 'FoundersGroteskWeb';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

.italic {
  font-family: 'FoundersGroteskWeb';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

html {
  font-size: calc(0.875em + 1.3672vw); }

body {
  margin: 0;
  height: 100vh;
  width: 100%;
  background: #F2F2F2;
  color: #191919;
  font-size: 1rem;
  line-height: 1.21rem;
  -webkit-font-smoothing: antialiased; }

body.modal-open {
  position: fixed;
  overflow-y: scroll; }

.invert {
  background: #191919;
  color: #F2F2F2; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  border-bottom: 0.08rem solid #F2F2F2; }

a.white {
  color: #F2F2F2;
  border-bottom: 0.08rem solid #f2f2f2;
  -webkit-transition: border 120ms ease-in;
  -moz-transition: border 120ms ease-in;
  -ms-transition: border 120ms ease-in;
  -o-transition: border 120ms ease-in;
  transition: border 120ms ease-in; }

a.white:hover {
  border-bottom: 0.08rem solid rgba(242, 242, 242, 0.4); }

a.black {
  color: #191919;
  border-bottom: 0.08rem solid #191919;
  -webkit-transition: border 120ms ease-in;
  -moz-transition: border 120ms ease-in;
  -ms-transition: border 120ms ease-in;
  -o-transition: border 120ms ease-in;
  transition: border 120ms ease-in; }

a.black:hover {
  border-bottom: 0.08rem solid rgba(25, 25, 25, 0.3); }

a.img-link {
  border: none;
  display: flex;
  width: 100%;
  height: 100%; }

a.small-link {
  border-bottom: .05rem solid;
  padding-bottom: .04rem; }

a.small-link:hover {
  border-bottom: 0.05rem solid rgba(242, 242, 242, 0.4); }

.link-spacing {
  margin-bottom: .5rem; }

.header1 {
  font-size: 2.14rem;
  line-height: 2.14rem; }

.bodyTextBig {
  font-size: 1.36rem;
  line-height: 1.53rem; }

.bodyText {
  font-size: 1rem;
  line-height: 1.21rem; }

.bodyTextSmall {
  font-size: 0.79rem;
  line-height: 1.0rem; }

.button {
  font-size: 0.86rem;
  line-height: 1.0rem; }

.center-content-vertically {
  display: flex;
  align-items: center; }

.center-content {
  text-align: center; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.align-right {
  margin-left: auto;
  margin-right: 0; }

.footer-links {
  text-align: center;
  padding: 0.78rem 0; }

a.footer-link {
  margin: 0 0.78rem;
  border-bottom: 0.08rem solid #191919; }

img.navLogo {
  width: 10.25rem;
  height: auto; }

@media (max-width: 600px) {
  html {
    font-size: calc(0.875em + 3.7333vw); }
  .hide-on-mobile {
    display: none; }
  .header1-mobile {
    font-size: 60px;
    line-height: 60px; }
  .bodyTextBig-mobile {
    font-size: 28px;
    line-height: 34px; }
  .bodyText-mobile {
    font-size: 22px;
    line-height: 28px; }
  .bodyTextSmall-mobile {
    font-size: 18px;
    line-height: 24px; }
  .button-mobile {
    font-size: 24px;
    line-height: 28px; }
  .mobile-padding-bottom {
    padding-bottom: 1.21rem; }
  .footer-links {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .mobile-full-width {
    width: 100%; }
  a.footer-link {
    margin: 0; } }

/*Some styling for small screens and tablets*/
@media (min-width: 601px) and (max-width: 1200px) {
  .header1 {
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .bodyTextBig-tablet {
    font-size: 1rem;
    line-height: 1.21rem; }
  .standard-right-padding {
    padding-right: 0 !important; }
  .desktop-description {
    padding-bottom: 2rem !important; } }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.78571rem;
  padding-right: 1.78571rem;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }

.row {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  min-height: 1px; }

@media (min-width: 1700px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow-x: hidden; }
  .row {
    margin-left: -2rem;
    margin-right: -2rem; } }

.col-1-3 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.78571rem;
  padding-left: 1.78571rem; }

.col-2-3 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.78571rem;
  padding-left: 1.78571rem; }

.col-full {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.78571rem;
  padding-left: 1.78571rem; }

.col-half {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.78571rem;
  padding-left: 1.78571rem; }

.col-1-3-mobile {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.78571rem;
  padding-left: 1.78571rem; }

.col-2-3-mobile {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.78571rem;
  padding-left: 1.78571rem; }

.col-half-mobile {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.78571rem;
  padding-left: 1.78571rem; }

.col-fill {
  flex: 1 0 auto;
  position: relative;
  min-height: 1px;
  padding-right: 1.78571rem;
  padding-left: 1.78571rem; }

.col-minimum {
  flex: 0 0 auto;
  position: relative;
  min-height: 1px;
  padding-right: 1.78571rem;
  padding-left: 1.78571rem; }

.full-height {
  height: 100%; }

.flex {
  display: flex; }

.right-border-white {
  border-right: 0.08rem solid #F2F2F2; }

.right-border-black {
  border-right: 0.08rem solid #191919; }

.right-border-black-mobile {
  border-right: 0.08rem solid #191919; }

.left-border-black {
  border-left: 0.08rem solid #191919; }

.top-border-black {
  border-top: 0.08rem solid #191919; }

.bottom-border-black {
  border-bottom: 0.08rem solid #191919; }

.bottom-border-white {
  border-bottom: 0.08rem solid #F2F2F2; }

.just-border {
  position: absolute;
  height: 100%; }

.standard-top-padding {
  padding-top: 2.14rem; }

.standard-right-padding {
  padding-right: 2.14rem; }

.standard-left-padding {
  padding-left: 2.14rem; }

.standard-bottom-padding {
  padding-bottom: 1.36rem; }

.extra-bottom-padding {
  padding-bottom: 2.14rem; }

.no-vert-padding {
  padding-top: 0;
  padding-bottom: 0; }

.no-side-padding {
  padding-left: 0;
  padding-right: 0; }

.sliding-content {
  width: 100%; }

@media (max-width: 600px) {
  .col-1-3,
  .col-2-3,
  .col-full,
  .col-half {
    flex: 0 0 100%;
    max-width: 100%; }
  .right-border-white {
    border-right: none; }
  .right-border-black {
    border-right: none; }
  .top-border-black-mobile {
    border-top: 2px solid #191919; }
  .standard-top-padding-mobile {
    padding-top: 2.14rem; }
  .standard-right-padding {
    padding-right: 0 !important; }
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow-x: hidden; } }

/*Some styling for small screens and tablets*/
@media (min-width: 601px) and (max-width: 1000px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-x: hidden; } }

button:focus {
  outline: none; }

.update-text {
  background: none;
  color: #F2F2F2;
  border: none;
  border-bottom: 2px solid #F2F2F2;
  width: 100%;
  margin-bottom: 0.5rem; }

.update-text:focus {
  outline: none; }

.update-text::placeholder {
  color: #F2F2F2; }

#updates-form button {
  background: #F2F2F2;
  width: 100%;
  margin-top: 2.14rem;
  border: none;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  -moz-border-radius: 0px !important;
  /* for mozilla */
  -webkit-border-radius: 0px !important;
  /* for safari */
  border-radius: 0px !important;
  /* IE, Chrome, Opera */ }

input[type="text"] {
  border-bottom: 0.07rem solid #F2F2F2 !important;
  background-color: #191919 !important;
  color: #F2F2F2 !important;
  padding: 0 !important;
  width: 100% !important; }

input[type="text"]:focus {
  outline: none; }

.main-intro {
  background: #F7DFB5;
  color: #191919;
  text-align: left;
  height: calc(100vh - 2.32rem);
  min-height: 380px; }

.action-button {
  display: block;
  width: 100%;
  height: 2.14rem;
  background-image: none;
  margin: 0 auto;
  text-align: center;
  line-height: 2.14rem;
  border-bottom: none;
  cursor: pointer; }

@media (max-width: 652px) and (min-width: 601px) {
  .action-button {
    line-height: initial; } }

.blk {
  background-color: #191919;
  color: #F2F2F2;
  -webkit-transition: background-color 120ms ease-in;
  -moz-transition: background-color 120ms ease-in;
  -ms-transition: background-color 120ms ease-in;
  -o-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in; }

.blk:hover {
  background-color: rgba(25, 25, 25, 0.77);
  color: #F2F2F2; }

.wht {
  background-color: #f2f2f2;
  color: #191919;
  -webkit-transition: background-color 120ms ease-in;
  -moz-transition: background-color 120ms ease-in;
  -ms-transition: background-color 120ms ease-in;
  -o-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in; }

.wht:hover {
  background-color: rgba(25, 25, 25, 0.9);
  color: #191919; }

.page-logo {
  width: 100%;
  height: 100%;
  display: block; }

.home-animation {
  position: absolute;
  top: 0;
  left: 0; }

.page-logo-mobile {
  display: none; }

img.sponsor {
  max-width: 75%;
  margin: 0 auto;
  flex-shrink: 0; }

.desktop-description {
  padding-bottom: 3rem;
  display: block; }

.mobile-description {
  display: none;
  padding-bottom: 2.14rem;
  border-bottom: 0.08rem solid #191919; }

.mobile-description.nav-buffer {
  padding-top: 4.46rem; }

#updates-form {
  position: absolute;
  background-color: #191919;
  background-position: center center;
  background-repeat: repeat;
  background-size: 140%;
  color: #F2F2F2;
  top: 0;
  left: 0;
  width: calc(100% + 1rem);
  padding-right: 1rem;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(100%);
  -webkit-transition: transform 1s;
  /* Safari */
  transition: transform 1s; }

#updates-form .form-title {
  padding-top: 0;
  padding-bottom: 2.14rem; }

#thank-you-cta {
  position: absolute;
  background-color: #F2F2F2;
  padding-top: 2.14rem;
  top: 0;
  left: 0;
  width: calc(100% + 1rem);
  padding-right: 1rem;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: transform 1s;
  /* Safari */
  transition: transform 1s; }

#error-cta {
  position: absolute;
  background-color: #F2F2F2;
  padding-top: 0;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% + 1rem);
  padding-right: 1rem;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: transform 1s;
  /* Safari */
  transition: transform 1s; }

.full-width-spans span {
  display: block;
  width: 100%; }

.ctaMargin {
  position: absolute;
  bottom: 4rem; }

.close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(/img/close-btn.svg?ee27ac8b0c9f9575557abd1d2fba9dc0);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  cursor: pointer; }

@media (max-width: 600px) {
  .main-intro {
    min-height: 0; }
  .desktop-description {
    display: none; }
  .mobile-description {
    display: flex; }
  .page-logo {
    display: none !important; }
  .page-logo-mobile {
    margin-left: 10vw;
    width: 100%;
    height: 100%;
    display: block !important; } }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .desktop-description {
    font-size: 0.89rem;
    line-height: 1rem;
    padding-bottom: 2rem; } }

/*Make intro section 60% of page height in narrow windows*/
@media screen and (min-width: 601px) and (max-aspect-ratio: 8 / 5) {
  .main-intro {
    height: 56.25vw; }
  .ctaMargin {
    position: absolute;
    bottom: 1rem !important; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .main-intro {
    height: 56.25vw; }
  .ctaMargin {
    position: absolute;
    bottom: 1rem !important; } }

.drawer-face {
  color: #b3b1b1;
  cursor: pointer;
  -webkit-transition: color 120ms ease-in;
  -moz-transition: color 120ms ease-in;
  -ms-transition: color 120ms ease-in;
  -o-transition: color 120ms ease-in;
  transition: color 120ms ease-in; }

.drawer-face.open-mobile {
  color: initial; }

.drawer-decor {
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
  border-top: 0.08rem solid #191919; }

.drawer {
  display: none; }

.drawer-face .drawer {
  padding-top: 1.21rem;
  margin-right: 30px; }

@media (min-width: 600px) {
  .drawer-face .drawer {
    display: none !important; }
  .drawer-face.open {
    color: #191919;
    font-family: 'FoundersGroteskWeb';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal; } }

@media (max-width: 600px) {
  .desktop-drawer {
    display: none; }
  .knob:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/arrow-small_dark.svg?30f8b6a8d3f48a42c2e1262e80bcac03);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    -webkit-transition: transform 0.5s;
    /* Safari */
    transition: transform 0.5s; }
  .drawer-face.open-mobile .knob:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .col-1-3.update-form-container {
    position: initial; } }

#progress-section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  padding-left: 2.14rem;
  padding-right: 2.14rem; }

.progress-stats {
  /*	padding-left: 2.14rem;
	padding-right: 2.14rem;*/ }

.progress-stats .col-fill {
  padding-left: .5rem;
  padding-right: .5rem; }

.progress-bar-wrapper {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.progress-bar-container {
  position: relative;
  margin-left: 5%;
  width: 90%;
  padding-bottom: 8.94%;
  line-height: 0; }

.progress-bar {
  position: absolute;
  padding-bottom: 8.94%; }

.progress-bar.background {
  width: 100%;
  background-image: url(/img/meter-empty.svg?e8f75d9ecd5533f97cb2ac2c08022c3f);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }

.progress-bar.foreground {
  background-image: url(/img/meter-full.svg?56d911a9f16b7452565256b465968eda);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  color: #191919;
  white-space: nowrap;
  overflow: hidden; }

.progress-button {
  background-color: #fdccbe;
  color: #191919;
  display: inline-block;
  width: initial;
  padding-left: 1.36rem;
  padding-right: 1.36rem;
  margin-bottom: 2.14rem;
  -webkit-transition: background-color 120ms ease-in;
  -moz-transition: background-color 120ms ease-in;
  -ms-transition: background-color 120ms ease-in;
  -o-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in; }

.progress-button:hover,
.progress-button:active {
  color: #191919;
  background-color: rgba(253, 204, 190, 0.77); }

@media (max-width: 600px) {
  .progress-button {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
  .progress-bar-container {
    position: relative;
    margin-left: -10%;
    width: 120%;
    padding-bottom: 17%;
    line-height: 0; }
  .progress-bar {
    border-right: 0.055rem solid #F2F2F2;
    padding-bottom: 17%; }
  .progress-bar-wrapper {
    padding-top: 1rem; }
  .stats-padding {
    padding-bottom: 1rem; } }

@media (min-width: 601px) and (max-width: 1200px) {
  .progress-bar-wrapper {
    padding-top: 1rem; }
  .stats-padding {
    padding-bottom: 1rem; } }

/*// Survey*/
@media (min-width: 601px) {
  html {
    overflow-y: scroll; } }

.survey-intro {
  background: #BCDCE3;
  color: #191919;
  height: 11.5rem; }

.logo-desktop {
  width: 100%;
  height: auto;
  position: relative;
  padding-right: 2.2rem;
  display: block; }

.logo-mobile {
  display: none; }

a.survey-link {
  color: #191919; }

#survey-nav {
  color: #F2F2F2;
  background: #191919; }

.survey-complete {
  position: absolute;
  height: 100%; }

.survey-complete .inner {
  padding-right: 1.78571rem;
  padding-left: 1.78571rem;
  margin-left: 0rem; }

.survey-complete.background {
  width: 100%;
  /*  margin-left: -.6rem;*/ }

.survey-complete.foreground {
  width: 00%;
  background: #BCDCE3;
  color: #191919;
  white-space: nowrap;
  overflow: hidden;
  /*  margin-left: -.6rem;*/
  -webkit-transition: width 1s;
  /* For Safari 3.1 to 6.0 */
  transition: width 1s; }

.nav-button {
  width: 2.14rem;
  height: 100%;
  background: #F2F2F2;
  background-image: url(/img/arrow-small_dark.svg?30f8b6a8d3f48a42c2e1262e80bcac03);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

.nav-button.up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.pointer {
  text-align: right; }

.pointer:before {
  content: "";
  display: inline-block;
  width: 2.14rem;
  height: 2.14rem;
  background-size: .75rem;
  background-image: url(/img/survey-pointer.svg?d246718f8708fedc8328a836a1f4f0c8);
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  margin-top: .08rem;
  margin-left: .5rem;
  margin-bottom: 0; }

.row.submit {
  height: initial; }

#surveySubmit {
  text-align: center;
  height: 2.14rem;
  background-image: none;
  line-height: 2.14rem;
  border-bottom: none;
  cursor: pointer;
  font-family: 'FoundersGroteskWeb';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  border: none;
  width: initial;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.36rem;
  margin-bottom: 2.14rem; }

label, form small {
  display: inline-block;
  margin-bottom: 0.25rem;
  margin-top: .3rem; }

.hidden {
  display: none; }

.ok-button {
  width: 3rem;
  text-align: center;
  margin-top: 1rem;
  height: 2.14rem;
  background-image: none;
  line-height: 2.14rem;
  border-bottom: none;
  cursor: pointer; }

.custom-validation.desktop {
  position: absolute;
  background-color: #F7DFB5;
  text-align: left;
  width: auto;
  margin-top: 4rem;
  right: 0;
  padding: 0.8rem;
  display: none; }

.custom-validation.desktop:before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #F7DFB5;
  transform: rotate(45deg);
  z-index: -1;
  right: -0.3rem; }

.custom-validation.mobile {
  position: relative;
  background-color: #F7DFB5;
  text-align: left;
  width: auto;
  margin-top: .6rem;
  right: 0;
  padding: 0.8rem;
  display: none; }

.custom-validation.mobile:before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #F7DFB5;
  transform: rotate(45deg);
  z-index: -1;
  top: -0.3rem; }

.custom-validation.desktop.invalid {
  display: initial; }

.custom-validation.mobile.invalid {
  display: none; }

input[type="text"]:invalid:not(:focus):not(:placeholder-shown),
input[type="number"]:invalid:not(:focus):not(:placeholder-shown),
input[type="radio"]:invalid:not(:focus):not(:placeholder-shown) {
  background: #b3b1b1; }
  input[type="text"]:invalid:not(:focus):not(:placeholder-shown) + label,
  input[type="number"]:invalid:not(:focus):not(:placeholder-shown) + label,
  input[type="radio"]:invalid:not(:focus):not(:placeholder-shown) + label {
    opacity: 0; }

ul.checkbox-list {
  margin-top: 0.5rem; }

@media (min-width: 601px) {
  .select-left {
    padding-right: 1rem; }
  .select-right {
    padding-left: 1rem; } }

/* Customize the label (the container) */
.form-check-label {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-check-inline {
  margin-bottom: 0.08rem; }

/* Hide the browser's default checkbox */
.form-check-label input {
  position: absolute;
  opacity: 0;
  display: none; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: calc(0.72rem - 0.5rem);
  left: 0;
  height: 0.72rem;
  width: 0.72rem;
  background-color: #F2F2F2;
  border-radius: 50%;
  border: 0.07rem solid #191919;
  -webkit-transition: background-color 120ms ease-in;
  -moz-transition: background-color 120ms ease-in;
  -ms-transition: background-color 120ms ease-in;
  -o-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in; }

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
  background-color: #b3b1b1; }

/* When the checkbox is checked, add a blue background */
.form-check-label input:checked ~ .checkmark {
  background-color: #191919; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
/* Customize the label (the container) */
.form-radio-label {
  display: block;
  position: relative;
  padding-left: 3.7rem;
  margin-bottom: .4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.form-radio-label input {
  position: absolute;
  opacity: 0;
  display: none; }

/* Create a custom radio button */
.radio-checkmark {
  text-align: center;
  position: absolute;
  line-height: 0.9rem;
  left: -0.3rem;
  top: 0;
  height: 1.2rem;
  width: 1.9rem;
  background-color: #F2F2F2;
  color: #191919;
  border-radius: 50%;
  border: 0.07rem solid #191919;
  -webkit-transition: background-color 120ms ease-in;
  -moz-transition: background-color 120ms ease-in;
  -ms-transition: background-color 120ms ease-in;
  -o-transition: background-color 120ms ease-in;
  transition: background-color 120ms ease-in; }

/* On mouse-over, add a grey background color */
.form-radio-label:hover input ~ .radio-checkmark {
  background-color: #b3b1b1;
  border: 0.07rem solid #191919; }

/* When the radio button is checked, add a blue background */
.form-radio-label input:checked ~ .radio-checkmark {
  background-color: #191919;
  color: #F2F2F2;
  border: 0.07rem solid #191919; }

/* Create the indicator (the dot/circle - hidden when not checked) */
/* Show the indicator (dot/circle) when checked */
.form-radio-label input:checked ~ .radio-checkmark:after {
  display: block; }

select {
  width: 60%;
  background: none;
  border: none;
  margin-top: 1rem; }

select:focus {
  outline: none; }

option {
  background-color: none;
  cursor: pointer; }

option:hover {
  background-color: #b3b1b1; }

/* hacky way to get :checked to change color */
option:checked, option:active, option:focus {
  background: linear-gradient(#b3b1b1, #b3b1b1);
  color: black; }

option:focus {
  background-color: #b3b1b1; }

/*
 *  STYLE 9
 */
.style-9::-webkit-scrollbar-track {
  background-color: #b3b1b1; }

.style-9::-webkit-scrollbar {
  width: .16rem;
  background-color: #191919; }

.style-9::-webkit-scrollbar-thumb {
  background-color: #191919; }

.form-control {
  font-family: 'FoundersGroteskWeb';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

input[type="text"] {
  border: 0.07rem solid #191919;
  background-color: #F2F2F2;
  color: #191919;
  padding: 0.5rem;
  width: 60%; }

input[type="text"]:focus {
  outline: none; }

input[type="number"] {
  border: 0.07rem solid #191919;
  background-color: #F2F2F2;
  color: #191919;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  line-height: initial;
  width: 60%;
  font-family: 'FoundersGroteskWeb';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -moz-appearance: textfield; }

input[type="number"]:focus {
  outline: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background: #191919;
  opacity: 0.5; }

.login-modal {
  position: fixed;
  width: 13.3rem;
  left: calc(50% - 8.77rem);
  top: 10%;
  /* transform: translate(-43%,-45%);*/
  z-index: 12;
  overflow: visible; }

.login-modal > .row {
  position: relative; }

.login-modal ul {
  margin: 1rem 0 0 0; }

.login-modal li:not(:last-child) {
  padding-bottom: 0.5rem; }

.dialogue {
  width: 13.2rem;
  background: #F7DFB5;
  color: #191919;
  z-index: initial;
  padding-top: 1.78571rem;
  padding-bottom: 1.78571rem; }

.annotation {
  width: 13.2rem;
  height: 100%;
  position: absolute;
  background: #191919;
  color: #F2F2F2;
  top: calc(2.5rem + 1.78571rem);
  left: 4.5rem;
  z-index: -2;
  align-items: flex-end;
  padding-bottom: 1.78571rem; }

/*Some styling for small screens and tablets*/
@media (min-width: 601px) and (max-width: 1200px) {
  .survey-intro {
    height: 8.5rem; }
  .logo-desktop {
    padding-right: .5rem; }
  .pointer:before {
    margin-top: -0.23rem !important; } }

.survey-description {
  padding-right: 2rem !important; }

@media (min-width: 1700px) {
  .survey-description {
    padding-right: 8rem !important; } }

@media (max-width: 600px) {
  .survey-intro {
    height: 9.5rem; }
  .survey-description {
    padding-right: 1rem;
    margin-top: 0rem; }
  .logo-desktop {
    display: none; }
  .logo-mobile {
    display: block;
    margin-top: -2.14rem; }
  .pointer {
    text-align: left; }
  .pointer:before {
    background-image: none;
    margin-bottom: .5rem; }
  .custom-validation.desktop.invalid {
    display: none; }
  .custom-validation.mobile.invalid {
    display: block; }
  input[type="number"] {
    width: 100%; }
  input[type="text"] {
    width: 100%; }
  .form-radio-label {
    padding-left: 2.5rem !important; }
  .dropdown {
    background: url(/img/arrow-small_dark.svg?30f8b6a8d3f48a42c2e1262e80bcac03) no-repeat 94% center;
    /*    background: $white;
*/
    max-height: 200px;
    overflow: hidden;
    width: 100%;
    border: 0.07rem solid #191919;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .dropdown select {
    width: 100%;
    background: none;
    color: #191919;
    max-height: 200px;
    padding: 0.5rem;
    /*padding: 5px;*/
    /* If you add too much padding here, the options won't show in IE */
    /*    width: 268px;
*/
    margin-top: 0;
    border: none; }
  .modal-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow-y: scroll; }
  .login-modal {
    position: relative;
    width: 80%;
    left: inherit;
    top: 5.5%;
    margin-bottom: 3%;
    /* transform: translate(-43%,-45%);*/ }
  .annotation {
    display: none; } }

.thankyou {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #BCDCE3;
  color: #191919; }

img.no-link-style, a.no-link-style {
  text-decoration: none;
  color: inherit;
  border-bottom: none; }

.thankyou-img {
  width: 100%;
  height: 100%;
  background: #BCDCE3; }

.thankyou-img img {
  width: auto;
  height: 9rem;
  margin-bottom: 1rem; }

.thankyou .action-button {
  display: inline-block;
  width: initial;
  height: initial;
  padding: 0 2.14rem;
  margin-top: 1rem; }

.back-to-home {
  position: absolute;
  bottom: 0;
  margin: 0 auto; }

.thankyou-social li {
  padding: .5rem;
  display: inline-block; }

@media (max-width: 600px) {
  .thankyou > .row {
    flex-direction: column; }
  .thankyou .top {
    flex: 1 0 auto; }
  .thankyou .bottom {
    flex: 0 0 auto; }
  .thankyou-img {
    height: 203px; }
  .thankyou-social {
    position: relative;
    padding-top: 10px; }
  .thankyou-social ul {
    display: flex;
    justify-content: space-between;
    padding-top: 10px; }
  .thankyou-social li {
    padding-top: 0;
    display: inline; }
  .thankyou-social.standard-bottom-padding {
    padding-bottom: 0; } }

.oops-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: left; }
  .oops-container a {
    color: black; }

.col-half > a {
  margin-bottom: 1.36rem; }

.data-text {
  font-size: 0.68rem;
  line-height: 100;
  text-align: center; }

.top-border-white {
  border-top: 0.08rem solid #F2F2F2; }

.full-height {
  height: 100%; }

#mobileResults-section {
  display: none; }

#results-section {
  display: block; }

.black-background {
  background: #191919; }

.text-yellow {
  color: #F7DFB5; }

.text-black {
  color: #191919; }

.text-white {
  color: #F2F2F2; }

.bar-section-padding {
  padding-top: 1.78571rem;
  padding-bottom: 1.78571rem; }

.results-drawer-bar {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
  cursor: pointer; }

.viz-drawer-decor {
  border-top: 0.08rem solid #191919;
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
  padding-left: 1.78571rem;
  padding-right: 1.78571rem; }

.visual-cube {
  padding-top: 2.14rem;
  padding-bottom: 1rem; }

#list-container span {
  margin-left: 1rem; }

.nav-scroll-right-arrow {
  background-image: url(/img/svg/right-arrow-dark.svg);
  background-size: 0.7rem;
  background-position: 80% 50%;
  background-repeat: no-repeat; }

.flex-display {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

ol {
  margin-left: 0.68rem; }

li {
  padding-left: 0.5rem; }

.flex-display > li {
  width: 45%;
  margin-right: 5%; }

.gallery-cube-side {
  padding: 1.72rem;
  margin-bottom: 10%; }

.gallery-cube-side > .col-half {
  padding-right: 0rem;
  padding-left: 0rem; }

.gallery-info {
  height: 80%;
  width: 80%;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-color: #191919;
  margin-bottom: -20%;
  padding: 0.5rem; }

.gallery-intro {
  background: #F7DFB5;
  color: #191919;
  text-align: left;
  min-height: 380px; }

.gallery-img {
  height: 100%;
  width: 100%;
  padding-right: 1.72rem;
  margin-left: 0.86rem;
  position: relative;
  z-index: 0;
  cursor: pointer;
  filter: grayscale(100%); }

.gallery-img:hover {
  z-index: 1;
  filter: grayscale(0%); }

.gallery-info p {
  margin: 0.5rem; }

.gallery-title {
  bottom: 0.5rem;
  left: 0;
  right: 0;
  position: absolute; }

.z-index-base {
  z-index: -100; }

.z-index-top {
  z-index: 1; }

.viz-mobile-open {
  display: block; }

.viz-mobile-close {
  display: none; }

.mobile-viz-results {
  display: none; }

.desktop-viz-results {
  display: block; }

#vizualization-title {
  display: block; }

#vizualization-subtitle {
  display: none; }

.web-display-none {
  display: none; }

.web-display-block {
  display: block; }

.gallery-cube-mobile-extra-margin-top {
  margin-top: 0; }

@media (max-width: 600px) {
  #mobileResults-section {
    display: block; }
  #results-section {
    display: none; }
  .mobile-description {
    border-bottom: 0rem; }
  #pie-container {
    border-top: 0.08rem solid #F2F2F2; }
  .mobile-viz-results {
    display: block; }
  .desktop-viz-results {
    display: none; }
  #vizualization-title {
    display: none; }
  #vizualization-subtitle {
    display: block; }
  #visualization-section > .row > .bottom-border-black {
    border-bottom: 0rem; }
  #about-section > .row > .bottom-border-black {
    border-bottom: 0rem; }
  .mobile-display-none {
    display: none; }
  .mobile-display {
    display: block; }
  #viz-result-link > a {
    display: none; }
  #results-section > .row > .standard-top-padding {
    padding-top: 0rem; }
  .results-drawer-bar {
    padding-top: 0rem;
    margin-left: 0;
    margin-right: 0; }
  #gallery-section > .row > .col-1-3.bottom-border-black {
    border-bottom: 0rem; }
  #bar-question {
    padding-top: 2.14rem; }
  .gallery-cube-side {
    margin-bottom: 40px; }
  .gallery-cube-mobile-margin-top {
    margin-top: 30%; }
  .gallery-cube-mobile-extra-margin-top {
    margin-top: 20px; }
  .viz-drawer-decor {
    border-top: 0;
    padding-left: 0rem;
    padding-right: 0rem; }
  .visual-cube {
    padding-top: 0.86rem;
    padding-right: 0.86rem;
    padding-left: 0.86rem; }
  .mobile-standard-left-right-padding {
    padding-right: 0.86rem;
    padding-left: 0.86rem; }
  .gallery-cube-side {
    padding-top: 0rem; }
  .gallery-cube-side > .col-half {
    padding-left: 0rem; }
  .gallery-img {
    padding-right: 1.72rem;
    margin-left: 0; }
  li > span {
    margin-left: 0.68rem; }
  .mobile-drawer {
    background: #F2F2F2; }
  .nav-open {
    background: #191919;
    color: #F2F2F2; }
  .drawer-background {
    position: relative;
    overflow: hidden;
    background-size: 0.8rem;
    background-position: 90% 50%;
    background-repeat: no-repeat; }
  .drawer-background:before {
    content: "";
    background-size: 0.8rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/arrow-small_dark.svg?30f8b6a8d3f48a42c2e1262e80bcac03);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    -webkit-transition: transform 0.5s;
    /* Safari */
    transition: transform 0.5s; }
  .nav-open .drawer-background:before {
    background-size: 0.8rem;
    background-image: url(/img/arrow-small_light-rotated.svg?b285bebac1f591c25b5b9e63989216c2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mobile-results-section {
    margin-left: -1rem;
    margin-right: -1rem; } }

#scroll-indicator {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  transform: rotate(90deg);
  background-color: #F2F2F2;
  background-image: url(/img/svg/right-arrow-dark.svg);
  background-size: 38%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer; }

@media (max-width: 600px) {
  #scroll-indicator {
    display: none; } }

.full-nav {
  height: 2.32rem;
  background: #191919;
  position: absolute;
  width: 100%;
  z-index: 10; }

.full-nav > .row {
  height: 100%; }

.fixed {
  position: fixed;
  top: 0; }

.clickable {
  cursor: pointer !important; }

.nav-scroll-arrow {
  position: absolute;
  background: #191919;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  top: 0;
  left: 1.75rem; }

.nav-scroll-arrow div {
  background-image: url(/img/arrow-large_light.svg?32dd4ada5f8eb7defd8ea25301a69748);
  background-size: 1.3rem;
  background-position: center center;
  background-repeat: no-repeat; }

@media (min-width: 600px) {
  .nav-buffer {
    padding-top: 4.46rem;
    padding-bottom: 2.14rem; } }
