	/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  text-decoration: none; }

a:focus {
  outline: 0; }

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

input:focus, textarea:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

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

::selection {
  background: gray;
  color: yellow;
  text-shadow: none; }

::-webkit-selection {
  background: gray;
  color: yellow;
  text-shadow: none; }

::-moz-selection {
  background: gray;
  color: yellow;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.grecaptcha-badge {
  visibility: collapse !important; }

html, body {
  height: 100%;
  width: 100%; }

body {
  font: 400 20px/1.3 'neuzeit_grotesk', sans-serif;
  color: #5E514D;
  position: relative; }

.wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden; }

main {
  position: relative;
  min-height: 100%;
  width: 100%; }

section {
  position: relative;
  width: 100%;
  height: auto; }

.wp-block-spacer {
  width: 100%; }

.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-width: 1045px;
  margin: 0px auto;
  padding: 45px 25px 30px 25px; }

a {
  color: #5E514D;
  text-decoration: none;
  letter-spacing: 1; }

h1, h2, h3, h4, h5 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  width: 100%; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 30px;
  font-weight: 400; }

h4 {
  font-size: 20px;
  font-weight: 400; }

ul li {
  position: relative; }

hr {
  background: #5E514D;
  margin: 0;
  text-align: left;
  border: 0;
  width: 100%;
  height: 2px; }

.button {
  position: relative;
  font: 400 18px/1 'neuzeit_grotesk', sans-serif;
  text-transform: uppercase;
  background: #008FDE;
  border: 2px solid #008FDE;
  color: white;
  padding: 14px 40px 12px 40px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .button a {
    color: white;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .button:hover {
    background: white;
    color: #008FDE; }
    .button:hover a {
      color: #008FDE; }

.outlined-button {
  background: white;
  border: 2px solid #5E514D;
  color: #5E514D; }
  .outlined-button a {
    color: #5E514D; }
  .outlined-button:hover {
    background: #5E514D;
    border: 2px solid white;
    color: white; }

.background-image-section {
  background: no-repeat center center;
  background-size: cover; }

.hero-section {
  height: 400px; }
  .hero-section .content {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.find-section .content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px; }

.find-section h2 {
  color: white;
  text-align: center; }

.find-section .button {
  background: none;
  border: 1px solid white;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px 18px 10px;
  margin-top: 30px;
  margin-bottom: 20px; }
  .find-section .button span {
    display: block;
    margin-right: 60px; }

.find-section .find-logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%; }

.find-section .single-logo {
  width: auto;
  height: auto; }

@media screen and (max-width: 1024px) {
  .hero-section {
    height: 300px; } }

@media screen and (max-width: 767px) {
  .hero-section {
    height: 300px; }
  .find-section .find-logo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    margin-top: 20px; }
  .find-section .single-logo {
    min-width: 30px;
    margin: 8px 5px;
    width: auto;
    height: auto; } }

.four-oh-four-page .content {
  padding: 45px 25px 85px 25px; }

.four-oh-four-page h1, .four-oh-four-page h3 {
  margin: 0.2em 0em; }

.four-oh-four-page .button {
  margin-top: 40px; }

.about-page .content {
  padding-top: 70px;
  padding-bottom: 90px; }

.about-page .left-half, .about-page .right-half {
  position: relative; }

.about-page .hero-section h1 {
  color: white; }

.about-page h2 {
  width: calc(100% - 40px);
  padding-top: 30px;
  border-top: 2px solid #5E514D;
  margin-bottom: 30px; }

.about-page p {
  margin: 0; }

.about-page .button {
  margin-top: 50px;
  display: inline-block; }

.about-page .story-section {
  background: rgba(14, 18, 37, 0.06);
  height: 365px; }
  .about-page .story-section .watermark {
    position: absolute;
    top: 55px;
    left: 0;
    height: calc(100% - 50px);
    margin-left: 50%; }
  .about-page .story-section .food-image {
    position: absolute;
    bottom: -61px;
    right: 60px;
    width: auto;
    height: 500px; }

.about-page .process-section {
  height: 100%;
  min-height: 450px; }
  .about-page .process-section .content {
    padding-top: 0px;
    padding-bottom: 0px; }
  .about-page .process-section .background-image-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
  .about-page .process-section h2 {
    width: 100%; }
  .about-page .process-section .right-half {
    padding-top: 70px;
    padding-left: 80px;
    padding-bottom: 90px; }

.about-page .mission-section {
  background: #008FDE;
  color: white;
  height: 440px; }
  .about-page .mission-section .watermark {
    position: absolute;
    top: 50px;
    height: calc(100% - 50px);
    right: 0;
    margin-right: 50%; }
  .about-page .mission-section h2 {
    color: white;
    border-color: white; }
  .about-page .mission-section .right-half {
    padding-right: 50px; }

.about-page .news-section h2 {
  width: 100%;
  padding-top: 0px;
  border-top: 0px solid #5E514D;
  text-align: center;
  margin-bottom: 10px; }

.about-page .news-section .news-link {
  position: relative;
  font-weight: 800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .about-page .news-section .news-link:after {
    content: "";
    position: relative;
    left: 0;
    display: inline-block;
    border-right: 2px solid #5E514D;
    border-top: 2px solid #5E514D;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 10px;
    height: 10px; }
  .about-page .news-section .news-link:hover:after {
    left: -3px; }

.about-page .news-section .see-all-button {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1024px) {
  .about-page .story-section {
    height: auto; }
    .about-page .story-section .watermark {
      margin-left: 25%; }
    .about-page .story-section .food-image {
      right: -100px;
      bottom: -45px; }
  .about-page .process-section .right-half {
    padding-left: 40px; }
  .about-page .mission-section {
    height: auto; }
    .about-page .mission-section .watermark {
      margin-right: 20%; } }

@media screen and (max-width: 767px) {
  .about-page .story-section {
    height: auto; }
    .about-page .story-section .content {
      padding-top: 0; }
    .about-page .story-section .watermark {
      margin-left: 0%;
      height: auto;
      bottom: auto;
      top: 70px; }
    .about-page .story-section .food-image {
      position: relative;
      height: auto;
      width: 100%;
      right: 12px;
      bottom: 50px;
      margin-bottom: -50px; }
  .about-page .mission-section {
    height: auto; }
    .about-page .mission-section .watermark {
      margin-right: 0%;
      height: auto;
      bottom: 0;
      top: auto; }
  .about-page .process-section .background-image-section {
    position: relative;
    height: 300px;
    width: 100%; }
  .about-page .process-section .right-half {
    padding-left: 0px; } }



.c-block-fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-flex-center-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-flex-center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-flex-left-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-flex-left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-flex-right-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-flex-right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-width-0 {
  width: 0%; }

.c-width-1 {
  width: 1%; }

.c-width-2 {
  width: 2%; }

.c-width-3 {
  width: 3%; }

.c-width-3-3 {
  width: 3.333333%; }

.c-width-4 {
  width: 4%; }

.c-width-5 {
  width: 5%; }

.c-width-6 {
  width: 6%; }

.c-width-6-6 {
  width: 6.666666%; }

.c-width-7 {
  width: 7%; }

.c-width-8 {
  width: 8%; }

.c-width-9 {
  width: 9%; }

.c-width-10 {
  width: 10%; }

.c-width-11 {
  width: 11%; }

.c-width-12 {
  width: 12%; }

.c-width-13 {
  width: 13%; }

.c-width-14 {
  width: 14%; }

.c-width-15 {
  width: 15%; }

.c-width-16 {
  width: 16%; }

.c-width-17 {
  width: 17%; }

.c-width-18 {
  width: 18%; }

.c-width-19 {
  width: 19%; }

.c-width-20 {
  width: 20%; }

.c-width-21 {
  width: 21%; }

.c-width-22 {
  width: 22%; }

.c-width-23 {
  width: 23%; }

.c-width-24 {
  width: 24%; }

.c-width-25 {
  width: 25%; }

.c-width-26 {
  width: 26%; }

.c-width-27 {
  width: 27%; }

.c-width-28 {
  width: 28%; }

.c-width-29 {
  width: 29%; }

.c-width-30 {
  width: 30%; }

.c-width-31 {
  width: 31%; }

.c-width-32 {
  width: 32%; }

.c-width-33 {
  width: 33%; }

.c-width-33-3 {
  width: 33.3333333%; }

.c-width-34 {
  width: 34%; }

.c-width-35 {
  width: 35%; }

.c-width-36 {
  width: 36%; }

.c-width-37 {
  width: 37%; }

.c-width-38 {
  width: 38%; }

.c-width-39 {
  width: 39%; }

.c-width-40 {
  width: 40%; }

.c-width-41 {
  width: 41%; }

.c-width-42 {
  width: 42%; }

.c-width-43 {
  width: 43%; }

.c-width-44 {
  width: 44%; }

.c-width-45 {
  width: 45%; }

.c-width-46 {
  width: 46%; }

.c-width-47 {
  width: 47%; }

.c-width-48 {
  width: 48%; }

.c-width-49 {
  width: 49%; }

.c-width-50 {
  width: 50%; }

.c-width-51 {
  width: 51%; }

.c-width-52 {
  width: 52%; }

.c-width-53 {
  width: 53%; }

.c-width-54 {
  width: 54%; }

.c-width-55 {
  width: 55%; }

.c-width-56 {
  width: 56%; }

.c-width-57 {
  width: 57%; }

.c-width-58 {
  width: 58%; }

.c-width-59 {
  width: 59%; }

.c-width-60 {
  width: 60%; }

.c-width-61 {
  width: 61%; }

.c-width-62 {
  width: 62%; }

.c-width-63 {
  width: 63%; }

.c-width-64 {
  width: 64%; }

.c-width-65 {
  width: 65%; }

.c-width-66 {
  width: 66%; }

.c-width-66-6 {
  width: 66.666666%; }

.c-width-67 {
  width: 67%; }

.c-width-68 {
  width: 68%; }

.c-width-69 {
  width: 69%; }

.c-width-70 {
  width: 70%; }

.c-width-71 {
  width: 71%; }

.c-width-72 {
  width: 72%; }

.c-width-73 {
  width: 73%; }

.c-width-74 {
  width: 74%; }

.c-width-75 {
  width: 75%; }

.c-width-76 {
  width: 76%; }

.c-width-77 {
  width: 77%; }

.c-width-78 {
  width: 78%; }

.c-width-79 {
  width: 79%; }

.c-width-80 {
  width: 80%; }

.c-width-81 {
  width: 81%; }

.c-width-82 {
  width: 82%; }

.c-width-83 {
  width: 83%; }

.c-width-84 {
  width: 84%; }

.c-width-85 {
  width: 85%; }

.c-width-86 {
  width: 86%; }

.c-width-87 {
  width: 87%; }

.c-width-88 {
  width: 88%; }

.c-width-89 {
  width: 89%; }

.c-width-90 {
  width: 90%; }

.c-width-91 {
  width: 91%; }

.c-width-92 {
  width: 92%; }

.c-width-93 {
  width: 93%; }

.c-width-94 {
  width: 94%; }

.c-width-95 {
  width: 95%; }

.c-width-96 {
  width: 96%; }

.c-width-97 {
  width: 97%; }

.c-width-98 {
  width: 98%; }

.c-width-99 {
  width: 99%; }

.c-width-100 {
  width: 100%; }

@media screen and (max-width: 767px) {
  .c-width-0,
  .c-width-1,
  .c-width-2,
  .c-width-3,
  .c-width-3-3,
  .c-width-4,
  .c-width-5,
  .c-width-6,
  .c-width-6-6,
  .c-width-7,
  .c-width-8,
  .c-width-9,
  .c-width-10,
  .c-width-11,
  .c-width-12,
  .c-width-13,
  .c-width-14,
  .c-width-15,
  .c-width-16,
  .c-width-17,
  .c-width-18,
  .c-width-19,
  .c-width-20,
  .c-width-21,
  .c-width-22,
  .c-width-23,
  .c-width-24,
  .c-width-25,
  .c-width-26,
  .c-width-27,
  .c-width-28,
  .c-width-29,
  .c-width-30,
  .c-width-31,
  .c-width-32,
  .c-width-33,
  .c-width-33-3,
  .c-width-34,
  .c-width-35,
  .c-width-36,
  .c-width-37,
  .c-width-38,
  .c-width-39,
  .c-width-40,
  .c-width-41,
  .c-width-42,
  .c-width-43,
  .c-width-44,
  .c-width-45,
  .c-width-46,
  .c-width-47,
  .c-width-48,
  .c-width-49,
  .c-width-50,
  .c-width-51,
  .c-width-52,
  .c-width-53,
  .c-width-54,
  .c-width-55,
  .c-width-56,
  .c-width-57,
  .c-width-58,
  .c-width-59,
  .c-width-60,
  .c-width-61,
  .c-width-62,
  .c-width-63,
  .c-width-64,
  .c-width-65,
  .c-width-66,
  .c-width-66-6,
  .c-width-67,
  .c-width-68,
  .c-width-69,
  .c-width-70,
  .c-width-71,
  .c-width-72,
  .c-width-73,
  .c-width-74,
  .c-width-75,
  .c-width-76,
  .c-width-77,
  .c-width-78,
  .c-width-79,
  .c-width-80,
  .c-width-81,
  .c-width-82,
  .c-width-83,
  .c-width-84,
  .c-width-85,
  .c-width-86,
  .c-width-87,
  .c-width-88,
  .c-width-89,
  .c-width-90,
  .c-width-91,
  .c-width-92,
  .c-width-93,
  .c-width-94,
  .c-width-95,
  .c-width-96,
  .c-width-97,
  .c-width-98,
  .c-width-99,
  .c-width-100 {
    width: 100%; } }

.contact-options-section {
  margin-bottom: 80px;
  margin-top: 60px; }
  .contact-options-section .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.contact-form-half h2 {
  margin-bottom: 50px; }

.contact-form-half form {
  width: 100%; }
  .contact-form-half form p {
    margin-top: 0; }

.contact-form-half span {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }

.contact-form-half ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5E514D;
  font-size: 18px; }

.contact-form-half ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5E514D;
  font-size: 18px; }

.contact-form-half :-ms-input-placeholder {
  /* IE 10+ */
  color: #5E514D;
  font-size: 18px; }

.contact-form-half :-moz-placeholder {
  /* Firefox 18- */
  color: #5E514D;
  font-size: 18px; }

.contact-form-half input, .contact-form-half textarea {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #5E514D;
  padding: 36px 20px 14px 20px; }

.contact-form-half .wpcf7-submit {
  width: auto;
  position: relative;
  font: 400 18px/1 'neuzeit_grotesk', sans-serif;
  text-transform: uppercase;
  background: #008FDE;
  border: 2px solid #008FDE;
  color: white;
  padding: 14px 40px 12px 40px;
  border-radius: 6px; }
  .contact-form-half .wpcf7-submit a {
    color: white; }

.contact-form-half div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0; }

.contact-links-half a {
  font-weight: 800;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  .contact-links-half a:hover {
    color: #008FDE; }

.contact-links-half h2 {
  border-top: 2px solid #5E514D;
  padding-top: 24px;
  margin-bottom: 30px; }

.contact-links-half .phone-link {
  text-decoration: underline; }

.contact-links-part {
  margin-bottom: 40px; }

@media screen and (max-width: 1024px) {
  .contact-page .hero-section h1 {
    width: 60%; }
  .contact-page .hero-section br {
    display: none; } }

@media screen and (max-width: 767px) {
  .contact-page .hero-section {
    height: 360px; }
    .contact-page .hero-section h1 {
      width: 100%; }
    .contact-page .hero-section br {
      display: none; }
  .contact-page .contact-links-half {
    margin-top: 60px; } }

.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
  margin: 0.2em 0em; }

.default-page .hero-section-no-pic {
  background: #008FDE;
  height: 200px; }
  .default-page .hero-section-no-pic h1 {
    color: white;
    margin-bottom: 0; }

.default-page a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .default-page a:hover {
    color: #008FDE; }

.faq-qa-section {
  width: 100%; }
  .faq-qa-section h2 {
    padding-top: 30px;
    margin: 10px 0px;
    border-top: 1px solid #5E514D; }

.single-qa {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-qa-close {
  padding: 0px 20px;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  position: relative;
  top: 6px; }

.single-qa-content {
  width: 100%;
  margin: 10px 0px 10px 0px; }

.single-qa-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
  display: inline-block;
  cursor: pointer; }

.single-qa-a {
  padding-left: 100px;
  overflow: hidden; }
  .single-qa-a p {
    margin-top: 0; }

.cant-find-section .content {
  padding-top: 80px;
  padding-bottom: 120px; }

.cant-find-section h3 {
  line-height: 1.2; }

.cant-find-section a {
  font-weight: 800;
  color: #008FDE; }

.cant-find-section .thick-blue {
  font-weight: 800;
  color: #008FDE;
  margin-bottom: 30px; }

.cant-find-section .thick-brown {
  font-weight: 800;
  color: #5E514D; }

.faq-watermark {
  position: absolute;
  bottom: -60px;
  right: -160px;
  z-index: -1; }

@media screen and (max-width: 767px) {
  .single-qa-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .single-qa-a {
    padding-left: 60px; }
  .single-qa-close {
    top: 0; } }

.find-store-page .hero-section {
  height: 200px; }

.destini-section {
  padding: 25px; }

.new-look-section .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.new-look-section h2 {
  margin-bottom: 45px; }

.new-look-section hr {
  max-width: 380px;
  width: 100%;
  margin-bottom: 45px; }

.new-look-section img {
  position: relative; }

@media screen and (max-width: 767px) {
  .find-store-page .hero-section {
    height: 350px; } }

.footer {
  position: relative;
  background: #008FDE;
  color: white;
  font-size: 18px; }
  .footer .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0px auto;
    padding: 35px 25px 12px 25px; }
  .footer a {
    color: white; }
  .footer i {
    font-size: 30px;
    margin-right: 20px; }
  .footer .current-menu-item a {
    color: white; }
  .footer .footer-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 0px 2% 0px 0px; }
  .footer .footer-tile-header {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.2em;
    width: 100%;
    margin-bottom: 20px; }
  .footer .logo-tile {
    margin-top: 25px; }
    .footer .logo-tile img {
      width: 75%;
      height: 100%;
      max-width: 200px; }
  .footer .social-search-sub-tile {
    width: 100%;
    margin-top: 30px; }
    .footer .social-search-sub-tile ul {
      width: 100%;
      margin-top: 14px; }
    .footer .social-search-sub-tile li {
      display: inline-block; }
  .footer .info-tile ul {
    margin-top: 14px; }
  .footer .info-tile li {
    margin-bottom: 9px;
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .footer .info-tile li:nth-child(1) {
      text-transform: uppercase; }
    .footer .info-tile li:hover {
      text-decoration: underline; }
  .footer .copyright {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding-top: 12px;
    font-size: 13px;
    color: white;
    border-top: 1px solid #C8C8C8; }

#mc_embed_signup {
  width: 100%;
  max-width: 300px;
  margin-top: 24px; }
  #mc_embed_signup .button {
    text-transform: none;
    font-size: 18px;
    border: 1px solid white;
    background: none;
    color: white;
    padding: 12px 16px;
    width: 100%; }
  #mc_embed_signup #mc-embedded-subscribe {
    opacity: 0; }
  #mc_embed_signup ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white; }
  #mc_embed_signup ::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  #mc_embed_signup :-ms-input-placeholder {
    /* IE 10+ */
    color: white; }
  #mc_embed_signup :-moz-placeholder {
    /* Firefox 18- */
    color: white; }

.footer-berry {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5; }

@media screen and (max-width: 767px) {
  .footer .content {
    padding: 0px 25px 26px 25px; }
  .footer .footer-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 20px 10px; }
    .footer .footer-tile:nth-of-type(2) {
      border-left: 0px solid white;
      border-right: 0px solid white;
      border-bottom: 1px solid white;
      border-top: 1px solid white; }
    .footer .footer-tile:nth-of-type(3) {
      border-left: 0px solid white;
      border-right: 0px solid white;
      border-bottom: 1px solid white; }
  .footer .logo-tile img {
    width: 80%;
    max-width: 80%; } }

.header {
  font-size: 18px; }
  .header .content {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header-logo {
  position: relative;
  width: 200px;
  height: auto; }
  .header-logo img {
    width: 100%;
    height: auto; }

.main-nav {
  width: calc(100% - 300px); }
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-nav li {
    display: inline-block; }
    .main-nav li:hover:after {
      border-color: #008FDE; }
    .main-nav li a:hover {
      color: #008FDE; }

.current-menu-item a {
  color: #008FDE;
  font-weight: 800; }

.menu-item-has-children:after {
  content: "";
  position: relative;
  left: 5px;
  top: -3px;
  display: inline-block;
  border-right: 1px solid #5E514D;
  border-bottom: 1px solid #5E514D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 5px;
  height: 5px; }

.mobile-menu {
  display: none; }

.sub-menu {
  opacity: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  width: 220px;
  background: white;
  padding: 55px 30px 10px 30px; }
  .sub-menu a {
    font-weight: 400;
    color: #5E514D; }
  .sub-menu li {
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .sub-menu li:hover {
      margin-left: 2px; }
      .sub-menu li:hover a {
        color: #008FDE; }
  .sub-menu .current-menu-item {
    margin-left: 10px; }
    .sub-menu .current-menu-item a {
      font-weight: 800;
      color: #008FDE; }
    .sub-menu .current-menu-item:hover {
      margin-left: 10px; }

.sub-menu-title {
  position: relative;
  left: -10px;
  margin-bottom: 10px; }

@media screen and (max-width: 1024px) {
  .mobile-menu {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 52px;
    right: 26px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    height: 16px; }
    .mobile-menu span {
      display: block;
      height: 2px;
      width: 100%;
      background-color: #008FDE; }
  .main-nav {
    position: fixed;
    top: 0;
    left: 101%;
    height: 100vh;
    width: 100%;
    background-color: white;
    color: white;
    z-index: 98;
    text-align: center; }
    .main-nav ul {
      margin-top: 10vh;
      height: 80vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .main-nav li {
      width: 100%;
      margin-bottom: 3vh; }
    .main-nav .menu-item-has-children {
      margin-bottom: 16px; }
      .main-nav .menu-item-has-children:after {
        display: none; }
    .main-nav .sub-menu {
      opacity: 1;
      font-size: 16px;
      background: #f9f9f9;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      z-index: 999;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      padding: 14px 0px 0px 0px;
      margin-top: 10px; }
      .main-nav .sub-menu li {
        margin-bottom: 8px; }
      .main-nav .sub-menu a {
        font-weight: 400;
        color: #5E514D; }
        .main-nav .sub-menu a:hover {
          color: #008FDE; }
      .main-nav .sub-menu .current-menu-item a {
        font-weight: 800;
        color: #008FDE; }
    .main-nav .sub-menu-title {
      display: none; } }

.home-page .hero-section {
  height: auto; }

.home-page .home-hero-slide {
  width: 100%;
  height: 100%; }
  .home-page .home-hero-slide .content {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 75px;
    padding-bottom: 50px; }
  .home-page .home-hero-slide .button {
    margin-top: 30px; }

.home-page .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.home-page .slick-slide {
  height: inherit !important; }

.home-page .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }
  .home-page .slick-dots li {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid white;
    background: none;
    width: 16px;
    height: 16px;
    margin: 0px 16px;
    cursor: pointer; }
    .home-page .slick-dots li button {
      display: none; }
  .home-page .slick-dots .slick-active {
    background: white; }

.home-page .subhead-section .content {
  padding-top: 80px; }

.home-page .explore-almonds-section .words-half {
  position: relative;
  padding-top: 25px;
  padding-bottom: 160px; }
  .home-page .explore-almonds-section .words-half h2 {
    margin-bottom: 30px; }
  .home-page .explore-almonds-section .words-half p {
    width: 100%; }
  .home-page .explore-almonds-section .words-half .button {
    display: inline-block;
    margin-top: 45px; }

.home-page .explore-almonds-section hr {
  margin-bottom: 35px;
  width: 80%; }

.home-page .explore-almonds-section .image-half {
  position: relative; }
  .home-page .explore-almonds-section .image-half img {
    position: absolute;
    left: 50px;
    top: 0;
    max-width: 200%; }

.home-page .explore-almonds-section .water-mark {
  position: absolute;
  bottom: -60px;
  left: -75px; }

.home-page .explore-category-section .content {
  padding-bottom: 0px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.home-page .explore-category-section h2 {
  text-align: center;
  margin-bottom: 50px; }

.home-page .single-explore-category {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 20%; 
}

.home-page .process-section h2 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.home-page .process-section h3 {
    color: white;
    margin-bottom: 30px;
    font-size:25px;
}

.home-page .process-section .button {
    width: auto;
    background: transparent;
    color: white;
    border: 2px solid white;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}


.home-page .process-section .button:hover {
    background: white;
    color:#008FDE;
}

.home-page .process-section .button a.c-block-fill {
	width: auto;
    position: relative;
    display: inline-block;
}	

.dairy-page .process-section .button-link .button span {
    margin-right: 30px;
}	

.home-page .process-section .content {
    padding-top: 20px;
    padding-bottom: 0;
}

.home-page .process-section .right-half {
    text-align: right;
    padding-top:10px;
}

 .home-page .process-section .right-half img{
   	display:block;
}

.home-page .process-section .left-half {
    padding: 10px 0;
    display: flex;
    align-items: center;
}


.home-page .row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    max-width: 1045px;
    margin: 40px auto 0;
}


@media(min-width:1500px){
	.home-page .single-explore-category {
		padding-top:30%;
	}
}


@media(max-width:1500px){
	.home-page .single-explore-category {
		padding-top:30%;
	}
}


@media(max-width:1400px){
	.home-page .single-explore-category {
		padding-top: 28%; 
	}
}

@media(max-width:1300px){
	.home-page .single-explore-category {
		padding-top: 26%; 
	}
}

@media(max-width:1200px){
	.home-page .single-explore-category {
		padding-top: 25%; 
	}
}

@media(max-width:1100px){
	.home-page .single-explore-category {
		padding-top: 24%; 
	}
}

@media(max-width:987px){
	.home-page .single-explore-category {
		padding-top: 22%; 
	}
}

@media(max-width:900px){
	.home-page .single-explore-category {
		padding-top: 20%; 
	}
}

  .home-page .single-explore-category img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%; 
}
  .home-page .single-explore-category .explore-recipe-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px 20px; }
    .home-page .single-explore-category .explore-recipe-title h4 {
      display: inline-block;
      width: auto;
      text-align: center;
      color: #008FDE;
      border-top: 1px solid #008FDE;
      padding-top: 10px;
      margin-bottom: 0px;
      opacity: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .home-page .single-explore-category:hover img {
    top: -35px; }
  .home-page .single-explore-category:hover .explore-recipe-title h4 {
    opacity: 1;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }

.home-page .explore-products-all-button {
  display: none;
  width: 100%;
  text-align: center; }
  .home-page .explore-products-all-button .button {
    margin: 26px 0 6px 0;
    display: inline-block; }

.home-page .internal-links-section .content {
  max-width: 100%;
  padding: 0; }

.home-page .single-internal-link {
  position: relative;
  overflow: hidden; }
  .home-page .single-internal-link img {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .home-page .single-internal-link .internal-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 65px 10%; }
  .home-page .single-internal-link h2 {
    display: inline-block;
    width: auto;
    color: white;
    border-top: 2px solid white;
    padding-top: 20px; }
  .home-page .single-internal-link:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.home-page .home-video-section {
  position: relative;
  max-height: 500px;
  overflow: hidden; }
  .home-page .home-video-section .iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    .home-page .home-video-section .iframe-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.home-page .insta-section .content {
  max-width: 100%;
  padding: 0; }

.home-page .insta-section h2 {
  margin-top: 45px;
  margin-bottom: 20px;
  text-align: center; }

.home-page .insta-section h3 {
  text-align: center;
  margin-bottom: 30px; }
  .home-page .insta-section h3 a {
    color: #008FDE; }

@media screen and (max-width: 1024px) {
  .home-page .home-video-section {
    height: 400px; }
  .home-page .single-explore-category {
    padding-top: 26%; }
    .home-page .single-explore-category .explore-recipe-title h4 {
      -webkit-transform: translateY(-27px);
              transform: translateY(-27px);
      opacity: 1; } }

@media screen and (max-width: 767px) {
  .home-page .home-hero-slide .content {
    padding-left: 35px;
    padding-right: 35px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
    padding-bottom: 70px; }
  .home-page .subhead-section .content {
    padding-top: 60px;
    padding-bottom: 10px; }
  .home-page .explore-almonds-section .image-half {
    margin-top: 30px; }
    .home-page .explore-almonds-section .image-half img {
      position: relative;
      left: 0px;
      max-width: 100%; }
  .home-page .explore-almonds-section .words-half {
    padding-bottom: 20px; }
  .home-page .explore-almonds-section .water-mark {
    position: absolute;
    bottom: auto;
    top: 200px;
    left: -75px; }
  .home-page .single-explore-category {
    padding-top: 91%; }
    .home-page .single-explore-category .explore-recipe-title h4 {
      -webkit-transform: translateY(-37px);
              transform: translateY(-37px); }
  .home-page .single-internal-link .internal-title {
    padding: 35px 10%; }
  .home-page .home-video-section {
    height: 208px; } }

.sharedaddy .sd-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0 !important; }
  .sharedaddy .sd-content ul li {
    margin: 0 0 0 7px !important;
    padding-top: 5px; }
    .sharedaddy .sd-content ul li a {
      margin-top: 0px !important;
      padding: 0 !important; }

li.share-twitter a {
  background: white !important; }
  li.share-twitter a:before {
    top: -7px !important;
    font-size: 16px !important;
    color: #5E514D; }

li.share-facebook a {
  background: white !important; }
  li.share-facebook a:before {
    color: #5E514D;
    content: "" !important; }

li.share-facebook a.sd-button > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: center/contain no-repeat url("img/facebooklogo.png");
  background-size: 7px 14px; }

li.share-pinterest a {
  background: white !important; }
  li.share-pinterest a:before {
    color: #5E514D;
    content: "" !important; }

li.share-pinterest a.sd-button > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: center/contain no-repeat url("img/pinterestlogo.png");
  background-size: 13px 13px; }

.our-foods-page .food-filter-section .content {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 50px;
  padding-bottom: 20px; }

.our-foods-page .food-filter-section .filter-title {
  white-space: nowrap; }

.our-foods-page .food-filter-section ul {
  margin-left: 60px; }

.our-foods-page .food-filter-section li {
  display: inline-block;
  margin-right: 35px;
  border-bottom: 2px solid white;
  margin-bottom: 5px; }

.our-foods-page .food-filter-section .active {
  border-bottom: 2px solid #008FDE;
  color: #008FDE; }

.our-foods-page .food-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px; }
  .our-foods-page .food-group .words-half {
    position: relative;
    padding-top: 50px; }
    .our-foods-page .food-group .words-half h2 {
      margin-bottom: 30px; }
    .our-foods-page .food-group .words-half p {
      width: 100%; }
    .our-foods-page .food-group .words-half .button {
      display: inline-block;
      margin-top: 35px; }
  .our-foods-page .food-group hr {
    margin-bottom: 35px;
    width: 100%; }
  .our-foods-page .food-group:nth-child(even) .words-half {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .our-foods-page .food-group:nth-child(even) .image-half {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

@media screen and (max-width: 767px) {
  .our-foods-page .food-filter-section .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .our-foods-page .food-filter-section ul {
    margin-left: 0px;
    margin-top: 8px; }
  .our-foods-page .food-filter-section li {
    margin-right: 20px; }
  .our-foods-page .food-group .words-half {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .our-foods-page .food-group .image-half {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .our-foods-page .food-group:nth-child(even) .words-half {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .our-foods-page .food-group:nth-child(even) .image-half {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .our-foods-page .food-group .image-half {
    margin-top: 30px; } }

.sourcing-sub-section h2 {
  padding-top: 30px;
  border-top: 2px solid #5E514D; }

.sourcing-sub-section .words-half {
  padding-left: 8%; }

.sub-third-container {
  background: #f2f3f4;
  margin-top: 135px; }

.sourcing-sub-third {
  -webkit-transform: translateY(-135px);
          transform: translateY(-135px);
  margin-bottom: -135px;
  padding-right: 3%; }
  .sourcing-sub-third img {
    margin-bottom: 35px; }

.bottom-image-section {
  height: 200px;
  width: 100%; }

@media screen and (max-width: 767px) {
  .sourcing-sub-section .image-half {
    margin-bottom: 30px; }
  .sourcing-sub-section .words-half {
    padding-left: 0%; }
  .sub-third-container {
    background: #f2f3f4;
    margin-top: 135px; }
  .sub-third-container {
    margin-bottom: -100px; }
  .sourcing-sub-third {
    -webkit-transform: translateY(-135px);
            transform: translateY(-135px);
    margin-bottom: 50px;
    padding-right: 3%; } }

.our-story-page .image-half {
  position: relative; }
  .our-story-page .image-half img {
    width: 100%; }

.our-story-page .words-half {
  padding-left: 4%; }

.story-container .story-segment .words-half {
  margin-top: 35px; }

.story-segment {
  opacity: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 110px; }

.story-line {
  position: absolute;
  left: calc(50% - 50px);
  top: 5px;
  height: 100%;
  width: 1px; }

.segment-date {
  color: #C8C8C8;
  font-weight: 800;
  width: 100%;
  text-align: right;
  margin-bottom: 12px;
  padding-right: 80px; }

.date-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #C8C8C8;
  top: 5px;
  right: 46px; }

.date-number {
  display: inline-block; }

.segment-count {
  display: none;
  font-size: 18px;
  font-weight: 400; }

.story-open .story-segment {
  padding-bottom: 30px; }

.story-open h2 {
  color: #008FDE;
  width: 80%; }

.story-segment-end {
  padding-bottom: 30px; }
  .story-segment-end .image-half {
    text-align: center; }
    .story-segment-end .image-half img {
      width: auto; }
  .story-segment-end h2, .story-segment-end h3 {
    color: #008FDE; }

@media screen and (max-width: 767px) {
  .our-story-page .words-half {
    margin-top: 20px;
    padding-left: 14px; }
  .story-line {
    left: 0px; }
  .segment-date {
    color: #C8C8C8;
    font-weight: 800;
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
    padding-right: 0px;
    padding-left: 14px;
    margin-top: -4px; }
  .date-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #C8C8C8;
    top: 5px;
    left: -3px;
    right: auto; }
  .story-open .story-segment {
    padding-bottom: 30px; }
  .story-open .words-half {
    padding-left: 0px; }
  .story-open h2 {
    width: 100%; }
  .story-segment-end {
    padding-bottom: 30px; }
    .story-segment-end .image-half {
      text-align: center; } }

.press-page .news-section .content {
  border-bottom: 2px solid #f2f3f4; }

.news-section h2 {
  text-align: center;
  margin-bottom: 20px; }

.news-section .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }

.news-section .single-news {
  padding-right: 30px;
  margin: 50px 0px; }

.news-section .pub-image {
  width: 100%;
  height: auto;
  margin-bottom: 24px; }

.news-section hr {
  width: 75px; }

.news-section p {
  margin: 24px 0; }

.news-section .single-news-button {
  display: inline-block;
  background: white;
  border-color: #5E514D;
  color: #5E514D; }
  .news-section .single-news-button:hover {
    background: #5E514D;
    color: white; }

.news-section .see-all-link {
  position: relative;
  margin: 20px auto 0 auto;
  cursor: pointer; }
  .news-section .see-all-link:after {
    content: "";
    position: relative;
    left: 10px;
    top: -3px;
    display: inline-block;
    border-right: 2px solid #5E514D;
    border-bottom: 2px solid #5E514D;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 10px;
    height: 10px; }

.news-section .newsOpen:after {
  top: 0;
  border-right: 0px solid #5E514D;
  border-bottom: 0px solid #5E514D;
  border-left: 2px solid #5E514D;
  border-top: 2px solid #5E514D; }

.news-section .more-news {
  opacity: 0; }

.yogurt-award-section {
  background: #f2f3f4;
  margin-top: 210px; }
  .yogurt-award-section .content {
    padding-top: 65px;
    padding-bottom: 65px; }
  .yogurt-award-section h2 {
    padding-top: 30px;
    border-top: 2px solid #5E514D;
    margin-bottom: 30px; }
  .yogurt-award-section a {
    color: #008FDE; }
  .yogurt-award-section .left-half img {
    position: absolute;
    left: 0;
    bottom: 30px; }

.cant-find-section .content {
  padding-top: 80px;
  padding-bottom: 100px; }

.cant-find-section h3 {
  line-height: 1.2; }

.cant-find-section a {
  font-weight: 800;
  color: #008FDE; }

.cant-find-section .thick-blue {
  font-weight: 800;
  color: #008FDE;
  margin-bottom: 30px; }

.cant-find-section .thick-brown {
  font-weight: 800;
  color: #5E514D; }

.cant-find-section .faq-watermark {
  position: absolute;
  bottom: -3px;
  right: -30px;
  height: 90%;
  width: auto; }

@media screen and (max-width: 1024px) {
  .news-section .single-news {
    padding-right: 50px; }
  .yogurt-award-section {
    margin-top: 160px; } }

@media screen and (max-width: 767px) {
  .news-section .single-news {
    padding-right: 0px; }
  .yogurt-award-section {
    margin-top: 0px; }
    .yogurt-award-section .content {
      padding-top: 45px;
      padding-bottom: 45px; }
    .yogurt-award-section h2 {
      padding-top: 30px;
      border-top: 2px solid #5E514D;
      margin-bottom: 30px; }
    .yogurt-award-section .left-half img {
      position: relative;
      left: 0;
      bottom: 0px;
      margin-bottom: 40px; }
  .press-page .cant-find-section .faq-watermark {
    position: absolute;
    bottom: -3px;
    right: 0px;
    height: auto;
    width: 100%; } 
}

.products-page .products-section .content {
  padding-top: 100px; }

.products-page .image-half {
  text-align: center; }

.products-page .main-image {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px; }

.products-page .image-nav {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden; }

.products-page .product-filter-section .content {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 50px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.products-page .product-filter-section ul {
  margin-left: 70px;
  text-align: center; }

.products-page .product-filter-section li {
  display: inline-block;
  margin-right: 90px;
  border-bottom: 2px solid white;
  margin-bottom: 5px; }

.products-page .product-filter-section .active {
  border-bottom: 2px solid #008FDE;
  color: #008FDE; }

.products-page .single-product {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px; }
  .products-page .single-product hr {
    margin-bottom: 30px; }
  .products-page .single-product .ingredients, .products-page .single-product .sizes {
    margin-top: 30px;
    width: 100%; }
    .products-page .single-product .ingredients span, .products-page .single-product .sizes span {
      font-weight: 800; }
  .products-page .single-product .health-logos {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .products-page .single-product .health-logos img {
      width: auto;
      height: 40px;
      margin-right: 14px; }
    .products-page .single-product .health-logos .img2 {
      height: 44px;
      margin-top: -2px; }
  .products-page .single-product .ingredients {
    font-size: 18px; }
  .products-page .single-product .size-disc {
    background: #5E514D;
    color: white;
    width: 54px;
    height: 54px;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin-top: 6px; }
  .products-page .single-product .callouts {
    margin-top: 30px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .products-page .single-product .single-callout {
    position: relative;
    padding-left: 15px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 14px; }
    .products-page .single-product .single-callout:before {
      position: absolute;
      content: "•";
      font-size: 20px;
      line-height: 16px;
      left: 0px; }

.products-page .slick-slide {
  outline: none; }

.products-page .image-nav img {
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .products-page .product-filter-section .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .products-page .product-filter-section .filter-title {
    width: 100%; }
  .products-page .product-filter-section ul {
    margin-top: 8px;
    margin-left: 0; }
  .products-page .product-filter-section li {
    margin-right: 10px; }
  .products-page .image-half {
    margin-bottom: 30px; } }

.recipes-page .page-intro-section .content {
  padding-top: 70px;
  padding-bottom: 60px; }

.recipes-section h2 {
  text-align: center; }

.recent-recipes-section {
  background: #f2f3f4;
  margin-top: 200px;
  margin-bottom: -200px; }
  .recent-recipes-section .content {
    padding-bottom: 70px;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }

.single-recent-recipe {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin: 0 2%;
  margin-top: 24px; }
  .single-recent-recipe h3 {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 3px solid #5E514D; }
  .single-recent-recipe:nth-of-type(1) {
    margin-left: 0%;
    margin-right: 0%; }
  .single-recent-recipe:nth-last-of-type(1) {
    margin-right: 0%;
    margin-left: 0%; }

.single-recent-main-content {
  width: 100%; }

.recent-recipe-image {
  width: 100%;
  height: 300px; }

.single-recent-callsfor {
  width: 100%;
  margin-top: 60px;
  font-size: 18px; }

.recent-callsfor-ingredient {
  border-top: 1px solid #5E514D;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px; }

.all-recipes-section {
  background: white; }
  .all-recipes-section .content {
    padding-bottom: 90px;
    padding-top: 70px; }
  .all-recipes-section input[type=text] {
    -moz-appearance: none;
    /* older firefox */
    -webkit-appearance: none;
    /* safari, chrome, edge and ie mobile */
    appearance: none;
    /* rest */
    -webkit-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    outline: none;
    padding: 12px 15px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #5E514D;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1;
    color: #5E514D; }
    .all-recipes-section input[type=text]:focus {
      border: 1px solid #008FDE; }
  .all-recipes-section input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5E514D; }
  .all-recipes-section input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #5E514D; }
  .all-recipes-section input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #5E514D; }
  .all-recipes-section input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #5E514D; }

.filters-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.recipe-filter-title {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 55px;
  white-space: nowrap; }

.recipe-filter-button-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.recipe-filter-button {
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .recipe-filter-button:hover {
    color: #008FDE; }

.active-recipe-filter {
  color: #008FDE;
  border-bottom: 2px solid #008FDE; }

.load-more-recipes-section {
  overflow: hidden;
  width: 100%;
  text-align: center; }

.load-more-recipes-link {
  position: relative;
  margin: 50px auto 0 auto;
  cursor: pointer; }
  .load-more-recipes-link:after {
    content: "";
    position: relative;
    left: 10px;
    top: -3px;
    display: inline-block;
    border-right: 2px solid #5E514D;
    border-bottom: 2px solid #5E514D;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 10px;
    height: 10px; }

.all-recipes-container, .isotope, .isotope-items-wrap {
  position: relative;
  width: 100%;
  height: auto; }
  .all-recipes-container .hidden, .isotope .hidden, .isotope-items-wrap .hidden {
    display: none; }

.single-all-recipe {
  position: relative;
  margin: 0 1%;
  margin-top: 20px;
  height: 220px; }
  .single-all-recipe h4 {
    font-weight: 800;
    padding-top: 10px;
    border-top: 1px solid #5E514D; }

.single-all-main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 20px;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0; }
  .single-all-main-content:hover {
    opacity: 1; }

.no-recipe-results {
  display: none;
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #5E514D; }

@media screen and (max-width: 1024px) {
  .recent-recipe-image {
    height: 240px; }
  .single-all-recipe {
    height: 160px; } }

@media screen and (max-width: 767px) {
  .single-recent-recipe {
    margin-bottom: 50px; }
  .recent-recipe-image {
    height: 240px; }
  .filters-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .recipe-filter-title {
    width: 100%; }
  .recipe-filter-button-container {
    width: 100%;
    margin-top: 10px; }
  .single-all-recipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 300px; }
  .single-all-main-content {
    opacity: 1;
    position: relative;
    height: auto; } }

.single-recipe-page {
  background: #f2f3f4; }

.recipe-block-section .content {
  padding: 0;
  background: white;
  margin-top: -130px; }

.single-recipe-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  text-align: right;
  padding-top: 16px;
  padding-right: 20px; }

.single-time {
  margin-left: 30px; }

.sharedaddy {
  margin-right: 0;
  margin-left: 30px; }

.single-recipe-intro {
  width: 100%;
  border-bottom: 1px solid #C8C8C8;
  padding: 8px 7% 70px 7%; }
  .single-recipe-intro .recipe-categories {
    margin-bottom: 14px;
    display: inline-block; }
    .single-recipe-intro .recipe-categories:before {
      position: relative;
      top: -2px;
      content: " / ";
      color: #C8C8C8; }
    .single-recipe-intro .recipe-categories:nth-of-type(1):before {
      display: none; }

.ingredient-method-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #C8C8C8; }

.single-recipe-ingredients {
  padding: 40px 3.5% 50px 7%;
  border-right: 1px solid #C8C8C8; }

.single-recipe-single-ingredient {
  width: 100%;
  font-weight: 800;
  margin-top: 28px; }

.single-recipe-steps {
  padding: 40px 7%; }

.single-recipe-single-step {
  width: 100%;
  margin-top: 28px;
  line-height: 1.1; }
  .single-recipe-single-step .step-number {
    width: 100%;
    font-weight: 800;
    margin-bottom: 12px; }

.single-recipe-products-used {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single-recipe-products-used .bold-hthree {
    font-weight: 800;
    margin-top: 45px; }
  .single-recipe-products-used .words-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 35px 7% 75px 7%; }
  .single-recipe-products-used .image-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 35px 7% 75px 7%; }
    .single-recipe-products-used .image-half .prod-image {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }

.similar-recipe-section .content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 0 80px 0; }

.similar-recipe-section h2 {
  text-align: center; }

.single-similar-recipe {
  position: relative;
  margin: 0 1.333333333333333%;
  margin-top: 30px; }
  .single-similar-recipe h4 {
    margin-top: 35px;
    padding-top: 10px;
    border-top: 2px solid #5E514D; }
  .single-similar-recipe:nth-of-type(1) {
    margin-left: 0%; }
  .single-similar-recipe:nth-last-of-type(1) {
    margin-right: 0%; }

.similar-recipe-image {
  width: 100%;
  height: 220px; }

@media screen and (max-width: 1024px) {
  .similar-recipe-image {
    height: 160px; }
  .similar-recipe-section .content {
    padding: 45px 25px 80px 25px; } }

@media screen and (max-width: 767px) {
  .single-recipe-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-align: left;
    padding: 16px 25px 0 25px; }
  .sharedaddy {
    width: 100%;
    margin-right: 0;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .sharedaddy .sd-content ul {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .single-yield {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .single-time {
    margin-left: 0px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .single-recipe-ingredients {
    border-right: 0px solid #C8C8C8; }
  .single-recipe-steps {
    border-top: 1px solid #C8C8C8; }
  .single-similar-recipe {
    margin-top: 60px; } }

.subscribe-bar-section {
  color: white; }
  .subscribe-bar-section .content {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .subscribe-bar-section h2 {
    color: white;
    width: 100%;
    padding-top: 0px;
    border-top: 0px solid #5E514D;
    margin-bottom: 10px; }
  .subscribe-bar-section .words-half {
    padding-left: 15%; }
  .subscribe-bar-section #mc_embed_signup {
    max-width: 300px; }
    .subscribe-bar-section #mc_embed_signup .clear, .subscribe-bar-section #mc_embed_signup #mc-embedded-subscribe {
      opacity: 0;
      height: 0;
      overflow: hidden;
      padding: 0;
      margin: 0; }
    .subscribe-bar-section #mc_embed_signup .button {
      margin-top: 0;
      font-size: 20px;
      padding: 18px 16px;
      text-transform: uppercase;
      border-width: 2px; }

@media screen and (max-width: 767px) {
  .subscribe-bar-section .words-half {
    margin-bottom: 30px; } }

/** Contact Us Form **/
div.contact-form-half iframe {
    width: 100%;
    height: 100%;
}

div.contact-form-half {
    min-height: 770px
}

@media (max-width: 767px) {
	div.contact-form-half {
    	min-height: 550px
	}
    
    
    h1.c-width-50 {
        font-size:40px;
        word-break:break-word;
    }
}

/*Products Page*/
main.products-page .content h1.c-width-50 {
    color: white;
}


/*Dairy Free Beauty Page*/
.dairy-page .text-center{
	text-align:center;
}

.dairy-page h1 {
    color: white;
    transform: translateY(-50px);
}

.dairy-page .hero-section {
    background-size: auto 100%;
}

.border-top > div.c-width-50 {
    border-top: 3px solid #5E514D;
}

.dairy-page .opening-section h2 {
    width: calc(100% - 40px);
    padding-top: 30px;
    margin-bottom: 30px;
}

.dairy-page .opening-section .content:first-child h3 {
	font-size:32px;
}

.percent-value-text {
    display: inline-flex;
    align-items: center;
    justify-items: flex-start;
    flex-wrap: wrap;
    border-top: 3px solid;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 15px;
    font-weight:600;
}

.percent-value-text:first-child{
	border-top:0;
}
.percent-value-text h3 {
    color: #fda19a;
    font-size: 60px;
    width: auto;
    margin-right: 30px;
    font-weight:600;
}

.percent-value-text p {
    margin: 0;
}

.dairy-page .opening-section p.description {
    font-style: italic;
    font-size: 15px;
}

.dairy-page .process-section h2 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.dairy-page .process-section h3 {
    color: white;
    margin-bottom: 30px;
}

.dairy-page .process-section .button {
    width: auto;
    background: transparent;
    color: white;
    border: 2px solid white;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}


.dairy-page .process-section .button:hover {
    background: white;
    color:#008FDE;
}

.dairy-page .process-section .button a.c-block-fill {
	width: auto;
    position: relative;
    display: inline-block;
}	

.dairy-page .process-section .button-link .button span {
    margin-right: 30px;
}	

.dairy-page .process-section .content {
    padding-top: 20px;
    padding-bottom: 0;
}

.dairy-page .process-section .right-half {
    text-align: right;
    padding-top:10px;
}

 .dairy-page .process-section .right-half img{
   	display:none;
}

.dairy-page .process-section .left-half {
    padding: 45px 40px 0px 10px;
    display: flex;
    align-items: flex-end;
}

.dairy-page .dairy-columns-section .content h2 {
    text-align: center;
    font-weight:500;
}

.dairy-page .row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    max-width: 1045px;
    margin: 40px auto 0;
}


.dairy-page .row .c-width-33-3 {
    width: 32%;
    margin-right: 2%;
}

.dairy-page .row .c-width-33-3:last-child {
    margin-right: 0;
}

.dairy-page .dairy-columns-section .image-column img{
	width:100%;
}

.dairy-page .dairy-columns-section .image-column p {
    padding-top: 20px;
    border-top: 2px solid #5E514D;
    margin-top: 40px;
    font-size: 120%;
}


.how-columns-section h2{
	text-align:center;
}
.how-columns-section .how-column {
    display: flex;
}

.how-columns-section .how-column span {
    background: #fda19a;
    color: white;
    border-radius: 50%;
    height: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    margin-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.how-columns-section .how-column p {
    margin: 0;
}

.dairy-page .insta-section h3, .dairy-page .insta-section h3 a{
    font-weight: 500;
    text-align: center;
}

.dairy-page .insta-section .heading {
	margin-bottom:30px;
}

.dairy-page .row.mt-0{
	margin-top:0;
}

.dairy-page .testimonial-section {
   padding-bottom:40px;
}
.dairy-page .testimonial-section .content .row {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.dairy-page .testimonial-section .testimonial-img img {
    max-width: 90%;
}

.dairy-page .testimonial-section .testimonial-content p {
    margin-top: 5px;
}

.dairy-page .testimonial-section .testimonial-content img.quote-img {
    margin-bottom: 20px;
}

.dairy-page .testimonial-section .testimonial-content {
	display:flex;
    align-items:center;
}

@media(max-width:768px){

	.dairy-page .hero-section{
        background-position-x: 60% !important;
    }
    
    section.hero-section.background-image-section:before {
        /*background-color: rgba(0,0,0,0.1);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";*/
    }
    
    .dairy-page .hero-section h1 {
    	color: #63524f;
    }
    .dairy-page .opening-section h2 {
        width: 100%;
    }
    
	.dairy-page .row .c-width-33-3 {
	    width: 100%;
	    margin-right: 0;
        margin-bottom:20px;
	}
    
    .dairy-page .process-section .button-link .button span {
        margin-right: 20px;
    }
    
    .dairy-page .process-section .left-half img{
    	display:none;
    }
    
    .dairy-page .process-section .right-half img{
    	display:block;
        margin-top:20px;
    }
    
    .testimonial-img {
    	text-align:center;
    }
     .testimonial-img img{
    	margin:auto;
    }
	
	.home-page .hero-section {
    	padding-bottom: 300px;
	}

	.home-page .slick-list {
		overflow: visible;
	}
	.home-page .slick-track {
		overflow: visible;
	}

	.home-page .slick-dots {
    	top: 220px;
	}

	.home-page .slick-slide {
		height:250px !important;
		overflow:visible;
		background-position-x: right !important;
	}
	.home-page .home-hero-slide .content {
		position: relative;
		top:250px;
		z-index: 9999;
		width: 100%;
		display: block;
		padding-top:30px;
		padding-bottom:40px;
	}
	
	h1.c-width-50 {
	    font-size: 30px;
	    line-height: 1.2;
	    word-break: keep-all;
		text-align:center;
	}

	.home-page .home-hero-slide .button {
		text-align:center;
		width:auto;
	}
	body.page-template:not(.page-template-page-home) .hero-section, body.page-template-default .hero-section {
		height: 300px;
		margin-bottom: 120px;
		background-position-x: right !important;
	}
	body.page-template:not(.page-template-page-home) .hero-section .content, body.page-template-default .hero-section .content {
		position: absolute;
		top: 300px;
		padding-top: 30px;
		padding-bottom: 40px;
		height: 120px;
	}

	body.page-template:not(.page-template-page-home)  .hero-section .content h1.c-width-50, body.page-template-default  .hero-section .content h1.c-width-50 {
		color: #5e514d;
		font-size: 30px;
		text-align:center;
	}
}


@media(max-width:410px){
    .dairy-page .process-section .button-link .button span {
        margin-right: 10px;
    }
}

.hide {
	display:none !important;
}

@media(min-width:768px){
	.desk-white {
		color:white;
	}
}
@media(min-width: 786px){
.whitetext{color: #ffffff;}}