.footer-block__inner,
.footer__inner,
.secondary-footer,
.content-cards,
.angled-hero__content,
.event-overview--no-featured .event-overview__list-container,
.icon-blocks__header,
.icon-blocks,
.featured-products__header,
.featured-content__header {
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1200px) {
  .footer-block__inner,
  .footer__inner,
  .secondary-footer,
  .content-cards,
  .angled-hero__content,
  .event-overview--no-featured .event-overview__list-container,
  .icon-blocks__header,
  .icon-blocks,
  .featured-products__header,
  .featured-content__header {
    width: calc(100% - 80px);
  }
}
.footer__inner,
.icon-blocks__header,
.icon-blocks {
  max-width: 1080px;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue.eot");
  src: url("../fonts/HelveticaNeue.eot#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeue.woff") format('woff2'), url("../fonts/HelveticaNeue.woff") format('woff'), url("../fonts/HelveticaNeue.ttf") format('truetype'), url("../fonts/HelveticaNeue.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-CondensedBold.eot");
  src: url("../fonts/HelveticaNeue-CondensedBold.eot#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeue-CondensedBold.woff") format('woff2'), url("../fonts/HelveticaNeue-CondensedBold.woff") format('woff'), url("../fonts/HelveticaNeue-CondensedBold.ttf") format('truetype'), url("../fonts/HelveticaNeue-CondensedBold.svg") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ITC Franklin Gothic';
  src: url("../fonts/FranklinGothic-BookCmpr.eot");
  src: url("../fonts/FranklinGothic-BookCmpr.eot#iefix") format('embedded-opentype'), url("../fonts/FranklinGothic-BookCmpr.woff") format('woff2'), url("../fonts/FranklinGothic-BookCmpr.woff") format('woff'), url("../fonts/FranklinGothic-BookCmpr.ttf") format('truetype'), url("../fonts/FranklinGothic-BookCmpr.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.h1 {
  font-size: 3rem;
}
.h2 {
  font-size: 2.4rem;
}
.h3 {
  font-size: 2.05rem;
}
.h4 {
  font-size: 1.65rem;
}
.h5 {
  font-size: 1.3rem;
}
.h6 {
  font-size: 1rem;
}
html,
body {
  color: #1a1a1a;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  html,
  body {
    font-size: 20px;
  }
}
html.locked,
body.locked {
  overflow: hidden;
}
.button,
button,
input[type="submit"] {
  font-family: 'ITC Franklin Gothic', 'Helvetica Neue', 'Helvetica', sans-serif;
}
.button--plain {
  padding: 0;
  color: #1a1a1a;
  background-color: transparent;
}
.button--green,
.button--white {
  padding: 10px 20px 8px;
  text-transform: uppercase;
  border: 2px solid;
  -webkit-box-shadow: 1px 1px 6px rgba(26,26,26,0.2);
          box-shadow: 1px 1px 6px rgba(26,26,26,0.2);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button--green {
  background-color: #01a250;
  border-color: #01a250;
}
.button--green:hover,
.button--green:active,
.button--green:focus {
  color: #01a250;
  background-color: #fff;
}
.button--green:visited {
  background-color: #01a250;
}
.button--white {
  color: #01a250;
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button--white:hover,
.button--white:active,
.button--white:focus {
  color: #fff;
  background-color: #01a250;
}
.button--white:visited {
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
figure,
img,
video {
  height: auto;
  max-width: 100%;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
ul.plain-list,
ol.plain-list {
  padding: 0;
}
body {
  margin: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
*:focus:not(:focus-visible),
*:before:focus:not(:focus-visible),
*:after:focus:not(:focus-visible) {
  outline: none;
}
main:focus {
  outline: 0;
}
.screen-reader-only,
#skipnav {
  overflow: hidden;
  position: absolute;
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
#skipnav:focus {
  left: 0;
  top: 0;
  height: auto;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  color: #f00;
  font-weight: bold;
  text-align: center;
  background: GhostWhite;
  border: 2px solid #f00;
  border-left: none;
  border-right: none;
  clip: auto;
}
.plain-list {
  padding-left: 0;
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
}
@media screen and (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    -webkit-animation: none !important;
            animation: none !important;
    scroll-behavior: auto !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
.navicon {
  position: relative;
  height: 39px;
  padding: 0;
  width: 34px;
}
.navicon:hover .navicon__lines,
.navicon:active .navicon__lines,
.navicon:focus .navicon__lines {
  opacity: 1;
}
.navicon:hover .navicon__lines:before,
.navicon:active .navicon__lines:before,
.navicon:focus .navicon__lines:before {
  top: -12px;
}
.navicon:hover .navicon__lines:after,
.navicon:active .navicon__lines:after,
.navicon:focus .navicon__lines:after {
  bottom: -12px;
}
.navicon.navicon--open .navicon__lines {
  background-color: transparent;
}
.navicon.navicon--open .navicon__lines:before,
.navicon.navicon--open .navicon__lines:after {
  left: 10%;
  width: 80%;
}
.navicon.navicon--open .navicon__lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navicon.navicon--open .navicon__lines:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navicon.navicon--open .navicon__lines:hover,
.navicon.navicon--open .navicon__lines:active,
.navicon.navicon--open .navicon__lines:focus {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.navicon__lines {
  display: block;
  position: absolute;
  top: 17px;
  height: 4px;
  width: 100%;
  background-color: #1a1a1a;
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.navicon__lines:before,
.navicon__lines:after {
  left: 0;
  position: absolute;
  right: 0;
  height: 4px;
  width: 100%;
  content: '';
  background-color: #1a1a1a;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.navicon__lines:before {
  top: -10px;
}
.navicon__lines:after {
  bottom: -10px;
}
.two-tone-text {
  color: #1a1a1a;
  font-family: 'ITC Franklin Gothic', 'Helvetica Neue', 'Helvetica', sans-serif;
  letter-spacing: 0.06em;
}
.two-tone-text strong {
  position: relative;
  top: 0.015em;
  color: #01a250;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.97em;
  font-weight: bold;
}
.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 320px;
  color: #1a1a1a;
  -webkit-box-shadow: 1px 10px 12px rgba(26,26,26,0.2);
          box-shadow: 1px 10px 12px rgba(26,26,26,0.2);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.post-card * {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.post-card:visited {
  color: #1a1a1a;
}
.post-card:hover,
.post-card:active,
.post-card:focus {
  color: #1a1a1a;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-card:hover .post-card__content-inner,
.post-card:active .post-card__content-inner,
.post-card:focus .post-card__content-inner {
  border-color: #01a250;
}
.post-card:hover .post-card__link-holder span,
.post-card:active .post-card__link-holder span,
.post-card:focus .post-card__link-holder span {
  color: #01a250;
}
.post-card__image {
  padding-top: 66.67%;
  width: 100%;
  background-color: #dff0e2;
  background-position: center;
  background-size: cover;
}
.post-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -32px;
  padding: 16px;
  background-color: rgba(255,255,255,0.9);
}
.post-card__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 16px;
  border: 3px solid #1a1a1a;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.post-card__title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.17;
}
.post-card__excerpt {
  margin: 0 0 auto;
  font-size: 0.75rem;
}
.post-card__meta {
  margin: 0 0 8px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}
.post-card__link-holder {
  margin: 8px 0 0;
  line-height: 1.17;
  text-align: center;
  -webkit-transform: translateY(28px);
      -ms-transform: translateY(28px);
          transform: translateY(28px);
}
.post-card__link-holder span {
  display: inline-block;
  padding: 0 8px;
  font-family: 'ITC Franklin Gothic', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.post-card__link-holder span strong {
  display: block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.9em;
}
.post-card--simple-product .post-card__image {
  padding-top: 100%;
}
.post-card--simple-product .post-card__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
  border: 0;
}
.post-card--simple-product .post-card__title {
  margin-bottom: 16px;
}
.post-card--simple-product .post-card__bottom-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.post-card--simple-product .post-card__bottom-meta p {
  margin: 0;
}
.post-card--simple-product .post-card__link {
  color: #01a250;
  font-weight: bold;
  text-transform: uppercase;
}
.event-block__headline {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.23;
  text-transform: none;
}
.event-block__headline a {
  color: #1a1a1a;
}
.event-block__date {
  margin: 0 0 8px;
  font-style: italic;
}
.event-block__excerpt {
  margin: 0 0 8px;
}
.event-block__link-holder {
  margin: 0;
}
.event-block__link-holder a {
  color: #1a1a1a;
  border: 1px solid transparent;
  border-bottom-color: #1a1a1a;
}
.event-block__link-holder a:hover,
.event-block__link-holder a:active,
.event-block__link-holder a:focus {
  color: #01a250;
  border-bottom-color: #01a250;
}
.event-block__link-holder a:focus {
  border-color: #01a250;
}
.featured-event__image {
  height: 48.5vw;
  max-height: 715px;
  max-width: 700px;
  width: 77vw;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 600px) {
  .featured-event__image {
    height: 37.5vw;
    width: 37vw;
  }
}
.featured-event__content-container {
  margin: 0 20px;
  max-width: 660px;
  padding: 32px;
  background-color: #dff0e2;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}
@media screen and (min-width: 600px) {
  .featured-event__content-container {
    margin-left: 40px;
    width: calc(50vw - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .featured-event__content-container {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.featured-event__content-container-inner {
  padding: 24px;
  border: 3px solid #1a1a1a;
}
.featured-event__headline-label {
  display: block;
  margin-bottom: 8px;
  font-family: 'ITC Franklin Gothic', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.featured-event__headline {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.featured-event__headline a {
  color: #1a1a1a;
}
.featured-event__headline a:hover {
  color: #1a1a1a;
}
.featured-event__headline a:focus {
  color: #01a250;
  text-decoration: underline;
}
.featured-event__date {
  margin: 0;
  font-style: italic;
}
.featured-event__excerpt {
  margin-top: 16px;
}
.featured-event__link-holder {
  margin-bottom: 0;
}
.scroll-revealer--fade-up {
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
}
.search-form {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media screen and (min-width: 1100px) {
  .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-form input {
  height: 46px;
}
.search-form input.search-field {
  padding: 0 15px;
  margin-right: 10px;
  font-family: 'ITC Franklin Gothic', 'Helvetica Neue', 'Helvetica', sans-serif;
  border: 0;
}
.search-form input[type="submit"] {
  text-transform: uppercase;
  background-color: #01a250;
}
.header .search-form {
  position: absolute;
  top: 90px;
  right: 0;
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
  -webkit-transform: translateX(calc(100% + 20px));
      -ms-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
}
.block {
  padding: 32px 0;
}
.block--white {
  background-color: #fff;
}
.block--green {
  background-color: #dff0e2;
}
.block--grey {
  background-color: #f5f5f5;
}
.footer-blocks {
  margin-top: 32px;
}
@media screen and (min-width: 600px) {
  .footer-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .footer-block {
    width: 50%;
  }
}
.footer-block .gform_wrapper {
  margin: 0;
}
.footer-block .gform_wrapper li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding-right: 0;
}
.footer-block .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
  width: 100%;
}
.footer-block .gform_wrapper input[type="text"] {
  padding: 12px 15px 10px;
  width: 100%;
  color: #1a1a1a;
  border: 3px solid #1a1a1a;
}
.footer-block .gform_wrapper input[type="text"]:focus {
  border-color: #01a250;
  outline: 0;
}
.footer-block .gform_wrapper input[type="submit"] {
  margin: 0 auto;
  padding: 12px 10px 9px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #01a250;
  border: 2px solid #01a250;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-block .gform_wrapper input[type="submit"]:hover,
.footer-block .gform_wrapper input[type="submit"]:active,
.footer-block .gform_wrapper input[type="submit"]:focus {
  background-color: #fff;
  color: #01a250;
}
.footer-block .gform_wrapper label {
  display: inline-block;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
  background: -o-linear-gradient(top, transparent 0, transparent 50%, #fff 50%, #fff 100%);
  background: linear-gradient(to bottom, transparent 0, transparent 50%, #fff 50%, #fff 100%);
  -webkit-transform: translateY(48%);
      -ms-transform: translateY(48%);
          transform: translateY(48%);
}
.footer-block .gform_wrapper label span {
  display: none;
}
.footer-block .gform_wrapper .gform_footer {
  margin: 32px 0 0;
  padding: 0;
  text-align: center;
}
.footer-block--green {
  background-color: #dff0e2;
}
.footer-block__inner {
  padding: 50px 0;
}
@media screen and (min-width: 600px) {
  .footer-block__inner {
    margin: 0;
    max-width: 580px;
    padding: 50px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .footer-block__inner {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-block__inner {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 600px) {
  .footer-block--left .footer-block__inner {
    margin-left: auto;
  }
}
.footer-block__headline {
  margin: 0;
}
.footer-block__content {
  margin: 0 0 22px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.footer-block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  text-align: center;
}
.footer-block__links img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.footer-block__links a:hover img,
.footer-block__links a:active img,
.footer-block__links a:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.footer {
  padding: 50px 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 600px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__inner > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__menu-container {
  margin: 32px 0 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .footer__menu-container {
    margin-top: 0;
    text-align: left;
  }
}
.footer__menu-label {
  margin: 0 0 30px;
  font-family: 'ITC Franklin Gothic', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
.footer__menu {
  margin: 0;
  padding: 0;
}
.footer__menu li {
  margin-bottom: 0;
}
.footer__menu a {
  color: #1a1a1a;
  font-size: 0.85rem;
  line-height: 2.64;
  letter-spacing: 0.06em;
}
.footer__menu a:hover,
.footer__menu a:active,
.footer__menu a:focus {
  color: #01a250;
}
.footer__menu a:focus {
  text-decoration: underline;
  outline: 0;
}
.footer__info {
  text-align: center;
}
.footer__logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 133px;
}
.footer__address,
.footer__phone {
  margin: 16px 0;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}
.footer__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.footer__social li {
  margin-right: 16px;
}
.footer__social li:last-child {
  margin-right: 0;
}
.footer__social li a {
  display: inline-block;
  max-height: 26px;
}
.footer__social li a:active img,
.footer__social li a:focus img,
.footer__social li a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.footer__social li img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.footer__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  padding-top: 32px;
  width: 100%;
  border-top: 2px solid #1a1a1a;
}
@media screen and (min-width: 600px) {
  .footer__partners {
    margin-top: 64px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 900px) {
  .footer__partners {
    margin-top: 0;
    padding-left: 64px;
    padding-top: 0;
    width: auto;
    border-left: 2px solid #1a1a1a;
    border-top: 0;
  }
}
.footer__partners-headline {
  margin: 0 0 16px;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .footer__partners-headline {
    text-align: left;
  }
}
.footer__partners-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .footer__partners-links {
    display: block;
  }
}
.footer__partners-links li {
  margin-bottom: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 900px) {
  .footer__partners-links li {
    margin-right: 0;
  }
}
.footer__partners-links li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.footer__partners-links img,
.footer__partners-links a {
  display: block;
}
.footer__partners-links img {
  height: auto;
  max-width: 100px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 425px) {
  .footer__partners-links img {
    max-width: auto;
  }
}
.footer__partners-links a:hover img,
.footer__partners-links a:active img,
.footer__partners-links a:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.secondary-footer {
  padding: 32px 0;
}
.secondary-footer__content {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.secondary-footer__content a {
  color: #1a1a1a;
  text-decoration: underline;
}
.secondary-footer__content a:hover,
.secondary-footer__content a:active,
.secondary-footer__content a:focus {
  color: #01a250;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 20px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .header {
    padding: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header.header--fixed {
  background-color: rgba(255,255,255,0.95);
}
.header.header--fixed .logo--full {
  display: none !important;
}
.header.header--fixed .logo--cropped {
  display: block;
}
.header.header--fixed .header__logo-link {
  height: 48px;
}
.header.header--fixed nav ul {
  margin-bottom: 0;
}
.header button,
.header a {
  font-family: 'ITC Franklin Gothic', 'Helvetica Neue', 'Helvetica', sans-serif;
  text-transform: uppercase;
}
.header button:hover,
.header a:hover,
.header button:active,
.header a:active,
.header button:focus,
.header a:focus {
  color: #01a250 !important;
  background-color: transparent;
}
.header button:hover .header__menu-dropdown-toggle path,
.header a:hover .header__menu-dropdown-toggle path,
.header button:active .header__menu-dropdown-toggle path,
.header a:active .header__menu-dropdown-toggle path,
.header button:focus .header__menu-dropdown-toggle path,
.header a:focus .header__menu-dropdown-toggle path {
  fill: #01a250;
  -webkit-transition: fill 0.1s ease-in-out;
  -o-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
}
.header.header--light button,
.header.header--light a {
  color: #fff;
}
.header.header--light .header__menu-dropdown-toggle path,
.header.header--light .search-toggle path {
  fill: #fff;
}
.header.header--light .header__menu-dropdown a {
  color: #1a1a1a;
}
.header.header--light .header__menu-dropdown a:active,
.header.header--light .header__menu-dropdown a:focus,
.header.header--light .header__menu-dropdown a:hover {
  color: #01a250;
}
.header.header--light .navicon__lines {
  background-color: #fff;
}
.header.header--light .navicon__lines:before,
.header.header--light .navicon__lines:after {
  background-color: #fff;
}
.header.header--dark button,
.header.header--fixed button,
.header.header--light.header--fixed button,
.header.header--dark a,
.header.header--fixed a,
.header.header--light.header--fixed a {
  color: #1a1a1a;
}
.header.header--dark .button a,
.header.header--fixed .button a,
.header.header--light.header--fixed .button a {
  color: #fff;
}
.header.header--dark .header__menu-dropdown-toggle path,
.header.header--fixed .header__menu-dropdown-toggle path,
.header.header--light.header--fixed .header__menu-dropdown-toggle path {
  fill: #1a1a1a;
}
.header.header--dark .navicon__lines,
.header.header--fixed .navicon__lines,
.header.header--light.header--fixed .navicon__lines {
  background-color: #1a1a1a;
}
.header.header--dark .navicon__lines:before,
.header.header--fixed .navicon__lines:before,
.header.header--light.header--fixed .navicon__lines:before,
.header.header--dark .navicon__lines:after,
.header.header--fixed .navicon__lines:after,
.header.header--light.header--fixed .navicon__lines:after {
  background-color: #1a1a1a;
}
.header.header--dark .search-toggle svg path,
.header.header--fixed .search-toggle svg path,
.header.header--light.header--fixed .search-toggle svg path {
  fill: #1a1a1a;
}
.header .button {
  padding: 0;
  background-color: transparent;
}
.header .button a {
  display: inline-block;
  padding: 12px 10px 10px;
  color: #fff;
  line-height: 1;
  background-color: #01a250;
  border: 2px solid #01a250;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .button a:hover,
.header .button a:active,
.header .button a:focus {
  color: #01a250;
  background-color: #fff;
}
.header .search-toggle {
  display: none;
  height: 27px;
  margin-top: 7px;
}
@media screen and (min-width: 1100px) {
  .header .search-toggle {
    display: block;
  }
}
.header .search-toggle path {
  fill: #1a1a1a;
}
.header .search-toggle:hover path,
.header .search-toggle:active path,
.header .search-toggle:focus path {
  fill: #01a250;
}
.header__logo-link {
  position: relative;
  z-index: 2;
}
.header__logo-link .logo {
  display: none;
  height: auto;
  max-width: 133px;
}
.header__logo-link .logo.logo--visible {
  display: block;
}
.header__logo-link .logo.logo--cropped {
  max-width: 112px;
}
.header__menu {
  overflow-y: scroll;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  padding: 140px 20px 80px;
  margin-left: auto;
  text-align: center;
  background-color: rgba(255,255,255,0.95);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__menu.header__menu--open {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.header__menu.header__menu--open .header__menu-content {
  opacity: 1;
}
@media screen and (min-width: 1100px) {
  .header__menu {
    display: block;
    overflow-y: visible;
    position: relative;
    height: auto;
    padding: 0;
    text-align: left;
    background-color: transparent;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.header__menu-content {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease 0.3s;
  -o-transition: opacity 0.1s ease 0.3s;
  transition: opacity 0.1s ease 0.3s;
}
@media screen and (min-width: 1100px) {
  .header__menu-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
.header__menu-item {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .header__menu-item {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
ul.header__menu-dropdown {
  display: none;
  margin: 15px 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 1100px) {
  ul.header__menu-dropdown {
    left: 0;
    position: absolute;
    top: 30px;
    margin: 0;
    padding: 15px;
    font-size: 1rem;
    background-color: rgba(255,255,255,0.9);
    border-top: 4px solid #01a250;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }
}
ul.header__menu-dropdown.header__menu-dropdown--open {
  display: block;
}
ul.header__menu-dropdown li {
  margin-bottom: 15px;
}
ul.header__menu-dropdown li:last-child {
  margin-bottom: 0;
}
ul.header__menu-dropdown a {
  display: block;
  color: #1a1a1a;
  line-height: 1;
  white-space: nowrap;
}
ul.header__menu-dropdown a:hover,
ul.header__menu-dropdown a:active,
ul.header__menu-dropdown a:focus {
  color: #01a250;
}
ul.header__menu-dropdown a:focus {
  text-decoration: underline;
}
.header__menu-dropdown-toggle {
  position: relative;
  top: -5px;
  height: auto;
  margin-left: 5px;
  width: 10px;
}
.header__menu-item--has-dropdown {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .header__menu-item--has-dropdown:hover .header__menu-dropdown {
    display: block;
  }
}
.header__navicon {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .header__navicon {
    display: none;
  }
}
.friends-highlights {
  margin-top: 40px;
}
.friends-highlights__headline {
  text-align: center;
}
.content-cards .post-card {
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .content-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-cards .post-card {
    margin: 0 10px 40px;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 900px) {
  .content-cards .post-card {
    width: calc(50% - 80px);
  }
}
.angled-hero {
  position: relative;
  padding-top: 350px;
  padding-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .angled-hero {
    padding-top: 200px;
  }
}
.angled-hero + .block {
  margin-top: 32px;
}
@media screen and (min-width: 1200px) {
  .angled-hero + .block {
    margin-top: 64px;
  }
}
.angled-hero + .block.block--green,
.angled-hero + .block.block--grey {
  margin-top: 0;
}
.angled-hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.angled-hero--color .angled-hero__background {
  background-image: -o-linear-gradient(335deg, #fff 0%, #fff 50%, #dff0e2 50%, #dff0e2 100%);
  background-image: linear-gradient(115deg, #fff 0%, #fff 50%, #dff0e2 50%, #dff0e2 100%);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.angled-hero--color .angled-hero__content-inner {
  max-width: 888px;
}
@media screen and (min-width: 600px) {
  .angled-hero--color .angled-hero__content-inner {
    width: 65%;
  }
}
.angled-hero--photo .angled-hero__background {
  bottom: auto;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .angled-hero--photo .angled-hero__background {
    bottom: 0;
    height: 100%;
  }
}
.angled-hero--photo .angled-hero__background-dark-overlay,
.angled-hero--photo .angled-hero__background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.angled-hero--photo .angled-hero__background-dark-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26,26,26,0.5)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(top, rgba(26,26,26,0.5) 0%, transparent 50%);
  background-image: linear-gradient(to bottom, rgba(26,26,26,0.5) 0%, transparent 50%);
}
.angled-hero--photo .angled-hero__background-overlay {
  display: none;
  background-image: -o-linear-gradient(335deg, transparent 0%, transparent 50%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 100%);
  background-image: linear-gradient(115deg, transparent 0%, transparent 50%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 100%);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 900px) {
  .angled-hero--photo .angled-hero__background-overlay {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .angled-hero--photo .angled-hero__content-inner {
    width: 50%;
  }
}
.angled-hero__content {
  position: relative;
}
.angled-hero__headline-label {
  display: block;
  font-family: 'ITC Franklin Gothic', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}
.angled-hero__overview p {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.angled-hero__buttons .button + .button {
  margin-left: 16px;
}
@media screen and (min-width: 600px) {
  .event-overview--with-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event-overview--with-featured .event-overview__featured-event {
  margin-bottom: 24px;
}
@media screen and (min-width: 600px) {
  .event-overview--with-featured .event-overview__featured-event {
    margin-bottom: 0;
    width: 50%;
  }
}
.event-overview--with-featured .event-overview__list-container {
  margin: 0 20px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 600px) {
  .event-overview--with-featured .event-overview__list-container {
    margin: 0 20px 0 0;
    max-width: 700px;
    padding-left: 24px;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 900px) {
  .event-overview--with-featured .event-overview__list-container {
    padding-left: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .event-overview--with-featured .event-overview__list-container {
    margin-right: 40px;
    padding-left: 96px;
    width: calc(50% - 40px);
  }
}
.event-overview--with-featured .event-overview__headline {
  position: relative;
  margin: 0 0 32px;
  padding-top: 32px;
  font-size: 1.8rem;
}
@media screen and (min-width: 600px) {
  .event-overview--with-featured .event-overview__headline {
    margin: 64px 0;
  }
}
.event-overview--with-featured .event-overview__headline:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 80px;
  content: '';
  background-color: #01a250;
}
.event-overview__list {
  margin: 0;
  padding: 0;
}
.event-overview__list li {
  margin-bottom: 32px;
}
.event-overview--no-featured .event-overview__list-container {
  max-width: 800px;
}
.icon-blocks__header {
  text-align: center;
}
.icon-blocks__overview {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.icon-blocks {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .icon-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.icon-block {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .icon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    width: 30%;
  }
}
.icon-block__icon-holder,
.icon-block__photo {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .icon-block__icon-holder {
    height: 140px;
  }
}
.icon-block__photo {
  padding-top: 66.7%;
}
@media screen and (min-width: 600px) {
  .icon-block__photo {
    height: 250px;
    padding-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .icon-block__photo {
    height: 140px;
  }
}
.icon-block__icon-holder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.icon-block__icon-holder-inner {
  margin-top: auto;
}
.icon-block__photo {
  background-position: center;
  background-size: cover;
}
.icon-block__headline {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.icon-block__link-holder {
  margin-top: auto;
}
.icon-block__link-holder a:not(.button) {
  color: #1a1a1a;
  border: 1px solid transparent;
  border-bottom-color: #1a1a1a;
}
.icon-block__link-holder a:not(.button):hover,
.icon-block__link-holder a:not(.button):active,
.icon-block__link-holder a:not(.button):focus {
  color: #01a250;
  border-bottom-color: #01a250;
}
.icon-block__link-holder:focus {
  border-color: #01a250;
}
@media screen and (min-width: 900px) {
  .double-text-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dt-block {
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .dt-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 40px 40px 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .dt-block {
    padding: 40px;
  }
}
@media screen and (min-width: 900px) {
  .dt-block:last-child {
    padding: 40px 20px 40px 40px;
  }
  .dt-block:last-child .dt-block__inner {
    margin-right: auto;
    margin-left: 0;
  }
}
.dt-block--grey {
  background-color: #f5f5f5;
}
.dt-block--green {
  background-color: #dff0e2;
}
@media screen and (min-width: 900px) {
  .dt-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: auto;
    max-width: 600px;
  }
}
.dt-block--border {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .dt-block--border {
    padding: 20px;
  }
}
.dt-block--border .dt-block__inner {
  padding: 20px;
  border: 3px solid #1a1a1a;
}
.dt-block__buttons {
  margin-top: auto;
  margin-bottom: 0;
}
.dt-block__buttons .button + .button {
  margin-left: 16px;
}
.featured-products__headline {
  margin-bottom: 16px;
  text-align: center;
}
.featured-content__headline {
  margin-bottom: 16px;
  text-align: center;
}
body.search-results #page {
  margin-top: 200px;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */