@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

html {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
  position: relative;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input, button, textarea, select {
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  display: block;
  max-width: 100%;
}

ul[class],
ol[class] {
  list-style: none;
}

li:not([class]) {
  line-height: 1.5em;
}

ul, ol, dl {
  margin: 1em 1em 1em 2em;
}

ol li {
  list-style: decimal outside;
}

ul li {
  list-style: disc outside;
}

ul li + li, ol li + li {
  margin-top: 1rem;
}

blockquote, q {
  quotes: none;
}

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

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

caption, th {
  text-align: left;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

strong em, em strong {
  font-weight: bold;
  font-style: italic;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-play-state: paused !important;
            animation-play-state: paused !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
BREAKPOINTS
*********************/
/* Using Breakpoints Mixin (order: smallest to largest)
body {
	@include breakpoint(pocket) { background-color: green; }
	@include breakpoint(nonpocket) { background-color: yellow; }
	@include breakpoint(full) { background-color: orange; }
	@include breakpoint(wide) { background-color: red; }
}
*/
.margin--none {
  margin: 0;
}

.margin--one {
  margin: 1rem;
}

.margin--two {
  margin: 2rem;
}

.margin--half {
  margin: 0.5rem;
}

.margin--quarter {
  margin: 0.25rem;
}

.margin__top--none {
  margin-top: 0;
}

.margin__top--one {
  margin-top: 1rem;
}

.margin__top--two {
  margin-top: 2rem;
}

.margin__top--half {
  margin-top: 0.5rem;
}

.margin__top--quarter {
  margin-bottom: 0.25rem;
}

.margin__bottom--none {
  margin-bottom: 0;
}

.margin__bottom--one {
  margin-bottom: 1rem;
}

.margin__bottom--two {
  margin-bottom: 2rem;
}

.margin__bottom--half {
  margin-bottom: 0.5rem;
}

.margin__bottom--quarter {
  margin-bottom: 0.25rem;
}

.margin__left--none {
  margin-left: 0;
}

.margin__left--one {
  margin-left: 1rem;
}

.margin__left--two {
  margin-left: 2rem;
}

.margin__left--half {
  margin-left: 0.5rem;
}

.margin__left--quarter {
  margin-left: 0.25rem;
}

.margin__right--none {
  margin-right: 0;
}

.margin__right--one {
  margin-right: 1rem;
}

.margin__right--two {
  margin-right: 2rem;
}

.margin__right--half {
  margin-right: 0.5rem;
}

.margin__right--quarter {
  margin-right: 0.25rem;
}

.padding--none {
  padding: 0;
}

.padding--one {
  padding: 1rem;
}

.padding--two {
  padding: 2rem;
}

.padding--half {
  padding: 0.5rem;
}

.padding--quarter {
  padding: 0.25rem;
}

.padding__top--none {
  padding-top: 0;
}

.padding__top--one {
  padding-top: 1rem;
}

.padding__top--two {
  padding-top: 2rem;
}

.padding__top--half {
  padding-top: 0.5rem;
}

.padding__top--quarter {
  padding-bottom: 0.25rem;
}

.padding__bottom--none {
  padding-bottom: 0;
}

.padding__bottom--one {
  padding-bottom: 1rem;
}

.padding__bottom--two {
  padding-bottom: 2rem;
}

.padding__bottom--half {
  padding-bottom: 0.5rem;
}

.padding__bottom--quarter {
  padding-bottom: 0.25rem;
}

.padding__left--none {
  padding-left: 0;
}

.padding__left--one {
  padding-left: 1rem;
}

.padding__left--two {
  padding-left: 2rem;
}

.padding__left--half {
  padding-left: 0.5rem;
}

.padding__left--quarter {
  padding-left: 0.25rem;
}

.padding__right--none {
  padding-right: 1rem;
}

.padding__right--one {
  padding-right: 1rem;
}

.padding__right--two {
  padding-right: 2rem;
}

.padding__right--half {
  padding-right: 0.5rem;
}

.padding__right--quarter {
  padding-right: 0.25rem;
}

.nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.centered {
  display: inline-block;
}

.sociallinks__item a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Target IE Example:

@include target(ie) {
  display: inline-block;
}

*/
/********************* 
Foundational
*********************/
body {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: hsla(87deg, 20%, 10%, 0.8);
}

a:not([class]), a:not([class]):visited, a.link {
  color: hsl(87deg, 62%, 32%);
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:not([class]):hover, a:not([class]):visited:hover, a.link:hover {
  color: hsl(87deg, 84%, 35%);
}
a:not([class]):active, a:not([class]):visited:active, a.link:active {
  color: hsl(87deg, 67%, 45%);
}

hr {
  border: none;
  border-top: 2px solid hsla(87deg, 20%, 10%, 0.08);
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 800;
  line-height: 1em;
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1, .heading1 {
  color: hsl(87deg, 20%, 10%);
  font-weight: 800;
}
@media (max-width: 599px) {
  h1, .heading1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 600px) {
  h1, .heading1 {
    font-size: 2.5rem;
  }
}

h2, .heading2 {
  color: hsl(87deg, 20%, 10%);
}
@media (max-width: 599px) {
  h2, .heading2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 600px) {
  h2, .heading2 {
    font-size: 1.5rem;
  }
}

h3, .heading3 {
  color: hsla(87deg, 20%, 10%, 0.8);
}
@media (max-width: 599px) {
  h3, .heading3 {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  h3, .heading3 {
    font-size: 1.25rem;
  }
}

h4, .heading4 {
  color: hsla(87deg, 20%, 10%, 0.61);
}
@media (max-width: 599px) {
  h4, .heading4 {
    font-size: 0.9rem;
  }
}
@media (min-width: 600px) {
  h4, .heading4 {
    font-size: 1rem;
  }
}

.greentext {
  color: hsl(87deg, 62%, 32%);
}

.greentext--secondary {
  color: hsl(87deg, 67%, 45%);
}

/*********************
Forms
*********************/
label {
  display: block;
  margin: 1rem 0;
  font-size: 0.9rem;
  position: relative;
}

label p {
  font-size: 0.75rem;
  color: hsla(87deg, 20%, 10%, 0.61);
  margin: -0.25em 0 0;
}

.required::before {
  content: "*";
  color: hsl(0deg, 100%, 48%);
  position: absolute;
  left: -0.65rem;
  display: block;
  text-align: right;
  font-size: 1.5rem;
}

label.error, label.error p {
  color: hsl(0deg, 100%, 43%);
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea, select {
  display: block;
  box-sizing: border-box;
  border: 1px solid hsla(87deg, 20%, 10%, 0.3);
  outline: none;
  font-size: 1rem;
  width: 100%;
  margin: 0.25rem 0;
  padding: 0.5em;
  color: hsl(87deg, 20%, 10%);
  position: relative;
  transition: border-color 0.2s ease;
  border-radius: 0.25em;
  background-color: hsl(0deg, 0%, 100%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=email]::-ms-expand, input[type=password]::-ms-expand, input[type=search]::-ms-expand, input[type=tel]::-ms-expand, input[type=text]::-ms-expand, input[type=time]::-ms-expand, input[type=url]::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}
input[type=email].error, input[type=password].error, input[type=search].error, input[type=tel].error, input[type=text].error, input[type=time].error, input[type=url].error, textarea.error, select.error {
  border-color: hsl(0deg, 100%, 48%);
}
input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, textarea:focus, select:focus {
  border-color: hsl(200deg, 100%, 46%);
}

input[type=file] {
  display: block;
  padding: 0.75rem 0;
}

select {
  background: url(../images/select__arrow.svg) no-repeat right 0.5rem center;
}

/*********************
Forms / Radio
*********************/
.radio {
  position: relative;
}

.radio input[type=radio] {
  opacity: 0;
  position: absolute;
}

.radio label {
  padding-left: 18px;
}

.radio input[type=radio] + label::before, .radio input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.1s ease-out;
}

.radio input[type=radio] + label::before {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid hsla(87deg, 20%, 10%, 0.61);
}

.radio input[type=radio] + label::after {
  top: 7px;
  left: 7px;
  width: 0;
  height: 0;
  border: 0 solid hsl(0deg, 0%, 100%);
}

.radio input[type=radio]:checked + label::after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 2px solid hsl(0deg, 0%, 100%);
  transition: all 0.15s ease-out;
}

.radio input[type=radio]:hover + label::before, .radio input[type=radio]:focus + label::before {
  border: 2px solid hsl(87deg, 20%, 10%);
}

.radio input[type=radio]:active + label::before {
  border: 3px solid hsl(87deg, 84%, 35%);
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
}

.radio input[type=radio]:checked:active + label::before {
  background-color: hsl(87deg, 84%, 35%);
}

.radio input[type=radio]:checked + label::before {
  border: 7px solid hsl(87deg, 84%, 35%);
}

/*********************
Forms / Checkbox
*********************/
.checkbox {
  position: relative;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.checkbox label {
  padding-left: 18px;
}

.checkbox input[type=checkbox] + label::before, .checkbox input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.1s ease-out;
}

.checkbox input[type=checkbox] + label::before {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid hsla(87deg, 20%, 10%, 0.61);
  border-radius: 2px;
}

.checkbox input[type=checkbox]:hover + label::before, .checkbox input[type=checkbox]:focus + label::before {
  border: 2px solid hsl(87deg, 20%, 10%);
}

.checkbox input[type=checkbox]:active + label::before {
  border: 3px solid hsl(87deg, 84%, 35%);
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
}

.checkbox input[type=checkbox]:checked:active + label::before {
  background-color: hsl(87deg, 84%, 35%);
}

.checkbox input[type=checkbox]:checked + label::before {
  border-color: hsl(87deg, 84%, 35%);
  border-width: 12px 8px 2px 6px;
}

.checkbox input[type=checkbox] + label::after {
  bottom: 3.5px;
  left: 5px;
  width: 0;
  height: 0;
  border: 0 solid hsl(0deg, 0%, 100%);
  transform: rotate(-55deg);
}

.checkbox input[type=checkbox]:checked + label::after {
  bottom: 9px;
  left: 2px;
  width: 10px;
  height: 6px;
  border-left: 2px solid hsl(0deg, 0%, 100%);
  border-bottom: 2px solid hsl(0deg, 0%, 100%);
}

/*********************
Header
*********************/
#navtoggle {
  display: none;
}

.header {
  position: fixed;
  width: 100vw;
  top: 0;
  background-color: hsla(87deg, 84%, 35%, 0);
  transition: background-color 0.5s ease-in-out;
  z-index: 100;
}

.header--sticky {
  background-color: hsla(87deg, 84%, 35%, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.header__logo a {
  height: 3rem;
  width: 9rem;
  display: block;
  background-image: url(../images/logo.svg);
  background-position: 1rem center;
  background-repeat: no-repeat;
  position: relative;
  font-size: 0;
  color: hsla(0deg, 0%, 100%, 0);
  transition: width 0.15s ease-in-out;
}

.header__navlist {
  margin: 0;
}

.header__navitem {
  list-style: none;
  display: block;
}

.header__navitemlink {
  display: block;
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 800;
  text-decoration: none;
  display: block;
  padding: 0.9rem 1rem 1.1rem;
  height: 3rem;
  color: hsl(0deg, 0%, 100%);
  position: relative;
}

.header__navitemlink:hover {
  color: hsl(0deg, 0%, 100%);
}

@media (max-width: 799px) {
  #navtoggle:checked + .menuicon + .header {
    height: 100vh;
    background-color: hsl(87deg, 84%, 35%);
  }
  .header {
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 3rem;
    transition: all 0.1s ease-out;
    z-index: 100;
  }
  .header__logo a {
    width: 3rem;
  }
  .header--sticky .header__logo a {
    width: 8rem;
  }
  .header__nav {
    text-align: center;
  }
  .header__navlist {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header__navitemlink {
    font-size: 1.5rem;
    padding: 3vh 0;
  }
  .menuicon {
    position: fixed;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    z-index: 101;
    opacity: 0.6;
    transition: all 0.5s ease-in-out;
    margin: 0;
  }
  .menuicon:hover {
    opacity: 1;
  }
  .menuicon__menuline {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    right: 16px;
    background-color: hsl(0deg, 0%, 100%);
    border-radius: 1px;
    transition: all 0.1s ease-in-out;
    opacity: 1;
  }
  .menuicon__menuline--top {
    top: 13px;
  }
  .menuicon__menuline--meat1, .menuicon__menuline--meat2 {
    top: 21px;
  }
  .menuicon__menuline--bottom {
    top: 29px;
  }
  #navtoggle:checked + .menuicon .menuicon__menuline--meat1 {
    transform: rotate(45deg);
  }
  #navtoggle:checked + .menuicon .menuicon__menuline--meat2 {
    transform: rotate(-45deg);
  }
  #navtoggle:checked + .menuicon .menuicon__menuline--top {
    opacity: 0;
  }
  #navtoggle:checked + .menuicon .menuicon__menuline--bottom {
    opacity: 0;
  }
}
@media (min-width: 800px) {
  .menuicon {
    display: none;
  }
  .header__logo a, .header__navitemlink {
    transition: background-color 0.25s ease-in-out;
  }
  .header__logo a::after, .header__navitemlink::after {
    content: "";
    display: block;
    position: absolute;
    background-color: hsl(87deg, 67%, 45%);
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    transition: height 0.2s cubic-bezier(0.2, 1.7, 0.8, 0.8);
    z-index: -1;
  }
  .header__logo a:hover::after, .header__navitemlink:hover::after {
    height: 3rem;
  }
  .header--greenhero .header__logo a::after, .header--greenhero .header__navitemlink::after {
    background-color: hsl(87deg, 84%, 35%);
  }
  .header--sticky .header__logo a::after, .header--sticky .header__navitemlink::after {
    background-color: hsl(87deg, 62%, 32%);
  }
  .header__nav ul {
    display: flex;
    position: absolute;
    top: 0;
    right: 1rem;
  }
  .header__nav li {
    display: block;
    list-style: none;
    margin: 0;
  }
}
/*********************
Footer
*********************/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 599px) {
  .footer {
    text-align: center;
  }
}

.footer__reset {
  position: relative;
}

.footer__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 4rem 1rem 1rem;
}

.footer__info {
  color: black;
  font-weight: 600;
}
@media (max-width: 599px) {
  .footer__info {
    font-size: 0.75rem;
  }
}
@media (min-width: 600px) {
  .footer__info {
    font-size: 0.9rem;
  }
}

.footer__infolink {
  color: black;
  text-decoration: none;
}
.footer__infolink:hover {
  color: black;
}

.footer__email {
  font-size: 0.9rem;
  color: hsl(87deg, 62%, 32%);
  text-decoration: none;
  display: block;
}
@media (max-width: 599px) {
  .footer__email {
    margin-bottom: 1rem;
  }
}
.footer__email:hover {
  color: hsl(87deg, 84%, 35%);
  text-decoration: underline;
}
.footer__email:active {
  color: hsl(87deg, 67%, 45%);
}

@media (min-width: 600px) {
  .footer__content {
    display: flex;
    justify-content: space-between;
  }
  .footer__info {
    order: 1;
  }
  .footer__email {
    order: 2;
  }
}
/*********************
Button
*********************/
#gform_submit_button_1, .button {
  display: inline-block;
  width: auto;
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(87deg, 84%, 35%);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0.75em;
  border: 0;
  margin: 0 0 0.5rem;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0, 0, 0.06, 1);
  padding: 0.75em 2em;
}
#gform_submit_button_1:hover, .button:hover {
  background-color: hsl(87deg, 67%, 45%);
  color: white;
}
@media (max-width: 599px) {
  #gform_submit_button_1, .button {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  #gform_submit_button_1, .button {
    font-size: 1rem;
  }
}

.button--block {
  clear: both;
  display: block;
}

.button--centered {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button--disabled, .button--disabled:hover, button.button:disabled {
  color: hsla(87deg, 20%, 10%, 0.4);
  background-color: hsla(87deg, 20%, 10%, 0.06);
  cursor: not-allowed;
}

/*********************
Content Container
*********************/
.contentcontainer {
  padding: 0 1rem 2rem;
  max-width: 40rem;
  margin: 0 auto;
  overflow-x: hidden;
}

.contentcontainer--narrow {
  max-width: 30rem;
}

.contentcontainer--full {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

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

.contentcontainer__anchor {
  height: 4rem;
  display: block;
  margin-top: -4rem;
}

/*********************
Content Container / Bare Elements
*********************/
.contentcontainer p {
  line-height: 1.5em;
}

.contentcontainer p + p {
  margin-top: 1em;
}

.contentcontainer img {
  margin-top: 1em;
}

.contentcontainer h1, .contentcontainer h2, .contentcontainer h3, .contentcontainer h4, .contentcontainer h5 {
  margin: 1em 0 0.25em;
}

/*********************
Artifact
*********************/
.artifact {
  margin: 1rem 0 2rem;
  padding-left: 1rem;
  border-left: 2px solid hsla(87deg, 20%, 10%, 0.08);
}

.artifact--bg {
  background-color: hsla(87deg, 20%, 10%, 0.06);
  padding: 1rem;
}

/*********************
Note
*********************/
.note {
  margin: 1rem 0;
  background-color: hsla(87deg, 20%, 10%, 0.06);
  padding: 0.5rem;
  font-size: 0.75rem;
  color: hsla(87deg, 20%, 10%, 0.61);
}

/*********************
Blockquote
*********************/
.blockquote {
  max-width: 40rem;
  padding: 0 1rem;
  margin: 3rem auto 0;
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  line-height: 1em;
  text-align: center;
}
.blockquote::before {
  content: '"';
  color: hsl(87deg, 67%, 45%);
}
.blockquote::after {
  content: '"';
  color: hsl(87deg, 67%, 45%);
}
@media (max-width: 599px) {
  .blockquote {
    font-size: 1.75rem;
  }
}
@media (min-width: 600px) {
  .blockquote {
    font-size: 2.5rem;
  }
}

/*********************
Page Hero
*********************/
.pagehero {
  height: 30vw;
  background-color: hsl(87deg, 67%, 45%);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.pagehero.pagehero--scrim::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(87deg, 100%, 8%, 0.3);
}

.pagehero.pagehero--scrim.pagehero--scrim--dark::after {
  background-color: hsla(87deg, 100%, 4%, 0.6);
}

.pagehero--short {
  height: 16vw;
}

.pagehero__headline {
  color: hsl(0deg, 0%, 100%);
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  max-width: 60vw;
  font-size: 5.5vw;
  line-height: 0.9em;
  z-index: 2;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.pagehero__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  z-index: 3;
}

.pagehero__linesvg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  fill: none;
}

.pagehero__path {
  stroke: hsl(87deg, 67%, 45%);
  stroke-linecap: square;
  stroke-width: 0.7rem;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  -webkit-animation: draw 1.25s ease-in forwards;
          animation: draw 1.25s ease-in forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@media (max-width: 599px) {
  .pagehero__path {
    stroke-width: 1.25rem;
  }
}

.pagehero__path--darkline {
  stroke: hsl(87deg, 84%, 35%);
}

.pagehero__path--mediumline {
  stroke-dasharray: 3500;
  stroke-dashoffset: 3500;
  -webkit-animation: draw 1.5s ease-in forwards;
          animation: draw 1.5s ease-in forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.pagehero__path--longline {
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  -webkit-animation: draw 1.8s ease-in forwards;
          animation: draw 1.8s ease-in forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/*********************
Line Stuff
*********************/
.linesvg {
  width: 100vw;
  height: auto;
  fill: none;
  pointer-events: none;
  position: relative;
  z-index: -1;
}

.linesvg--over {
  z-index: 1;
}

.linesvg--clickable {
  z-index: 1;
  pointer-events: auto;
}

@media (max-width: 799px) {
  .linesvg--fullonly {
    display: none;
  }
}

.linesvg__path {
  stroke: hsl(87deg, 67%, 45%);
  stroke-linecap: square;
  stroke-width: 0.7rem;
}
@media (max-width: 599px) {
  .linesvg__path {
    stroke-width: 1.25rem;
  }
}

.linesvg__path--animate {
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  -webkit-animation: draw 1s linear forwards;
          animation: draw 1s linear forwards;
}

.linesvg__path--animate--last {
  -webkit-animation: draw 2s linear forwards;
          animation: draw 2s linear forwards;
}

.linesvg__path--animate--long {
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}

.linesvg__path--2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.linesvg__path--3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.linesvg__path--4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.linesvg__path--5 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.linesvg__path--6 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.linesvg__path--7 {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.linesvg__path--8 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.linesvg__path--9 {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.linesvg__path--10 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.linesvg__path--11 {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

.linesvg__path--12 {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.linesvg__path--13 {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}

.linesvg__path--14 {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}

/*********************
Page Intro
*********************/
.pageintro {
  max-width: 40rem;
  margin: 3vw auto;
  padding: 1rem;
}

.pageintro__headline {
  font-size: 1.5rem;
  color: hsl(87deg, 20%, 10%);
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
}

.pageintro__paragraph {
  font-size: 1.125rem;
}

/*********************
Page Intro
*********************/
.pagenav {
  min-height: 6rem;
  margin: -1rem 0 1rem;
  position: relative;
}

.pagenav__list {
  display: block;
  text-align: center;
  background-color: hsla(87deg, 20%, 10%, 0.06);
  padding: 0 0.75rem;
  margin: 0;
  transition: all 0.125s ease-out;
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 599px) {
  .pagenav__list {
    font-size: 0.9rem;
  }
}
@media (min-width: 600px) {
  .pagenav__list {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .pagenav__list {
    font-size: 1.25rem;
  }
}

.pagenav__item {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.pagenav__item:hover {
  color: hsl(87deg, 62%, 32%);
}

.pagenav__link {
  text-decoration: none;
  display: block;
  padding: 1rem 1em;
  font-weight: 800;
  color: hsla(87deg, 20%, 10%, 0.61);
  transition: color 0.25s ease-in-out;
  list-style: none;
}

.pagenav__link:hover {
  color: hsl(87deg, 84%, 35%);
}

.pagenav__link--other {
  color: hsl(87deg, 62%, 32%);
}

.pagenav__link--on {
  border-bottom: 2px solid hsl(87deg, 67%, 45%);
}

@media (min-width: 800px) {
  .pagenav.pagenav--sticky {
    position: inherit;
  }
  .pagenav--sticky .pagenav__list {
    position: fixed;
    z-index: 99;
    top: 3rem;
    left: 0;
    right: 0;
    padding: 0;
    font-size: 1rem;
    background-color: hsla(87deg, 1%, 93%, 0.8);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .pagenav--sticky .pagenav__link {
    padding: 0.5em 1em;
  }
}
/*********************
CTA
*********************/
.cta {
  text-align: center;
  height: 38vw;
  position: relative;
}

.cta__headline {
  color: hsl(87deg, 62%, 32%);
  height: 20vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 10vw;
}
@media (min-width: 1200px) {
  .cta__headline {
    font-size: 1.5vw;
  }
}

.cta__text {
  width: 100%;
  bottom: 32vw;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: bottom;
  max-width: 28rem;
  margin: 0 auto;
  text-align: left;
  position: absolute;
}
@media (max-width: 799px) {
  .cta__text {
    padding: 0 5rem;
    font-size: 1rem;
  }
}
@media (min-width: 800px) {
  .cta__text {
    font-size: 1.125rem;
  }
}

.cta__button {
  margin: -1.5em auto 0;
  display: inline-block;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .cta__button {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .cta__button {
    font-size: 1.25vw;
  }
}

/*********************
People Grid
*********************/
.peoplegrid {
  margin: 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.peoplegrid__person {
  list-style: none;
  display: block;
  margin: 0.5%;
}
@media (max-width: 599px) {
  .peoplegrid__person {
    width: 49%;
  }
}
@media (min-width: 600px) {
  .peoplegrid__person {
    width: 32.333%;
  }
}
@media (min-width: 1200px) {
  .peoplegrid__person {
    width: 24%;
  }
}
@media (min-width: 1440px) {
  .peoplegrid__person {
    width: 19%;
  }
}

.peoplegrid__person__link {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  background-color: hsl(87deg, 84%, 35%);
}

.peoplegrid__person__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 600px) {
  .peoplegrid__person__image {
    transition: opacity 0.25s ease-in-out;
    opacity: 0.8;
  }
  .peoplegrid__person__image:hover {
    opacity: 1;
  }
}

.peoplegrid__person__name {
  position: absolute;
  left: 0.5rem;
  bottom: 1.3rem;
  z-index: 3;
  color: hsl(87deg, 20%, 10%);
  font-size: 1rem;
}

.peoplegrid__person__title {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
  font-size: 0.75rem;
  font-weight: 400;
  color: hsla(87deg, 20%, 10%, 0.61);
}

/*********************
View: Homepage
*********************/
.homepagehero {
  height: 56.25vw;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-image: url(../images/homepage/homepage.jpg);
}

.homepagehero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(87deg, 100%, 8%, 0.3);
  opacity: 0.4;
  z-index: 1;
}

.homepagehero__linesvg {
  width: 100vw;
  height: auto;
  fill: none;
  position: absolute;
  z-index: 2;
  top: 9vw;
}

.homepagehero__linesvg__path {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.8, 0.05);
          animation-timing-function: cubic-bezier(0.4, 0, 0.8, 0.05);
}

.homepagehero__button {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(87deg, 84%, 35%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 599px) {
  .homepagehero__button {
    top: 41vw;
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .homepagehero__button {
    top: 43vw;
    font-size: 1.5rem;
  }
}
.homepagehero__button:hover {
  color: hsl(0deg, 0%, 100%);
}

@media (max-width: 799px) {
  .homepageintro__linesvg {
    margin: 0 0 -80vw;
  }
}
@media (min-width: 800px) {
  .homepageintro__linesvg {
    margin: -10vw 0 -40vw;
  }
}

.homepageintro {
  max-width: 28rem;
}
@media (max-width: 599px) {
  .homepageintro {
    margin: 1rem auto;
  }
}
@media (min-width: 600px) {
  .homepageintro {
    margin: 2rem auto;
  }
}

@media (max-width: 799px) {
  .homepageintro p {
    font-size: 1rem;
    padding: 0 5rem;
  }
}
@media (min-width: 800px) {
  .homepageintro p {
    font-size: 1.125rem;
  }
}

@media (max-width: 799px) {
  .linesvg__path--homepage {
    stroke-width: 1.25rem;
  }
}
@media (min-width: 800px) {
  .linesvg__path--homepage {
    stroke-width: 1rem;
  }
}

.homepagexfory {
  margin: 8rem 0 10rem;
  padding: 5rem 1rem;
  background-color: hsl(87deg, 67%, 45%);
  z-index: 3;
  font-weight: 800;
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  position: relative;
}

/*********************
View: Homepage / X for Y
*********************/
.xfory {
  margin: 0 auto;
  max-width: 30rem;
}
@media (min-width: 1200px) {
  .xfory {
    max-width: 70rem;
    display: flex;
    align-items: flex-start;
  }
}

.xfory__select {
  height: 4rem;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .xfory__select {
    margin-right: 1rem;
  }
}
.xfory__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  background-image: url(../images/xfory__arrow.svg), linear-gradient(to right, hsla(87deg, 62%, 25%, 0), hsl(87deg, 62%, 25%), hsl(87deg, 62%, 25%));
  background-position: top 1.25rem right 0.75rem, center center;
  background-repeat: no-repeat;
  border-radius: 0 5rem 5rem 0;
  pointer-events: none;
}

.xfory__container {
  background-color: hsl(87deg, 62%, 25%);
  color: hsl(0deg, 0%, 100%);
  overflow: hidden;
  height: 4rem;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 2rem;
  position: absolute;
  transition: all 0.125s cubic-bezier(0.3, 0.3, 0.7, 1.2);
}

.xfory__label {
  position: -webkit-sticky;
  position: sticky;
  color: hsl(0deg, 0%, 100%);
  line-height: 4rem;
  text-align: center;
  border-radius: 2rem 0 0 2rem;
  position: absolute;
  background-color: hsl(87deg, 62%, 32%);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.125s cubic-bezier(0.3, 0.3, 0.7, 1.2);
  padding-left: 0.25rem;
}
@media (max-width: 599px) {
  .xfory__label {
    font-size: 1.05rem;
    width: 3.25rem;
  }
}
@media (min-width: 600px) {
  .xfory__label {
    font-size: 1.25rem;
    width: 4.5rem;
  }
}

.xfory__listcontainer {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 48rem;
  position: relative;
  transition: all 0.125s cubic-bezier(0.3, 0.3, 0.7, 1.2);
}

.xfory__list {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  transition: all 0.125s cubic-bezier(0.3, 0.3, 0.7, 1.2);
}
@media (max-width: 599px) {
  .xfory__list {
    padding: 0 0 0 4rem;
  }
}
@media (min-width: 600px) {
  .xfory__list {
    padding: 0 0 0 6rem;
  }
}

.xfory__item {
  display: block;
  margin: 0;
  padding: 0;
  height: 4rem;
  line-height: 4rem;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .xfory__item {
    font-size: 1.05rem;
  }
}
@media (min-width: 600px) {
  .xfory__item {
    font-size: 1.25rem;
  }
}

.xfory__go {
  display: block;
  width: 4em;
  height: 2.5em;
  line-height: 2.5em;
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(87deg, 84%, 35%);
  text-decoration: none;
  text-align: center;
  transition: all 0.125s ease-in-out;
  margin: 1rem auto;
  border-radius: 1em;
  outline: none;
}
.xfory__go:hover, .xfory__go:focus {
  background-color: hsl(87deg, 62%, 32%);
  color: hsl(0deg, 0%, 100%);
}
@media (max-width: 599px) {
  .xfory__go {
    font-size: 1.25rem;
  }
}
@media (min-width: 600px) {
  .xfory__go {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .xfory__go {
    flex: none;
    margin: 0;
    height: 4rem;
    line-height: 4rem;
  }
}

.xfory__select--open {
  outline: none;
  z-index: 10;
}
.xfory__select--open .xfory__listcontainer {
  -webkit-animation: none;
          animation: none;
}
.xfory__select--open .xfory__container {
  height: 20rem;
  top: -0.25rem;
  right: -0.25rem;
  left: -0.25rem;
  padding: 0 0 0 0.25rem;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}
.xfory__select--open .xfory__label {
  padding: 0.25rem 0 0 0.5rem;
}
@media (max-width: 599px) {
  .xfory__select--open .xfory__label {
    width: 3.5rem;
  }
}
@media (min-width: 600px) {
  .xfory__select--open .xfory__label {
    width: 4.75rem;
  }
}
.xfory__select--open .xfory__list {
  top: 0.25rem;
}
.xfory__select--open .xfory__listcontainer {
  padding-top: 0.25rem;
  height: 20rem;
}
.xfory__select--open .xfory__item {
  opacity: 0.8;
}
.xfory__select--open .xfory__item:hover {
  opacity: 1;
}
.xfory__select--open::after {
  display: none;
}

.xfory__select--animated .xfory__listcontainer {
  -webkit-animation-duration: 32s;
          animation-duration: 32s;
  -webkit-animation-name: xforyscroll;
          animation-name: xforyscroll;
  -webkit-animation-timing-function: cubic-bezier(0.3, -0.2, 0.1, 1.2);
          animation-timing-function: cubic-bezier(0.3, -0.2, 0.1, 1.2);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.xfory__select--animated.xfory__select--for .xfory__listcontainer {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes xforyscroll {
  from {
    top: 0;
  }
  4% {
    top: 0;
  }
  8% {
    top: -384px;
  }
  12% {
    top: -384px;
  }
  16% {
    top: -64px;
  }
  20% {
    top: -64px;
  }
  24% {
    top: -448px;
  }
  28% {
    top: -448px;
  }
  32% {
    top: -128px;
  }
  36% {
    top: -128px;
  }
  40% {
    top: -512px;
  }
  44% {
    top: -512px;
  }
  48% {
    top: -192px;
  }
  52% {
    top: -192px;
  }
  56% {
    top: -576px;
  }
  60% {
    top: -576px;
  }
  64% {
    top: -256px;
  }
  68% {
    top: -256px;
  }
  72% {
    top: -640px;
  }
  76% {
    top: -640px;
  }
  80% {
    top: -320px;
  }
  84% {
    top: -320px;
  }
  88% {
    top: -704px;
  }
  96% {
    top: -704px;
  }
  to {
    top: 0;
  }
}

@keyframes xforyscroll {
  from {
    top: 0;
  }
  4% {
    top: 0;
  }
  8% {
    top: -384px;
  }
  12% {
    top: -384px;
  }
  16% {
    top: -64px;
  }
  20% {
    top: -64px;
  }
  24% {
    top: -448px;
  }
  28% {
    top: -448px;
  }
  32% {
    top: -128px;
  }
  36% {
    top: -128px;
  }
  40% {
    top: -512px;
  }
  44% {
    top: -512px;
  }
  48% {
    top: -192px;
  }
  52% {
    top: -192px;
  }
  56% {
    top: -576px;
  }
  60% {
    top: -576px;
  }
  64% {
    top: -256px;
  }
  68% {
    top: -256px;
  }
  72% {
    top: -640px;
  }
  76% {
    top: -640px;
  }
  80% {
    top: -320px;
  }
  84% {
    top: -320px;
  }
  88% {
    top: -704px;
  }
  96% {
    top: -704px;
  }
  to {
    top: 0;
  }
}
.xfory__select--1 .xfory__item, .xfory__select--2 .xfory__item, .xfory__select--3 .xfory__item, .xfory__select--4 .xfory__item, .xfory__select--5 .xfory__item, .xfory__select--6 .xfory__item, .xfory__select--7 .xfory__item, .xfory__select--8 .xfory__item, .xfory__select--9 .xfory__item, .xfory__select--10 .xfory__item, .xfory__select--11 .xfory__item, .xfory__select--12 .xfory__item {
  display: none;
}

.xfory__select--1 .xfory__item.xfory__item--1, .xfory__select--2 .xfory__item.xfory__item--2, .xfory__select--3 .xfory__item.xfory__item--3, .xfory__select--4 .xfory__item.xfory__item--4, .xfory__select--5 .xfory__item.xfory__item--5, .xfory__select--6 .xfory__item.xfory__item--6, .xfory__select--7 .xfory__item.xfory__item--7, .xfory__select--8 .xfory__item.xfory__item--8, .xfory__select--9 .xfory__item.xfory__item--9, .xfory__select--10 .xfory__item.xfory__item--10, .xfory__select--11 .xfory__item.xfory__item--11, .xfory__select--12 .xfory__item.xfory__item--12 {
  display: block;
}

/*********************
View: About
*********************/
.sociallinks {
  height: 80vw;
  text-align: center;
  position: relative;
}

.sociallinks__list {
  list-style: none;
}

.sociallinks__item {
  width: 25vw;
  height: 25vw;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sociallinks__item--facebook {
  top: 5vw;
  left: 11vw;
}
.sociallinks__item--facebook a {
  background-image: url(../images/social/facebook.svg);
}

.sociallinks__item--twitter {
  top: 18vw;
  left: 38vw;
}
.sociallinks__item--twitter a {
  background-image: url(../images/social/twitter.svg);
}

.sociallinks__item--linkedin {
  top: 30vw;
  left: 64vw;
}
.sociallinks__item--linkedin a {
  background-image: url(../images/social/linkedin.svg);
}

.sociallinks__item a {
  display: block;
  width: 25vw;
  height: 25vw;
  opacity: 0.7;
  background-size: contain;
  transition: opacity 0.25s ease-in;
}
.sociallinks__item a:hover {
  opacity: 1;
}

/*********************
View: FAQ
*********************/
.qalist {
  margin: 0;
}

.qalist__item {
  list-style: none;
  display: block;
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid hsla(87deg, 20%, 10%, 0.08);
  margin: 0;
}

.qalist__item__anchor {
  position: absolute;
  top: -4rem;
}

h2.qalist__item__question {
  margin: 0;
  display: block;
}

.qalist__item__question__link {
  display: block;
  color: hsla(87deg, 20%, 10%, 0.8);
  text-decoration: none;
  line-height: 0.9em;
  padding-right: 3rem;
  font-size: 1.25rem;
}
.qalist__item__question__link:hover, .qalist__item__question__link:visited:hover {
  color: hsl(87deg, 62%, 32%);
}
.qalist__item__question__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  width: 26px;
  height: 16px;
  background-image: url(../images/qa__arrow.svg);
  transition: transform 0.25s ease-in-out;
  transform: rotate(180deg);
}

.qalist__item__anchor:target + .qalist__item__question .qalist__item__question__link:after {
  transform: rotate(0deg);
}

.qalist__item__answer {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  padding-bottom: 0.5rem;
  margin-top: -0.5rem;
  pointer-events: none;
}

.qalist__item__anchor:target + .qalist__item__question + .qalist__item__answer {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0;
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
}

.qalist__item__close {
  display: none;
}

.qalist__item__anchor:target + .qalist__item__question + .qalist__item__answer + .qalist__item__close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 3rem;
  width: 3rem;
}

/*********************
View: Culture
*********************/
h2.value__number {
  text-align: center;
  color: hsl(87deg, 84%, 35%);
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding-top: 0.25em;
}
@media (max-width: 599px) {
  h2.value__number {
    font-size: 4rem;
  }
}
@media (min-width: 600px) {
  h2.value__number {
    font-size: 7rem;
  }
}

h3.value__title {
  text-align: center;
  font-size: 2rem;
  color: hsl(87deg, 20%, 10%);
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0.5em 0 0.75em;
}
@media (max-width: 599px) {
  h3.value__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) {
  h3.value__title {
    font-size: 3rem;
  }
}

/*********************
Image Row
*********************/
.imagerow {
  display: flex;
  padding: 0.5vw;
}

.imagerow img {
  margin: 0.5vw;
}

.imagerow--third img {
  height: 44.666vw;
}

.imagerow--half img {
  height: 32.333vw;
}

/*********************
Culture / Beer Details
*********************/
.beerdetails {
  display: flex;
  max-width: 30rem;
  margin: 0 auto;
  justify-content: center;
}

.beerdetails__item {
  display: block;
  list-style: none;
  margin: 1rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: hsla(87deg, 20%, 10%, 0.61);
}

.beerdetails__label {
  font-weight: 400;
}
@media (max-width: 599px) {
  .beerdetails__label {
    display: block;
  }
}

/*********************
Culture / Beer List
*********************/
.beerlist {
  margin: 1rem 0 0;
  padding: 1rem;
  text-align: center;
}

.beerlist__beer {
  width: 14rem;
  margin: 1rem;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
}

img.beerlist__beer__label {
  width: 75%;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.beerlist__beer__volume {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  height: 9.25rem;
  width: 0.75rem;
  background-color: hsla(87deg, 20%, 10%, 0.06);
  border-radius: 1rem;
  overflow: hidden;
  transform: rotate(180deg);
}

.beerlist__beer--light .beerlist__beer__volume__amount {
  background-color: hsl(42deg, 80%, 67%);
}

.beerlist__beer--medium .beerlist__beer__volume__amount {
  background-color: hsl(36deg, 76%, 50%);
}

.beerlist__beer--dark .beerlist__beer__volume__amount {
  background-color: hsl(26deg, 85%, 38%);
}

.beerlist__beer--extradark .beerlist__beer__volume__amount {
  background-color: hsl(7deg, 80%, 16%);
}

h2.beerlist__beer__name {
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: hsl(87deg, 20%, 10%);
  font-size: 1.25rem;
  margin: 0.5rem 0 0.25em;
}

h3.beerlist__beer__brewery {
  color: hsla(87deg, 20%, 10%, 0.61);
  font-size: 0.75rem;
  margin: 0 0 0.5em;
}

h3.beerlist__beer__name {
  color: hsla(87deg, 20%, 10%, 0.8);
  font-size: 1rem;
  margin: 0 0 0;
}

/*********************
Person
*********************/
.personhero {
  position: relative;
  height: 56.25vw;
  margin-bottom: 10vw;
}

.personhero__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15vw;
  width: 45vw;
}

.personhero__name {
  font-size: 7vw;
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: hsla(87deg, 20%, 10%, 0.8);
  line-height: 0.9em;
  margin-bottom: 0.125em;
  letter-spacing: -0.125vw;
  text-shadow: 0 0 2em rgba(255, 255, 255, 0.5);
}

.personhero__title {
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: hsl(87deg, 62%, 32%);
  margin-bottom: 0.5em;
  text-shadow: 0 0 2em rgba(255, 255, 255, 0.5);
}
@media (max-width: 599px) {
  .personhero__title {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .personhero__title {
    font-size: 1.5rem;
  }
}

.personhero__email {
  color: hsla(87deg, 20%, 10%, 0.61);
  text-decoration: none;
  text-shadow: 0 0 2rem rgba(255, 255, 255, 0.5);
}
.personhero__email:hover {
  color: hsl(87deg, 62%, 32%);
  text-decoration: underline;
}
@media (max-width: 599px) {
  .personhero__email {
    font-size: 0.75rem;
  }
}
@media (min-width: 600px) {
  .personhero__email {
    font-size: 1rem;
  }
}

.pagehero__linesvg--personhero {
  top: 14vw;
  pointer-events: none;
}

/*********************
Blog
*********************/
.blogindex {
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .blogindex {
    padding: 4rem 1rem 1rem;
  }
}
@media (min-width: 600px) {
  .blogindex {
    padding: 4rem 2rem 1rem;
  }
}

.bloghead {
  border-bottom: 2px solid hsla(87deg, 20%, 10%, 0.08);
  height: 3rem;
  position: relative;
}

.bloghead__title {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  padding-right: 10rem;
}
@media (max-width: 599px) {
  .bloghead__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 600px) {
  .bloghead__title {
    font-size: 1.5rem;
  }
}

.bloghead__search {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
}

.blogsearch {
  position: relative;
  height: 4rem;
}

input.blogsearch__input {
  height: 4rem;
  border: 0;
  border-bottom: 2px solid hsl(87deg, 67%, 45%);
  padding: 2rem 0 0 0.25rem;
  border-radius: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  margin: 0;
  width: 8rem;
  z-index: 2;
  position: absolute;
  right: 2rem;
  bottom: 0;
  z-index: 3;
}

input.blogsearch__input:focus {
  border-bottom: 2px solid hsl(87deg, 67%, 45%);
  opacity: 1;
}
@media (max-width: 599px) {
  input.blogsearch__input:focus {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 600px) {
  input.blogsearch__input:focus {
    width: 20rem;
  }
}

.blogsearch__label {
  overflow: hidden;
  margin: 0;
  height: 2rem;
  line-height: 1.9rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 2.25rem 0 0;
  background-image: url(../images/blog/searchicon.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
  border-bottom: 2px solid transparent;
}
@media (max-width: 599px) {
  .blogsearch__label {
    color: hsla(0deg, 0%, 100%, 0);
  }
}
@media (min-width: 600px) {
  .blogsearch__label {
    color: hsla(87deg, 20%, 10%, 0.61);
  }
}

.blogsearch__button {
  box-sizing: border-box;
  border: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  background-image: url(../images/blog/searchicon--green.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: hsl(0deg, 0%, 100%);
  pointer-events: none;
  border-bottom: 2px solid hsl(87deg, 67%, 45%);
  transition: all 0.2s ease-in-out;
}

input.blogsearch__input:focus ~ .blogsearch__button, .blogsearch__button:focus {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.blogsearch__button__text {
  display: none;
}

.bloglist {
  max-width: 80rem;
  margin: 1.5rem auto 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.bloglist__item {
  list-style: none;
  margin: 0 2rem 2rem;
}
@media (max-width: 599px) {
  .bloglist__item {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .bloglist__item {
    width: calc(50% - 4rem);
  }
}
@media (min-width: 1200px) {
  .bloglist__item {
    width: calc(33.333% - 5rem);
    margin: 0 3rem 5rem 2rem;
  }
}

.bloglist__link {
  display: block;
  text-decoration: none;
  color: hsla(87deg, 20%, 10%, 0.8);
}
.bloglist__link:hover .bloglist__title {
  color: hsl(87deg, 84%, 35%);
}
.bloglist__link:hover .bloglist__date {
  color: hsla(87deg, 20%, 10%, 0.8);
}
.bloglist__link:hover .bloglist__description, .bloglist__link:hover .bloglist__description + p {
  color: hsl(87deg, 20%, 10%);
}

.bloglist__date {
  color: hsla(87deg, 20%, 10%, 0.61);
  transition: color 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .bloglist__date {
    font-size: 0.8rem;
  }
}
@media (min-width: 600px) {
  .bloglist__date {
    font-size: 0.9rem;
  }
}

.bloglist__title {
  color: hsla(87deg, 20%, 10%, 0.8);
  font-family: filson-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 0.9em;
  margin: 0.25em 0;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .bloglist__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 600px) {
  .bloglist__title {
    font-size: 2rem;
  }
}

.bloglist__description {
  color: hsla(87deg, 20%, 10%, 0.8);
  transition: color 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .bloglist__description {
    font-size: 0.9rem;
  }
}
@media (min-width: 600px) {
  .bloglist__description {
    font-size: 1rem;
  }
}

.bloglist__hr {
  max-width: 76rem;
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .bloglist__hr {
    margin: 0 auto;
  }
}

.bloglist__loadmore {
  display: block;
  padding: 0.5em 2em;
  background-color: hsla(87deg, 20%, 10%, 0.4);
  color: hsl(0deg, 0%, 100%);
  border: none;
  border-radius: 0.75em;
  margin: 2rem auto;
  width: auto;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  font-weight: 800;
  cursor: pointer;
}
.bloglist__loadmore:focus {
  outline: none;
}
.bloglist__loadmore:hover {
  background-color: hsl(87deg, 84%, 35%);
}

.bloglist__loading {
  height: 100px;
  background: url("../images/blog/spinner.gif") no-repeat center center;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}

.pagehero--blogpost {
  height: auto;
}

.pagehero__headline--blogpost {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  padding: 10vw 0 4vw;
  margin: 0 auto;
}

.pagehero__linesvg--blogpost {
  top: auto;
  bottom: -5vw;
}

.blogpostinfo {
  display: flex;
  margin: 3rem 0 1rem;
  border-bottom: 2px solid hsla(87deg, 20%, 10%, 0.08);
  padding-bottom: 0.5rem;
  justify-content: space-between;
  font-size: 0.85rem;
  font-weight: 800;
  color: hsla(87deg, 20%, 10%, 0.61);
}

.blogpostinfo__by {
  text-align: right;
}

.contentcontainer--blogpost {
  margin-bottom: 4rem;
  margin-top: 1em;
}

/*********************
Unified Field
*********************/
.unifiedfield {
  max-width: 40rem;
  display: flex;
  margin: 0 auto;
  padding: 0 1rem;
  width: 90vw;
}

input.unifiedfield__input {
  margin: 0;
  border-radius: 1rem 0 0 1rem;
  border-right: 0;
  height: 4rem;
  padding-left: 1rem;
}

.unifiedfield__button {
  border-radius: 0 1rem 1rem 0;
  height: 4rem;
}
.unifiedfield__button:focus {
  outline: none;
}

/*********************
Visual List
*********************/
.visuallist {
  max-width: 66rem;
  margin: 1.5rem auto 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 1rem 3rem;
}

.visuallist__link {
  display: block;
  text-decoration: none;
}
.visuallist__link:hover .visuallist__title {
  color: hsl(87deg, 84%, 35%);
}

.visuallist__item {
  list-style: none;
  margin: 0 2rem 2rem;
}
@media (max-width: 599px) {
  .visuallist__item {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .visuallist__item {
    width: calc(50% - 4rem);
  }
}
@media (min-width: 1200px) {
  .visuallist__item {
    width: calc(33.333% - 2rem);
    margin: 0 1rem 2rem 1rem;
  }
}

.visuallist__image {
  position: relative;
  padding-bottom: 66.666%;
  background-color: hsl(87deg, 67%, 45%);
  overflow: hidden;
  border-radius: 1rem;
}

.visuallist__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(87deg, 100%, 4%, 0.6);
  z-index: 2;
}

.visuallist__title {
  margin-top: 0.5em;
}
@media (max-width: 599px) {
  .visuallist__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 600px) {
  .visuallist__title {
    font-size: 1.25rem;
  }
}

.visuallist__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 3;
}

.visuallist__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

/*********************
Our Work / Case Study
*********************/
.pageintro--casestudy {
  margin: 4vw auto -1rem;
}

.pageintro--casestudy .pageintro__headline {
  color: hsl(87deg, 84%, 35%);
}

/******* DEALER PORTAL ADDS *********/
#portal_page h1, #portal_page h2, #portal_page h3, #portal_page h4, #portal_page h5, #portal_page h6 {
  color: #212529;
  text-align: center;
}
#portal_page .pagehero h1, #portal_page .pagehero h2, #portal_page .pagehero h3 {
  color: #ffffff;
}
#portal_page section {
  margin: 0 auto 3rem auto;
}
#portal_page .full_container {
  width: 100%;
  padding: 0 10% 0 10%;
}
#portal_page .pagehero__headline {
  max-width: 70vw;
  bottom: 6vw;
  line-height: 0.6em;
}
#portal_page .pagehero__headline span {
  font-size: 1.75vw;
  text-transform: capitalize;
}
#portal_page .pageintro {
  max-width: 34rem;
  padding: 1rem;
  text-align: center;
}
#portal_page .pageintro .pageintro__headline {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 1rem;
}
#portal_page .visuallist {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#portal_page .visuallist__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  width: 100%;
  z-index: 3;
}
#portal_page .visuallist__image {
  position: relative;
  padding-bottom: 40%;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0;
  max-width: 66px;
}
#portal_page .visuallist__image:after {
  background-color: transparent;
}
#portal_page .visuallist__title {
  color: #7AC026;
  margin: -2vw 0 1rem 0;
}
#portal_page .visuallist__item {
  border: 2px solid #231F20;
  padding: 1em 2em 2em 2em;
  max-width: 25em;
  max-height: 50em;
  position: relative;
  margin: 0 auto 2rem auto;
  border-radius: 4px;
  width: 100%;
  min-height: 25rem;
}
#portal_page .visuallist__item h2 {
  text-align: left;
}
#portal_page .visuallist__item:after {
  background: none;
  border: 2px solid #7AC026;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: 4px;
  bottom: 4px;
  border-radius: 4px;
  pointer-events: none;
}
#portal_page .strong_words {
  font-weight: 800;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 2rem;
}
#portal_page .portal_list_header {
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  text-align: left;
  margin-left: 0.5rem;
}
#portal_page .portal_list {
  margin-bottom: 2.5rem;
  margin-left: 0;
}
#portal_page .gform_footer {
  text-align: center;
}
#portal_page #checklists ul {
  margin-top: 2rem;
  padding-left: 0;
  margin-left: 0;
}
#portal_page #checklists ul li:before {
  content: "✓";
  display: inline-block;
  color: #7AC026;
  padding: 0 12px 0 0;
  font-size: 1.5rem;
  font-weight: 800;
}
#portal_page #checklists ul li {
  list-style-type: none;
  font-size: 1em;
}
#portal_page #checklists h5 {
  text-align: left;
}
#portal_page #logo-section {
  padding: 3rem 5% 4rem 5%;
}
#portal_page #logo-section #logoDiv div {
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  #portal_page #logo-section #logoDiv div {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #portal_page #logo-section #logoDiv div {
    width: 20%;
  }
}
#portal_page #logo-section img {
  margin: 0 25px;
}
#portal_page #logo-section h6 {
  text-align: center;
  margin-bottom: 2rem;
}
#portal_page #demo-form {
  max-width: 52rem;
  margin-bottom: 6rem;
}
#portal_page #demo-form h5, #portal_page #demo-form p {
  text-align: center;
}
#portal_page #team-section h2 {
  text-align: center;
  margin-bottom: 3rem;
}
#portal_page #team-section .team_member {
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}
#portal_page #team-section .team_member h6 {
  margin: 1rem 0 0 0;
}
#portal_page #team-section .team_member p {
  margin: 0;
  font-size: 0.75rem;
}
#portal_page .wpcf7-spinner {
  display: none !important;
}
#portal_page label {
  margin: 0;
}
#portal_page #deviceImage {
  padding-right: 3.25rem;
}
#portal_page #deviceImage p {
  padding: 0 15% 0 15%;
}
@media (max-width: 992px) {
  #portal_page #deviceImage p {
    padding: 0;
  }
}
#portal_page #getADemo {
  margin: -2rem 0 5rem 0;
}
#portal_page #onePager {
  background-color: #7AC026;
  padding: 4rem 20%;
  margin-bottom: 0;
  color: #ffffff;
}
#portal_page #onePager input {
  border: none;
}
#portal_page #onePager img {
  position: relative;
  margin-top: -150px;
  margin-bottom: -50px;
  left: 2.25rem;
}
@media (max-width: 1200px) {
  #portal_page #onePager img {
    margin-bottom: 0;
  }
}
#portal_page #onePager h5 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 1rem;
}
#portal_page #onePager .button {
  width: 100%;
  background-color: #000000;
  padding: 0.5rem;
}
#portal_page #partnerDiv {
  padding: 0;
  max-height: 643px;
  overflow: hidden;
}
#portal_page #partnerDiv img {
  width: 100%;
}
#portal_page #aboutDiv h5 {
  margin-bottom: 2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*********************
Careers Pages
*********************/
.preheader {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.career_page {
  max-width: 1260px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bullet-points {
  padding-left: 0rem;
}

#careers-page {
  margin-top: 80px;
  /*Crop the glassdoor image to remove white space on the left*/
}
#careers-page h2 {
  margin-bottom: 5%;
}
#careers-page #glassdoor-image-container img {
  width: 120px;
}

.careerlist {
  margin: 0;
  margin-left: -40px;
}
.careerlist img {
  margin-top: 0;
}
.careerlist a {
  text-decoration: none;
}
.careerlist .careerlist__career {
  padding: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.careerlist .careerlist__career #career-job-title {
  font-weight: 650;
}
.careerlist .careerlist__career #career-job-type {
  color: rgba(0, 0, 0, 0.6);
}
.careerlist .careerlist__career > img {
  height: 22px;
  width: 22px;
  margin-right: 20px;
}
.careerlist .careerlist__career:hover {
  background-color: #F2F9E9;
}
.careerlist li.careerlist__item {
  list-style: none;
  border: thin solid #E8E8E8;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.careerlist li.careerlist__item .career_title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.careerlist li.careerlist__item .career_title img {
  margin-right: 40px;
}/*# sourceMappingURL=style.css.map */

.esop__footer {
  display: flex;
    flex-direction: row;
    align-items: center;
}

p.footer__info {
  display: flex;
  align-items: center;
}

.footer__content{
flex-flow:row-reverse;
}

.esop_header {
	position: absolute;
    top: -2px;
    left: 153px;
  }

  @media (max-width: 1000px) {
    .esop_header {
      left: 125px;
      }
    }

    @media (max-width: 799px) {
      .esop_header {
        top: -14px;
        left: 135px;
        }
      }

  .header--sticky > img.esop_header{
    top:-26px;
    }

    .pre-footer{
      background-color: hsl(87deg, 84%, 35%);
      padding: 40px 0px;
      color:#ffffff!important;
    }
    .pre-footer h4{
      color:#ffffff;
    } 
    .footer_form_div{
      padding: 0 10%;
    }
    .footer_form_div select{
			background-color: #ffffff;
		}
    .footer_form_content{
      padding:0 10%;
    }
    .form_copy{
      align-content: center;
    } 
    .pre-footer .gform_button {
      background-color: #333333;
    }
    .pre-footer .gform_button:hover{
      background-color: #000000;
    }
    .pre-footer .gform_required_legend{
      display:none;
    }
@media (max-width: 799px) {
  .footer_form_div{
  padding: 0 5%;;
  }        
}