.row {
  width: 1880px;
  max-width: 100%;
  margin: 0 auto;
  display: flex; }
  @media screen and (max-width: 767px) {
    .row {
      display: block; } }

.column, .columns {
  box-sizing: border-box;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin-bottom: 2em; }
  @media screen and (min-width: 650px) and (max-width: 767px) {
    .column, .columns {
      padding-left: 1.8em;
      padding-right: 1.8em; } }
  @media screen and (min-width: 767px) {
    .column, .columns {
      padding-left: 2.5em;
      padding-right: 2.5em; } }

.row.xmargins .column,
.row.xmargins .columns {
  padding-left: 4em;
  padding-right: 4em; }
  @media screen and (min-width: 650px) and (max-width: 767px) {
    .row.xmargins .column,
    .row.xmargins .columns {
      padding-left: 1.8em;
      padding-right: 1.8em; } }
  @media screen and (min-width: 767px) {
    .row.xmargins .column,
    .row.xmargins .columns {
      padding-left: 4.5em;
      padding-right: 4.5em; } }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

.col-center {
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .col-small-1 {
    width: 8.33%; }
  .col-small-2 {
    width: 16.66%; }
  .col-small-3 {
    width: 25%; }
  .col-small-4 {
    width: 33.33%; }
  .col-small-5 {
    width: 41.66%; }
  .col-small-6 {
    width: 50%; }
  .col-small-7 {
    width: 58.33%; }
  .col-small-8 {
    width: 66.66%; }
  .col-small-9 {
    width: 75%; }
  .col-small-10 {
    width: 83.33%; }
  .col-small-11 {
    width: 91.66%; }
  .col-small-12 {
    width: 100%; }
  .col-small-left {
    margin: 0; } }

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .col-medium-1 {
    width: 8.33%; }
  .col-medium-2 {
    width: 16.66%; }
  .col-medium-3 {
    width: 25%; }
  .col-medium-4 {
    width: 33.33%; }
  .col-medium-5 {
    width: 41.66%; }
  .col-medium-6 {
    width: 50%; }
  .col-medium-7 {
    width: 58.33%; }
  .col-medium-8 {
    width: 66.66%; }
  .col-medium-9 {
    width: 75%; }
  .col-medium-10 {
    width: 83.33%; }
  .col-medium-11 {
    width: 91.66%; }
  .col-medium-12 {
    width: 100%; }
  .col-medium-left {
    margin: 0; } }

@media screen and (min-width: 1024px) {
  .col-large-1 {
    width: 8.33%; }
  .col-large-2 {
    width: 16.66%; }
  .col-large-3 {
    width: 25%; }
  .col-large-4 {
    width: 33.33%; }
  .col-large-5 {
    width: 41.66%; }
  .col-large-6 {
    width: 50%; }
  .col-large-7 {
    width: 58.33%; }
  .col-large-8 {
    width: 66.66%; }
  .col-large-9 {
    width: 75%; }
  .col-large-10 {
    width: 83.33%; }
  .col-large-11 {
    width: 91.66%; }
  .col-large-12 {
    width: 100%; } }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

@font-face {
  font-family: 'gt-walsheim-medium-oblique';
  src: url("../fonts/gt-walsheim-medium-oblique.eot");
  src: url("../fonts/gt-walsheim-medium-oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-medium-oblique.woff") format("woff"), url("../fonts/gt-walsheim-medium-oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gt-walsheim-medium';
  src: url("../fonts/gt-walsheim-medium.eot");
  src: url("../fonts/gt-walsheim-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-medium.woff") format("woff"), url("../fonts/gt-walsheim-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: sans-serif;
  color: #f1f1f1;
  font-size: 1.2em;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box; }

h2 {
  font-size: 2em;
  line-height: 1.3em;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }

h3 {
  font-size: 2em;
  line-height: 1.3em;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }

p {
  font-size: 1.3rem;
  letter-spacing: 0.4px;
  line-height: 1.6em;
  font-family: "gt-walsheim-medium", helvetica, sans-serif; }

ul {
  margin: 1em 0 0;
  padding: 0;
  list-style: none; }

a, a:visited, a:active {
  color: #3a3a3a;
  font-weight: normal;
  border-bottom: 2px dotted #3a3a3a;
  text-decoration: none; }
  a:hover, a:visited:hover, a:active:hover {
    border-bottom: 0;
    color: #000; }

.spaced {
  letter-spacing: 2px; }

.small-spaced {
  letter-spacing: 2px;
  font-size: 1.6rem; }

.divider-dashed {
  width: 65px;
  height: 3px;
  border-bottom: 3px dotted #1a1a1a; }
  .divider-dashed.divider-full {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em; }
  .divider-dashed.white {
    border-color: #eee; }

.serif-font {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-size: 2.2em; }

.sans-serif-font {
  font-family: "gt-walsheim-medium", helvetica, sans-serif; }

body {
  box-sizing: border-box;
  background: #F8F6EC; }

.section {
  display: flex; }
  @media screen and (max-width: 767px) {
    .section {
      padding-top: 2.3em;
      padding-bottom: 1em; } }
  @media screen and (max-width: 1024px) and (min-width: 767px) {
    .section {
      padding-top: 1.3em;
      padding-bottom: 1em; } }

.section:last-child {
  padding-bottom: 30px; }

.inner-section {
  padding-top: 14rem; }

img {
  max-width: 100%; }
  img.frame {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    width: 90%; }
  img.fullpage {
    margin: 0 auto; }

.margintop {
  margin-top: 2em; }

.margintop_x2 {
  margin-top: 4em; }
  @media screen and (max-width: 767px) {
    .margintop_x2 {
      margin-top: 1.5em; } }

.marginbottom {
  margin-bottom: 2em; }

.marginbottom_x2 {
  margin-bottom: 4em; }

.no-padding {
  padding: 0; }

.no-paddingTop {
  padding-top: 0 !important; }

.right-padding {
  padding-left: 0;
  padding-right: 2.5em; }

.full-height {
  height: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.half-height {
  height: 48.5%; }
  .half-height:first-child {
    margin-bottom: 5%; }
  .half-height:last-child {
    margin-top: 5%; }

.section.dark {
  color: #f9f9f9; }

.section.light {
  background: #F8F6EC;
  color: #3a3a3a; }

img.berries {
  width: 455px;
  max-width: 100%; }

.cta a, .cta a:visited {
  border: 2px solid #f1f1f1;
  padding: .7em 1.2em;
  font-family: "gt-walsheim-medium", helvetica, sans-serif;
  letter-spacing: 1.8px;
  font-size: 1.2em;
  text-decoration: none;
  color: #f9f9f9;
  cursor: pointer;
  -webkit-transition: background .3s .1s, color .2s .2s;
  -moz-transition: background .3s .1s, color .2s .2s;
  -i-transition: background .3s .1s, color .2s .2s;
  transition: background .3s .1s, color .2s .2s; }
  .cta a:hover, .cta a:visited:hover {
    background: #f9f9f9;
    color: #3a3a3a; }

.section.sandy_black {
  background: url(../img/prodbg_black.jpg) center #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -i-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body#berries p {
  margin-top: 0; }

body#berries h2.small-spaced {
  margin-bottom: 1.2em; }

.light header#header {
  color: #3a3a3a; }
  .light header#header div.navigation ul li a,
  .light header#header div.navigation ul li a:visited {
    color: #3a3a3a; }
    .light header#header div.navigation ul li a:hover, .light header#header div.navigation ul li a.active,
    .light header#header div.navigation ul li a:visited:hover,
    .light header#header div.navigation ul li a:visited.active {
      border-bottom: 1.6px dashed #4a4a4a; }
  .light header#header div.spelling a {
    color: #2a2a2a;
    text-decoration: none;
    border-bottom: 0; }
    .light header#header div.spelling a:hover {
      color: rgba(10, 10, 10, 0.8); }

header#header {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  z-index: 9;
  padding: 45px 0 0 0;
  width: 100%;
  font-family: "gt-walsheim-medium", helvetica, sans-serif; }
  header#header .row.aligner {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      header#header .row.aligner {
        display: block; } }
  header#header div.spelling {
    width: 40%;
    align-self: top; }
    @media screen and (max-width: 1024px) {
      header#header div.spelling {
        display: none; } }
    header#header div.spelling h2 {
      font-family: "gt-walsheim-medium", helvetica, sans-serif;
      letter-spacing: 1.2px;
      font-size: 1.2em; }
    header#header div.spelling a {
      color: #fff;
      text-decoration: none;
      border-bottom: 0; }
      header#header div.spelling a:hover {
        color: rgba(255, 255, 255, 0.9); }
  header#header div.logo {
    width: 20%;
    text-align: center; }
    @media screen and (min-width: 767px) and (max-width: 1024px) {
      header#header div.logo {
        width: 30%;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      header#header div.logo {
        width: 100%;
        padding: 0; } }
    header#header div.logo img {
      height: 86px;
      width: auto; }
    header#header div.logo a {
      border: 0; }
  header#header div.navigation {
    width: 40%;
    align-self: top; }
    @media screen and (min-width: 767px) and (max-width: 1024px) {
      header#header div.navigation {
        width: 70%; } }
    @media screen and (max-width: 767px) {
      header#header div.navigation {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 1.6em; } }
    header#header div.navigation ul {
      list-style-type: none;
      padding: 0; }
      header#header div.navigation ul li {
        display: inline-block;
        padding-left: 1.2em; }
        header#header div.navigation ul li:first-child {
          padding-left: 0; }
        header#header div.navigation ul li a, header#header div.navigation ul li a:visited {
          color: #f9f9f9;
          border: 0;
          font-size: .95rem;
          font-weight: 500;
          text-decoration: none;
          letter-spacing: 0.3px;
          padding: .6em 0; }
          header#header div.navigation ul li a:hover, header#header div.navigation ul li a:visited:hover {
            border-bottom: 1px dashed #f2f2f2; }
          header#header div.navigation ul li a.active, header#header div.navigation ul li a:visited.active {
            border-bottom: 1px dashed #f2f2f2; }

body#front .section#section0 {
  background: url(../img/background_hero_products.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    body#front .section#section0 {
      background: url(../img/prodbg_green.jpg) no-repeat top center; } }
  @media screen and (min-width: 767px) and (max-width: 1024px) {
    body#front .section#section0 {
      background: url(../img/background_hero_products_small.jpg) no-repeat center; } }
  @media screen and (max-width: 767px) {
    body#front .section#section0 {
      height: 173px !important; }
      body#front .section#section0 div.fp-tableCell {
        height: 173px !important; } }

.section#section2 div.product-box {
  height: 100%; }

body#products .section#section0 {
  background: url(../img/background_hero_products_2.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -i-background-size: cover;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    body#products .section#section0 {
      background: url(../img/prodbg_green.jpg) no-repeat top center; } }
  @media screen and (min-width: 767px) and (max-width: 1024px) {
    body#products .section#section0 {
      background: url(../img/background_hero_products_small.jpg) no-repeat center; } }
  @media screen and (max-width: 767px) {
    body#products .section#section0 {
      height: 173px !important; }
      body#products .section#section0 div.fp-tableCell {
        height: 173px !important; } }

body#products .section {
  position: relative; }
  body#products .section .fp-tableCell {
    height: 100%; }
  body#products .section .bg-image {
    height: 100%; }
  body#products .section .blue {
    background: url(../img/prodbg_blue.jpg) #607091;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -i-background-size: cover;
    background-size: cover; }
  body#products .section .red {
    background: url(../img/prodbg_red.jpg) #a55959;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -i-background-size: cover;
    background-size: cover; }
  body#products .section .green {
    background: url(../img/prodbg_green.jpg) #537f4a;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -i-background-size: cover;
    background-size: cover; }
  body#products .section .black {
    background: url(../img/prodbg_black.jpg) #313131;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -i-background-size: cover;
    background-size: cover; }
  body#products .section .gray {
    background: url(../img/prodbg_gray.jpg) #3e3e3e;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -i-background-size: cover;
    background-size: cover; }
  body#products .section .orange {
    background: url(../img/prodbg_orange.jpg) #b66838;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -i-background-size: cover;
    background-size: cover; }
  body#products .section .inner-product-box {
    padding-left: 4em;
    padding-right: 4em;
    height: 100%;
    display: flex;
    align-items: top;
    justify-content: top; }
    @media screen and (max-width: 1024px) {
      body#products .section .inner-product-box {
        display: block;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    body#products .section .inner-product-box div.prod-name {
      position: absolute;
      top: 4em;
      left: 5em;
      z-index: 9; }
      @media screen and (max-width: 1024px) {
        body#products .section .inner-product-box div.prod-name {
          position: relative;
          top: 0;
          left: 0; } }
      body#products .section .inner-product-box div.prod-name h2 {
        display: inline-block;
        float: left;
        line-height: 1.2em;
        font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }
        @media screen and (min-width: 767px) and (max-width: 1024px) {
          body#products .section .inner-product-box div.prod-name h2 {
            margin: 16px 24px; } }
    body#products .section .inner-product-box div.prod-details {
      position: absolute;
      top: 5em;
      right: 5em;
      z-index: 9; }
      @media screen and (max-width: 1024px) {
        body#products .section .inner-product-box div.prod-details {
          position: relative;
          top: 0;
          left: 0; } }
      body#products .section .inner-product-box div.prod-details .price {
        display: inline-block;
        border: 2px solid #f1f1f1;
        padding: .5em .8em .5em 1em;
        font-size: 1.2em;
        letter-spacing: 1.8px; }
    body#products .section .inner-product-box figure.prod-img {
      z-index: 0;
      display: flex;
      align-items: center;
      height: 100vh;
      padding: 0;
      margin: 0 auto; }
      @media screen and (max-width: 1024px) {
        body#products .section .inner-product-box figure.prod-img {
          height: auto; } }
      @media screen and (max-width: 767px) {
        body#products .section .inner-product-box figure.prod-img {
          margin-top: 2.2em;
          margin-bottom: 2.2em;
          max-width: 80%;
          height: auto; } }
      body#products .section .inner-product-box figure.prod-img img {
        max-height: 1080px;
        width: 320px;
        max-width: 100%;
        margin-top: 4em;
        margin: 0 auto; }

body#products div.fp-slidesNav.fp-bottom {
  text-align: center; }
  body#products div.fp-slidesNav.fp-bottom li a span {
    background: #f1f1f1; }

body#products .fp-controlArrow {
  width: 70px; }

body#products .fp-controlArrow.fp-prev {
  border-color: transparent !important;
  background: url(../assets/slide_nav_left.svg) center no-repeat; }

body#products .fp-controlArrow.fp-next {
  border-color: transparent !important;
  background: url(../assets/slide_nav_right.svg) center no-repeat; }

body#about .section#section0 {
  height: 700px !important;
  background: url(../img/about_hero.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    body#about .section#section0 {
      height: 173px !important; }
      body#about .section#section0 div.fp-tableCell {
        height: 173px !important; } }

body#about img.producers-img {
  margin-left: -85px; }
  @media screen and (max-width: 767px) {
    body#about img.producers-img {
      margin-left: 0;
      width: 90%; } }

body#contact .section#section0 {
  background: url(../img/prodbg_orange.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    body#contact .section#section0 {
      background: url(../img/prodbg_orange.jpg) no-repeat top center; } }
  @media screen and (max-width: 767px) {
    body#contact .section#section0 {
      height: 173px !important; }
      body#contact .section#section0 div.fp-tableCell {
        height: 173px !important; } }

body#contact .section#section1 {
  background: url(../img/prodbg_green.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body#contact .section#section2 {
  background: url(../img/prodbg_orange.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

form .column, form .columns {
  padding-left: 0; }

label {
  display: block;
  font-weight: bold;
  font-size: .8em; }

input, textarea {
  width: 100%;
  display: block;
  border: 0;
  font-size: 1rem;
  line-height: 3rem;
  padding: 0 1rem !important;
  box-sizing: border-box;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-weight: bold; }

textarea {
  line-height: 1.3em;
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

input[type=submit] {
  display: inline-block;
  border: 2px solid #f1f1f1;
  padding: .3em .4em;
  background: transparent;
  width: inherit;
  color: #f1f1f1;
  font-size: .8em;
  font-weight: bold;
  letter-spacing: 0.6px;
  cursor: pointer; }
  input[type=submit]:hover {
    background: #fff;
    color: #333; }

.product-box.full-height {
  height: 100%;
  padding: 2.5%; }
  @media screen and (max-width: 767px) {
    .product-box.full-height {
      height: auto !important; } }
  .product-box.full-height .product-col--half {
    float: left;
    width: 50%;
    height: auto;
    padding: 1.5%;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .product-box.full-height .product-col--half {
        width: 100%;
        height: auto; } }
  .product-box.full-height .product-col--large {
    float: left;
    width: 65%;
    height: 100%;
    padding: 1.5%;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .product-box.full-height .product-col--large {
        width: 100%;
        height: auto; } }
    .product-box.full-height .product-col--large .product-box div.prod-name h3 {
      font-size: 1.6em; }
    .product-box.full-height .product-col--large .product-box figure img {
      width: 480px;
      max-width: 100%; }
      @media screen and (min-width: 767px) and (max-width: 1024px) {
        .product-box.full-height .product-col--large .product-box figure img {
          width: 330px;
          max-width: 75%;
          margin-top: 2.4em; } }
  .product-box.full-height .product-col--small {
    float: left;
    box-sizing: border-box;
    width: 35%;
    height: 50%;
    padding: 1.5%; }
    @media screen and (max-width: 767px) {
      .product-box.full-height .product-col--small {
        width: 100%;
        height: auto; } }
    .product-box.full-height .product-col--small .product-box div.prod-name h3 {
      font-size: 1em; }
    .product-box.full-height .product-col--small .product-box figure img {
      width: 210px;
      max-width: 100%; }
      @media screen and (min-width: 767px) and (max-width: 1024px) {
        .product-box.full-height .product-col--small .product-box figure img {
          width: 150px;
          max-width: 75%; } }
  .product-box.full-height .product-box {
    position: relative; }
    .product-box.full-height .product-box.blue {
      background: url(../img/prodbg_blue.jpg) #607091; }
    .product-box.full-height .product-box.red {
      background: url(../img/prodbg_red.jpg) #a55959; }
    .product-box.full-height .product-box.green {
      background: url(../img/prodbg_green.jpg) #537f4a; }
    .product-box.full-height .product-box.black {
      background: url(../img/prodbg_black.jpg) #313131; }
    .product-box.full-height .product-box.gray {
      background: url(../img/prodbg_gray.jpg) #3e3e3e; }
    .product-box.full-height .product-box.orange {
      background: url(../img/prodbg_orange.jpg) #b66838; }
    .product-box.full-height .product-box .inner-product-box {
      position: relative;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-box.full-height .product-box .inner-product-box div.prod-name {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9; }
        .product-box.full-height .product-box .inner-product-box div.prod-name h3 {
          display: inline-block;
          float: left;
          font-size: 1rem;
          font-weight: normal;
          line-height: 1.2em;
          font-family: "gt-walsheim-medium", helvetica, sans-serif;
          margin: 30px 40px; }
          @media screen and (min-width: 767px) and (max-width: 1024px) {
            .product-box.full-height .product-box .inner-product-box div.prod-name h3 {
              margin: 16px 24px; } }
        @media screen and (max-width: 1024px) {
          .product-box.full-height .product-box .inner-product-box div.prod-name div.cta.products {
            position: absolute;
            bottom: 0;
            right: 0; } }
        @media screen and (max-width: 590px) {
          .product-box.full-height .product-box .inner-product-box div.prod-name div.cta.products {
            display: none; } }
        .product-box.full-height .product-box .inner-product-box div.prod-name div.cta.products a {
          display: inline-block;
          float: right;
          margin: 34px 40px; }
          @media screen and (min-width: 767px) and (max-width: 1024px) {
            .product-box.full-height .product-box .inner-product-box div.prod-name div.cta.products a {
              margin: 16px 16px; } }
      .product-box.full-height .product-box .inner-product-box figure.prod-img {
        width: 100%;
        height: 100%;
        top: 0;
        margin: 0;
        padding: 0;
        text-align: center;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .product-box.full-height .product-box .inner-product-box figure.prod-img {
            margin-top: 2.2em;
            margin-bottom: 2.2em;
            max-width: 80%; } }

@media screen and (max-width: 767px) {
  #front #section2,
  #front #section2 .fp-slide,
  #front #section2 .fp-tableCell {
    height: auto !important; } }

.footer {
  position: relative;
  bottom: 0;
  z-index: 10;
  padding: 25px 0 25px;
  width: 100%;
  height: 30px;
  font-family: "gt-walsheim-medium", helvetica, sans-serif;
  font-size: .9em;
  letter-spacing: 0.6px;
  background: url(../img/prodbg_black.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -i-background-size: cover;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .footer {
      position: relative;
      height: 30px; } }
  .footer.show {
    bottom: 0; }
  .footer .row {
    padding: 0 2rem;
    box-sizing: border-box; }
  .footer .left-col {
    width: 33%;
    float: left; }
    @media screen and (max-width: 767px) {
      .footer .left-col {
        width: 50%; } }
  .footer .center-col {
    width: 33%;
    float: left;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .footer .center-col {
        display: none; } }
  .footer .right-col {
    width: 33%;
    float: right;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .footer .right-col {
        width: 50%; } }
  .footer .toplink a {
    color: #fff;
    border-bottom: 0; }
  .footer .toplink img {
    margin-right: .8rem; }
  .footer .socials img {
    margin-left: .3rem;
    margin-right: .3rem; }
  .footer .row.aligner {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .footer .row.aligner {
        display: block; } }
  .footer div.spelling {
    width: 40%;
    align-self: top; }
    @media screen and (max-width: 1024px) {
      .footer div.spelling {
        display: none; } }
    .footer div.spelling h2 {
      font-family: "gt-walsheim-medium", helvetica, sans-serif;
      letter-spacing: 1.2px;
      font-size: 1.5em; }
