/* PARTIALS */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
   VARIABLES
   ========================================================================== */
/*
   BASE
   ========================================================================== */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #2e2731;
}

* {
  box-sizing: border-box;
}

body {
  *zoom: 1;
  text-align: center;
  line-height: 1.4;
  font-family: sofia-pro-condensed, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #3F3542;
  background: url(../img/bg.jpg) center top repeat;
  background-size: contain;
  position: relative;
  font-size: 2.4rem;
  max-width: 1920px;
  margin: 0 auto;
}
body:before, body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
@media (max-width: 960px) {
  body {
    font-size: 2rem;
  }
}
@media (max-width: 660px) {
  body {
    font-size: 1.8rem;
  }
}

input, textarea, select, fieldset {
  margin-bottom: 1.5rem;
}

pre, blockquote, dl, p, figure, table, ul, ol, form {
  margin-bottom: 2rem;
}

p {
  margin-top: 0;
}

img, canvas, iframe, video, svg, select, textarea {
  max-width: 100%;
}

img {
  height: auto;
}

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

a {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: gooddog-new, sans-serif;
  font-weight: normal;
  transform: rotate(-2deg);
  text-align: center;
  color: #67575E;
  line-height: 1.1;
}

h1 {
  font-size: 8rem;
  color: #3F3542;
}
@media (max-width: 960px) {
  h1 {
    font-size: 6rem;
  }
}
@media (max-width: 660px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 6rem;
}
@media (max-width: 960px) {
  h2 {
    font-size: 4.4rem;
  }
}
@media (max-width: 660px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 4.4rem;
}
@media (max-width: 960px) {
  h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 660px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 3.2rem;
}
@media (max-width: 960px) {
  h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 660px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 2.4rem;
}
@media (max-width: 660px) {
  h5 {
    font-size: 2rem;
  }
}

h6 {
  font-size: 2rem;
}

small {
  color: #888;
}

ul {
  margin-bottom: 30px;
  padding-left: 35px;
  list-style-position: outside;
}

li {
  margin-bottom: 7px;
}

.embed {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 8rem;
}
.embed iframe, .embed object, .embed embed {
  border: none;
}

.media .embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 8rem;
}
.media .embed iframe, .media .embed object, .media .embed embed {
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.row-inner {
  margin: 0 auto;
  position: relative;
  z-index: 200;
  width: 100%;
}
@media (min-width: 1000px) {
  .row-inner {
    width: 960px;
  }
}
.row-inner p:last-child, .row-inner ul:last-child, .row-inner ol:last-child {
  margin-bottom: 0;
}

/* MODULES */
/*
   BUTTONS
   ========================================================================== */
.button {
  display: inline-block;
  padding: 0.5em 1.5em;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.2s all ease;
}
/*
   CONTENT
   ========================================================================== */
main, footer {
  position: relative;
  z-index: 5;
  padding: 0 2rem;
  overflow: hidden;
}

.image-content {
  margin: 0 auto 4rem auto;
}
.image-content img {
  margin: 0;
  display: block;
  box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.3);
}

.image-left {
  margin-left: 0px;
  padding: 0;
  position: relative;
}
@media (min-width: 760px) {
  .image-left {
    padding: 0 8rem 0 0;
    float: left;
    max-width: 480px;
  }
  .image-left img {
    transform: rotate(-1deg);
    border-radius: 5px;
  }
}
@media (min-width: 1120px) {
  .image-left {
    margin-left: -100px;
  }
  .image-left:before {
    content: "";
    display: block;
    width: 83px;
    height: 113px;
    background: url(../img/pop.svg) no-repeat;
    position: absolute;
    bottom: -70px;
    left: -70px;
    transform: rotate(180deg);
  }
  .image-left + .text {
    margin-right: -120px;
  }
  .image-left + .text + .bigLink {
    margin-right: -120px;
  }
}

.image-right {
  margin-right: 0px;
  padding: 0;
  position: relative;
}
@media (min-width: 760px) {
  .image-right {
    padding: 0 0 0 8rem;
    float: right;
    max-width: 480px;
  }
  .image-right img {
    border-radius: 5px;
    transform: rotate(1deg);
  }
}
@media (min-width: 1120px) {
  .image-right {
    margin-right: -100px;
  }
  .image-right:before {
    content: "";
    display: block;
    width: 83px;
    height: 113px;
    background: url(../img/pop.svg) no-repeat;
    position: absolute;
    top: -70px;
    right: -70px;
    overflow: hidden;
  }
  .image-right + .text {
    margin-left: -120px;
  }
  .image-right + .text + .bigLink {
    margin-left: -120px;
  }
}

.image-center {
  padding: 2vw 0 0 0;
  margin: 0 auto;
  display: block;
  max-width: 640px;
}

.image-full {
  margin: 6rem 0;
  position: relative;
}
.image-full img {
  transform: translateZ(0) rotate(1deg);
  border-radius: 5px;
}
@media (min-width: 1120px) {
  .image-full {
    margin-left: -100px;
    margin-right: -100px;
  }
  .image-full:before {
    content: "";
    display: block;
    width: 83px;
    height: 113px;
    background: url(../img/pop.svg) no-repeat;
    position: absolute;
    bottom: -20px;
    left: -70px;
    transform: rotate(180deg);
  }
  .image-full:after {
    content: "";
    display: block;
    width: 83px;
    height: 113px;
    background: url(../img/pop.svg) no-repeat;
    position: absolute;
    top: -70px;
    right: -70px;
    overflow: hidden;
  }
}

figure figcaption {
  font-size: 2rem;
  color: #9C9191;
  display: block;
  margin-top: 2rem;
  text-align: center;
}

.page-title {
  margin-top: 0;
}

#content {
  font-weight: 300;
  position: relative;
  z-index: 200;
  width: 100%;
}

article {
  margin: 0 auto;
  max-width: 860px;
}
@media (max-width: 1280px) {
  article {
    max-width: 720px;
  }
}

.text {
  margin: 0 auto 4rem auto;
}
.text h1, .text h2 {
  clear: both;
  max-width: 520px;
  margin: 4rem auto;
}
@media (min-width: 1280px) {
  .text h1, .text h2 {
    margin: 6rem auto;
  }
}
.text ul {
  font-size: 2rem;
}
@media (min-width: 480px) {
  .text ul {
    column-count: 2;
    column-gap: 4rem;
  }
}

.bigLink {
  font-family: gooddog-new, sans-serif;
  color: #C51D23;
  text-decoration: none;
  font-size: 4rem;
  transform: rotate(-2deg);
  display: inline-block;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 2rem 0;
}
@media (max-width: 760px) {
  .bigLink {
    font-size: 3rem;
  }
}
.bigLink:after {
  content: ">";
  opacity: 0.5;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
.bigLink:before {
  content: "";
  background: url(../img/line.svg) bottom center no-repeat;
  width: 8px 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
}
.bigLink:hover {
  color: #e1343a;
}
.bigLink:hover:after {
  animation-name: wiggle;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
}
.bigLink + .text {
  clear: both;
}
.contact-details .bigLink {
  font-size: 3rem;
  margin-right: 3rem;
}
.contact-details .bigLink strong {
  margin: 0 2rem 0 0;
  opacity: 0.5;
}
.contact-details .bigLink:before {
  left: 9rem;
  background-position: left bottom;
}
@media (max-width: 760px) {
  .contact-details .bigLink {
    font-size: 2rem;
  }
  .contact-details .bigLink strong {
    margin-right: 1rem;
  }
  .contact-details .bigLink:before {
    display: none;
  }
}

@keyframes wiggle {
  0% {
    transform: translate(0px, 0);
  }
  50% {
    transform: translate(10px, 0);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.block {
  position: relative;
  margin: 8rem 0 10rem 0;
  perspective: 500;
}
@media (min-width: 1280px) {
  .block {
    margin: 8rem -12rem 10rem -12rem;
  }
}
.block .block-bg {
  content: "";
  position: absolute;
  background: white;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  transform: rotateZ(1deg) rotateX(-2deg) translateZ(-10px);
  transform-style: flat;
  box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.3);
  z-index: 40;
}
@media (max-width: 760px) {
  .block .block-bg {
    left: -10px;
    right: -10px;
    width: auto;
  }
}
.block .block-bg .block-image {
  position: absolute;
  left: 60%;
  top: -2rem;
  bottom: 0;
  width: auto;
  height: 110%;
  transform: translateZ(0);
}
@media (max-width: 760px) {
  .block .block-bg .block-image {
    display: none;
  }
}
.block .block-inside {
  position: relative;
  z-index: 50;
  padding: 8rem;
  width: 60%;
}
@media (max-width: 960px) {
  .block .block-inside {
    padding: 4rem;
  }
}
@media (max-width: 760px) {
  .block .block-inside {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.block .block-inside h2 {
  margin: 0 0 3rem 0;
}
.block .block-inside p:last-child {
  margin: 0;
}
.block:before {
  content: "";
  display: block;
  width: 83px;
  height: 113px;
  background: url(../img/pop.svg) no-repeat;
  position: absolute;
  top: -70px;
  right: -70px;
  overflow: hidden;
}
.block:after {
  content: "";
  display: block;
  width: 83px;
  height: 113px;
  background: url(../img/pop.svg) no-repeat;
  position: absolute;
  bottom: -70px;
  left: -70px;
  transform: rotate(180deg);
}

.locations {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
  margin-bottom: 6rem;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .locations {
    display: block;
  }
}
.locations .location {
  text-decoration: none;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.2);
  max-width: 270px;
  margin: 3rem 1.5rem;
  border-radius: 5px;
  transition: 200ms ease all;
  width: 25%;
}
@media (max-width: 920px) {
  .locations .location {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .locations .location {
    display: block;
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}
.locations .location p {
  line-height: 1.2;
  padding: 1rem 2rem 2rem 2rem;
  margin: 0;
  font-size: 1.8rem;
}
.locations .location .location-title {
  font-size: 2.6rem;
  font-weight: 600;
  padding: 2rem 2rem 0 2rem;
}
.locations a.location:hover {
  transform: scale(1.1);
}

.out {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
}

.in {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 100ms;
}

.contact-details {
  text-align: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
#icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
#icons .icon {
  position: absolute;
  width: 300px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#icons .icon.icon-out {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
}
#icons .icon.icon-in {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
  animation-name: bounceIn;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
  animation-delay: 400ms;
}
@media (max-width: 980px) {
  #icons {
    display: none;
  }
}
#icons #icons-wrapper {
  max-width: 860px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1280px) {
  #icons #icons-wrapper {
    max-width: 720px;
  }
}

#icons .icon-1 {
  top: 10rem;
  left: 100%;
  background-image: url(../icons/radish.svg);
}
#icons .icon-2 {
  top: 15%;
  right: 100%;
  background-image: url(../icons/cucumber.svg);
}
#icons .icon-3 {
  top: 40%;
  left: 100%;
  background-image: url(../icons/pumpkin.svg);
}
#icons .icon-4 {
  top: 60%;
  right: 100%;
  background-image: url(../icons/sweetPotato.svg);
}
#icons .icon-5 {
  top: 80%;
  left: 100%;
  background-image: url(../icons/grapes.svg);
}

.homepage #icons .icon-1 {
  top: -2rem;
  left: 100%;
  background-image: url(../icons/corn.svg);
  background-size: auto;
}
.homepage #icons .icon-2 {
  top: 10%;
  right: 100%;
  background-image: url(../icons/bread.svg);
  background-size: auto;
  animation-delay: 500ms;
}
.homepage #icons .icon-3 {
  top: 20%;
  left: 100%;
  background-image: url(../icons/mushrooms.svg);
  background-size: auto;
}
.homepage #icons .icon-6 {
  top: 40%;
  right: 100%;
  background-image: url(../icons/kale.svg);
}
.homepage #icons .icon-4 {
  top: 70%;
  right: 100%;
  background-image: url(../icons/onion.svg);
  background-size: 80% auto;
}
.homepage #icons .icon-5 {
  top: 80%;
  left: 100%;
  background-image: url(../icons/broccoli.svg);
  background-size: auto;
}

.get-involved #icons .icon-1 {
  top: 14rem;
  left: 100%;
  background-image: url(../icons/capsicum.svg);
  background-size: 160px auto;
}
.get-involved #icons .icon-2 {
  top: 15%;
  right: 100%;
  background-image: url(../icons/garlic.svg);
}
.get-involved #icons .icon-3 {
  top: 40%;
  left: 100%;
  background-image: url(../icons/lettuce.svg);
  background-size: 200px auto;
}
.get-involved #icons .icon-4 {
  top: 60%;
  right: 100%;
  background-image: url(../icons/loaf.svg);
}
.get-involved #icons .icon-5 {
  top: 80%;
  left: 100%;
  background-image: url(../icons/orange.svg);
  background-size: 190px auto;
}

/*
   FOOTER
   ========================================================================== */
footer {
  clear: both;
  background: #3F3542;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  padding: 4rem 2rem;
  margin-top: 4rem;
  font-weight: 300;
}
@media (max-width: 760px) {
  footer {
    font-size: 1.5rem;
  }
}
footer .footer-section {
  display: inline-block;
  margin: 0 2rem;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 760px) {
  footer .footer-section {
    text-align: center;
    margin-bottom: 2rem;
  }
}
footer .footer-section p {
  margin: 0;
}
footer .footer-section a {
  text-decoration: none;
  transition: 200ms ease all;
}
footer .footer-section a:hover {
  color: white;
  opacity: 0.7;
}
footer .bigLink {
  color: white;
  margin: 0 0 2rem 2rem;
}
footer .bigLink:before {
  background-image: url(../img/line-white.svg);
}
footer .bigLink:hover {
  color: white;
  opacity: 0.7;
}
footer .copy a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/*
   FORMS
   ========================================================================== */
.contactForm {
  margin: 40px 20px;
}
.contactForm p {
  text-align: center;
}
.contactForm .form-field {
  display: flex;
  flex-wrap: wrap;
}
.contactForm .form-field label {
  width: 20%;
  text-align: right;
  margin: 0;
  padding: 1rem 2rem 0 0;
}
.contactForm .form-field input, .contactForm .form-field textarea {
  width: 80%;
}
.contactForm .errors {
  width: 100%;
  display: block;
  margin: 1rem 0 2rem 0;
  padding: 0;
  list-style: none;
  text-align: right;
  color: #C51D23;
}
@media (max-width: 760px) {
  .contactForm .form-field {
    display: block;
  }
  .contactForm .form-field label {
    width: 100%;
    margin: 0 0 1rem 0;
    text-align: left;
    font-weight: bold;
  }
  .contactForm .form-field input, .contactForm .form-field textarea {
    width: 100%;
  }
}

textarea,
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password] {
  width: 100%;
  padding: 15px 13px;
  color: #3F3542;
  font-family: sofia-pro-condensed, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.8rem;
  appearance: none;
  border: 1px solid #cac0c4;
  border-radius: 0;
  transition: 0.2s ease all;
  box-shadow: none;
}
textarea::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder {
  color: #a797ac;
}

input[type=submit] {
  border: none;
  padding: 1rem 2rem;
  color: #fff;
  background-color: #3F3542;
  transition: all 0.2s ease;
  margin: 0 0 0 auto;
  display: block;
}
input[type=submit]:hover {
  background-color: #a1181d;
}

textarea {
  min-height: 65px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border-color: #30282c;
  outline: 0;
}

textarea:focus,
select:focus {
  border-color: #30282c;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
}

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

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
}

input[type=text], input[type=email] {
  width: 100%;
}

select {
  padding: 10px;
}

input[type=submit] {
  background-color: #3F3542;
}
input[type=submit]:hover {
  background-color: #29232b;
}

label.required:after {
  content: "*";
  display: inline-block;
  margin-left: 2px;
}

/*
   HEADER
   ========================================================================== */
header {
  position: relative;
  z-index: 300;
  text-align: center;
  display: block;
}
header .mw {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 760px) {
  header {
    padding: 0 4rem;
  }
  header .mw {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    justify-content: space-between;
  }
}

.logo {
  font-size: 4rem;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 260px;
  margin: 4rem auto;
}
.homepage .logo {
  max-width: 520px;
  display: block;
  margin: 4rem auto;
}
@media (max-width: 760px) {
  .logo {
    display: inline-block;
  }
}

.nav-handle {
  text-align: right;
}
.nav-handle span {
  display: inline-block;
  background: #67575E;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 760px) {
  .nav-handle {
    display: none;
  }
}
.nav-handle.active span {
  border-radius: 5px 5px 0 0;
}

.toggleChild {
  position: absolute;
  top: 0;
  right: 0;
  height: 39px;
  display: block;
  width: 40px;
  background: #fafafa;
  z-index: 60;
  border-left: 1px solid #67575E;
}
.toggleChild:before {
  content: "+";
  left: 0;
  opacity: 0.7;
  position: absolute;
  font-size: 3rem;
  line-height: 40px;
  text-align: center;
  width: 100%;
  transition: 100ms ease all;
}
.active .toggleChild:before {
  transform: rotate(45deg);
}
@media (min-width: 760px) {
  .toggleChild {
    border-left: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    width: 100%;
    height: 100%;
    z-index: 180;
    cursor: pointer;
  }
  .toggleChild:before {
    display: none;
  }
}

.nav {
  overflow: hidden;
  margin: 0;
  left: 4rem;
  right: 4rem;
  top: 126px;
  background: #fff;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 100;
  height: 0;
  transform: translateZ(0);
}
@media (max-width: 759px) {
  .nav {
    transition: 100ms ease height;
  }
}
.homepage .nav {
  display: block;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.nav li {
  display: block;
  margin: 0;
  position: relative;
}
.nav li.social {
  display: inline-block;
  vertical-align: middle;
}
.nav li.social a {
  padding: 0;
  display: inline-block;
  border-bottom: none;
  height: auto;
}
.nav li.donate {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}
.nav li.donate a {
  display: inline-block;
  border-bottom: none;
}
.nav a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  border-bottom: 1px solid #D4D0CA;
  text-decoration: none;
}
.nav a.bigLink {
  color: #67575E;
  padding: 0;
}
.nav a.bigLink:before {
  background-image: url(../img/line-brown.svg);
}
.nav a.bigLink:hover {
  color: #75636b;
}
.nav > li:last-child > a {
  border-bottom: 0;
}
.nav > ul {
  bottom: 0;
  z-index: 100;
}
.nav > ul > li {
  overflow: hidden;
  transition: 100ms ease height;
}
.nav > ul > li > a {
  background: #fff;
  position: relative;
  z-index: 50;
}
.nav > ul > li > ul {
  position: absolute;
  z-index: 40;
  bottom: 0;
}
@media (min-width: 760px) {
  .nav {
    height: auto !important;
    overflow: visible;
    width: auto;
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    border: none;
    background: none;
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
  }
  .homepage .nav {
    margin: 0;
  }
  .nav a {
    border-bottom: 0;
    transition: 100ms ease all;
  }
  .nav a:hover {
    color: #C51D23;
    opacity: 0.7;
  }
  .nav > ul {
    position: relative !important;
  }
  .nav > ul > li {
    display: inline-block;
    overflow: visible;
    height: auto !important;
    vertical-align: middle;
  }
  .nav > ul > li.social, .nav > ul > li.donate {
    margin-left: 3rem;
  }
  .nav > ul > li.s_here a {
    color: #C51D23;
  }
  .nav > ul > li > a {
    background: none;
  }
  .nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    height: auto;
  }
  .nav > ul > li:hover > ul, .nav > ul > li.touch-active > ul {
    display: block;
  }
}
@media (min-width: 960px) {
  .nav {
    margin: 0 0 0 6rem;
  }
}

.homepage #content {
  max-width: 100%;
}

.intro {
  text-align: center;
}
.intro h1 {
  margin: 10rem auto 6rem auto;
}
@media (max-width: 1020px) {
  .intro h1 {
    font-size: 6rem;
  }
}
@media (max-width: 760px) {
  .intro h1 {
    margin: 4rem auto;
    font-size: 3.6rem;
  }
}
.intro h1 span {
  display: block;
}
.intro h1 span:nth-child(1) {
  color: #67575E;
}
.intro p {
  max-width: 600px;
  margin: 4rem auto;
}

.statement {
  max-width: 1100px;
  width: 100%;
  margin: 7rem auto 2rem auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (max-width: 760px) {
  .statement {
    display: block;
    margin: 4rem 0;
  }
}
.statement .text {
  padding: 4rem;
  font-family: gooddog-new, sans-serif;
  transform: rotate(-2deg);
  line-height: 1.1;
  font-size: 3.8rem;
}
@media (max-width: 960px) {
  .statement .text {
    font-size: 3.4rem;
    padding: 0 3rem;
  }
}
@media (max-width: 760px) {
  .statement .text {
    padding: 0;
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
.statement .vid {
  max-width: 920px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 10rem auto;
  transform: rotate(0.5deg);
}
.statement .image img {
  transform: translateZ(0) rotate(2deg);
  border-radius: 5px;
  box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1280px) {
  .statement:before {
    content: "";
    display: block;
    width: 199px;
    height: 516px;
    background: url(../img/pop-full2.svg) no-repeat;
    position: absolute;
    top: -90px;
    right: -140px;
    overflow: hidden;
  }
  .statement:after {
    content: "";
    display: block;
    width: 214px;
    height: 419px;
    background: url(../img/pop-full.svg) no-repeat;
    position: absolute;
    top: 20px;
    left: -150px;
  }
}

.home-locations {
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 760px) {
  .home-locations {
    margin-bottom: 5rem;
  }
}
.home-locations .text {
  max-width: 640px;
  margin: 4rem auto;
}

.blocks {
  max-width: 1020px;
  margin: 6rem auto 20rem auto;
  position: relative;
}
@media (max-width: 760px) {
  .blocks {
    margin: 4rem auto;
  }
}
@media (min-width: 1280px) {
  .blocks:before {
    content: "";
    display: block;
    width: 83px;
    height: 113px;
    background: url(../img/pop.svg) no-repeat;
    position: absolute;
    top: -70px;
    right: -50px;
    overflow: hidden;
    transform: scale(2);
  }
  .blocks:after {
    content: "";
    display: block;
    width: 83px;
    height: 113px;
    background: url(../img/pop.svg) no-repeat;
    position: absolute;
    bottom: -70px;
    left: -40px;
    transform: rotate(180deg) scale(2);
  }
}
.blocks .block {
  margin: 0 0 -10px 0;
}
.blocks .block:before, .blocks .block:after {
  display: none;
}
.blocks .block.block-dark {
  color: white;
  text-align: center;
}
.blocks .block.block-dark h1, .blocks .block.block-dark h2, .blocks .block.block-dark h3 {
  color: white;
}
.blocks .block.block-dark .block-bg {
  background: #302828;
  transform: rotateZ(-1deg) rotateX(1deg) rotateY(-2deg) translate3d(-20px, 0, -20px);
}
.blocks .block.block-dark .block-bg .block-image {
  left: auto;
  right: 60%;
}
@media (max-width: 760px) {
  .blocks .block.block-dark .block-bg {
    transform: rotateZ(-1deg) rotateX(1deg) rotateY(-2deg) translate3d(0px, 0, -20px);
  }
}
.blocks .block.block-dark .block-inside {
  margin: 0 0 0 auto;
}
.blocks .block.block-light .block-bg {
  transform: rotateZ(1deg) rotateX(-1deg) rotateY(-3deg) translate3d(0px, 0, -15px);
}
.blocks .block.block-light .block-bg .block-image {
  top: 0rem;
  height: 105%;
  left: auto;
  right: 0rem;
}
@media (max-width: 960px) {
  .blocks .block.block-light .block-bg .block-image {
    right: auto;
    left: 520px;
  }
}
.blocks .block.block-light .block-inside {
  padding: 8rem 4rem 8rem 10rem;
  width: 70%;
}
.blocks .block.block-light .block-inside p {
  width: 460px;
}
.blocks .block.block-light .block-inside h2 {
  text-align: left;
}
@media (max-width: 960px) {
  .blocks .block.block-light .block-inside {
    padding: 6rem;
  }
}
@media (max-width: 760px) {
  .blocks .block.block-light .block-inside {
    width: 100%;
    padding: 4rem 2rem;
  }
  .blocks .block.block-light .block-inside p {
    width: auto;
  }
}
.blocks .block:nth-child(1) {
  z-index: 60;
}

/* VENDOR */
