html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 14px;
  color: #004456;
  font-family: Georgia, "Times New Roman", Times, serif;
  background: #ffffff;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #004456;
}

.cover-bg {
  background-position: center center;
  background-size: cover;
}

.light-links a {
  color: #3a7c92;
}

::-moz-selection {
  color: white;
  background: #4783aa;
}

::selection {
  color: white;
  background: #4783aa;
}

body {
  margin-top: 70px;
}

#mobile-nav-toggle {
  position: absolute;
  font-size: 25px;
  top: 15px;
}

#mobile-nav-toggle {
  z-index: 2048;
}

#mobile-nav {
  background-color: rgba(255,255, 255, 0.75);
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  position: fixed;
  z-index: 2048;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  overflow-y: scroll;
}

#mobile-nav .sub-menu {
  padding-left: 10px;
}

#mobile-nav .sub-menu li > a {
  padding: 10px 20px !important;
}

#mobile-nav > ul > li {
  border-bottom: 1px solid #cbd0d4;
}

#mobile-nav li a {
  padding: 25px 20px;
  display: block;
  width: 100%;
}

#mobile-nav li {
  display: block;
}

#mobile-nav li.menu-item-has-children > a:after {
  content: "\f067";
  font-family: FontAwesome;
  position: relative;
  margin-left: .5em;
  color: #0d2c40;
}

#mobile-nav li.menu-item-has-children > a.open-mobile-menu:after {
  content: "\f068" !important;
  font-family: FontAwesome;
  position: relative;
  margin-left: .5em;
  color: #0d2c40;
}

#mobile-nav li ul.sub-menu {
  display: none;
}

#mobile-nav .sub-menu li {
  font-weight: normal;
  list-style: none;
}

div.fixed-top {
  position: fixed;
  left: 0;
  right: 0;
}

nav.navbar {
  background: #004456;
  height: 70px;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-size: 12px;
  color: white;
}

nav.navbar.fixed-top {
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  position: fixed;
}

.admin-bar nav.navbar.fixed-top {
  top: 46px;
}

nav.navbar li.menu-item {
  position: relative;
}

nav.navbar li.menu-item > a,
nav.navbar li.menu-item > a:hover {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
}

nav.navbar li.menu-item.product-nav-toggle {
  padding-right: 1em;
}

nav.navbar li.menu-item.product-nav-toggle:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  right: .5em;
  top: .4em;
  color: white;
}

nav.navbar li.menu-item > a:after {
  content: "";
  margin-top: 3px;
  width: 100%;
  height: 2px;
  background-color: white;
  display: block;
  float: left;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
}

nav.navbar li.menu-item:hover > a:after,
nav.navbar li.menu-item.active > a:after {
  content: "";
  margin-top: 3px;
  width: 100%;
  height: 2px;
  background-color: white;
  display: block;
  float: left;
  opacity: 1;
}

nav.navbar .nav.navbar-nav.social-media > li > a {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 24px;
  padding-left: 5px;
  padding-right: 10px;
  color: white;
}

nav.navbar .nav.navbar-nav.social-media > li > a:hover {
  color: white;
}

nav.navbar .nav-search {
  position: relative;
  margin-bottom: 0px;
  margin-right: 5px;
}

nav.navbar .nav-search .form-group {
  margin-bottom: 0px;
  margin-right: 1em;
}

nav.navbar .nav-search span {
  position: absolute;
  width: 100px;
  top: .5em;
  left: 0;
  pointer-events: none;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: normal !important;
  color: white;
}

nav.navbar .nav-search input {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid white;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  letter-spacing: .125em;
  font-weight: normal !important;
  color: white;
  position: relative;
  top: 3px;
  padding: 0px;
  height: 25px;
  width: 7em;
  font-size: 12px;
}

nav.navbar .nav-search input:focus + span,
nav.navbar .nav-search input:valid + span {
  display: none;
}

#product-nav {
  padding: 20px 120px;
  position: fixed;
  width: 100%;
  z-index: 1024;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

#product-nav .row {
  display: block;
}

#product-nav .sub-menu {
  padding-left: 20px;
}

#menu-product-menu {
  margin-bottom: 0px;
  padding: 0px;
  display: table;
  margin: auto;
}

.menu-product-menu-container {
  margin: 0 auto !important;
  max-width: 1000px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.nav-product-menu,
.menu-header-menu-container {
  color: #004456;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-size: 12px;
  background-color: rgba(255,255, 255, 0.75);
}

.nav-product-menu .container,
.menu-header-menu-container .container {
  padding: 40px;
}

.nav-product-menu .sub-menu > li,
.menu-header-menu-container .sub-menu > li {
  display: table;
  padding-left: 20px;
  padding: 0;
  width: 100%;
}

.nav-product-menu ul > li,
.menu-header-menu-container ul > li {
  padding: 0;
  list-style: none;
  font-weight: normal;
  margin: 5px 0;
  text-align: left;
}

.nav-product-menu ul > li.menu-item-has-children,
.menu-header-menu-container ul > li.menu-item-has-children {
  display: table-cell;
  font-weight: bold;
  vertical-align: top;
  width: auto;
  padding: 0 80px;
}

.nav-product-menu ul > li.menu-item-has-children:not(:first-child),
.menu-header-menu-container ul > li.menu-item-has-children:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-product-menu ul > li a,
.nav-product-menu ul > li a:hover,
.menu-header-menu-container ul > li a,
.menu-header-menu-container ul > li a:hover {
  color: #0d2c40;
}

header#page-header {
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
}

header#page-header h1 {
  margin: 0;
  font-size: 30px;
  color: #0d2c40;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  margin-bottom: 0;
}

.mobile-social-media {
  font-size: 2.5em;
  padding: .5em 1em;
  letter-spacing: .1em;
}

div.options-container .options-checkbox {
  padding: 15px 0;
}

div.options-container > .container {
  max-width: 1000px;
}

div.options-container .container,
div.options-container.container,
div.options-container .container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

div.options-container.dark {
  background-color: #e6e7e8;
}

.options-checkbox {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #0d2c40;
  font-size: 12px;
}

.options-checkbox label.css-label {
  margin-bottom: 0;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label span,
input[type=checkbox].css-checkbox + label.css-label.clr span {
  padding-left: 27px;
  width: 22px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label span,
input[type=checkbox].css-checkbox + label.css-label.chk span {
  background-position-y: -22px;
}

label.css-label span {
  background-image: url(../images/checkbox_spritesheet.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.css-label.centered span {
  display: block !important;
  width: 100% !important;
  background-position-x: center !important;
  margin-bottom: 10px;
}

.product-card,
.filter-product,
.product-ghost {
  display: inline-block;
  position: relative;
  width: 235px;
  min-height: 400px;
  vertical-align: top;
}

.product-card .card-contents,
.filter-product .card-contents,
.product-ghost .card-contents {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-card .image-container,
.filter-product .image-container,
.product-ghost .image-container {
  text-align: center;
}

.product-card .product-name,
.filter-product .product-name,
.product-ghost .product-name {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  margin-top: 15px;
  line-height: 1.2em;
  font-size: 14px;
  text-align: center;
  height: 3.7em;
  padding: 0 10px;
  color: #778692;
}

.product-card:hover,
.filter-product:hover,
.product-ghost:hover {
  text-decoration: none;
}

.product-card.dummy,
.filter-product.dummy,
.product-ghost.dummy {
  min-height: 0px !important;
  height: 0px !important;
  min-width: 190px;
  width: 24%;
}

.flickity-prev-next-button {
  width: 100px;
  height: 100%;
  z-index: 5;
  border-radius: 0px;
}

.flickity-prev-next-button svg {
  width: 30px;
  left: inherit;
  right: inherit;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.previous:active {
  opacity: 1;
  left: 0 !important;
  background: transparent;
}

.flickity-prev-next-button.next,
.flickity-prev-next-button.next:active {
  opacity: 1;
  right: 0 !important;
  left: inherit !important;
  background: transparent;
}

.social-media {
  color: #0d2c40;
  font-size: 18px;
}

.social-media .jssocials-share,
.social-media .jssocials-shares {
  display: inline-block;
  margin: 0 5px;
}

form#locateForm {
  width: 100%;
}

.btn {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-size: 14px;
}

.btn.wide {
  min-width: 256px;
}

.btn.btn-outline-custom {
  color: #f8f8f9;
  background-image: none;
  background-color: transparent;
  border-color: #f8f8f9;
  max-width: 100%;
}

.btn.btn-outline-custom:not(:hover) {
  color: #f8f8f9 !important;
}

.btn.btn-outline-custom:hover {
  background-color: white;
}

.filter-recipe {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 255px;
  -ms-flex: 1 0 255px;
  flex: 1 0 255px;
}

.ghost {
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  visibility: hidden;
  display: block;
  float: right;
}

.ghost.card-recipe-margin {
  width: 255px;
  /* Compensate for margin. */
  margin: 0 5.75%;
}

.news-grid {
  margin: 0 auto;
  max-width: 85%;
}

.news-grid::after {
  content: "";
  display: table;
  clear: both;
}

.news-grid .card-content-wrap {
  display: block;
  text-decoration: inherit !important;
}

.news-grid .card-content-wrap .card-widget {
  margin: 5% 0;
}

.card-widget {
  width: 255px;
  /*height: 425px;*/
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
  vertical-align: top;
  /* Reset link style */
  color: inherit !important;
  text-decoration: inherit !important;
}
.news-room-card-widget {
  width: 255px;
  height: 350px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
  vertical-align: top;
  /* Reset link style */
  color: inherit !important;
  text-decoration: inherit !important;
}

.card-widget.ghost {
  height: 1px;
  max-height: 1px;
  min-height: 1px;
  visibility: hidden;
}

.card-widget.card-margin {
  margin: 5.75%;
}

.card-widget.card-recipe-margin {
  width: 275px;
  /* Compensate for margin. */
}

.card-widget .card-block {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 20px 25px;
  font-size: 15px;
  color: black;
}

.card-widget .card-block .press-source,
.card-widget .card-block .recipe-source {
  font-weight: normal;
  display: block;
  line-height: 1em;
  margin: 0;
  margin-bottom: 17px;
  letter-spacing: .025em;
}

.card-widget .card-block .press-source {
  font-style: italic;
  color: #0D2D40;
}

.card-widget .card-block .press-date {
  font-weight: lighter;
  font-size: 12px;
}

.card-widget .card-block h4 {
  color: black;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 19px;
  margin: 0;
  max-height: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 19px;
  letter-spacing: .05em;
  line-height: 1em;
}

.card-widget img.card-img-top,
.card-widget .card-img-top,
.news-room-card-widget img.card-img-top,
.news-room-card-widget .card-img-top{
  width: 255px;
  height: 255px;
}

.card-widget .card-img-top {
  background-position: center center;
  background-size: cover;
}

.card-widget .card-bottom {
  position: absolute;
  bottom: 15px;
}

.card-widget.press-card {

}

.card-widget.press-card:hover {

}

.recipe-info {
  padding: 70px 60px;
  padding-left: 90px;
}

.recipe-slide-padding {
  padding: 70px 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-box-text-wrap {
  height: 40px !important;
  width: 120px;
  float: left;
  overflow: hidden;
}

.info-box.store-result {
  padding: 15px 25px;
  border: 4.5px solid #0d2c40;
  background-color: rgba(255, 255, 255, 0.95);
  color: #0d2c40;
}

.info-box.store-result strong {
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
}

.info-box.store-result .info-body {
  font-size: 14px;
}

.info-box.store-result .gm-style {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#product-recipe-container {
  background-color: white;
  padding-bottom: 90px;
}

.recipe-slider.recipe-condensed,
#product-recipe-container.recipe-condensed {
  max-width: 1440px;
  margin: auto;
}

.recipe-slider .recipe-card-details strong,
#product-recipe-container .recipe-card-details strong {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  letter-spacing: .05em;
  color: white;
  font-size: 16px;
  font-weight: normal;
}

.recipe-slider .recipe-card-details .title,
#product-recipe-container .recipe-card-details .title {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  letter-spacing: .05em;
  color: white;
  font-size: 28px;
  line-height: 1em;
}

.recipe-slider .recipe-card-details .description,
#product-recipe-container .recipe-card-details .description {
  color: white;
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.recipe-slider .recipe-card-details .description li + li + li + li + li,
#product-recipe-container .recipe-card-details .description li + li + li + li + li {
  display: none;
}

.recipe-slider .recipe-card-details .description.ellipses ul > li,
#product-recipe-container .recipe-card-details .description.ellipses ul > li {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.recipe-slider .recipe-card-details ul,
#product-recipe-container .recipe-card-details ul {
  margin: 0;
  padding: 0;
}

.recipe-slider .recipe-card-details ul li,
#product-recipe-container .recipe-card-details ul li {
  list-style: none;
}

.recipe-slider .recipe-container > .row,
#product-recipe-container .recipe-container > .row {
  margin: auto;
}

.recipe-slider .recipe-container > .row .cover-bg,
#product-recipe-container .recipe-container > .row .cover-bg {
  height: 100%;
}

.tax-product-categories {
  background-color: #f8f8f9;
}

.lifestyle-text {
  padding: 0px 40px 70px 40px;
  max-width: 1200px;
  margin: auto;
  font-size: 1.3em;
  line-height: 1.75em;
}

.lifestyle-text p {
  margin: 0;
}

section.list-container {
  padding: 70px 0 0px 0;
}

section.list-container header {
  vertical-align: bottom;
  margin-bottom: 40px;
}

section.list-container header a.show-all {
  font-size: 12px;
  position: absolute;
  right: 30px;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: normal;
  color: #0d2c40;
  text-decoration: underline;
}

section.list-container header a.show-all.left {
  left: 30px;
  right: initial;
}

section.list-container header a.show-all:hover {
  color: #16496a;
}

section.list-container header h2 {
  text-align: center;
  font-size: 20px;
}

section.list-container header h2 a,
section.list-container header h2 a:hover {
  text-decoration: none;
}

section.list-container .product-slider:after {
  content: 'flickity';
  display: none;
}

section.list-container .flickity-prev-next-button.previous,
section.list-container .flickity-prev-next-button.previous:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f9+0,f8f8f9+100&1+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f8f8f9), to(rgba(248, 248, 249, 0)));
  background: -o-linear-gradient(left, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
  background: linear-gradient(to right, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f9', endColorstr='#00f8f8f9',GradientType=1 );
  /* IE6-9 */
}

section.list-container .flickity-prev-next-button.next,
section.list-container .flickity-prev-next-button.next:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f9+0,f8f8f9+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 249, 0)), to(#f8f8f9));
  background: -o-linear-gradient(left, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%);
  background: linear-gradient(to right, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f8f9', endColorstr='#f8f8f9',GradientType=1 );
  /* IE6-9 */
}

section.list-container.dark .flickity-prev-next-button.previous,
section.list-container.dark .flickity-prev-next-button.previous:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e7e8+0,ebe6e3+100&1+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ebe6e3 0%, rgba(235, 230, 227, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ebe6e3), to(rgba(235, 230, 227, 0)));
  background: -o-linear-gradient(left, #ebe6e3 0%, rgba(235, 230, 227, 0) 100%);
  background: linear-gradient(to right, #ebe6e3 0%, rgba(235, 230, 227, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7e8', endColorstr='#00ebe6e3',GradientType=1 );
  /* IE6-9 */
}

section.list-container.dark .flickity-prev-next-button.next,
section.list-container.dark .flickity-prev-next-button.next:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e7e8+0,ebe6e3+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(235, 230, 227, 0) 0%, #ebe6e3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 230, 227, 0)), to(#ebe6e3));
  background: -o-linear-gradient(left, rgba(235, 230, 227, 0) 0%, #ebe6e3 100%);
  background: linear-gradient(to right, rgba(235, 230, 227, 0) 0%, #ebe6e3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ebe6e3', endColorstr='#e6e7e8',GradientType=1 );
  /* IE6-9 */
}

#product-store-finder {
  padding: 70px 0;
}

#product-store-finder #locateForm {
  padding: 0 50px;
}

#no-filter-match {
  padding: 60px 0;
}

.subsubcategory:not(:first-child) {
  margin-top: 60px;
}

body.single-product {
  background-color: #f8f8f9;
}

.product-page-image {
  padding: 65px 0;
  text-align: center;
}

.product-page-image img.custom-image {
  max-width: 400px;
  max-height: 600px;
  width: auto;
  height: auto;
}

main#product-page #product-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main#product-page #product-summary-container .product-summary .product-title {
  margin-top: 16px;
}

main#product-page #product-summary-container .product-summary .product-title strong {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  letter-spacing: .125em;
  font-size: 14px;
  line-height: 1em;
}

main#product-page #product-summary-container .product-summary h1 {
  letter-spacing: .05em;
  margin-top: 8px;
}

main#product-page #product-summary-container .product-summary div.large-text {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 8px;
}

main#product-page #product-summary-container .product-summary p {
  font-size: 16px;
}

main#product-page .product-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

main#product-page .product-info-container {
  background-position: center center;
  background-size: cover;
}

main#product-page #product-details-container {
  background-color: #e6e7e8;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

main#product-page #product-details-container .product-ingredients-column {
  color: white;
  background-color: #0d2c40;
}

main#product-page #product-details-container .product-ingredients-column h1,
main#product-page #product-details-container .product-ingredients-column h2,
main#product-page #product-details-container .product-ingredients-column h3,
main#product-page #product-details-container .product-ingredients-column h4,
main#product-page #product-details-container .product-ingredients-column h5,
main#product-page #product-details-container .product-ingredients-column h6 {
  color: white;
}

main#product-page #product-details-container .product-ingredients-column hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

main#product-page #product-details-container .product-ingredients-column .product-ingredients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

main#product-page #product-details-container .product-ingredients-column .product-ingredients-content {
  margin-bottom: auto;
}

main#product-page #product-details-container .product-ingredients-column .product-ingredients-content p {
  text-transform: capitalize;
}

main#product-page #product-details-container .product-ingredients-column .product-ingredients-footnote {
  margin-top: auto;
}

main#product-page #product-details-container .product-ingredients-column .product-ingredients-footnote a {
  color: white;
}

main#product-page #product-details-container .product-ingredients-column .product-ingredients-footnote a:focus {
  outline: 0;
}

main#product-page #product-details-container .product-ingredients,
main#product-page #product-details-container .product-badges,
main#product-page #product-details-container .product-nfp {
  padding: 45px;
}

main#product-page #product-details-container .product-badges ul {
  padding: 0px;
}

main#product-page #product-details-container .product-badges ul > li {
  clear: both;
  margin-bottom: 20px;
  list-style: none;
}

main#product-page #product-details-container .product-badges ul > li img {
  position: relative;
  top: -5px;
  float: left;
  margin-right: 10px;
  margin-bottom: 16px;
}

main#product-page #product-details-container .product-badges h4.product-info {
  margin: 0 0 40px 0;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3em;
}

main#product-page #product-details-container .product-badges h4.product-info strong {
  font-size: 1.1em;
}

main#product-page #product-details-container .product-badges .product-sizes {
  margin-top: 40px;
  font-size: 18px;
}

main#product-page #product-details-container .product-badges .product-sizes ul > li {
  font-size: 16px;
  min-width: 32%;
  display: inline-block;
}

main#product-page #product-store-finder {
  background-color: white;
}

main#product-page #product-similar-container {
  padding-top: 60px;
  background-color: #f8f8f9;
}

main#product-page #product-similar-container .list-container {
  padding: 40px;
}

.fade2 {
  opacity: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.fade2.show {
  opacity: 1;
}

.product-info-container .mobile-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
}

.btn {
  border-radius: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn.btn-primary:hover {
  background-color: #113b55;
}

#map-embed {
  background-color: #606060;
  width: 100%;
  height: 600px;
  margin-bottom: 35px;
}

.store-finder-options {
  background-color: #f8f8f9;
}

.store-finder-options .options-title {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #3a7c92;
  font-size: 1.1em;
  padding-top: 30px;
}

#store-finder .store-finder-controls {
  margin: 65px 0px 55px 0px;
}

.result-text {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #0d2c40;
  font-size: 1.7em;
  height: 1.4em;
  margin: 10px 0;
}

.store-result {
  padding-left: 70px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
}

.store-result strong {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-size: 20px;
  color: #0d2c40;
  line-height: 1em;
}

.store-result .map-icon {
  position: absolute;
  left: 15px;
}

#recent-recipe .container-fluid,
#recent-recipe .container-fluid .row,
#recipe-header .container-fluid,
#recipe-header .container-fluid .row {
  min-height: 500px;
  text-align: center;
}

#recent-recipe strong,
#recipe-header strong {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  letter-spacing: .05em;
  color: white;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .05em;
}

#recent-recipe .title,
#recipe-header .title {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  letter-spacing: .05em;
  color: white;
  font-size: 28px;
  line-height: 1em;
}

#recent-recipe .text-center,
#recipe-header .text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#recent-recipe .cover-bg,
#recipe-header .cover-bg {
  min-height: 360px;
  font-size: 0;
}

#recent-recipe .description,
#recipe-header .description {
  color: white;
  font-size: 16px;
}

.recipe-container {
  font-size: 0px;
  text-align: center;
}

ul.recipe-detail-list {
  margin-top: 40px;
  padding: 0px;
}

ul.recipe-detail-list > li {
  clear: both;
  margin-bottom: 20px;
  list-style: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0d2c40;
}

ul.recipe-detail-list > li img {
  position: relative;
  top: -5px;
  float: left;
  margin-right: 20px;
  margin-bottom: 16px;
}

.recipe-options,
.faq-options,
.search-options {
  background-color: #e6e7e8;
  margin-bottom: 5.75%;
}

.recipe-options .options-checkbox,
.faq-options .options-checkbox,
.search-options .options-checkbox {
  color: #0d2c40 !important;
}

#recipe-ingredients > h2 {
  margin-bottom: 1em;
}

.recipe-featured-product {
  width: 256px;
  margin-top: 45px;
}

#recipe-ingredients,
#recipe-preparation {
  padding: 60px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

#recipe-ingredients video,
#recipe-preparation video {
  margin-top: 90px;
}

#recipe-ingredients .recipe-ready-text,
#recipe-preparation .recipe-ready-text {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #0d2c40;
  clear: both;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 40px;
  font-size: 16px;
}

#recipe-ingredients h2,
#recipe-preparation h2 {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-size: 20px;
}

#recipe-ingredients ol,
#recipe-preparation ol {
  padding-left: 1em;
}

#recipe-ingredients ol li,
#recipe-preparation ol li {
  margin-top: 1em;
}

#recipe-ingredients ul,
#recipe-preparation ul {
  padding-left: 0;
}

#recipe-ingredients ul li,
#recipe-preparation ul li {
  list-style: none;
  margin-top: .5em;
}

#recipe-body .recipe-preparation {
  background-color: white;
  overflow: hidden;
}

#recipe-body .recipe-preparation #recipe-preparation .recipe-image {
  margin-top: 4em;
}

#recipe-body .recipe-preparation:after {
  content: "";
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: 230px;
  width: 1000000px;
  background-color: white;
  z-index: -10;
}

#recipe-body .social-media {
  font-weight: lighter;
  line-height: 1em;
  margin-top: 1em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.recipe-ingredients-column {
  background-color: #f8f8f9;
}

#recipe-nutrition-facts {
  background-color: #e6e7e8;
}

#recipe-nutrition-facts .nutrition-details {
  display: block;
  margin: auto;
  max-width: 900px;
  padding: 60px;
}

#recipe-nutrition-facts h2 {
  margin-bottom: 15px;
  font-size: 20px;
}

#recipe-nutrition-facts .recipe-padded {
  padding: 60px 0;
}

#recipe-nutrition-facts ul {
  font-size: 16px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0d2c40;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  line-height: 1.7em;
}

#recipe-nutrition-facts ul li {
  list-style: none;
}

.overlay-cover {
  padding-top: 70px;
  position: fixed;
  z-index: 512;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}

.overlay-cover #CloseModal {
  font-size: 5em;
  position: absolute;
  right: 0;
  top: 0;
  line-height: .6em;
  cursor: pointer;
}

.overlay-cover h1,
.overlay-cover h2 {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 40px 0 0 0;
  display: block;
}

.overlay-cover h1:first-letter,
.overlay-cover h2:first-letter {
  margin-top: 0;
}

.overlay-cover h1 {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 0px;
  font-size: 25px;
  display: block;
}

.overlay-cover h1:first-letter {
  margin-top: 0;
}

.overlay-cover ol,
.overlay-cover ul {
  padding: 1em;
}

.overlay-cover li {
  margin-top: .5em;
}

.overlay-cover #PrintModal {
  overflow-y: scroll;
  z-index: 600;
  width: 800px;
  position: fixed;
  top: 120px;
  bottom: 40px;
  left: 50%;
  margin-left: -400px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.45);
}

.overlay-cover #PrintModal section {
  padding: 45px 75px;
}

.overlay-cover #PrintModal .logo {
  margin-top: -10px;
  margin-right: 20px;
}

.overlay-cover #PrintModal .author {
  font-size: 18px;
}

.overlay-cover #PrintModal .pull-left img {
  margin-right: 40px;
}

.overlay-cover #PrintModal header {
  padding: 35px;
  padding-top: 60px;
  background-color: #f8f8f9;
}

.overlay-cover #PrintModal header,
.overlay-cover #PrintModal header .css-label {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: normal;
  font-size: 14px;
}

.overlay-cover #PrintModal header table {
  width: 100%;
}

.overlay-cover #PrintModal header table td {
  vertical-align: middle;
  text-align: center;
}

.overlay-cover #PrintModal header table td .btn {
  margin: 0;
}

.overlay-cover #PrintModal section#printSection .nutrition-facts-print ul {
  margin-top: 25px;
  width: 100%;
  padding: 0;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}

.overlay-cover #PrintModal section#printSection .nutrition-facts-print ul li {
  list-style: none;
}

.noscroll {
  overflow: hidden !important;
}

#printSection {
  color: black !important;
}

#printSection .recipe-description {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 16px;
}

#printSection ul li {
  list-style: none;
}

video#recipe-video {
  max-height: 500px;
  max-width: 100%;
}

#play-btn {
  display: block;
  margin: auto;
  cursor: pointer;
}

.footer {
  width: 100%;
  min-height: 300px;
  background-color: #e31c79;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #ffffff;
  font-size: 12px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

.footer .container {
  margin: auto;
}

.footer a,
.footer a:hover {
  color: #ffffff;
}

.footer ul {
  padding: 0;
  margin-bottom: 20px;
}

.footer ul li {
  list-style: none;
  margin: 4px 0;
}

.footer .social-media li {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}

.footer .copyright-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: none;
}

.footer .footer-logo {
  width: 100%;
  text-align: center;
}

.footer .footer-logo img {
  margin: 0;
}

.footer input {
  background-color: #f2f2f2;
  border: none;
  border-bottom: 2px solid #0d2c40;
  padding: 8px 5px 6px 5px;
  max-width: 95%;
}

.footer form span {
  display: inline-block;
  width: 0px !important;
  height: 0px !important;
}

.footer form span:after {
  content: "\f002";
  font-family: FontAwesome;
  position: relative;
  right: 2em;
  width: 0px !important;
  height: 0px !important;
}

.footer input::-webkit-input-placeholder {
  color: #0d2c40;
}

.footer input::-moz-placeholder {
  color: #0d2c40;
}

.footer input:-moz-placeholder {
  color: #0d2c40;
}

.footer input:-ms-input-placeholder {
  color: #0d2c40;
}

#page {
  font-size: 14px;
  color: #0d2c40;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#page .container.padded {
  padding: 40px;
}

#page p {
  margin-bottom: 1em;
}

#page a {
  color: #3a7c92;
  text-decoration: underline;
}

#page hr {
  margin: 40px 0;
  border-color: #cbd0d4;
}

#page h2 {
  margin: 30px 0 15px 0;
  font-size: 22px;
}

#page h3 {
  margin: 30px 0 15px 0;
  font-size: 17px;
  color: #3a7c92;
}

.search-result-details {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-size: 20px;
  color: #0d2c40;
  line-height: 1em;
  margin-left: 2em;
}

.search-result-details strong,
.search-result-details em {
  color: #3a7c92;
}

.search-result-details em {
  font-weight: lighter;
  font-style: normal;
}

.search-options {
  margin-bottom: 50px;
}

.small-title {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #0d2c40;
  font-size: 18px;
}

.info-text {
  color: #3a7c92;
  font-size: 16px;
}

#products-page {
  background-color: #f8f8f9;
}

#products-page .show-all {
  float: right;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #0d2c40;
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  height: 0px;
  margin-right: 50px;
}

#products-page .category-name {
  margin-top: 15px;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #778692;
}

#products-page a,
#products-page a:hover {
  text-decoration: none;
}

#products-page hr {
  border: 1px solid #b6bcc0;
  margin: 0 20px;
}

#products-page section {
  padding: 60px 0 20px 0;
  text-align: center;
}

#products-page section#NoFilterMatch {
  padding: 60px 0;
}

#products-page section h2 {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #0d2c40;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 0px;
}

#products-page header.product-header {
  background-color: #cbd0d4;
  padding: 70px 0;
  text-align: center;
}

#products-page header.product-header h1 {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #0d2c40;
  font-size: 30px;
}

#products-page .options-container.product-options {
  background-color: #e6e7e8;
  padding: 10px 0;
}

#products-page .options-container .options-checkbox {
  width: 24%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #0d2c40;
  font-size: 14px;
}

.hero-bg {
  background-size: cover;
  background-position-x: 70%;
}

#hero-carousel .flickity-prev-next-button {
  height: 80px;
}

.faq-title {
  font-weight: bold !important;
  text-align: center !important;
  margin: 30px 0 !important;
}

.faq-options {
  margin-top: 0px;
}

.faq h4.panel-title {
  margin-left: 1em;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  text-decoration: none !important;
  font-size: 16px !important;
}

.faq h4.panel-title a {
  text-decoration: none !important;
  color: #0d2c40 !important;
  font-weight: normal;
}

.faq h4.panel-title a:before {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  left: -.5em;
  color: #0d2c40;
}

.faq h4.panel-title a:not(.collapsed) {
  color: #F69463 !important;
}

.faq h4.panel-title a:not(.collapsed):before {
  content: "\f068";
  color: #F69463 !important;
}

.faq .card.card-block {
  border: none;
  font-size: 15px;
  padding: 0;
  color: #0d2c40;
  padding-left: 1.7em;
}

.faq.irrelevant {
  color: grey;
  opacity: .5;
}

.faq.irrelevant a {
  color: grey !important;
}

#faq-page-content {
  padding: 0 20px;
}

#featured-categories,
#featured-recipes {
  background: #f8f8f9;
  padding: 90px 0 40px 0;
}

#featured-categories h2,
#featured-recipes h2 {
  text-align: center;
  font-size: 20px;
  margin: 0;
}

#featured-recipes {
  background-color: white;
  padding: 70px 0;
}

#featured-recipes h2 {
  margin-bottom: 40px;
}

.info-box {
  background-position: top center !important;
}

.info-box section.container {
  padding: 70px 60px;
}

.info-box section.container h2 {
  font-size: 20px;
  color: white;
}

.info-box section.container .row {
  max-width: 1025px;
  margin: auto;
  padding: 70px 60px;
  background-color: rgba(13, 44, 64, 0.85);
  color: white;
  font-size: 15px;
  text-align: center;
}

.masonry {
  font-size: 0px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0px;
}

.masonry .col-masonry {
  height: 100%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
}

.masonry .masonry-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
}

.masonry .masonry-item img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.masonry .row-masonry {
  height: 100%;
  display: block;
  clear: both;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.masonry .row-masonry-35 {
  height: 35%;
  width: 100%;
}

.masonry .col-masonry-40 {
  width: 40%;
}

.masonry .col-masonry-45 {
  width: 45%;
}

.masonry .col-masonry-50 {
  width: 50%;
}

.masonry .col-masonry-55 {
  width: 55%;
}

.masonry .col-masonry-60 {
  width: 60%;
}

.masonry .row-masonry-65 {
  width: 100%;
  height: 65%;
}

#carousel-container .item-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}

#carousel-container .item-container.center,
#carousel-container .item-container.slide-video-container {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#carousel-container .item-container.right {
  right: 0;
}

#carousel-container .item-container.slide-video-container {
  display: block;
  max-width: 100%;
  width: 888px;
}

#carousel-container .item-container.slide-video-container .responsive-video-wrap {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#carousel-container .item-container.slide-video-container .responsive-video-wrap iframe {
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#carousel-container .item-container .item-contents {
  background: rgba(255, 255, 255, 0.4);
  margin: 20px 105px 20px 65px;
  max-width: 523px;
  padding: 50px 55px 50px 55px;
  text-align: center;
  z-index: 2048;
}

#carousel-container .item-container h1 {
  display: block;
  position: relative;
  font-size: 42px;
  margin: 0px;
  min-width: 410px;
}

#carousel-container .item-container .btn {
  width: 285px;
  padding: 1rem 1.5rem;
  border-width: 2px;
  font-size: 1.2em;
  margin-top: 3rem;
}

#page-header-bg {
  min-height: 650px;
  background-image: url("/wp-content/uploads/sites/4/2017/07/BHF-WEB17_About-Us_BG-image_1440x_071317.png");
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

#page-header-bg #page-header-content {
  text-align: center;
  max-width: 500px;
  margin: auto;
  z-index: 20;
  position: relative;
}

#page-header-bg #page-header-content > .title {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: white;
  font-size: 25px;
  line-height: 1em;
  margin: 20px 30px;
}

#page-header-bg #page-header-content > .content {
  color: white;
}

#page-header-bg #page-header-sun {
  width: 540px;
  height: 540px;
  border-radius: 100%;
  margin: auto;
  /* position: relative; */
  top: -170px;
  position: fixed;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background: #f69764;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 219, 76, 0.38)), to(#f69764));
  background: -webkit-linear-gradient(top, rgba(255, 219, 76, 0.38) 25%, #f69764 100%);
  background: -o-linear-gradient(top, rgba(255, 219, 76, 0.38) 25%, #f69764 100%);
  background: linear-gradient(to bottom, rgba(255, 219, 76, 0.38) 25%, #f69764 100%);
  mix-blend-mode: multiply;
}

#page-header-overlay {
  width: 100%;
  margin-bottom: -160px;
}

#page-header-overlay img {
  margin: 0 auto;
  bottom: 160px;
  position: relative;
  display: block;
}

.about-us-section h1.band {
  color: white;
}

.about-history {
  position: relative;
  z-index: 5;
  background-color: white;
}

.about-history .container {
  z-index: 10;
}

.about-history h2 {
  position: absolute;
  top: -200px;
  width: 100%;
  text-align: center;
  color: white;
  line-height: 1.25em;
}

.about-history:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f5cda1;
  position: relative;
  display: block;
  top: 8px;
  z-index: -15;
}

.about-history:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f5cda1;
  position: relative;
  display: block;
  top: -8px;
  z-index: -15;
}

hr.history-line {
  border-top: 3px solid #f5cda1;
  position: absolute;
  left: 0;
  right: 320px;
  top: 0;
  margin: 0;
  margin-top: 8px;
}

hr.history-line.right {
  border-top: 3px solid #f5cda1;
  position: absolute;
  left: 320px;
  right: 0px;
  top: 0;
  margin: 0;
  margin-top: 8px;
}

.history-col {
  margin-bottom: 50px;
}

.history-col p {
  padding: 0 20px;
  margin: 20px auto;
  font-size: 22px;
  color: #0d2c40;
  line-height: 1.25em;
}

.history-col p strong {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: .5em;
  letter-spacing: .125em;
  display: block;
}

.about-header h1 {
  display: block;
  text-align: center;
  padding-top: 90px;
}

.about-header p {
  text-align: center;
  letter-spacing: .05em;
  font-size: 22px;
  position: relative;
  top: 18%;
  color: white;
}

.about-section {
  position: relative;
}

.about-section p {
  font-size: 18px;
}

.about-section h3.band {
  width: 100%;
  color: white;
  text-align: center;
  font-size: 40px;
  line-height: 1.25em;
  padding: 40px;
  background-color: rgba(13, 44, 64, 0.9);
}

.about-section h3.centered {
  width: 100%;
  display: table-cell;
  /* height: 100%; */
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 60px;
}

.about-section > div {
  display: table;
  width: 100%;
  height: 100%;
}

.about-section .about-section-content {
  max-width: 600px;
  margin: 60px 30px;
  display: inline-block;
}

.about-section .about-section-content h4 {
  text-align: center;
  margin-bottom: .5em;
}

.about-section .top-left,
.about-section .top-right,
.about-section .bottom-left,
.about-section .bottom-right {
  z-index: 100;
}

.about-section video {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 150%;
  min-width: 100%;
}

.about-section video.block-video {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.history-item {
  width: 150px;
  height: 150px;
  background-color: white;
  display: block;
  margin: auto;
  position: relative;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: lighter;
  color: white;
  text-align: center;
  font-size: 22px;
  border-radius: 100%;
  line-height: 150px;
}

.history-item.history-bg-item {
  border: 3px solid #f5cda1;
  opacity: .9;
}

.history-item.history-item-offset {
  top: -65px;
  margin-bottom: -65px;
  background-color: #0d2c40;
}

.history-item strong {
  font-weight: bold;
  font-size: 28px;
}

.history-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.history-item.history-item-offset:before {
  content: "";
  width: 166px;
  height: 166px;
  border: 3px solid #f5cda1;
  position: absolute;
  border-radius: 50%;
  left: -8px;
  top: -8px;
  background-color: white;
  z-index: -10;
}

hr.timeline-border {
  width: 100%;
  height: 3px;
  background-color: #f5cda1;
  display: block;
  border: 0;
  margin: 8px 0;
}

.about-history-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-history-bg .history-col p {
  color: white !important;
  font-size: 1.5rem;
}

.video-container {
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
}

.video-container .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.video-container .video-overlay h1 {
  text-transform: uppercase;
  color: white;
  margin-top: 30px;
}

.video-container .video-overlay p {
  text-align: center;
  letter-spacing: .05em;
  position: relative;
  margin-top: 30px;
  color: white;
  top: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 200px;
  bottom: 30%;
  display: block;
  top: auto;
  -webkit-animation-duration: 2;
  animation-duration: 2;
}

.video-container video {
  width: 100%;
  height: 100%;
}

.about-header .about-history {
  background-color: transparent;
}

.about-header .about-history h2 {
  position: relative;
  margin-bottom: 0;
}

.about-header .about-history:before {
  top: 75px;
}

.about-header .about-history:after {
  display: none;
}

.about-header .about-history .history-item.history-item-offset {
  top: auto;
  position: relative;
}

.about-header .about-history p,
.about-header .about-history h2 {
  display: inline-block;
  top: auto;
  position: relative;
}

.about-header .about-history .history-col > p {
  top: 65px;
}

.video-container {
  width: 100%;
  height: 100vh;
  max-height: 1800px;
  overflow: hidden;
}

.video-container video {
  /*object-fit: contain;*/
  /*       object-fit: fill; */
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.animation-delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.animation-delay-3 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animation-delay-4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation-delay-5 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animation-delay-4-sec {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.hero-video-container {
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero-video-container video {
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  background-position: center;
  background-size: cover;
}

.about-sticker {
  position: relative;
  z-index: 200;
}

.about-sticker img {
  position: absolute;
  z-index: 100;
}

#recipe-ingredients {
  padding-left: 90px !important;
}

#recipe-preparation,
.recipe-info {
  max-width: auto !important;
  width: 100%;
}

#recipe-body .recipe-preparation:after {
  margin: 0;
  left: 53.33333%;
}

#carousel-container {
  height: 100%;
}

#carousel-container .item,
#carousel-container .item .cover-bg {
  width: 100%;
  height: 100%;
}

.recipe-padded {
  max-width: 1440px;
  margin: auto;
}

body > div.info-box.cover-bg > section > div > div > p {
  width: 75%;
  display: inline-block;
}

footer.footer .container {
  padding: 0 20px;
}

body > div.container > div.info-box.cover-bg > section {
  padding: 115px 60px;
}

nav.fixed-top {
  margin: auto;
}

body,
html {
  overflow-x: hidden;
}

body.modal-open {
  padding: 0px !important;
}

.modal-body p:last-of-type {
  margin-bottom: 0px;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.home > .container {
  overflow: hidden;
}

.flickity-viewport *:focus {
  outline: none !important;
}

.animated-view,
.animated-item {
  visibility: hidden;
}

.animated {
  visibility: visible !important;
}

.mbt-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.border-none {
  border: none !important;
}

.white-bg {
  background-color: white;
}

.flex-fit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#featured-recipes .flickity-prev-next-button {
  margin: 0 40px;
}

#carousel-container {
  /* arrow color */
}

#carousel-container .flickity-prev-next-button {
  margin: 0 40px;
}

#carousel-container .flickity-prev-next-button .arrow {
  fill: rgba(255, 255, 255, 0.7);
}

#carousel-container .flickity-prev-next-button.no-svg {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 680px) {
  body {
    margin-bottom: 300px;
  }

  .news-grid .card-content-wrap {
    float: left;
    width: 50%;
  }

  section.list-container .product-slider.slider-offset a.product-card {
    position: relative;
    left: -96px;
  }

  main#product-page #product-summary-container {
    padding: 65px 45px;
  }

  #recipe-preparation {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .footer {
    position: absolute;
  }

  .about-section .top-left {
    position: absolute;
    top: 0;
    left: 0;
  }

  .about-section .top-right {
    position: absolute;
    top: 0;
    right: 0;
  }

  .about-section .bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .about-section .bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .about-section .about-section-content {
    max-width: 400px;
  }

  .about-section .about-section-content.about-big {
    max-width: 600px;
  }

  #recipe-ingredients {
    max-width: 450px;
  }

  .col-md-50 {
    position: relative;
    width: 50%;
    min-height: 1px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar nav.navbar.fixed-top {
    top: 32px;
  }
}

@media (min-width: 900px) {
  .recipe-slider .recipe-container > .row,
  #product-recipe-container .recipe-container > .row {
    height: 440px;
    width: 830px;
  }

  #recipe-nutrition-facts ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
  }
}

@media (min-width: 1025px) {
  .flickity-prev-next-button {
    width: 200px;
  }

  .news-grid {
    max-width: 1200px;
  }

  .news-grid .card-content-wrap {
    width: 33%;
  }

  .recipe-slider .recipe-slide,
  #product-recipe-container .recipe-slide {
    width: 100%;
    max-width: 1440px;
  }

  section.list-container .product-slider.slider-offset a.product-card {
    left: -117px;
  }

  section.list-container .product-slider.slider-small {
    text-align: center;
  }

  section.list-container .product-slider.slider-small:before {
    content: 'slider-disable';
    display: none;
  }

  section.list-container .product-slider.slider-small a.product-card {
    left: 0;
  }

  section.list-container .product-slider.slider-small:after {
    content: '';
    display: none;
  }

  section.list-container .product-slider.slider-small .flickity-prev-next-button {
    display: none;
  }

  .container,
  .container-fluid {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .nav-product-menu ul > li.menu-item-has-children,
  .menu-header-menu-container ul > li.menu-item-has-children {
    padding: 0 40px;
  }

  .product-card,
  .filter-product,
  .product-ghost {
  }

  .history-col p {
    font-size: 18px;
    padding: 0 60px;
  }

  .history-col p br {
    display: none;
  }

  .about-history-bg .history-col p {
    font-size: 22px;
  }

  .container,
  .container-fluid {
    width: 100% !important;
    min-width: 320px !important;
  }
}

@media (max-width: 899px) {
  .nav-product-menu ul > li.menu-item-has-children,
  .menu-header-menu-container ul > li.menu-item-has-children {
    padding: 0 20px;
  }

  .recipe-info {
    text-align: center !important;
    padding: 40px;
  }

  #recipe-nutrition-facts ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }

  #carousel-container .item-container {
    padding: 20px;
    margin: 0px;
  }

  #carousel-container .item-container h1 {
    font-size: 32px;
    min-width: auto;
  }

  #carousel-container .item-container .btn {
    margin-top: 20px;
    min-width: 200px;
    width: auto;
  }

  hr.history-line {
    display: none;
  }

  .about-header h1 {
    padding-top: 70px;
    font-size: 26px;
  }

  .about-header h1 br {
    display: none;
  }

  .about-header p {
    top: 25%;
    font-size: 18px;
  }

  .about-header p br {
    display: none;
  }
}

@media (max-width: 679px) {
  .navbar-logo {
    text-align: center;
  }

  nav.navbar .nav-search .navbar-brand {
    margin-right: 0px !important;
  }

  body.term-plant-protein-milk #page-header[data-size] {
    background-image: url("/wp-content/uploads/sites/4/2018/03/The-Future-of-Milk-Mobile-Banner-Specs-680x775.jpg") !important;
  }

  body.term-bline #page-header[data-size] {
    background-image: url("/wp-content/uploads/sites/4/2018/03/BHF-WEB18_ProductPage_BLINE-BEV_680x750px_WIP4.jpg") !important;
  }

  div.options-container {
    padding: 30px 0 0 0;
  }

  div.options-container .container,
  div.options-container.container,
  div.options-container .container > div {
    display: block;
  }

  .btn.wide {
    min-width: 0;
  }

  .recipe-info {
    padding: 30px;
  }

  .recipe-slide-padding {
    padding: 30px;
  }

  .recipe-slider .recipe-container > .row,
  #product-recipe-container .recipe-container > .row {
    margin: 0 40px;
  }

  .recipe-slider .recipe-container > .row .cover-bg,
  #product-recipe-container .recipe-container > .row .cover-bg {
    height: 280px;
  }

  .recipe-slider .recipe-container > .row .recipe-details,
  #product-recipe-container .recipe-container > .row .recipe-details {
    height: 460px;
  }

  .recipe-slider .recipe-container > .row a,
  #product-recipe-container .recipe-container > .row a {
    left: 10px;
  }

  .form-input-container {
    padding: 0 10px;
  }

  .form-input-container .form-text-input {
    margin-bottom: 10px;
  }

  #product-store-finder #locateForm {
    padding: 0 40px;
  }

  .product-page-image {
    text-align: center;
  }

  main#product-page #product-summary-container {
    padding: 0 10px;
    text-align: center;
  }

  main#product-page #product-details-container .product-ingredients-column {
    text-align: center;
  }

  main#product-page #product-details-container .product-nfp {
    text-align: center;
  }

  #store-finder .store-finder-controls {
    margin: 35px 0 30px 0;
  }

  #recent-recipe .btn,
  #recipe-header .btn {
    margin-bottom: 2em;
  }

  .recipe-featured-product {
    width: 100%;
  }

  #recipe-ingredients,
  #recipe-preparation {
    padding: 30px;
  }

  #recipe-ingredients h2,
  #recipe-preparation h2 {
    text-align: center;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer .container {
    padding: 0 35px;
  }

  .footer .container .form-group {
    text-align: center;
  }

  .footer .container .form-group input {
    min-width: 75%;
  }

  .footer .container .social-media {
    text-align: center;
  }

  .footer .container .copyright-text {
    text-align: center;
  }

  .footer .container .store-locator a {
    margin-left: 11%;
  }

  #featured-categories {
    padding-top: 65px;
  }

  #featured-categories .list-container {
    padding-top: 40px;
  }

  .info-box section.container {
    padding: 30px;
  }

  .info-box section.container .row {
    padding: 30px;
  }

  #carousel-container .item-container {
    width: 100%;
  }

  #carousel-container .item-container .item-contents {
    margin: 0;
    max-width: none;
    padding: 40px;
  }

  #carousel-container .item-container {
    padding: 0px;
  }

  #carousel-container .item-container h1 {
    font-size: 28px;
  }

  #carousel-container .item-container .btn {
    padding: 0.75rem 1.5rem;
  }

  #carousel-container .item-container .item-contents {
    width: 100%;
    height: 100%;
  }

  .about-history h2 {
    font-size: 1.5em;
    top: -130px;
  }

  .history-col p {
    margin: 50px 0;
  }

  .about-section > div {
    display: block;
  }

  .about-section {
    height: auto;
  }

  .about-section br {
    display: none;
  }

  .about-section .top-left,
  .about-section .top-right,
  .about-section .bottom-left,
  .about-section .bottom-right {
    position: relative;
  }

  .about-section .about-section-content {
    width: 100%;
    max-width: 100%;
    padding: 40px 30px;
    margin: auto !important;
    max-width: 420px;
    display: block;
  }

  .about-section {
    height: auto !important;
  }

  .about-section h3.band,
  .about-section h3.centered {
    font-size: 22px;
  }

  .about-history-bg .history-col p {
    font-size: 22px;
  }

  .about-history-bg .history-col {
    padding: 35px 0;
  }

  .video-container {
    height: auto;
  }

  .hero-video-container {
    height: 480px;
  }

  .about-sticker {
    display: none;
  }

  body > div.container > div.info-box.cover-bg > section {
    padding: 20px;
  }

  .mobile-dim {
    background-color: rgba(255, 255, 255, 0.69);
  }

  body.page-id-52 > div.container > div:nth-child(3) > div {
    background-color: rgba(26, 54, 72, 0.38);
  }

  .mobile-block {
    display: block;
    width: 100% !important;
    height: 50% !important;
  }

  .mobile-block.mobile-block-none {
    display: none;
  }

  .hero-bg-1 {
    background-image: url("/wp-content/uploads/sites/4/2017/07/BHF-WEB17_Mobile_Homepage_Banners_680x775.jpg") !important;
  }

  .hero-bg-2 {
    background-image: url("/wp-content/uploads/sites/4/2017/09/BHF-WEB17_Mobile_Homepage_Banners_680x775_BEV-1.jpg") !important;
  }

  .hero-bg-3 {
    background-image: url("/wp-content/uploads/sites/4/2017/09/BHF-WEB17_Mobile_Homepage_Banners_680x775_DRS-CAR-1.jpg") !important;
  }

  .hero-bg-4 {
    background-image: url("/wp-content/uploads/sites/4/2018/03/The-Future-of-Milk-Mobile-Banner-Specs-680x775.jpg") !important;
  }

  .hero-bg-5 {
    background-image: url("/wp-content/uploads/sites/4/2018/03/Fresh-Grown-Milk-Mobile-Banner-Specs-680x775.jpg") !important;
  }

  .organic-image img {
    width: 60%;
    display: block;
    margin: auto;
  }

  #featured-recipes .flickity-prev-next-button {
    margin: 0 10px;
  }

  #carousel-container .flickity-prev-next-button {
    margin: 0 20px;
  }

  #NoFilterMatch h3 {
    font-size: 16px;
    padding: 20px;
  }
}

@media (max-width: 319px) {
  .options-checkbox {
    width: 100%;
    margin-bottom: 30px;
  }

  .recipe-slider .recipe-slide,
  #product-recipe-container .recipe-slide {
    width: 100%;
  }

  #recipe-nutrition-facts ul {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }

  #products-page .options-container .options-checkbox {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 320px) and (max-width: 679px) {
  .options-checkbox {
    width: 49%;
    margin-bottom: 30px;
  }

  .recipe-slider .recipe-slide,
  #product-recipe-container .recipe-slide {
    width: 100%;
  }
}

@media (min-width: 900px) and (max-width: 1024px) {
  .recipe-slider .recipe-slide,
  #product-recipe-container .recipe-slide {
    width: 100%;
    max-width: 1025px;
  }
}

@media (min-width: 680px) and (max-width: 899px) {
  .recipe-slider .recipe-slide,
  #product-recipe-container .recipe-slide {
    width: 100%;
    max-width: 900px;
  }

  .recipe-slider .recipe-container > .row,
  #product-recipe-container .recipe-container > .row {
    height: 440px;
    width: 630px;
  }
}

@media (max-width: 679px) and (min-width: 680px) {
  .footer .container .copyright-text {
    margin-bottom: 60px;
  }
}

@media print {
  body * {
    visibility: hidden;
  }

  html,
  body {
    overflow: initial !important;
  }

  #RecipePage {
    display: none;
  }

  #printSection,
  #printSection * {
    visibility: visible;
  }

  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }

  .overlay-cover,
  #PrintModal {
    display: block !important;
    width: 100% !important;
    position: initial !important;
    left: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
}

.press-release-list {
    display: inline-block;
    font-family:  "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    color: #0d2c40;
	margin-bottom: 10px;
	margin-top:40px;
}
.press-release-container {
    margin-right: 50px;
    margin-left: 50px;
    padding-bottom: 16px;
    border-bottom: 0.5px solid rgba(51, 51, 51, 0.5);
	width:1100px;
}

.employee-source {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  letter-spacing: .05em;
  color: white;
  font-size: 16px;
  font-weight: normal;
}

.employee-title {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125em;
  letter-spacing: .05em;
  color: white;
  font-size: 28px;
  line-height: 1em;
}

.employee-cover-bg {
  min-height: 500px;
  background-position: center center;
  background-size: cover;

}
.mobile-employee-cover-bg {
  min-height: 450px;
  background-position: center center;
  background-size: cover;

}

h2.about {
    margin: 60px 100px 80px 100px !important;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 1.5;
}

h2.mission {
    font-weight: normal;
    font-size: 18px !important;
    line-height: 1.5;
}

.image-row-mission {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image-row-mission img {
    width: 25%;
    max-width: 100%;
}

@media (max-width: 768px) {
.image-row-mission {
      flex-direction: column;
      align-items: center;
}

.image-row-mission img {
      width: 100%;
}
}
.info-container-leadership {
    display: block;
    background-color: #004456;
    border-radius: 25px;
    padding: 20px;
    position: relative; 
	margin: 10px auto;
    width: 75%;
}
.leadership.info-text {
    text-align: center;
    margin: 30px;
    color: #ffffff;
    background-color: #004456;
	font-weight:100;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 2px solid #004456;
    color: #004456;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background-color 0.2s, color 0.2s;
}

.close-btn:hover {
    background-color: #004456;
    color: white;
}
.press-card-wrap.dimmed {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.press-card-wrap.active {
  opacity: 1 !important;
}

#page h2.leadership.info-text {
  margin: 10px;
  text-align: left;
}
.redirect-button-link {
    display: inline-block;
    margin: 10px;
    padding: 12px 24px;
    font-size: 16px;
    text-decoration: none;
    color: white;
    background-color: #6B3E26; /* Sambazon purple or adjust as needed */
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.redirect-button-link:hover {
    background-color: #4e2d1a;
}

