/*
Theme Name: Lundberg
Version: 1.0
Author: Fuzzco
Author URI: http://www.fuzzco.com
*/

/*========================================================

+ Font and Color Index

==========================================================

Font Families:

  "soleil" [400(italic)|600|800]


Colors:
  Green: #43B585
  Blue: #52B5E1
  Red: #EF7160
  Gray: #6D6E71
  Brown: #B6AE9B
  Dark Brown: #625437
  Light Brown: #E5E1D9
*/


/*========================================================

+ Global Styles

========================================================*/

body, html { min-height: 100%; height: auto; }

body {
  background: #E5E1D9;
  color: #6D6E71;
  margin: 0;
}

body,input,textarea,button {
  font: normal 14px/1.5 "soleil", verdana, sans-serif;

  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

-webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
   -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
     -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
        transition: all 300ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

@media (max-width: 64.063em) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 40.0625em) {
  body {
    font-size: 12px;
  }
}

body.mobile-open {
  -webkit-transform: translateY(102px);
  -moz-transform: translateY(102px);
  -o-transform: translateY(102px);
  -ms-transform: translateY(102px);
  transform: translateY(102px);
}

/*  Containers
------------------------------------------------*/
.container {
  overflow: hidden;
  max-width: 100%;
}

.row {
  max-width: 75em;
}

.row, .columns {
  position: relative;
}

#description {
  position: absolute;
  top: -10px; left: -10px;
  overflow: hidden;
  width: 0; height: 0;
  z-index: -1;
}

/*** MOBILE ***/
@media (max-width: 40.0625em) {

  html#html { margin: 0 !important; }

  .row.full,
  .row .columns {
    padding: 0 20px !important;
  }

  #wpadminbar { display: none }
}

/*  Links
------------------------------------------------*/
a {
  color: #222;
  text-decoration: none;
  transition: all 0.1s ease-out;
}

  a:hover {
    color: #625437 !important;
  }


/*  Typography
------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 0.5em; padding: 0;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

h1 {
  font-size: 3.5em;
  font-weight: 800;
}

h2 {
  font-size: 2.5em;
  font-weight: 800;
}

h3 {
  font-size: 1.5em;
  font-weight: 800;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  letter-spacing: 1.5px;
  font-size: 0.8em;
  font-weight: 800;
}

/** MOBILE **/
@media (max-width: 40.063em) {
  h2 {
    font-size: 2em;
  }
}

p,ul,ol {
  font-family: "nimbus-sans", Helvetica, sans-serif;
  font-size: 1em;
}

ul, ol {
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0 0 0 1.15em;
}
  ul li {
    display: block;
    position: relative;
  }

  ul li, ol li {
    margin-bottom: 0.5em;
  }

p {
  line-height: 1.4;
  margin: 0;
  padding: 0 0 1.4em;
}
  .large-text p, p.large-text {
    font-size: 1.2em;
  }

  .small-text p, p.small-text {
    font-size: 0.9em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

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

/* TYPE COLORS */
.brown {
  color: #B6AE9B;
}


/*  Selection Colors
------------------------------------------------*/
::selection     { background: #B6AE9B; color: #FFF; }
::-moz-selection  { background: #B6AE9B; color: #FFF; }


/* Wordpress WYSIWYG Thangs
------------------------------------------------*/
.alignnone { float: none; display: block; margin: 0.5em 0; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1em; }


input {
  border-radius: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder { color: #B6AE9B; opacity: 0.5; }
:-moz-placeholder {           color: #B6AE9B; opacity: 0.5; }
::-moz-placeholder {          color: #B6AE9B; opacity: 0.5; }
:-ms-input-placeholder {      color: #B6AE9B; opacity: 0.5; }


/* Reusable Classes
------------------------------------------------*/

.horizontal-gradient {
  background: -webkit-linear-gradient(right, #FFF -10%, #B6AE9B 150%);
}

.vertical-gradient,.page-content {
  background: -webkit-linear-gradient(top, #FFF -50%, #B6AE9B 250%);
}

.page-content {
  overflow: hidden;
}

/** PAGE TITLE **/
.page-title {
  text-align: center;
}
  .page-title * {
    margin-bottom: 1em;
    margin-bottom: 2rem;
  }
  .page-title div { margin-bottom: 0 }

  .page-title h1 {
    margin-top: 60px;
  }

  .page-title p {
    font-size: 1.3em;
  }

  /** MOBILE **/
  @media (max-width: 40.063em) {

    .page-title {
      padding: 0 20px;
    }

    .page-title h1 {
      margin-top: 0;
      font-size: 2em;
    }

    .page-title * {
      margin-bottom: 1rem;
    }
  }

/** WHITE TAB SUBTITLE **/
.sub-title {
  border-top: 10px #FFF solid;
  text-align: center;
}
  .sub-title * {
    background: #FFF;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #6D6E71;
    display: inline-block;
    padding: 1em 5em;
    margin-top: -5px;
    text-shadow: none;
  }

/** TEXT CENTERED IN MIDDLE OF PAGE **/
.mid-text {
  font-size: 1.2em;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 700px;
}

.box {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 15px;
}
  .box p:last-child {
    margin-bottom: 0;
  }

  img.box {
    padding: 10px;
  }

/** FULL BACKGROUND **/
.full-bg {
  background-color: #333 !important;
  background-size: cover !important;
  background-position: center;
  color: #FFF;
  position: relative;
  text-align: center;
  text-shadow: 0 0 20px rgba(0,0,0,0.25);
}
  .full-bg * {
    position: relative;
    z-index: 10;
  }

  /* Add a darkening overlay over image */
  .full-bg:before {
    background: #000;
    content: " ";
    opacity: 0.15;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
  }

  .full-bg.light {
    color: #555 !important;
    text-shadow: none;
  }

  .full-bg.light:before {
    background: #FFF;
    opacity: 0.1;
  }

  .full-bg .backstretch {
    z-index: 5 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

/** CIRCLE LINK **/
.circle-link {
  background: #000;
  border-radius: 50%;
  display: table;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  width: 8em; height: 8em;
}

  .lt-ie9 .circle-link {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
    .lt-ie9 .circle-link:hover {
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

  .circle-link.blue {
    background: #52B5E1;
    background: rgba(82,182,226, 0.8);
  }
    .circle-link.blue:hover {
      background: rgba(82,182,226, 1);
    }

  .circle-link.green {
    background: #43B585;
    background: rgba(67,181,133, 0.8);
  }
    .circle-link.green:hover {
      background: rgba(67,181,133, 1);
    }

  .circle-link.red {
    background: #EF7160;
    background: rgba(239,113,96, 0.8);
  }
    .circle-link.red:hover {
      background: rgba(239,113,96, 1);
    }

  .circle-link span {
    color: #FFF !important;
    display: table-cell;
    padding: 0 1em;
    text-align: center;
    vertical-align: middle;
  }

  .circle-link:after {
    background: url(-/img/arrow-right.png) no-repeat center;
    background-size: 100% auto;
    content: "";
    margin-left: -10px;
    opacity: 0;
    position: absolute;
    left: 50%; bottom: 0px;
    width: 22px; height: 16px;

    transition: all 0.1s ease-out;
  }
    .circle-link:hover:after {
      bottom: 15%;
      opacity: 0.5;
    }

    .lt-ie9 .circle-link:after {
      display: none;
    }

  /** MOBILE **/
  @media (max-width: 40.063em) {
    .circle-link {
      width: 7em; height: 7.2em;
    }
  }

/** BUTTONS **/
.button {
  background: #000;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.75em 2em;
  position: relative;
  text-align: center;
  text-transform: uppercase;

  transition: all 100ms ease-out;
}

  .button:hover {
    background: #625437 !important;
    color: #FFF !important
  }

  .button:active {
    top: 1px;
  }

  .button.blue {
    background: #52B5E1;
  }
    .button.blue:hover {
      background: #C8BEA9 !important;
    }

/** VIDEOS **/
.videoWrapper {
  padding-bottom: 53.25%;
  overflow: hidden;
  padding-top: 25px;
  position: relative;
  width: 100%; height: 0;
}
  .videoWrapper iframe {
    position: absolute;
    top: -0.5%; left: 0;
    width: 101%; height: 100%;
  }

/** CAROUSEL **/
.carousel {
  padding-bottom: 25px;
  text-align: center;
}
  .carousel li {
    display: inline-block;
    float: left;
    margin-top: 10px;
    width: 33.33333%;
  }

    .carousel li .inner {
      display: block;
      padding: 15px;
    }

    .carousel li img {
      cursor: pointer;
      position: relative;
      width: 100%;
    }

/** MOBILE **/
@media (max-width: 40.063em) {
  .carousel li {
    width: 100%;
  }
}

.nbs-flexisel-container {
  float: left;
  max-width: 100%;
  position: relative;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item {
    cursor: pointer;
    float: left;
    line-height: 0;
    margin: 0px;
    padding: 0;
    position: relative;
}
  .nbs-flexisel-item .inner {
    display: block;
  }

  .nbs-flexisel-item img {
      width: 100%;
      cursor: pointer;
      position: relative;
  }

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    background: rgba(67,181,133, 0.5) url("-/img/arrows.png") no-repeat;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -20px !important;
    position: absolute;
    top: 45% !important;
    width: 40px; height: 40px;
    z-index: 100;
}
  .nbs-flexisel-nav-left:hover,
  .nbs-flexisel-nav-right:hover {
    background-color: rgba(67,181,133, 1);
  }

.nbs-flexisel-nav-left {
    left: 0;
}

.nbs-flexisel-nav-right {
    background-position: 100% 0 !important;
    right: 0;
}

/** NUTRITIONAL FACTS **/
.nutritional-facts {

}
  .nutritional-facts p {
    font-size: 0.85em;
    margin: 0; padding: 0;
  }

  .nutritional-facts .sizes * {
    display: inline-block;
  }

  /** SIZES LINKS **/
  .nutritional-facts .sizes a, .nutritional-facts .sizes span {
    margin-left: 5px;
  }

  .nutritional-facts .sizes span {
    font-weight: 800;
  }

  .nutritional-facts .sizes a:hover {
    text-decoration: underline;
  }
    .nutritional-facts .sizes a.current {
      color: #52B5E1 !important;
      cursor: default;
      font-weight: 800;
      text-decoration: none;
    }

  .nutritional-facts h6 {
    margin: 8px 0;
  }

  .nutritional-facts .size-facts {
    display: none;
  }
    .nutritional-facts .size-facts.current {
      display: block;
    }

  .nutritional-facts .row {
    border-top: 1px #555 solid;
    margin: 0;
    padding: 7px 0;
  }
    .nutritional-facts .row.indented {
      border-top: 0;
      padding-left: 8px;
      padding-top: 0;
      margin-top: -3px;
    }
      .nutritional-facts .row.indented strong {
        font-weight: normal;
      }

  .nutritional-facts h6.aps {
    border-top: 3px #555 solid;
    padding-top: 6px;
  }

  .nutritional-facts .facts {
    border-top: 3px #555 solid;
    border-bottom: 3px #555 solid;
  }
    .nutritional-facts .facts :first-child {
      border-top: 0;
    }

  .nutritional-facts .notes {
    padding-top: 7px;
  }

  .nutritional-facts .vitamins {
    overflow: hidden;
  }
    .nutritional-facts .vitamins p {
      border-bottom: 1px #555 solid;
      padding: 5px 0;
      float: left;
      width: 50%;
    }
      .nutritional-facts .vitamins p span {
        margin-left: 3px;
      }
      .nutritional-facts .vitamins p:last-child,
      .nutritional-facts .vitamins p:nth-last-child(2) {
        border-bottom: 0;
      }

/** PRODUCT/RECIPE THUMBNAIL LINKS **/
.thumb {
  color: #808080;
  position: relative;
  text-align: center;
  transition: none;
}

  .thumb .status.circle-link {
    background: rgba(67,181,133, 0.8) !important;
    position: absolute;
    font-size: 1em;
    top: -20px; left: 10px;
    z-index: 100;
  }
    .thumb .status.circle-link:after {
      display: none;
    }

    .thumb .status.circle-link.coming-soon {
      background: rgba(239,113,96, 0.8) !important;
    }

  .thumb .image {
    margin: 10px 0;
    overflow: hidden;
    position: relative;
  }

    .thumb .image .overlay {
      background: #52B5E1;
      background: rgba(82,181,225,0.8);
      opacity: 0;
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 101%;
      z-index: 100;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

      transition: opacity 0.1s ease-out;
    }

      .thumb .image .overlay h5 {
        color: #FFF;
        position: absolute;
        font-weight: 800;
        margin-top: 10px;
        top: 50%;
        text-align: center;
        width: 100%;
      }
        .thumb .image .overlay h5 img {
          width: 22px;
        }

  .thumb:hover .image .overlay {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

  /* RECIPE THUMB */
  .recipe.thumb {
  }
    .recipe.thumb .image {
      border: 10px #FFF solid;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
      .recipe.thumb .image .overlay h5 {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
      }

        .recipe.thumb .image .overlay h5 img {
          opacity: 0;
          position: relative;
          top: 10px;
          transition: all 0.2s ease-out;
        }

        .recipe.thumb .image:hover .overlay h5 img {
          opacity: 1;
          top: 2px;
        }

  /* PRODUCT THUMB */
  .product.thumb {
  }
    .product.thumb .image .overlay {
      border-radius: 50%;
      top: 20%; left: 20%;
      width: 60%; height: 60%;
    }
      .product.thumb .image .overlay h5 {
        -webkit-transform: translateY(-50%);
      }

/** CUSTOM SELECT DROP DOWN **/
.custom-select {
  background: none;
  border: 1px #FFF solid;
  color: #FFF;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 1px;
  outline: none;
  padding: 8px 16px;
  position: relative;
  top: -1px;
}
  .custom-select:hover {
    background: rgba(0,0,0,0.3);
  }

  .custom-select .closed {
    z-index: 1 !important;
  }

  .custom-select .arr {
    float: right;
  }

  .custom-select .current {
    font-weight: 800;
    text-transform: uppercase;
  }

  .custom-select ul {
    border-top: 1px #FFF solid;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    margin: 0 -1px;
    position: absolute;
    top: 100%; left: 0;
    padding: 0;
    width: 100%;
    width: calc(100% + 2px)
  }
    .custom-select ul li {
      background: #FFF;
      color: #625437;
      display: block;
      letter-spacing: 0;
      margin: -50% 0 0;
      padding: 10px;
      position: relative;

      -webkit-transition: all 0.3s ease-out;
    }
      .custom-select ul li:first-child { margin-top: 0px !important }

      .custom-select ul li:hover {
        background: #52B5E1;
        border-color: #52B5E1;
        color: #FFF;
      }

  .custom-select.open ul {
    display: block;
  }
    .custom-select.open ul li {
      border-top: 1px #E5E1D9 solid;
      margin-top: 0;
    }
      .custom-select.open ul li:first-child {
        border-top: 0;
      }

select.custom {
  opacity: 0;
}
.selext-overlay {
  background: #B6AE9B;
  display: none;
  opacity: 0.4;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 100;

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/** FILTER BAR **/
.filter-bar {
  background: #EF7160;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
}
  .filter-bar.red { background: #EF7160; }
  .filter-bar.green { background: #43B585; }
  .filter-bar.blue { background: #52B5E1; }

  .filter-bar a {
    border-bottom: 5px transparent solid;
    color: #FFF !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin: -20px 15px;
    padding: 20px 0 15px;
    text-transform: uppercase;
  }
    .filter-bar a:hover {
      color: #625437 !important;
    }

    .filter-bar a.active {
      border-bottom-color: #FFF;
      color: inherit !important;
      cursor: default;
    }

  .filter-bar > * {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    min-width: 220px;
  }

  .filter-bar h4 {
    margin: 0;
    line-height: 1;
  }

  .filter-bar .custom-select, .filter-bar ul {
    background: inherit !important;
  }
    .filter-bar ul li:hover {
      background: inherit !important;
    }

/** TABLET **/
@media (min-width: 40.063em) and (max-width: 82.063em) {

  .filter-bar a {
    font-size: 0.8em;
    min-width: 0;
    margin: -20px 20px;
  }

}

/** MOBILE **/
@media (max-width: 792px) {

  .filter-bar > * {
    display: block;
    margin-bottom: 15px !important;
  }
    .filter-bar > *:last-child {
      margin-bottom: 0 !important;
    }

  .filter-bar a {
    border: none;
    margin: 0 -20px !important;
  }
    .filter-bar a.active {
      background: #FFF;
      color: #52B5E1 !important;
    }

}

/*========================================================

+ Header

========================================================*/

header {
  padding-top: 10px;
  position: absolute;
  text-align: center;
  top: 0; left: 0;
  width: 100%;
  z-index: 1000;

  background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 80%);
}

  header .recall-link {
    color: #AAA;
    border-bottom-left-radius: 8px;
    background: darkred;
    font-weight: 600;
    font-size: 0.8em;
    padding: 10px 20px;
    opacity: 0.8;
    position: absolute;
    top: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
  }
     header .recall-link:hover {
      color: #FFF !important;
      opacity: 1;
      z-index: 200;
     }

  header .logo {
    display: inline-block;
    position: relative;
    z-index: 0;
    top: 0;
    z-index: 101;
    -webkit-backface-visibility: hidden;

    transition: all 0.3s ease-out;
  }
    header .logo:hover {
      top: 3px;
    }

    .home header .logo:hover {
      top: 0;
    }

    .lt-ie9 header .logo {
      display: block;
    }

  header nav {
    position: relative;
    top: 40%;
    width: 38%;
    position: absolute;
  }
    header nav.left { left: 0; }
    header nav.right { right: 0; }

    header nav a {
      color: #FFF;
      display: block;
      float: left;
      font-weight: 800;
      letter-spacing: 2px;
      padding: 5px 0;
      position: relative;
      text-shadow: 0 0 10px rgba(0,0,0,0.2);
      text-transform: uppercase;
      width: 50%;
    }

      header nav a:after {
        color: inherit;
        content: "\25B2";
        font-size: 10px;
        margin-left: -5px;
        opacity: 0;
        position: absolute;
        bottom: -25px; left: 50%;

        transition: bottom 0.15s ease-out, opacity 0.15s ease-out;
        -webkit-transform: scale(2,1);
        -moz-transform: scale(2,1);
        transform: scale(2,1);
      }

      header nav a:hover {
        color: #FFF !important;
      }

      header nav a:hover:after, header nav a.active:after {
        bottom: -10px;
        opacity: 1;
      }

      .lt-ie9 header nav a:after {
        display: none;
      }
      .lt-ie9 header nav a:hover {
        color: #000 !important;
      }

      header .menu.button {
        display: none;
      }

.page-content {
  padding-top: 150px; /* Header Height */
}

.page-title {
  margin-top: -150px;
  padding-top: 150px;
}

/** TABLET **/
@media (min-width: 40.063em) and (max-width: 64.063em) {

  header .logo img {
    width: 140px;
  }

  header nav {
    padding: 0 10px;
    width: 40%;
  }

}

/** MOBILE **/
@media (max-width: 40.063em) {

  .page-content {
    padding-top: 120px; /* Header Height */
  }

  .page-title {
    margin-top: -120px;
    padding-top: 120px;
  }

  header {
    padding: 0;
    text-align: left;
  }
    header .logo, header .menu {
      position: relative;
      top: 15px !important;
    }

  header .logo {
    float: left;
    margin-top: 10px;
    width: 90px;
  }

  header nav {
    background: none;
    font-size: 0.9em;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: -1;

    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

    header nav a {
      background: #B6AE9B;
      border-top-width: 2px;
      border-bottom-width: 2px;
      color: #FFF;
      padding: 17px 0;
      text-shadow: none;
    }
      header nav a:hover { color: #625437 !important }
      header nav a:after { display: none; }

      header nav a:first-child { border-left: none }
      header nav a:last-child { border-right: none }

    header nav.left {
      margin-top: -50px;
    }
      header nav.left a {
        border-top: 0;
      }

    header nav.right {
    }
      header nav.right a {
        border-bottom: 0;
      }

  header .menu.button {
    background: rgba(0,0,0,0.1) !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border: 2px #FFF solid;
    display: block;
    float: right;
    font-size: 1em;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
    width: 80px;
  }

}


/*========================================================

+ Footer

========================================================*/

footer {

}
  footer a { color: inherit; }

  footer .top {
    background: #C9BFAA;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 40px 0 38px;
    text-transform: uppercase;
  }

    footer .top .social {
    }
      footer .top .social a {
        background: url(-/img/footer/social-icons.png) no-repeat;
        background-size: 80px 40px;
        display: inline-block;
        margin-right: 3px;
        overflow: hidden;
        opacity: 0.7;
        text-indent: -9999px;
        width: 20px; height: 20px;
        transition: opacity 0.3s ease-out;
      }
        @media (-webkit-min-device-pixel-ratio: 2) {
          footer .top .social a {
            background-image: url(-/img/footer/social-icons@2x.png);
          }
        }

      footer .top .social a.twitter { background-position: -20px 0 }
      footer .top .social a.pinterest { background-position: -40px 0 }
      footer .top .social a.instagram { background-position: -60px 0 }

      footer .top .social a:hover {
        opacity: 1;
      }

      footer .top .social a.facebook:hover { background-position: 0px -20px }
      footer .top .social a.twitter:hover { background-position: -20px -20px }
      footer .top .social a.pinterest:hover { background-position: -40px -20px }
      footer .top .social a.instagram:hover { background-position: -60px -20px }

    footer .top .main {
      margin: 11px 0;
      font-size: 1.2em;
    }

    footer .top .small a, footer .top .small span {
      opacity: 0.5;
    }
      footer .top .small a:hover {
        opacity: 1;
      }

    /** QUOTE **/
    footer .top h4 {
      color: #E5E1D9;
      font-size: 1.4em;
      font-weight: 800;
      letter-spacing: 2px;
      margin-top: -5px;
      overflow: hidden;
    }

    footer .top h5 {
      color: #E5E1D9;
      margin-top: 0.9em;
    }

    footer .top h4 span {
      float: right;
      display: inline-block;
      width: 90%;
      width: calc(100% - 15px);
    }

    footer .top h4 span:first-child, footer .top h5 span:first-child {
      float: left;
      display: inline-block;
      width: 15px;
    }

    footer .top .scroll-to.the-top {
      margin-top: 2px;
      opacity: 0.5;
      transition: opacity 0.3s ease-out;
    }

      body.home.page footer .top .scroll-to.the-top {
        display: none;
      }

      footer .top .scroll-to.the-top .arrow {
        background: url(-/img/footer/up-arrow.png) no-repeat;
        background-size: 15px 30px;
        display: inline-block;
        position: relative;
        top: 3px;
        margin-top: 15px;
        margin-left: 14px;
        margin-right: 3px;
        width: 15px; height: 15px;
      }

      footer .top .scroll-to.the-top:hover {
        opacity: 1;
      }
        footer .top .scroll-to.the-top:hover .arrow {
          background-position: 0 -15px;
        }

      @media (-webkit-min-device-pixel-ratio: 2) {
        footer .top .scroll-to.the-top .arrow {
          background-image: url(-/img/footer/up-arrow@2x.png);
        }
      }


  footer .bottom {
    color: #B6AE9B;
    padding: 35px 0;
  }

    footer .bottom .info {
      margin-top: 3px;
    }
      footer .bottom .info .copyright {
        margin-top: 5px;
      }

    footer .bottom form {
    }

      footer .bottom form input {
        border: none;
        background: none;
        border-bottom: 1px #B6AE9B solid;
        border-right: 1px #B6AE9B solid;
        color: #625437;
        display: inline-block;
        margin-top: 3px;
        outline: none;
        padding: 2px 5px 6px 2px;
        width: 60%;
      }
        footer .bottom form input::-webkit-input-placeholder {
          color: #625437;
          opacity: 0.5;
        }

        footer .bottom form input:focus {
          border-color: #52B5E1;
        }

      footer .bottom form .submit {
        background: #B6AE9B;
        border: none !important;
        color: #FFF;
        float: right;
        margin: 0;
        padding: 7px 0;
        width: 35%;
      }

      footer .bottom form #response {
	      font-size: 0.8em;
      }
      	footer .bottom form #response.error {
	      	color: red;
      	}

      	footer .bottom form #response.success {
      		color: #52B5E1;
      	}

/** TABLET **/
@media (min-width: 40.063em) and (max-width: 64.063em) {
  #email-newsletter {
    display: block;
    margin-top: 30px;
  }
}

/** MOBILE **/
@media (max-width: 40.063em) {

  footer {
    text-align: center;
  }

  footer .top h4 {
    margin-top: 20px;
  }
    footer .top h4 span {
      float: none !important;
      display: inline !important;
      margin: 0 -3px;
    }

  footer .top h5 span {
    display: none !important;
  }

  footer .info {
    font-size: 0.7em;
  }

  #email-newsletter {
    display: block;
    margin-top: 30px;
  }

}

/*========================================================

+ Home

========================================================*/

#home {

}
  #home .hero {
    padding-top: 150px;
    margin-top: -150px;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

    #home .hero .slide {
      box-shadow: 0 0 20px rgba(0,0,0,0.5);
      cursor: pointer;
      overflow: hidden;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%; height: 100%;
      z-index: 10;

      -webkit-tap-highlight-color: transparent;
      -webkit-transform: translate3d(0,0,0);

      -webkit-transition: margin-left 300ms ease-out, -webkit-transform 300ms ease-out;
      transition: margin-left 300ms ease-out, transform 300ms ease-out;
    }

      #home .hero .slide * {
        position: relative;
        z-index: 10;
        -webkit-backface-visibility: hidden;
      }

      #home .hero .slide .overlay {
        background: #000;
        opacity: 0.3;
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        z-index: 0;
      }
        #home .hero.loaded .slide:hover .overlay {
          opacity: 0.5;
        }


      #home .hero .slide .foreground {
        position: absolute;
        top: 50%; left: 50%;
        z-index: 1000;
      }

        /* Tagline */
        #home .hero .slide .foreground h2  {
          opacity: 0;
          position: relative;
          top: 10px;

          -webkit-transform: translate3d(0,0,0);
        }

        /* Foreground Image */
        #home .hero .slide .foreground .image {
          margin: 20px auto 0;
          opacity: 0;
          top: 40px;
          position: relative;
          max-width: 300px;

          -webkit-transform: translate3d(0,0,0);
        }
          /* Foreground Image Circle Link */
          #home .hero .slide .foreground a.circle-link {
            position: absolute;
            top: 10px; right: 20px;
            z-index: 100;
          }

          @media (min-height: 650px) {
            #home .hero .slide .foreground .image {
              max-width: 350px;
            }
          }

          @media (min-height: 800px) {
            #home .hero .slide .foreground .image {
              max-width: 500px;
            }
          }


      /* Vertical Title */
      #home .hero .slide .title {
        top: 0; right: 0;
        opacity: 0;
        position: absolute;
        height: 100%;
        white-space: nowrap;
        padding-right: 50px;
        transition: opacity 1.5s ease-out;
        z-index: 5;

        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
      }

        #home .hero.loaded .slide .title {
          opacity: 1;
        }

        @media (max-width: 1000px) {
           #home .hero .slide .title {
            padding-right: 40px;
           }
        }

        #home .hero .slide .title h4 {
          margin: 0; padding: 0;
          position: relative;
          top: 50%;
          width: 100%; height: 25px;

          -webkit-transform: rotate(90deg) translateY(50%);
          -moz-transform: rotate(90deg) translateY(50%);
          -ms-transform: rotate(90deg) translateY(50%);
          -o-transform: rotate(90deg) translateY(50%);
          transform: rotate(90deg) translateY(50%);

          -webkit-backface-visibility: hidden;
        }

    /* Active Slide */
      #home .hero .slide.active {
        cursor: default !important;
      }

        #home .hero .slide.active .overlay {
          opacity: 0.05 !important;
        }

        #home .hero .slide.active h2,
        #home .hero .slide.active .image {
          opacity: 1;
          top: 0;

          -webkit-transform: translate3d(0,0,0);
          transition: opacity 0.3s ease-out, top 0.3s ease-out;
        }

        #home .hero .slide.active .title {
          opacity: 0;
          transition-duration: 0.2s;

          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

@media (min-width: 40.063em) and (max-width: 64.063em) {
  #home .hero .slide .foreground {
    width: 400px;
  }
}

/** MOBILE **/
@media (max-width: 40.063em) {

  #home .hero {
    min-height: 0;
  }
    #home .hero .slide h2 {
      font-size: 1.5em;
      margin-top: -70px;
      margin-bottom: -20px;
    }

    #home .hero .slide .foreground {
      width: 220px;
    }

    #home .hero .slide .title {
      opacity: 0;
    }
}

/*========================================================

+ About

========================================================*/
#about {

}
  #about .page-title {
    padding-bottom: 80px;
  }
  	#about .page-title .mid-text {
	  	max-width: 950px;
  	}

  #about img.image, #about .images img, #about .image img, #about .video {
    border: 10px #FFF solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  /* Our Story */
  #about .thirty-seven {
    padding-top: 50px;
    padding-bottom: 80px;
  }
    #about .thirty-seven .images {
      position: relative;
    }
      #about .thirty-seven .images img {
        border: 10px #FFF solid;
        position: absolute;
        z-index: 10;
      }

      #about .thirty-seven .images img:last-child {
        top: 70px; right: -60%;
        z-index: 5;

        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
      }

  #about .sixties {
    text-align: left;
    padding: 329px 0 120px;
  }

    #about .sixties p {
      font-size: 1.2em;
    }

  #about .today {
    padding-top: 80px;
    padding-bottom: 60px;
  }

    #about .today .image {
      border: 10px #FFF solid;
      margin-top: -160px;
    }

  /* Our Passion */
  #about .our-passion {
    position: relative;
  }
    #about .our-passion .sub-title{
      position: absolute;
      top: 0; left: 0;
      z-index: 100;
      width: 100%;
    }

  #about .better {
    color: #FFF;
    padding: 120px 0 97px;
    text-align: center;
  }

    #about .better .mid-text {
      margin: 2em auto;
    }

  #about .gmo {
    padding-top: 50px;
    padding-bottom: 50px
  }

    #about .gmo .video {
      margin-top: -90px;
    }

      #about .gmo .video .full-bg {
        cursor: pointer;
        position: absolute;
        top: 0; left: 0;
        z-index: 100 !important;
        width: 100%; height: 100%;
      }

      #about .gmo .video .play {
        opacity: 0.6;
        position: absolute;
        top: 50%; left: 50%;
        margin-left: -25px; margin-top: -25px;
      }

        #about .gmo .video:hover .play {
          opacity: 1;
        }

  /* Sustainability */
  #about .sustainability {
  }
    #about .sustainability .full-bg {
      padding: 120px 0;
    }

    #about .sustainability .row {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    #about .sustainability .image {
      margin-top: -100px;
    }
      #about .sustainability .image .circle-link {
        margin-top: -60px;
      }

  /* Whole Grains */
  #about .whole-grains {
    padding: 94px 0 140px;
  }

    #about .whole-grains img {
        margin-bottom: 2em;
    }

  /* Food Safety */
  #about .food-safety {
    padding-top: 80px;
    padding-bottom: 80px;
  }
    #about .food-safety .images {
      position: relative;
      height: 120px;
    }
      #about .food-safety .images .circle-link {
        position: absolute;
        top: -195%; left: 45%;
        z-index: 20;
      }

      #about .food-safety .images img {
        position: absolute;
        top: -110%;
        right: -10%;
        z-index: 10;
        width: calc(100% - 52px);
      }

      #about .food-safety .images img:last-child {
        top: -180%;
        right: -50%;
        z-index: 5;
        -webkit-transform: rotate(8deg);
      }

/** TABLET **/
@media (min-width: 40.063em) and (max-width: 64.063em) {

  #about .thirty-seven {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  #about .sixties {
    padding: 150px 0 50px;
  }

  #about .today {
    padding-top: 60px;
    padding-bottom: 50px;
  }

    #about .today .image {
      margin-top: -80px;
    }

  #about .better {
    padding: 125px 0 75px;
  }

  #about .gmo {
    padding-top: 50px;
    padding-bottom: 40px
  }

    #about .gmo .video {
      margin-top: 10px;
    }

  #about .sustainability .full-bg {
    padding: 100px 0 80px;
  }

  #about .sustainability .row {
      padding-bottom: 30px;
    }

    #about .sustainability .image {
      margin-top: -70px
    }

  #about .whole-grains {
    padding: 70px 0 150px;
  }

  #about .food-safety {
    padding: 50px 0 40px;
  }

  #about .food-safety .images {
    margin-top: 60px;
  }
}

/** MOBILE **/
@media (max-width: 40.063em) {

  #about .page-title {
    padding-bottom: 20px;
  }

  #about .thirty-seven .images {
    margin-top: 20px;
    margin-bottom: -100px;
  }

    #about .thirty-seven .images img {
      position: relative;
      z-index: 10;
    }

      #about .thirty-seven .images img:first-child {
        left: -20%;
        -webkit-transform: rotate(-6deg);
      }

      #about .thirty-seven .images img:last-child {
        position: absolute;
      }

  #about .sixties {
    padding-top: 150px;
  }

  #about .today {
    padding-bottom: 30px;
  }
    #about .today h3 {
      margin-top: 30px;
    }

  #about .better {
    padding: 100px 0 75px;
  }

  #about .gmo .video {
    margin-top: 0;
  }

  #about .sustainability .full-bg {
    padding: 60px 0 70px;
  }

  #about .whole-grains {
    padding: 75px 0 75px;
  }

  #about .food-safety {
    padding-top: 75px;
  }

  #about .food-safety .images {
    margin-top: 30px;
    height: auto;
  }

    #about .food-safety .images .circle-link {
      top: 0;
    }

    #about .food-safety .images img {
      position: relative;
    }

      #about .food-safety .images img:first-of-type {
        left: -30%;
        right: auto;
        -webkit-transform: rotate(-4deg);
      }

      #about .food-safety .images img:last-child {
        position: absolute;
        top: 10%;
        right: -20%;
      }
}

/*========================================================

+ Products

========================================================*/
#products {

}
  /* Page Title / Featured Product */
  #products .page-title {
    text-align: left;
  }
    #products .page-title .row {
      position: relative;
    }

    #products .page-title .image {
      position: absolute;
        bottom: 0;
    }
      #products .page-title .image img {
        margin-bottom: 0;
        width: 120%
      }

    #products .page-title h2 {
      margin-top: 2em;
    }

    #products .page-title p {
      font-size: 1.2em;
    }

  /* Product Sections */
  #products .section {
    background-color: #E5E1D9 !important;
    overflow: hidden;
    position: relative;
    text-align: left;
  }
    #products .section .sub-title {
      position: absolute;
      top: 0;
      width: 100%;
    }

     #products .section .row {
      padding: 125px 0 75px;
      position: relative;
     }

     #products .section .button {
      margin-top: 1em;
     }

     #products .section .image {
      position: absolute;
      bottom: 0;
      max-height: 100%;
     }

      #products .section .image .circle-link {
        position: absolute;
        top: 10%;
        z-index: 50;
      }

      #products .section .image img {
        max-width: none;
        width: 150%;
      }

     #products .section .image.right {
      right: 0;
     }
      #products .section .image.right img {
        float: left;
      }

     #products .section .image.left {
      left: 0;
     }
      #products .section .image.left img {
        float: right;
      }

/** TABLET **/
@media (min-width: 40.063em) and (max-width: 64.063em) {
  #products .page-title h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}

/** MOBILE **/
@media (max-width: 40.063em) {

  #products .page-title h2 {
    margin-top: 0;
  }

  #products img {
    display: none;
  }
}

/*========================================================

+ Product Category

========================================================*/
#products-category {
}
  #products-category .products .section {
    padding-bottom: 50px;
  }

  #products-category .products .section .sub-title {
    margin-bottom: 25px;
  }

  #products-category .no-match {
    opacity: 0.75;
    text-align: center;
    padding: 100px 0 75px;
  }

@media (min-width: 40.065em) and (max-width: 61.25em) {
  #products-category .filter-bar h4 {
    display: block;
    margin-bottom: 10px;
  }

  #products-category .filter-bar > * {
    margin: 5px;
  }
}


/*========================================================

+ Single Product

========================================================*/
#product {

}
  #product .page-title {
    padding: 250px 0 150px;
  }

  #product .sub-title a:hover {
	  color: #52B5E1 !important;
  }

  #product .product-image {
    background: url(-/img/rice-light.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
    text-align: center;
  }
    #product .product-image img {
      display: block;
      margin: 20px auto 10px;
    }

    #product .product-image .sizes span {
      margin: 0 3px;
    }

  #product .information {
    padding: 0 0 60px;
  }
    #product .information .sub-title {
      margin-bottom: 50px;
    }

    #product .information .button {
		margin-bottom: 20px;
		display: block;
    }

    /** DESCRIPTION **/
    #product .information .description {
      margin-bottom: 2em;
    }
      #product .information .description p  {
        font-size: 1.5em;
      }

      #product .information .description h5 {
        margin-top: 2em;
        margin-bottom: 1em;
      }

      #product .information .description ul li {
        list-style-type: disc;
        display: list-item;
      }

    /** SOCIAL BUTTONS **/
    #product .information .social {
    	margin-top: 40px;
    }
      #product .information .social h4 {
        margin-bottom: 1em;
      }
      #product .information .social .button {
	    display: inline-block;
        font-size: 0.7em;
        font-weight: 800;
      }

    /** COOKING INSTRUCTIONS **/
    #product .information .cooking-instructions {
    }
      #product .information .cooking-instructions strong {
          display: block;
          margin-bottom: -1em;
      }

    /** PROUCT SPECIFICATIONS **/
    #product .information .product-specifications {
      margin-top: 2em;
    }
      #product .information .product-specifications .images {
        margin: 20px -10px 0;
        overflow: hidden;
        width: auto;
      }

      #product .information .product-specifications img {
        float: left;
        opacity: 0.3;
        margin-top: -4px;
        padding: 0 2%;
        width: 33%;
      }

      #product .information .product-specifications .whole-grain {
        display: inline-block;
        position: relative;
        float: left;
        padding: 0 2%;
        width: 33%;
      }
        #product .information .product-specifications .whole-grain span {
          opacity: 0.8;
          font-weight: bold;
          font-size: 6px;
          position: absolute;
          bottom: 31%;
          left: 30%;
        }

        #product .information .product-specifications .whole-grain img {
          float: none;
          padding: 0;
          width: 100%;
        }

	 /** MEASUREMENT CHART **/
    #product .information .measurement-chart {

    }
    	#product .information .measurement-chart h4 {
	    	margin-bottom: 10px;
    	}

    	#product .information .measurement-chart .section {
	    	margin: 20px 0 5px;
    	}
    		#product .information .measurement-chart .section:first-of-type {
	    		margin-top: -5px;
    		}

    	#product .information .measurement-chart .serving-size {
	    	color: #52B5E1;
    	}

    	#product .information .measurement-chart .titles,
    	#product .information .measurement-chart .amounts {
    		overflow: hidden;
    	}

    	#product .information .measurement-chart .titles {
	    	border-top: 1px #6D6E71 solid;
	    	border-bottom: 1px #6D6E71 solid;
	    	font-size: 0.9em;
	    	padding: 5px 0 6px;
    	}
    		#product .information .measurement-chart .titles h6 {
	    		font-weight: 700;
	    		letter-spacing: 0.5px;
	    		margin: 0; padding: 0;
    		}

    	#product .information .measurement-chart .amounts {
	    	padding-top: 5px;
    	}

    		#product .information .measurement-chart .titles div,
			#product .information .measurement-chart .amounts div {
				float: left;
				text-align: center;
				width: 33.333%;
			}

	/** INGREDIENTS **/
    #product .information .ingredients {
	    margin-bottom: 20px;
    }

  #product .recipes {

  }
    #product .recipes:before {
      background: #000;
      content: "";
      opacity: 0.3;
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
    }

    #product .recipes a {
      color: #FFF;
    }
      #product .recipes a:hover {
        color: #52B5E1 !important;
      }

  #product #product-carousel-inactive {
    overflow: hidden;
  }

  /** FIND PRODUCT **/
  #product .find-product .row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /** TABLET **/
  @media (max-width: 64.063em) {

      #product .information .description .social .button {
        width: 100%;
        margin-bottom: 10px;
      }
  }

  /** MOBILE **/
  @media (max-width: 40.063em) {
    #product .page-title {
      padding: 100px 0 30px;
    }

    #product .information {

    }
      #product .information .columns {
        margin-bottom: 30px;
      }

      #product .information .nutritional-facts {
        margin-top: 10px;
      }
  }

/*========================================================

+ Recipes Page

========================================================*/
#recipes {

}
  #recipes .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
    #recipes .page-title p {
      font-size: 1.2em;
    }

    #recipes .page-title .row {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    #recipes .page-title .columns {
      position: relative;
    }

    #recipes .page-title .circle-link {
      position: absolute;
      top: 0;
      right: -50px;
    }

  #recipes .section {

  }
    #recipes .section ul {
      margin: 50px 0;
    }

  #recipes .no-match {
    opacity: 0.75;
    text-align: center;
    padding: 100px 0 100px;
  }

/** TABLET **/
@media (min-width: 40.063em) and (max-width: 64.063em) {
  #recipes .page-title .row {
    padding-top: 0;
  }
}

/** MOBILE **/
@media (max-width: 40.063em) {
  #recipes .page-title .row {
    padding-top: 0;
    padding-bottom: 20px;
  }

  #recipe .page-title {
    padding: 100px 0 30px;
  }

  #recipe .quick-information .row {
    padding: 20px 20px !important;
  }

  #recipe .quick-information .row div {
    margin: 10px 0;
    width: 30%;
  }

  #recipe .recipe > .row {
    padding: 20px 0 !important;
  }
    #recipe .recipe .columns {
      margin-bottom: 30px;
    }

    #recipe .recipe .nutritional-facts {
      margin-top: 10px;
    }
}

/*========================================================

+ Single Recipe

========================================================*/
#recipe {

}
  #recipe .page-title {
    padding: 250px 0 150px;
  }

  /** QUICK INFORMATION **/
  #recipe .quick-information {
    text-align: center;
  }
    #recipe .quick-information .row {
      padding: 50px 0;
    }

    #recipe .quick-information .row div {
      display: inline-block;
      width: 15%;
    }

    #recipe .quick-information h6 {
      margin: 0;
    }

    #recipe .quick-information img {
      margin: 5px 0;
      -webkit-backface-visibility: hidden;
    }

  /** RECIPE **/
  #recipe .recipe {

  }
    #recipe .recipe h4 {
      margin-bottom: 1em;
    }

    #recipe .recipe > .row {
      padding-top: 50px;
      padding-bottom: 50px;
    }

  /** SOCIAL BUTTONS **/
  #recipe .social {
  }
    #recipe .social h4 {
      margin-top: 2em;
      margin-bottom: 1em;
    }
    #recipe .social .button {
      font-size: 0.7em;
      font-weight: 800;
    }

  /** RECIPE SUGGESTIONS **/
  #recipe .recipes {

  }
    #recipe .recipes:before {
        background: #000;
        content: "";
        opacity: 0.3;
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
      }

       #recipe .recipes a {
        color: #FFF;
      }
         #recipe .recipes a:hover {
          color: #52B5E1 !important;
        }

/** MOBILE **/
@media (max-width: 40.063em) {
  #recipe .page-title {
    padding: 100px 0 30px;
  }

  #recipe .quick-information .row {
    padding: 20px 20px !important;
  }

  #recipe .quick-information .row div {
    margin: 10px 0;
    width: 30%;
  }

  #recipe .recipe > .row {
    padding: 20px 0 !important;
  }
    #recipe .recipe .columns {
      margin-bottom: 30px;
    }

    #recipe .recipe .nutritional-facts {
      margin-top: 10px;
    }
}


/*========================================================

+ Where to Buy

========================================================*/
#where-to-buy {
	padding-bottom: 50px;
}
	#where-to-buy .page-title {
		border-bottom: 10px #FFF solid;
	}
		#where-to-buy .page-title h2 {
			padding: 60px 0 65px;
			}

	#where-to-buy .content iframe {

	}


/*========================================================
==========================================================

+ Info Pages

========================================================
========================================================*/
.info-header {

}
  .info-header .nav {
    background: #C9BFAA;
    margin-top: 165px;
    text-align: center;
  }
    .info-header .nav a {
      border-bottom: 5px transparent solid;
      color: #FFF;
      display: inline-block;
      margin: 0 25px;
      letter-spacing: 1px;
      padding: 20px 0 15px;
      font-weight: 800;
      text-shadow: none;
      text-transform: uppercase;
    }
      .info-header .nav a.current {
        cursor: default;
        color: #FFF !important;
        border-color: #E5E1D9;
      }

.info-content {

}
  .info-content a {
    color: #52B5E1;
  }

  .info-content a.button {
    color: #FFF;
  }

  .info-content .mid-text h2 {
    margin: 0;
    padding: 50px 0;
    text-align: center;
  }

  .info-content .sidebar {
  }
    .info-content .sidebar h4 { margin-top: 2em; }
    .info-content .sidebar h4:first-child { margin-top: 0 }

    .info-content .sidebar a {
      display: block;
      margin-bottom: 0.5em;
    }

    .info-content .sidebar .button {
      margin: 5px 0;
      text-align: center;
      width: 100%;
    }

  .info-content section {
  }
    .info-content .mid-text h2 {
      padding-bottom: 0;
    }

    .info-content section > .row {
      padding: 50px 0;
    }

    .info-content section .content h4 {
      color: #B6AE9B;
    }

/** TABLET **/
@media (min-width: 40.063em) and (max-width: 64.063em) {

  .info-header .nav a {
    font-size: 0.85em;
    margin: 0 13px;
  }

}

/** MOBILE **/
@media (max-width: 40.063em) {

  .info-header .nav {
    padding: 10px 0;
    margin-top: 105px;
    margin-left: -20px;
    margin-right: -20px;
  }

    .info-header .nav a {
      border: none;
      font-size: 0.85em;
      margin: 0 13px;
      padding: 10px 0;
    }
      .info-header .nav a.current {
        color: #625437 !important;
      }

  .info-content .columns {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}


/*========================================================

+ Info - Contact Page

========================================================*/
#contact {

}

  #contact .sidebar .google-map {
  	background: #FFF;
    border: 10px #FFF solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: block;
    margin-top: 2em;
    text-align: center;
  }

  #contact h2#mobile-label {
      display: none;
      margin-top: 30px;
      margin-bottom: 30px;
  }

  #contact form {

  }

    #contact form ul.error-list {
      background: #FFF;
      border: 2px red solid;
      margin: 0; padding: 20px;
    }
      #contact form ul.error-list h3, #contact form ul.error-list h4 {
        color: red;
        margin: 0 0 0.25em;
        padding: 0;
      }

      #contact form ul.error-list li {
        color: #222;
        margin: 0;
        padding-top: 5px;
      }

    #contact .response {
		background: #FFF;
		padding: 50px 20px;
		text-align: center;
    }
    	#contact .response .confirmation {
    		margin-top: 50px;
    		margin-bottom: 20px;
    	}
    		#contact .response .confirmation span {
	    		color: green;
    			font-family: sans-serif;
	    		font-weight: bold;
	    		letter-spacing: 1px;
    		}

    #contact form .category-data, #contact form .sub-category-data  {
      display: none;
    }

    #contact form h4 {
      padding: 1.5em 0 0.5em;
    }
      #contact form h4:first-child {
        padding-top: 0;
      }

    #contact form p {
      color: #B6AE9B;
      margin: 0;
    }

    #contact form label {
      display: block;
      font-size: 0.9em;
      letter-spacing: 1px;
      margin-bottom: 5px;
      font-weight: 600;
      text-transform: uppercase;
    }
      #contact form label.error {
        color: red;
        margin-top: -20px;
        margin-bottom: 20px;
      }
      #contact form label.error.valid {
        color: green;
      }

	#contact form select {
		margin-top: -50px;
	}

	#contact form .custom-select.open {
		z-index: 1000 !important;
	}
	    #contact form .custom-select ul {
	      margin: 0;
	      width: 100%;
	    }
	      #contact form .open.custom-select ul {
	        margin-top: 1px;
	        max-height: 245px;
	        overflow: auto;
	        overflow-x: hidden;
	      }

    #contact form input.text, #contact textarea, #contact form .custom-select {
      background: #FFF;
      border: none;
      margin-bottom: 20px;
      width: 100%;
    }

    #contact form input.text, #contact textarea {
      border: 1px #FFF solid;
      outline: none;
    }
      #contact form input.text:focus, #contact textarea:focus {
        border-color: #52B5E1;
      }

    #contact form .custom-select {
      color: #52B5E1;
      padding: 10px 15px;
    }

    #contact form input.text, #contact form textarea {
      font-size: 1.2em;
      padding: 10px;
    }

    #contact .tooltip {
      color: #FFF;
      position: relative;
      top: -2px;
      vertical-align: middle;
    }
      #contact .tooltip .q {
        background: #52B5E1;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
        line-height: 1;
        padding: 1px;
        position: relative;
        text-align: center;
        width: 17px; height: 17px;
        z-index: 110;
      }

      #contact .tooltip a {
	      color: #FFF;
	      border-bottom: 1px #FFF solid;
      }
      	#contact .tooltip a:hover {
	      	opacity: 0.7;
      	}

      #contact .tooltip .text {
        background: #52B5E1;
        display: none;
        margin-left: -100px;
        opacity: 0.9;
        padding: 15px;
        font-size: 0.9em;
        position: absolute;
        bottom: 25px; left: 50%;
        text-align: center;
        width: 200px;
        z-index: 100;
      }
        #contact .tooltip .text:after {
          background: inherit;
          content: "";
          position: absolute;
          bottom: -5px;
          left: 50%;
          margin-left: -10px;
          width: 20px; height: 20px;
          z-index: -1;

          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
		  transform: rotate(45deg);
        }

      #contact .tooltip:hover, #contact .tooltip.hover {
        z-index: 200;
      }
        #contact .tooltip:hover .text, #contact .tooltip.hover .text {
          display: block;
        }

    #contact form .product-info {
      border: 1px #B6AE9B solid;
      padding: 25px;
      display: none;
    }
      #contact form .product-info h4 {
        padding-top: 0;
      }

      #contact form .product-info p {
        padding-bottom: 0.75em;
      }

      #contact form .product-info .product-name-container {
	      display: none;
      }
      	#contact form .product-info .product-name-container.active {
	      	display: block;
      	}

	  #contact form .product-info #product-name-other {
		  display: none;
	  }

      #contact form .product-info .files:last-child {
        margin-bottom: 0;
      }

      #contact form .product-info .receipt {
	      display: none;
	      padding-bottom: 20px;
      }

    #contact form .files {
      overflow: hidden;
      margin-bottom: 20px;
    }

      #contact form .files .file {
        border: 1px #B6AE9B solid;
        clear: both;
        padding: 10px;
        margin-bottom: 5px;
        position: relative;
      }
        #contact form .files .file .error {
          color: red;
          margin-bottom: 5px;
          margin-top: 10px;
        }

        #contact form .files .file input {
          display: block;
        }

        #contact form .files .file .remove {
          border-radius: 0;
          position: absolute;
          top: 0; right: 0;
          font-size: 20px;
          line-height: 200%;
          padding: 0 15px;
          width: auto; height: 100%;
        }

        #contact form .files .file:first-child .remove {
          display: none;
        }

      #contact form .files .add {
        clear: both;
        display: block;
        float: left;
      }

  #contact form .code {
  }
      #contact .recaptchatable #recaptcha_response_field {
	      max-width: 100%;
      }

  #contact form .submit {
    border: none;
    font-size: 1.2em;
    margin-top: 20px;
    padding-bottom: 0.7em;
  }

  @media (min-width:40.063em) and (max-width: 64.063em) {
	#contact form .row {
		margin: 0;
    }
    	#contact form .row .columns {
    		padding: 0;
    	}
  }

  /** MOBILE **/
  @media (max-width: 40.063em) {

  	#contact form .row,
  	#contact form .row .columns {
  		margin-top: 0 !important;
	  	margin-bottom: 0 !important;
	  	padding: 0;
  	}

    #contact h2#mobile-label {
      display: block;
    }

    #contact form .code .image, #contact form .code input {
      max-width: 100%;
    }

  }


/*========================================================

+ Info - Media Center Page

========================================================*/
#media-center {

}

  #media-center .notable-mentions {
    padding-right: 50px;
  }
    #media-center .notable-mentions a {
      display: block;
      opacity: 0.5;
      margin-bottom: 15px;
    }
      #media-center .notable-mentions a:hover {
        opacity: 0.8;
      }

  #media-center .facts {
  }
    #media-center .facts .fact {
      padding-left: 30px;
      margin-bottom: 25px;
      width: 30%;
    }

    #media-center .facts .grid-sizer {
      margin: 0;
      padding: 0;
      width: 30%;
    }

    #media-center .facts .gutter-sizer {
      width: 5%;
    }

  #media-center .press-releases {

  }
    #media-center .press-releases h4 { margin-top: 2em }
    #media-center .press-releases :first-child h4 { margin-top: 0 }

    #media-center .press-releases h5 {
      margin-top: 1.5em;
    }

/** MOBILE **/
@media (max-width: 40.063em) {
  #media-center .press-releases a {
    display: block;
    margin: 10px auto;
    max-width: 200px;
  }
}

/*========================================================

+ Info - Employment Page

========================================================*/
#employment {
}

  #employment .title .mid-text {
    padding-top: 15px;
    padding-bottom: 60px;
  }

  #employment .mid-text h2 {
    letter-spacing: 0.15em;
    margin-bottom: 0.75em;
  }

  #employment .title .mid-text .circle-link {
    margin-top: 30px;
  }

  #employment .benefits {
    text-align: center;
  }

    #employment .benefits img.icon {
      display: block;
      border-radius: 50%;
      margin: 0 auto;
    }

    #employment .benefits .row h4 {
      color: #B6AE9B;
      margin: 35px 0;
    }

  #employment .location {
  }

    #employment .location .images {
      position: relative;
    }
      #employment .location .images img {
        position: absolute;
        top: -50px;
        left: -200px;
        z-index: 5;

        -webkit-transform: rotate(4deg);
      }
        #employment .location .images img:first-child {
          top: 50px;
          left: -50px;
          z-index: 10;
        }

        #employment .location .images img:last-child {
          -webkit-transform: rotate(-4deg);
        }

    #employment .location h2 {
      margin-bottom: 1em;
    }

    #employment .location .row h4 {
      color: #B6AE9B;
      margin: 0 0 25px;
      width: 80%;
    }

  #employment .application {

  }
    #employment .application h5 {
      color: #B6AE9B;
      margin-top: 0.75em;
      margin-bottom: 0;
    }

    #employment .application h5:first-child {
      margin-top: 0;
    }

  #employment .opportunities {

  }
    #employment .opportunities .sidebar a {
      display: block;
      margin-top: 5px;
    }

    #employment .opportunities .opening {
      margin-bottom: 50px;
    }

  /** MOBILE **/
  @media (max-width: 40.063em) {

    #employment .title .mid-text {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    #employment .title h1 {
      font-size: 2.5em;
    }

    #employment .title .mid-text .circle-link {
      margin-top: 20px;
    }

    #employment .button {
      width: 100%;
    }

    #employment .location .images {
      margin-bottom: -10px;
    }
      #employment .location .images img:first-child {
        position: relative;
        top: -20px;

        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        transform: rotate(-5deg);
      }

      #employment .location .images img:last-child {
        left: auto;
        right: -30%;
      }

  }


/*========================================================

+ Info - FAQ Page

========================================================*/
#faq {

}

  #faq .titles {
    position: relative;
    min-height: 350px;
  }

    #faq .titles .sub-title {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      z-index: 10;
    }

    #faq .titles .title {
      opacity: 0;
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;

      transition: all 0.2s ease-out;
    }

      #faq .titles .title.active {
        opacity: 1
      }

      #faq .titles .title h1 {
        margin-top: 170px;
      }

  #faq .content {
    display: none;
  }
    #faq .content.active {
      display: block;
    }

    #faq .content .question {
      margin-bottom: 25px;
    }

      #faq .content .question h4 {
        margin-bottom: 1em;
      }

      #faq .content .question .read-more {
        font-weight: 600;
        text-transform: uppercase;
      }

      #faq .content .question .more-answer {
        display: none;
      }

/** MOBILE **/
@media (max-width: 40.063em) {

  #faq .filter-bar {
    padding: 0;
  }

  #faq .titles {
    min-height: 250px;
  }
    #faq .titles .title h1 {
      margin-top: 100px;
    }

}

/*========================================================

+ Info - Doing Business Page

========================================================*/
#doing-business {
  padding-bottom: 50px;
}
  #doing-business .sidebar h4 {
    margin-bottom: 1em;
  }


/*========================================================

+ Info - Arsenic Resources

========================================================*/
#arsenic-resources {

}
  #arsenic-resources .category {
    margin-bottom: 3em;
  }

  #arsenic-resources .content a {
    display: block;
    margin-bottom: 0.5em;
  }

#arsenic-testing-results h2 {
  
    margin-bottom: 25px;
  
}

#arsenic-testing-results p {
  font-size: .9em;
}

/*========================================================

+ Info - Arsenic Resources

========================================================*/
#fourofour {
  padding: 250px 0 150px;
}
  #fourofour p a {
    color: #52B5E1;
  }
    #fourofour p a:hover {
      color: #FFF !important;
    }


/*========================================================

+ Info - Recalls

========================================================*/
#recalls {

}
  #recalls .page-title {
    margin-bottom: -25px;
    padding-bottom: 10px;
  }

  #recalls section {
    margin-top: 25px;
    padding-bottom: 75px;
  }

  #recalls .row {
    padding-top: 75px;
  }

  #recalls .row img {
    display: block;
    min-width: 50%;
    margin-bottom: 25px;
  }



.video-player .video {
  margin-top: -90px;
}

.video-player .video.placed {
  margin-top: 0px;
  margin-bottom: 15px;
  border: 10px solid #fff;
}

  .video-player .video .full-bg {
    cursor: pointer;
    position: absolute;
    top: 0; left: 0;
    z-index: 100 !important;
    width: 100%; height: 100%;
  }

  .video-player .video .play {
    opacity: 0.6;
    position: absolute;
    top: 50%; left: 50%;
    margin-left: -25px; margin-top: -25px;
  }

    .video-player .video:hover .play {
      opacity: 1;
    }

/*========================================================

+ Modal Windows

========================================================*/

/*
 *  Remodal - v1.0.2
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}



/* Default theme
/*
 *  Remodal - v1.0.2
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(255, 255, 255, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(44,44,44,0.125);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  background: #EF7160;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #fff;
  border: 0;
  outline: 0;
}

.remodal-close:hover {
  color: rgba(255,255,255,0.3);
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
