/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/*@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Light.otf") format("opentype");
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Semibold.otf") format("opentype");
}*/
@font-face {
    font-family: "HK Grotesk Light";
    src: url("../fonts/HKGrotesk-Light.otf") format("opentype");
}
@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/HKGrotesk-SemiBold.otf") format("opentype");
}
/* line 63, ../sass/screen.scss */
#background {
  position: fixed;
  z-index: -3;
  top: 0;
  width: 100vw;
  height: 100vh;
}
@supports (height: 100lvh) {
  #background {
    width: 100lvw;
    height: 100lvh;
  }
}
#gradient {
  position: fixed;
  z-index: -2;
  top: 0;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: darken;
}
@supports (height: 100lvh) {
  #gradient {
    width: 100lvw;
    height: 100lvh;
  }
}
#noise {
  position: fixed;
  z-index: -1;
  top: 0;
  opacity: 0.08;
  background-image: url('../images/noise.webp');
  width: 100vw;
  height: 100vh;
}
@supports (height: 100lvh) {
  #noise {
    width: 100lvw;
    height: 100lvh;
  }
}
#fps {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  background: #111;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 14px;
  padding: 3px 7px 3px 7px;
  color: #FFF;
  border-radius: 3px;
}
/* line 73, ../sass/screen.scss */
#main-content {
  position: relative;
  margin-top: 100px;
  margin-left: 16.8695652%;
/*  margin-bottom: 80px;*/
  width: 66.2608696%;
}
@media screen and (max-width: 2000px) {
  /* line 73, ../sass/screen.scss */
  #main-content {
    margin-left: 16.8695652%;
    width: 66.2608696%;
  }
}
@media screen and (max-width: 1000px) {
  /* line 73, ../sass/screen.scss */
  #main-content {
    margin-top: 60px;
    margin-left: 8.8695652%;
    width: 82.2608696%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  /* line 73, ../sas"Source Sans Pro Light"s/screen.scss */
  #main-content {
    margin-top: 40px;
    margin-left: 4.8695652%;
    width: 90.2608696%;
    margin-bottom: 50px;
  }
}

/* line 98, ../sass/screen.scss */
#header {
  margin-top: 120px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  /* line 98, ../sass/screen.scss */
  #header {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 98, ../sass/screen.scss */
  #header {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 4px;
    text-align: center;
  }
}
/* line 117, ../sass/screen.scss */
#header #menu {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  /* line 117, ../sass/screen.scss */
  #header #menu {
    position: fixed;
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 34px;
    padding-top: 14px;
    text-align: center;
    font-size: 85%;
    z-index: 1;
  }
}
/* line 137, ../sass/screen.scss */
#header #menu li {
  margin-left: 30px;
  display: inline-block;
  padding: 0;
}
@media screen and (max-width: 600px) {
  /* line 137, ../sass/screen.scss */
  #header #menu li {
    margin: 0;
    width: 18%;
    text-align: center;
  }
}
/* line 148, ../sass/screen.scss */
#header #menu li a {
  text-decoration: none;
  opacity: 0.50;
  font-weight: 400;
}
/* line 153, ../sass/screen.scss */
#header #menu li a.active {
  opacity: 1;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  /* line 153, ../sass/screen.scss */
  #header #menu li a.active {
    mix-blend-mode: unset;
    color: #FFF !important;
  }
}
/* line 161, ../sass/screen.scss */
#header #menu li a:not(.active) {
  opacity: 1;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 600px) {
  /* line 161, ../sass/screen.scss */
  #header #menu li a:not(.active) {
    mix-blend-mode: unset !important;
    color: #CCC !important;
  }
}

/* line 175, ../sass/screen.scss */
.dark #menu li a:not(.active), .dark .points-simple li .bullet {
  mix-blend-mode: multiply !important;
  color: #AAA !important;
}

/* line 181, ../sass/screen.scss */
#sugar-work-logo {
  width: 111.6px;
  height: 18.8px;
}
@media screen and (max-width: 1000px) {
  /* line 181, ../sass/screen.scss */
  #sugar-work-logo {
    width: 89.28px;
    height: 15.04px;
  }
}
@media screen and (max-width: 600px) {
  /* line 181, ../sass/screen.scss */
  #sugar-work-logo {
    width: 111.6px;
    height: 18.8px;
  }
}

/* line 196, ../sass/screen.scss */
.page {
  height: 75vh;
  min-height: 400px;
  position: relative;
}
@media screen and (max-width: 600px) {
  /* line 196, ../sass/screen.scss */
  .page {
    height: auto;
    min-height: 0;
    padding: 20px 0;
  }
}
/* line 207, ../sass/screen.scss */
.page h1 {
  margin-top: 0;
}

/* line 212, ../sass/screen.scss */
.vertical-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  /* line 212, ../sass/screen.scss */
  .vertical-middle {
    top: none;
    transform: none;
  }
}

/* line 230, ../sass/screen.scss */
.vertical-bottom {
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 600px) {
  /* line 230, ../sass/screen.scss */
  .vertical-bottom {
    position: relative;
  }
}

/* line 238, ../sass/screen.scss */
html {
  font-family: "Source Sans Pro Light", "HelveticaNeue-Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  font-size: 22px;
/*  text-shadow: 0px 1px 0px rgba(1, 1, 1, .2);*/
}
@media screen and (max-width: 2000px) {
  /* line 238, ../sass/screen.scss */
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 238, ../sass/screen.scss */
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  /* line 238, ../sass/screen.scss */
  html {
    font-size: 16px;
  }
}

/* line 255, ../sass/screen.scss */
h1 {
  margin: 22px 0 60px;
  font-family: "HK Grotesk", "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  font-weight: 700;*/
  font-size: 80px;
  line-height: 1.1em;
}
@media screen and (max-width: 2000px) {
  /* line 255, ../sass/screen.scss */
  h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 255, ../sass/screen.scss */
  h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 255, ../sass/screen.scss */
  h1 {
    font-size: 35px;
  }
}

/* line 271, ../sass/screen.scss */
h2 {
  margin: 22px 0 60px;
  font-family: "HK Grotesk Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  font-weight: 700;*/
  font-size: 50px;
}
@media screen and (max-width: 2000px) {
  /* line 271, ../sass/screen.scss */
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 271, ../sass/screen.scss */
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 271, ../sass/screen.scss */
  h2 {
    font-size: 25px;
  }
}

/* line 287, ../sass/screen.scss */
h3 {
  margin: 22px 0 20px;
  font-family: "HK Grotesk Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  font-weight: 700;*/
  font-size: 35px;
}
@media screen and (max-width: 1000px) {
  /* line 287, ../sass/screen.scss */
  h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 287, ../sass/screen.scss */
  h3 {
    font-size: 20px;
  }
}

/* line 300, ../sass/screen.scss */
h4 {
  margin: 12px 0 10px;
  font-family: "HK Grotesk Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 26px;
}
@media screen and (max-width: 1000px) {
  /* line 300, ../sass/screen.scss */
  h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  /* line 300, ../sass/screen.scss */
  h4 {
    font-size: 17px;
  }
}

/* line 313, ../sass/screen.scss */
.title {
  margin: 0 0 15px;
  font-family: "HK Grotesk Light", serif;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
}

/* line 321, ../sass/screen.scss */
p, ul {
  margin: 0 0 15px;
}

/* line 325, ../sass/screen.scss */
.note {
  font-size: 14px;
}

/* line 329, ../sass/screen.scss */
li {
  list-style-type: disc;
}

/* line 333, ../sass/screen.scss */
.bullet {
  font-family: "HK Grotesk Light", "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 70px;
  mix-blend-mode: overlay;
  cursor: default;
  position: relative;
  top: -6px;
  left: -4px;
}
@media screen and (max-width: 600px) {
  /* line 333, ../sass/screen.scss */
  .bullet {
    top: 0;
    left: 0;
  }
}

/* line 350, ../sass/screen.scss */
.points li {
  display: flex;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  /* line 350, ../sass/screen.scss */
  .points li {
    display: block;
  }
}
/* line 358, ../sass/screen.scss */
.points li .bullet {
  width: 15%;
  font-size: 110px;
  margin-left: -6px;
}
@media screen and (max-width: 2000px) {
  /* line 358, ../sass/screen.scss */
  .points li .bullet {
    height: 130px;
    font-size: 90px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 358, ../sass/screen.scss */
  .points li .bullet {
    height: 100px;
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  /* line 358, ../sass/screen.scss */
  .points li .bullet {
    width: 100%;
    height: auto;
    margin-left: 0;
    font-size: 40px;
    text-align: center;
    border-bottom: 1px solid;
  }
}
/* line 381, ../sass/screen.scss */
.points li .info {
  width: 85%;
  padding-top: 23px;
}
@media screen and (max-width: 2000px) {
  /* line 381, ../sass/screen.scss */
  .points li .info {
    padding-top: 14px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 381, ../sass/screen.scss */
  .points li .info {
    padding-top: 13px;
  }
}
@media screen and (max-width: 600px) {
  /* line 381, ../sass/screen.scss */
  .points li .info {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

/* line 400, ../sass/screen.scss */
.points-simple {
  margin-top: 40px;
  padding: 0;
  list-style: none;
}
/* line 405, ../sass/screen.scss */
.points-simple li {
  padding: 30px 0;
  border-top: 1px solid transparent;
  font-family: "HK Grotesk Light", serif;
  font-size: 50px;
}
@media screen and (max-width: 1000px) {
  /* line 405, ../sass/screen.scss */
  .points-simple li {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  /* line 405, ../sass/screen.scss */
  .points-simple li {
    font-size: 30px;
  }
}
/* line 418, ../sass/screen.scss */
.points-simple li .bullet {
  margin-right: 100px;
}
@media screen and (max-width: 1000px) {
  /* line 418, ../sass/screen.scss */
  .points-simple li .bullet {
    margin-right: 60px;
    font-size: 46px;
  }
}
@media screen and (max-width: 600px) {
  /* line 418, ../sass/screen.scss */
  .points-simple li .bullet {
    margin-right: 30px;
    font-size: 40px;
  }
}

/* line 434, ../sass/screen.scss */
.leadership h4 {
  margin: 0 0 5px;
}

/* line 439, ../sass/screen.scss */
.column-2 {
  display: flex;
  flex-wrap: wrap;
}
/* line 443, ../sass/screen.scss */
.column-2 li, .column-2 .column {
  width: calc(50% - 20px);
  padding: 10px 40px 10px 0;
}
/* line 447, ../sass/screen.scss */
.column-2 li:nth-child(2n), .column-2 .column:nth-child(2n) {
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 443, ../sass/screen.scss */
  .column-2 li, .column-2 .column {
    width: 100%;
    padding: 0 0 30px;
  }
}

/* line 458, ../sass/screen.scss */
.column-bullet {
  display: flex;
  flex-wrap: wrap;
}
/* line 462, ../sass/screen.scss */
.column-bullet li, .column-bullet .column {
  width: 70px;
  padding: 10px 0 0 0;
}
/* line 466, ../sass/screen.scss */
.column-bullet li:nth-child(2n), .column-bullet .column:nth-child(2n) {
  width: calc(100% - 90px);
}
@media screen and (max-width: 600px) {
  /* line 462, ../sass/screen.scss */
  .column-bullet li, .column-bullet .column {
    width: 100%;
    padding: 0;
  }
  /* line 474, ../sass/screen.scss */
  .column-bullet li:nth-child(2n), .column-bullet .column:nth-child(2n) {
    width: 100%;
    padding: 0;
  }
}

/* line 482, ../sass/screen.scss */
.page-break {
  margin: 60px 0 60px;
  border-bottom: 3px solid;
  mix-blend-mode: soft-light;
}
@media screen and (max-width: 1000px) {
  /* line 482, ../sass/screen.scss */
  .page-break {
    margin: 70px 0 40px;
  }
}
@media screen and (max-width: 600px) {
  /* line 482, ../sass/screen.scss */
  .page-break {
    margin: 70px 0 40px;
  }
}

/* line 495, ../sass/screen.scss */
#page-info {
  margin: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "HK Grotesk Light", "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

/* line 502, ../sass/screen.scss */
#contact {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  /* line 502, ../sass/screen.scss */
  #contact {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  /* line 502, ../sass/screen.scss */
  #contact {
    margin-top: 40px;
  }
}
/* line 512, ../sass/screen.scss */
#contact textarea, #contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
/* line 519, ../sass/screen.scss */
#contact textarea {
  height: calc(100% - 34px);
}
/* line 523, ../sass/screen.scss */
#contact input {
  width: 100%;
}
/* line 526, ../sass/screen.scss */
#contact input[type="checkbox"] {
  width: auto;
}
/* line 531, ../sass/screen.scss */
#contact .column {
  width: calc(40% - 3px);
  padding: 0 6px 0 0;
}
/* line 535, ../sass/screen.scss */
#contact .column:nth-child(2n) {
  padding-right: 0;
  width: calc(60% - 3px);
}
@media screen and (max-width: 600px) {
  /* line 531, ../sass/screen.scss */
  #contact .column {
    width: 100%;
    padding: 0;
  }
  /* line 544, ../sass/screen.scss */
  #contact .column:nth-child(2n) {
    padding-right: 0;
    height: 120px;
    width: 100%;
  }
}

/* line 553, ../sass/screen.scss */
input, textarea, select {
  max-width: calc(100% - 28px);
  font-family: "HK Grotesk Light", "HelveticaNeue-Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
  margin-bottom: 6px;
  padding: 14px;
  border: none;
  background: #002d3a;
  mix-blend-mode: hard-light;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  color: #FFF;
}
/* line 570, ../sass/screen.scss */
input.underline, textarea.underline, select.underline {
  background: rgba(255, 255, 255, 0);
  border-bottom: 2px solid;
  color: inherit;
}
/* line 577, ../sass/screen.scss */
input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
  outline: none;
}

/* line 583, ../sass/screen.scss */
textarea {
  border-radius: 0;
}
/* line 585, ../sass/screen.scss */
textarea .underline {
  border: none;
  border-bottom: 2px solid;
}

/* line 592, ../sass/screen.scss */
button {
  font-family: "HK Grotesk Light", "HelveticaNeue-Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 80%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 4px solid;
  background: transparent;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
}
/* line 608, ../sass/screen.scss */
button:disabled {
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
  border: 4px solid transparent;
}

/* line 616, ../sass/screen.scss */
button:hover:enabled {
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 4px solid transparent;
}

/* line 624, ../sass/screen.scss */
#submit-field {
  width: 100%;
  text-align: right;
  margin-top: 16px;
}

/* line 630, ../sass/screen.scss */
::-webkit-input-placeholder {
  color: #AAA;
}

/* line 636, ../sass/screen.scss */
form label {
  font-size: 70%;
}
