/*----------------------------------*/
/*   When finished break CSS into   */
/*   seperate files.                */
/*----------------------------------*/
body {
  padding-top: 9px;
  background: url(../img/backgrounds/header-top-texture.png) left top repeat-x;
  background-attachment: fixed;
  font-family: 'Figtree', sans-serif;
  color: #696969;
  font-size: 18px;
  line-height: 27px;
}
p {
  font-family: 'Figtree', sans-serif;
  color: #696969;
  font-size: 18px;
  line-height: 27px;
}
p a {
  color: #2a478f;
  font-weight: 600;
}
p a:hover {
  color: #82b8e5;
}
div.text a {
  color: #2a478f;
  font-weight: 600;
}
div.text a:hover {
  color: #82b8e5;
}
div.text strong {
  font-weight: 700 !important;
}
div.text ul,
div.text ol {
  list-style-type: disc;
  list-style-position: inside !important;
  padding: 0px 0px 20px 0px;
}
div.text ol {
  list-style-type: decimal;
}
h3 {
  font-family: 'Figtree', sans-serif;
  color: #82b8e5;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 30px;
}
.mobile {
  display: none;
}
/*----------------------------------*/
/*							Header 							*/
/*----------------------------------*/
#header {
  background: #fff;
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
}
#header #header-holder {
  width: calc(100% - 40px);
  max-width: 1200px;
  min-height: 136px;
  position: relative;
}
#header #header-holder #logo {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -54px;
}
#header #header-holder #tagline {
  position: absolute;
  left: 180px;
  top: 21px;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #867d68;
  font-style: italic;
}
#search {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 240px;
  overflow: auto;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  #search {
    display: block !important;
  }
}
#search input {
  border: none;
  margin: 0;
  float: left;
  height: 40px;
}
#search input[type=text] {
  width: calc(100% - 40px);
  border: #e7e7e7 1px solid;
  padding: 0 15px;
  font-size: 18px;
  font-family: 'Figtree', sans-serif;
  outline: none;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
#search input[type=submit] {
  width: 40px;
  text-indent: -99999px;
  background: #2a478f url(../img/icons/search-icon.png) no-repeat bottom right;
  background-size: 80%;
  cursor: pointer;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
#search input[type=submit]:hover {
  background-color: #82b8e5;
}
@media screen and (min-width: 961px) {
  #menu-bg {
    display: none !important;
  }
}
#sub-menu {
  position: absolute;
  right: 0;
  top: 21px;
  width: auto;
}
@media screen and (min-width: 961px) {
  #sub-menu {
    display: block !important;
    top: 21px !important;
  }
}
#sub-menu .menu {
  overflow: auto;
  padding: 0;
}
#sub-menu .menu li {
  float: left;
}
#sub-menu .menu li a {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #2a478f;
  text-decoration: none;
  font-weight: 800;
}
#sub-menu .menu li a:hover {
  color: #82b8e5;
}
#sub-menu .menu li.contact-menu {
  padding-right: 0;
}
#sub-menu .menu li.contact-menu a {
  padding-left: 29px;
  font-size: 18px;
  background: url(../img/icons/contact-icon-light.png) no-repeat center left;
}
#sub-menu .menu li.find-a-broker-menu a {
  padding-left: 33px;
  background: url(../img/icons/inquiry.png) no-repeat center left;
}
#menu-main {
  overflow: visible;
  width: calc(100% - 220px);
  position: absolute;
  bottom: 8px;
  left: 164px;
}
@media screen and (min-width: 961px) {
  #menu-main {
    display: block !important;
  }
}
#menu-main li {
  float: left;
  position: relative;
}
#menu-main li a {
  padding: 18px 20px;
  color: #2a478f;
  font-family: 'bignoodletitling', sans-serif;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border: #fff solid 1px;
  border-bottom: none;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
#menu-main li a:hover {
  color: #82b8e5;
}
#menu-main li.current-menu-item > a,
#menu-main li.current_page_ancestor > a {
  color: #82b8e5;
}
#menu-main li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border: none;
  z-index: 100;
  min-width: 192px;
}
@media screen and (min-width: 769px) {
  #menu-main li ul {
    display: none !important;
  }
}
#menu-main li ul li {
  float: none;
}
#menu-main li ul li a {
  white-space: nowrap;
  font-size: 18px;
  font-family: 'Figtree', sans-serif;
  text-transform: none;
  font-weight: 800;
  line-height: auto;
  width: 100%;
  padding: 15px 23px;
  display: inline-block;
  border: none;
  border: #e7e7e7 solid 1px;
  border-bottom: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#menu-main li ul li:last-child a {
  border: #e7e7e7 solid 1px;
  border-bottom: #e7e7e7 solid 3px;
  -webkit-border-radius: 0px 0 3px 3px;
  border-radius: 0px 0 3px 3px;
}
#menu-main li ul li:first-child a {
  -webkit-border-radius: 0px 3px 0 0;
  border-radius: 0px 3px 0 0;
}
#menu-main li ul li ul {
  top: 0;
  left: 100%;
  display: none;
}
@media screen and (min-width: 961px) {
  #menu-main > li {
    position: relative;
    padding-bottom: 15px;
  }
  #menu-main > li.menu-item-has-children:hover {
    z-index: 50;
  }
  #menu-main > li.menu-item-has-children:hover:after {
    z-index: -1;
  }
  #menu-main > li.menu-item-has-children:hover a {
    border-color: #e7e7e7;
  }
  #menu-main > li:after {
    content: '\2022';
    color: #e9e4d7;
    font-size: 18px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: -4px;
  }
  #menu-main > li:last-child:after {
    content: '';
  }
  #menu-main li:hover a {
    border-bottom: none;
    background: #fff;
  }
  #menu-main li:hover > ul {
    display: block !important;
  }
  #menu-main li:hover > ul li a:hover {
    color: #fff;
    background: #2a478f;
    border-color: #2a478f;
  }
  #menu-main li:hover > ul li:last-child a {
    border-bottom-color: #e7e7e7;
  }
}
/*----------------------------------*/
/*					 Below Header						*/
/*----------------------------------*/
#below-header #slideshow {
  min-height: 250px;
  background: #2a478f;
}
#below-header #page-head,
#below-header #product-header {
  background-position: left center !important;
  background-size: cover !important;
  background-attachment: scroll;
  min-height: 325px;
  width: 100%;
  position: relative;
}
#below-header.fresh-brewed,
#below-header.concentrate,
#below-header.ready-to-drink {
  min-height: 540px;
}
/*----------------------------------*/
/*							 Body  							*/
/*----------------------------------*/
#container {
  padding: 0;
  background: #fff;
}
#container #content {
  overflow: auto;
}
#container #content.page-contact {
  border-top: #e7e7e7 solid 1px;
}
#container .body-hold {
  max-width: 1200px;
  margin: 0 auto;
}
#container .body-hold.padding {
  padding: 0 30px 60px;
}
.body {
  padding: 30px;
}
.stage {
  max-width: 1200px;
}
.col {
  margin-right: 30px;
}
.col:last-child {
  margin-right: 0;
}
.col.half {
  float: left;
  width: calc(50% - 15px);
  overflow: auto;
  position: relative;
}
.col.third {
  float: left;
  width: calc(33.3% - 20px);
  overflow: auto;
  position: relative;
}
#page_title h2 {
  text-align: center;
  font-family: 'bignoodletitling', sans-serif;
  color: #2a478f;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 60px 0;
}
#page_title.center p {
  text-align: center;
}
.text_block {
  padding-bottom: 60px;
}
.text_block .img_left {
  overflow: auto;
}
.text_block .img_left .text {
  float: left;
  width: calc(770px - 60px);
  margin: 0 30px;
}
.text_block .img_left .text h2 {
  font-family: 'bignoodletitling', sans-serif;
  color: #2a478f;
  font-size: 26px;
  line-height: 48px;
  text-transform: uppercase;
}
.text_block .img_left .img {
  float: left;
  width: calc(430px - 30px);
  margin: 0 0 0 30px;
}
.text_block .no_img .text {
  width: 100%;
  padding: 0 30px;
}
.text_block .no_img .text h2 {
  font-family: 'bignoodletitling', sans-serif;
  color: #2a478f;
  font-size: 26px;
  line-height: 48px;
  text-transform: uppercase;
}
.text_block .img_right {
  overflow: auto;
}
.text_block .img_right .text {
  float: left;
  width: calc(770px - 60px);
  margin: 0 30px;
}
.text_block .img_right .text h2 {
  font-family: 'bignoodletitling', sans-serif;
  color: #2a478f;
  font-size: 26px;
  line-height: 48px;
  text-transform: uppercase;
}
.text_block .img_right .img {
  float: left;
  width: calc(430px - 30px);
  margin: 0 30px 0 0;
}
.body-hold.product {
  padding-bottom: 50px;
}
.body-hold.product #page_title h2 {
  padding-bottom: 20px;
}
.body-hold.product #page_title p {
  padding-bottom: 30px;
}
.body-hold.history #page_title h2 {
  padding-bottom: 6px;
}
.body-hold.history #page_title h2:after {
  content: '';
  display: block;
  margin: 8px auto 0;
  height: 3px;
  width: 57px;
  background: #82b8e5;
}
.body-hold.history #page_title h3 {
  font-family: 'bignoodletitling', sans-serif;
  font-size: 30px;
  line-height: 27px;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #2a478f;
  padding: 9px 0 20px;
}
/*----------------------------------*/
/*				  Home Featured						*/
/*----------------------------------*/
#home_featured {
  background: #fff;
  padding: 30px 0;
  overflow: hidden;
}
#home_featured .full-half .image {
  -webkit-border-radius: 3px 3px 0px 0px;
  overflow: hidden;
  border-radius: 3px 3px 0px 0px;
}
#home_featured .full-half .image img {
  display: block;
}
#home_featured .full-half .body {
  height: auto;
  border: #e7e7e7 solid 1px;
  border-top: none;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
#home_featured .full-half .body .featured-holder {
  overflow: hidden;
}
#home_featured .full-half .body .featured-holder .featured_left {
  float: left;
  width: calc(100% - 30px);
  max-width: 304px;
  margin-right: 30px;
}
#home_featured .full-half .body .featured-holder .featured_left h2 {
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 15px;
  color: #4a4a4a;
}
#home_featured .full-half .body .featured-holder .featured_left p {
  padding-bottom: 25px;
}
#home_featured .full-half .body .featured-holder .featured_right {
  float: left;
  width: 189px;
}
#home_featured .featured_prod {
  padding: 10px;
  overflow: auto;
  min-height: 150px;
  width: 100%;
  border: #e7e7e7 solid 1px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 30px;
}
#home_featured .featured_prod:last-child {
  margin-bottom: 0;
}
#home_featured .featured_prod .fp_image {
  padding: 10px;
  width: 235px;
  height: 235px;
  background: url(../img/backgrounds/feature.png) no-repeat center;
  background-size: contain;
  text-align: center;
  position: relative;
  float: left;
}
#home_featured .featured_prod .fp_image img {
  max-width: 100%;
}
#home_featured .featured_prod .fp_image .cat_icon {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -30px;
  top: 20px;
}
#home_featured .featured_prod .fp_content {
  position: relative;
  width: 280px;
  float: right;
}
#home_featured .featured_prod .fp_content p.brand_name {
  text-transform: uppercase;
  font-family: 'bignoodletitling', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #8b8470;
}
#home_featured .featured_prod .fp_content .title {
  padding-bottom: 25px;
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #4a4a4a;
  font-weight: bold;
}
/*----------------------------------*/
/*						 Coffee  							*/
/*----------------------------------*/
#ph-content {
  text-align: center;
  padding-top: 60px;
}
#ph-content h2 {
  text-transform: uppercase;
  font-family: 'bignoodletitling', sans-serif;
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  padding-top: 10px;
}
#ph-content p {
  font-family: 'Caveat', cursive;
  font-size: 42px;
  line-height: 30px;
  letter-spacing: 0;
  color: #d4cab0;
}
.tea #ph-content {
  text-align: center;
  padding-top: 60px;
}
.tea #ph-content p {
  color: #eae4d5;
}
#ph-brands {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  overflow: auto;
  padding: 30px 15px 0;
  margin-bottom: 40px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media screen and (max-width: 768px) {
  #ph-brands {
    text-align: center;
  }
}
#ph-brands.other .brand-hold {
  width: 300px;
}
#ph-brands.other .brand-hold:hoverOLD {
  width: 300px;
}
#ph-brands .brand-hold {
  display: block;
  padding: 0 15px;
  float: left;
  width: 239px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
  margin-bottom: 0px;
}
#ph-brands .brand-hold:last-child {
  margin-right: -15px;
}
#ph-brands .brand-hold.first-of-row,
#ph-brands .brand-hold:first-child {
  margin-left: -15px;
}
#ph-brands .brand-hold.first-of-row:hoverOLD,
#ph-brands .brand-hold:first-child:hoverOLD {
  margin-left: -15px !important;
}
@media screen and (max-width: 768px) {
  #ph-brands .brand-hold.first-of-row,
  #ph-brands .brand-hold:first-child {
    margin-left: 0;
  }
  #ph-brands .brand-hold.first-of-row:hoverOLD,
  #ph-brands .brand-hold:first-child:hoverOLD {
    margin-left: 0 !important;
  }
}
#ph-brands .brand-hold.growOLD:hover {
  width: 239px;
  padding: 0 5px 0;
  margin-top: -10px;
  margin-bottom: -15px !important;
}
#ph-brands .brand-hold.growOLD:hover:last-child {
  margin-right: -10px;
}
#ph-brands .brand-hold.growOLD:hover:first-child {
  margin-left: 0;
}
#ph-brands .brand-hold.growOLD:hover .brand-contain {
  height: 235px;
  padding-top: 0;
}
#ph-brands .brand-hold.growOLD:hover .brand-contain .brand-img-table .brand-img img {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#ph-brands .brand-hold.growOLD:hover .brand-contain .brand-txt {
  top: 50%;
  background: #e9e9e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9e9e9 0%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9e9e9 0%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}
#ph-brands .brand-hold.growOLD:hover .brand-contain .brand-txt h2 {
  color: #2a478f;
}
#ph-brands .brand-hold.growOLD:hover .brand-contain .brand-txt p {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #ph-brands .brand-hold.growOLD {
    width: 239px;
    padding: 0 5px 0;
    margin-top: -10px;
    display: inline-block;
    float: none;
    margin-left: 0 !important;
  }
  #ph-brands .brand-hold.growOLD:first-child {
    margin-left: 0;
  }
  #ph-brands .brand-hold.growOLD:first-child:hover {
    margin-left: 0 !important;
  }
  #ph-brands .brand-hold.growOLD:last-child {
    margin-right: -10px;
  }
  #ph-brands .brand-hold.growOLD:first-child {
    margin-left: 0;
  }
  #ph-brands .brand-hold.growOLD:nth-child(odd) {
    clear: left !important;
  }
  #ph-brands .brand-hold.growOLD .brand-contain {
    height: 235px;
    padding-top: 0;
  }
  #ph-brands .brand-hold.growOLD .brand-contain .brand-img-table .brand-img img {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #ph-brands .brand-hold.growOLD .brand-contain .brand-txt {
    top: 50%;
    background: #e9e9e9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #f6f6f6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #f6f6f6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e9e9e9 0%, #f6f6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
  }
  #ph-brands .brand-hold.growOLD .brand-contain .brand-txt h2 {
    color: #2a478f;
  }
  #ph-brands .brand-hold.growOLD .brand-contain .brand-txt p {
    opacity: 1;
  }
}
#ph-brands .brand-hold .brand-contain {
  text-align: center;
  display: block;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
  position: relative;
}
#ph-brands .brand-hold .brand-contain .brand-img-table {
  height: 108px;
  width: 100%;
  display: table;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#ph-brands .brand-hold .brand-contain .brand-img-table .brand-img {
  display: table-cell;
  vertical-align: middle;
}
#ph-brands .brand-hold .brand-contain .brand-img-table .brand-img img {
  max-width: 100%;
  text-align: center;
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#ph-brands .brand-hold .brand-contain .brand-txt {
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px;
  background: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9e9e9+0,f6f6f6+100 */
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#ph-brands .brand-hold .brand-contain .brand-txt h2 {
  font-family: 'bignoodletitling', sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #8b8470;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 0;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#ph-brands .brand-hold .brand-contain .brand-txt p {
  font-family: 'Figtree', sans-serif;
  color: #696969;
  font-size: 13px;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
/*----------------------------------*/
/*						   Tea  							*/
/*----------------------------------*/
#ph-products {
  display: block;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  padding-top: 35px;
  text-align: center;
  padding-bottom: 40px;
}
#ph-products .ph-product {
  display: inline-block;
  width: 216px;
  margin: 0 15px;
  background: #fff;
  padding: 30px;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
}
#ph-products .ph-product p {
  font-family: 'bignoodletitling', sans-serif;
  font-size: 32px;
  line-height: 30px;
  color: #8b8470;
  letter-spacing: normal;
  padding-top: 20px;
}
/* fixes */
#product-header #ph-brands {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 40px 0px 40px 0px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product-header #ph-brands a.brand-hold {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
#product-header #ph-brands a.brand-hold span.brand-contain {
  width: 100%;
}
#product-header.tea #ph-products {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  float: left;
  position: relative;
  left: 50%;
  margin-left: -400px;
}
#product-header.tea #ph-products a.ph-product {
  background: #fff;
  width: calc(33.33% - 13px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  padding: 40px 0px 40px 0px;
}
#product-header.other-products #ph-brands a.brand-hold {
  background: #fff;
  width: calc(25% - 23px);
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 10px 0px 20px 0px;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain .brand-img-table {
  width: 100%;
  height: 140px;
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain .brand-img-table .brand-img {
  width: 90%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain .brand-txt {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
  width: 90%;
  float: left;
  margin: 0px 0px 0px 5%;
  padding: 0;
  line-height: 26px;
}
#product-header.coffee #ph-brands a.brand-hold {
  background: #fff;
  width: calc(20% - 24px);
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain {
  width: 100%;
  height: 240px;
  margin: 0;
  padding: 10px 0px 20px 0px;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-img-table {
  width: 100%;
  height: 140px;
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-img-table .brand-img {
  width: 80%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0px 20px 0px;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
  width: 90%;
  height: 20px;
  float: left;
  position: relative;
  margin: 0px 0px 10px 5%;
  padding: 0;
  line-height: 26px;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt p {
  width: 90%;
  height: 0px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 5%;
  padding: 0;
  display: block;
  color: #696969;
  opacity: 1;
  line-height: 20px;
  overflow: hidden;
}
#product-header.coffee #ph-brands a.brand-hold:hover .brand-contain .brand-img-table {
  height: 100px;
}
#product-header.coffee #ph-brands a.brand-hold:hover .brand-contain .brand-txt {
  background: #e7e7e7;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-top: -25px;
}
#product-header.coffee #ph-brands a.brand-hold:hover .brand-contain .brand-txt h2 {
  color: #2a478f;
}
#product-header.coffee #ph-brands a.brand-hold:hover .brand-contain .brand-txt p {
  height: 20px;
  overflow: visible;
}
@media screen and (max-width: 1260px) {
  #product-header #ph-brands {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  #product-header.other-products #ph-brands a.brand-hold {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 1160px) {
  #product-header.coffee {
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  #product-header.coffee #ph-brands {
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  #product-header.coffee #ph-brands a.brand-hold {
    width: calc(33.3% - 14px);
    height: auto !important;
    margin: 0px 20px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(3) {
    margin-right: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(4) {
    margin-bottom: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(5) {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 860px) {
  #product-header.coffee {
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  #product-header.coffee #ph-brands a.brand-hold {
    width: calc(50% - 10px);
    height: auto !important;
    margin: 0px 20px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(2) {
    margin-right: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(3) {
    margin-bottom: 20px !important;
    margin-right: 20px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(4) {
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(5) {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-img-table {
    height: 100px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt {
    background: #e7e7e7;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-top: -25px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
    color: #2a478f;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt p {
    height: 20px;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  #product-header {
    /* */
  }
  #product-header.other-products #ph-brands a.brand-hold {
    width: calc(50% - 10px);
  }
  #product-header.other-products #ph-brands a.brand-hold:nth-child(1),
  #product-header.other-products #ph-brands a.brand-hold:nth-child(2) {
    margin-bottom: 20px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-img-table {
    height: 100px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt {
    background: #e7e7e7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
    color: #2a478f;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt p {
    height: 20px;
  }
}
@media screen and (max-width: 500px) {
  #product-header.coffee #ph-brands a.brand-hold {
    width: calc(100% - 0px);
    height: auto !important;
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(1) {
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(2) {
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(3) {
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(4) {
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(5) {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 375px) {
  #product-header.other-products #ph-brands a.brand-hold {
    width: calc(100% - 0px);
  }
  #product-header.other-products #ph-brands a.brand-hold:nth-child(1),
  #product-header.other-products #ph-brands a.brand-hold:nth-child(2),
  #product-header.other-products #ph-brands a.brand-hold:nth-child(3) {
    margin-bottom: 20px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt {
    overflow: visible;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
    width: 100% !important;
    margin-left: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt p {
    width: 100% !important;
    margin-left: 0px !important;
    overflow: visible;
    font-size: 15px !important;
  }
}
/*----------------------------------*/
/*					    Brands  						*/
/*----------------------------------*/
h2#brands_header {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  font-family: 'bignoodletitling', sans-serif;
  font-size: 36px;
  line-height: 56px;
  color: #8b8470;
}
#brands #brands_holder {
  max-width: 1200px;
  margin: 0 auto;
}
/*----------------------------------*/
/*					  Info Sheets					  */
/*----------------------------------*/
/*----------------------------------*/
/*						 Coffee  							*/
/*----------------------------------*/
#ph-content {
  text-align: center;
  padding-top: 60px;
}
#ph-content h2 {
  text-transform: uppercase;
  font-family: 'bignoodletitling', sans-serif;
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  padding-top: 10px;
}
#ph-content p {
  font-family: 'Caveat', cursive;
  font-size: 42px;
  line-height: 30px;
  letter-spacing: 0;
  color: #d4cab0;
}
.tea #ph-content {
  text-align: center;
  padding-top: 60px;
}
.tea #ph-content p {
  color: #eae4d5;
}
#ph-brands {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  overflow: auto;
  padding: 30px 15px 0;
  margin-bottom: 40px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media screen and (max-width: 768px) {
  #ph-brands {
    text-align: center;
  }
}
#ph-brands.other .brand-hold {
  width: 300px;
}
#ph-brands.other .brand-hold:hoverOLD {
  width: 300px;
}
#ph-brands .brand-hold {
  display: block;
  padding: 0 15px;
  float: left;
  width: 239px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
  margin-bottom: 0px;
}
#ph-brands .brand-hold:last-child {
  margin-right: -15px;
}
#ph-brands .brand-hold.first-of-row,
#ph-brands .brand-hold:first-child {
  margin-left: -15px;
}
#ph-brands .brand-hold.first-of-row:hoverOLD,
#ph-brands .brand-hold:first-child:hoverOLD {
  margin-left: -15px !important;
}
@media screen and (max-width: 768px) {
  #ph-brands .brand-hold.first-of-row,
  #ph-brands .brand-hold:first-child {
    margin-left: 0;
  }
  #ph-brands .brand-hold.first-of-row:hoverOLD,
  #ph-brands .brand-hold:first-child:hoverOLD {
    margin-left: 0 !important;
  }
}
#ph-brands .brand-hold.growOLD:hover {
  width: 239px;
  padding: 0 5px 0;
  margin-top: -10px;
  margin-bottom: -15px !important;
}
#ph-brands .brand-hold.growOLD:hover:last-child {
  margin-right: -10px;
}
#ph-brands .brand-hold.growOLD:hover:first-child {
  margin-left: 0;
}
#ph-brands .brand-hold.growOLD:hover .brand-contain {
  height: 235px;
  padding-top: 0;
}
#ph-brands .brand-hold.growOLD:hover .brand-contain .brand-img-table .brand-img img {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#ph-brands .brand-hold.growOLD:hover .brand-contain .brand-txt {
  top: 50%;
  background: #e9e9e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9e9e9 0%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9e9e9 0%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}
#ph-brands .brand-hold.growOLD:hover .brand-contain .brand-txt h2 {
  color: #2a478f;
}
#ph-brands .brand-hold.growOLD:hover .brand-contain .brand-txt p {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #ph-brands .brand-hold.growOLD {
    width: 239px;
    padding: 0 5px 0;
    margin-top: -10px;
    display: inline-block;
    float: none;
    margin-left: 0 !important;
  }
  #ph-brands .brand-hold.growOLD:first-child {
    margin-left: 0;
  }
  #ph-brands .brand-hold.growOLD:first-child:hover {
    margin-left: 0 !important;
  }
  #ph-brands .brand-hold.growOLD:last-child {
    margin-right: -10px;
  }
  #ph-brands .brand-hold.growOLD:first-child {
    margin-left: 0;
  }
  #ph-brands .brand-hold.growOLD:nth-child(odd) {
    clear: left !important;
  }
  #ph-brands .brand-hold.growOLD .brand-contain {
    height: 235px;
    padding-top: 0;
  }
  #ph-brands .brand-hold.growOLD .brand-contain .brand-img-table .brand-img img {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #ph-brands .brand-hold.growOLD .brand-contain .brand-txt {
    top: 50%;
    background: #e9e9e9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #f6f6f6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #f6f6f6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e9e9e9 0%, #f6f6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
  }
  #ph-brands .brand-hold.growOLD .brand-contain .brand-txt h2 {
    color: #2a478f;
  }
  #ph-brands .brand-hold.growOLD .brand-contain .brand-txt p {
    opacity: 1;
  }
}
#ph-brands .brand-hold .brand-contain {
  text-align: center;
  display: block;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
  position: relative;
}
#ph-brands .brand-hold .brand-contain .brand-img-table {
  height: 108px;
  width: 100%;
  display: table;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#ph-brands .brand-hold .brand-contain .brand-img-table .brand-img {
  display: table-cell;
  vertical-align: middle;
}
#ph-brands .brand-hold .brand-contain .brand-img-table .brand-img img {
  max-width: 100%;
  text-align: center;
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#ph-brands .brand-hold .brand-contain .brand-txt {
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px;
  background: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9e9e9+0,f6f6f6+100 */
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#ph-brands .brand-hold .brand-contain .brand-txt h2 {
  font-family: 'bignoodletitling', sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #8b8470;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 0;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#ph-brands .brand-hold .brand-contain .brand-txt p {
  font-family: 'Figtree', sans-serif;
  color: #696969;
  font-size: 13px;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
/*----------------------------------*/
/*						   Tea  							*/
/*----------------------------------*/
#ph-products {
  display: block;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  padding-top: 35px;
  text-align: center;
  padding-bottom: 40px;
}
#ph-products .ph-product {
  display: inline-block;
  width: 216px;
  margin: 0 15px;
  background: #fff;
  padding: 30px;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
}
#ph-products .ph-product p {
  font-family: 'bignoodletitling', sans-serif;
  font-size: 32px;
  line-height: 30px;
  color: #8b8470;
  letter-spacing: normal;
  padding-top: 20px;
}
/* fixes */
#product-header #ph-brands {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 40px 0px 40px 0px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product-header #ph-brands a.brand-hold {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
#product-header #ph-brands a.brand-hold span.brand-contain {
  width: 100%;
}
#product-header.tea #ph-products {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  float: left;
  position: relative;
  left: 50%;
  margin-left: -400px;
}
#product-header.tea #ph-products a.ph-product {
  background: #fff;
  width: calc(33.33% - 13px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  padding: 40px 0px 40px 0px;
}
#product-header.other-products #ph-brands a.brand-hold {
  background: #fff;
  width: calc(25% - 23px);
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 10px 0px 20px 0px;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain .brand-img-table {
  width: 100%;
  height: 140px;
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain .brand-img-table .brand-img {
  width: 90%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain .brand-txt {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
#product-header.other-products #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
  width: 90%;
  float: left;
  margin: 0px 0px 0px 5%;
  padding: 0;
  line-height: 26px;
}
#product-header.coffee #ph-brands a.brand-hold {
  background: #fff;
  width: calc(20% - 24px);
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain {
  width: 100%;
  height: 240px;
  margin: 0;
  padding: 10px 0px 20px 0px;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-img-table {
  width: 100%;
  height: 140px;
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-img-table .brand-img {
  width: 80%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0px 20px 0px;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
  width: 90%;
  height: 20px;
  float: left;
  position: relative;
  margin: 0px 0px 10px 5%;
  padding: 0;
  line-height: 26px;
}
#product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt p {
  width: 90%;
  height: 0px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 5%;
  padding: 0;
  display: block;
  color: #696969;
  opacity: 1;
  line-height: 20px;
  overflow: hidden;
}
#product-header.coffee #ph-brands a.brand-hold:hover .brand-contain .brand-img-table {
  height: 100px;
}
#product-header.coffee #ph-brands a.brand-hold:hover .brand-contain .brand-txt {
  background: #e7e7e7;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-top: -25px;
}
#product-header.coffee #ph-brands a.brand-hold:hover .brand-contain .brand-txt h2 {
  color: #2a478f;
}
#product-header.coffee #ph-brands a.brand-hold:hover .brand-contain .brand-txt p {
  height: 20px;
  overflow: visible;
}
@media screen and (max-width: 1260px) {
  #product-header #ph-brands {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  #product-header.other-products #ph-brands a.brand-hold {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 1160px) {
  #product-header.coffee {
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  #product-header.coffee #ph-brands {
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  #product-header.coffee #ph-brands a.brand-hold {
    width: calc(33.3% - 14px);
    height: auto !important;
    margin: 0px 20px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(3) {
    margin-right: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(4) {
    margin-bottom: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(5) {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 860px) {
  #product-header.coffee {
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }
  #product-header.coffee #ph-brands a.brand-hold {
    width: calc(50% - 10px);
    height: auto !important;
    margin: 0px 20px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(2) {
    margin-right: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(3) {
    margin-bottom: 20px !important;
    margin-right: 20px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(4) {
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(5) {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-img-table {
    height: 100px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt {
    background: #e7e7e7;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-top: -25px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
    color: #2a478f;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt p {
    height: 20px;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  #product-header {
    /* */
  }
  #product-header.other-products #ph-brands a.brand-hold {
    width: calc(50% - 10px);
  }
  #product-header.other-products #ph-brands a.brand-hold:nth-child(1),
  #product-header.other-products #ph-brands a.brand-hold:nth-child(2) {
    margin-bottom: 20px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-img-table {
    height: 100px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt {
    background: #e7e7e7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
    color: #2a478f;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt p {
    height: 20px;
  }
}
@media screen and (max-width: 500px) {
  #product-header.coffee #ph-brands a.brand-hold {
    width: calc(100% - 0px);
    height: auto !important;
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(1) {
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(2) {
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(3) {
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(4) {
    margin: 0px 0px 20px 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold:nth-child(5) {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 375px) {
  #product-header.other-products #ph-brands a.brand-hold {
    width: calc(100% - 0px);
  }
  #product-header.other-products #ph-brands a.brand-hold:nth-child(1),
  #product-header.other-products #ph-brands a.brand-hold:nth-child(2),
  #product-header.other-products #ph-brands a.brand-hold:nth-child(3) {
    margin-bottom: 20px;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt {
    overflow: visible;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt h2 {
    width: 100% !important;
    margin-left: 0px !important;
  }
  #product-header.coffee #ph-brands a.brand-hold .brand-contain .brand-txt p {
    width: 100% !important;
    margin-left: 0px !important;
    overflow: visible;
    font-size: 15px !important;
  }
}
/*----------------------------------*/
/*					    Brands  						*/
/*----------------------------------*/
h2#brands_header {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  font-family: 'bignoodletitling', sans-serif;
  font-size: 36px;
  line-height: 56px;
  color: #8b8470;
}
#brands #brands_holder {
  max-width: 1200px;
  margin: 0 auto;
}
/*----------------------------------*/
/*					  Info Sheets					  */
/*----------------------------------*/
.info-sheets {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
}
.info-sheets .info-left {
  display: flex;
  flex-direction: column;
}
.info-sheets .info-left .info-head {
  display: flex;
  align-items: center;
}
.info-sheets .info-left .info-head svg {
  fill: #8b8470;
  margin-right: 0.5rem;
  width: 2rem;
  height: auto;
  margin: 0 0.5rem 0 0;
}
.info-sheets .info-left .info-head h2 {
  font-family: 'bignoodletitling', sans-serif;
  color: #2a478f;
  font-size: 2.25rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.info-sheets .info-left p {
  font-size: 0.875rem;
  margin: 0.5rem 0 0 0;
  padding-left: 2.5rem;
  line-height: 1.6;
}
.info-sheets .info-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.info-sheets .info-right .info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #d4cab0;
  margin: 0 0 0.75rem;
}
@media screen and (max-width: 960px) {
  .info-sheets .info-right .info-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.info-sheets .info-right .info-wrapper .info-thumb img {
  max-width: 100%;
  height: auto;
}
.info-sheets .info-right .info-wrapper .info-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3;
  margin: 0 0 0 1rem;
  color: #8b8470;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .info-sheets .info-right .info-wrapper .info-title {
    margin: 0.25rem 0 0 0;
    text-align: center;
  }
}
.info-sheets .info-right .info-wrapper:hover {
  outline: 1px solid #8b8470;
  background: #d4cab0;
  transition: 200ms linear ease-in;
}
.info-sheets .info-right .info-wrapper:hover .info-title {
  text-decoration: underline;
  color: #4a4a4a;
}
.info-sheets .info-right .info-wrapper,
.info-sheets .info-right .info-thumb,
.info-sheets .info-right .info-title {
  cursor: pointer;
}
/*----------------------------------*/
/*					 Search Head						*/
/*----------------------------------*/
#search-head {
  height: 100px;
  background: #2a478f;
}
#search-head #search-head-contain {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 95px;
  background: url(../img/search-head.png) no-repeat bottom left;
}
#search-head #search-head-contain h1 {
  font-size: 24px;
  line-height: 100px;
  color: #fff;
  font-family: 'Figtree', sans-serif;
}
#search-head #search-head-contain h1 span {
  color: #82b8e5;
  font-weight: 800;
}
/*----------------------------------*/
/*					 Search Cards						*/
/*----------------------------------*/
.search_card_holder {
  overflow: auto;
  padding: 15px 0;
}
.search_card_holder .bottom-callouts {
  max-width: 1200px;
  margin: 0 auto;
}
.search_card_holder .bottom-callouts .card {
  height: 357px;
  padding: 30px;
  text-align: center;
}
.search_card_holder .bottom-callouts .card h2 {
  margin: 0;
  padding: 30px 0;
  font-family: 'bignoodletitling', sans-serif;
  color: #2a478f;
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
}
.search_card_holder .bottom-callouts .card P {
  padding-bottom: 30px;
}
.search_card_holder .bottom-callouts .card .cta a {
  margin-bottom: 10px;
}
.search_card_holder .bottom-callouts .card .cta a:hover {
  margin-bottom: 8px;
}
.search_card_holder .card {
  padding: 30px 60px;
  height: auto;
  width: 100%;
  float: none;
  background: #fff;
  position: relative;
  overflow: auto;
  border-bottom: #e7e7e7 solid 1px;
}
.search_card_holder .card .card-img {
  width: 80px;
  height: 80px;
  float: left;
  background: url(../img/backgrounds/feature.jpg) center;
  background-size: contain;
  position: relative;
}
.search_card_holder .card .card-img.page {
  background: url(../img/backgrounds/page.png) center no-repeat;
  border: #e7e7e7 solid 1px;
}
.search_card_holder .card .card-img.page img {
  max-width: 100%;
  max-height: 100%;
}
.search_card_holder .card .card-img .prod-img {
  max-height: 85%;
  max-width: 90%;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.search_card_holder .card .card-img .type-icon {
  position: absolute;
  top: 5px;
  right: -15px;
  height: 30px;
  width: 30px;
}
.search_card_holder .card .card-content {
  float: left;
  width: calc(100% - 80px);
  padding: 0px 30px 0px 40px;
}
.search_card_holder .card .card-content .brand-name {
  text-transform: uppercase;
  font-family: 'bignoodletitling', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #8b8470;
}
.search_card_holder .card .card-content .product-name {
  font-family: 'Figtree', sans-serif;
  font-weight: bold;
  padding: 6px 0 0px;
}
.search_card_holder .card .card-content .product-name a {
  font-size: 20px;
  line-height: 14px;
  margin: 0;
  color: #2a478f;
}
.search_card_holder .card .card-content .product-name a:hover {
  color: #82b8e5;
}
.search_card_holder .card .card-content .upc-num {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #8b8470;
  font-weight: bold;
  padding-left: 30px;
  border-top: none;
  border-bottom: none;
  background: url(../img/icons/upc-number.png) no-repeat left center;
}
.search_card_holder .card .card-content a {
  color: #82b8e5;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
}
.search_card_holder .card .card-content a:hover {
  color: #2a478f;
  text-decoration: underline;
}
.search_card_holder .card .card-content .ingredient {
  margin-top: 15px;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
  padding-left: 30px;
  background: url(../img/icons/ingredients.png) no-repeat left center;
}
.search_card_holder .card .card-content .ingredient strong {
  font-weight: bold;
}
/*----------------------------------*/
/*					  Pagination						*/
/*----------------------------------*/
#nav-below {
  text-align: center;
  padding: 20px 30px;
}
#nav-below div,
#nav-below a {
  display: inline-block;
}
#nav-below a {
  border: #e7e7e7 solid 1px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 2px 10px;
  text-decoration: none;
  color: #82b8e5;
  font-weight: 800;
}
#nav-below a:hover {
  color: #2a478f;
}
#nav-below a.current {
  background: #2a478f;
  color: #fff;
  border-color: #2a478f;
  cursor: default;
}
/*----------------------------------*/
/*					 Search Cards						*/
/*----------------------------------*/
.support #product-header,
.equipment-service-program #product-header,
.equipment-program #product-header,
.consumer-trends #product-header,
.merchandising #product-header,
.trends #product-header,
.tea-to-go #product-header,
.recipes #product-header {
  min-height: 325px;
}
.support #product-header #ph-content p,
.equipment-service-program #product-header #ph-content p,
.equipment-program #product-header #ph-content p,
.consumer-trends #product-header #ph-content p,
.merchandising #product-header #ph-content p,
.trends #product-header #ph-content p,
.tea-to-go #product-header #ph-content p,
.recipes #product-header #ph-content p {
  color: #82b8e5;
}
#below-header.fresh-brewed #product-header,
#below-header.concentrate #product-header,
#below-header.ready-to-drink #product-header {
  min-height: 540px;
}
#product-header {
  height: auto;
  background-size: cover !important;
  position: relative;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  /* background-attachment: fixed !important; */
}
#product-header.hastabs {
  margin-bottom: 60px !important;
}
#product-header.support {
  min-height: 325px;
}
#product-header.coffee #ph-content,
#product-header.tea #ph-content,
#product-header.products #ph-content,
#product-header.other-products #ph-content {
  margin-top: 40px;
}
#product-header.private-label {
  height: 400px;
}
#product-header #ph-content {
  width: 100%;
  max-width: 1200px;
  float: left;
  position: relative;
  padding: 0 !important;
  margin-top: 0px;
  overflow: visible;
}
#product-header #ph-content img#product_hero {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}
#product-header #ph-content #ph-content-left {
  width: 660px;
  height: 540px;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
#product-header #ph-content #ph-content-left img#ph_logo {
  padding: 1rem 0 1.5rem;
  position: relative;
  margin: 0;
}
#product-header #ph-content #ph-content-left #ph-page {
  width: 100%;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
  padding-top: 15px;
}
#product-header #ph-content #ph-content-left #ph-page p {
  font-family: 'bignoodletitling', sans-serif;
  font-size: 48px;
  line-height: 86px;
  color: #fff;
  padding-left: 65px;
  background: url(../img/icons/tea.png) no-repeat left center;
  background-size: 50px;
  display: inline-block;
  margin: 0 auto;
  letter-spacing: normal;
}
#product-header #ph-content #ph-content-left #ph-text {
  padding: 1rem 0 1rem;
  width: 100%;
}
#product-header #ph-content #ph-content-left #ph-text.tea {
  background: none !important;
  padding: 0;
}
#product-header #ph-content #ph-content-left #ph-text p {
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  padding: 0 32px;
  filter: drop-shadow(0 1px 4px #000000);
}
#product-header #ph-content #phc-holder {
  width: 660px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #product-header #ph-content #phc-holder {
    width: 100%;
    padding: 0 20px;
  }
}
#product-header #ph-content #overlap-img {
  padding-top: 0px;
}
/*----------------------------------*/
/*							 CTA  							*/
/*----------------------------------*/
.cta {
  display: block;
  font-family: 'bignoodletitling', sans-serif;
  background: #fff;
  width: 100%;
  clear: both;
}
.cta.card_cta {
  position: absolute;
  bottom: 30px;
}
.cta.left {
  text-align: left;
}
.cta.center {
  text-align: center;
}
.cta.right {
  text-align: right;
}
.cta.small a {
  font-size: 26px;
  line-height: 30px;
}
.cta a {
  display: inline-block;
  color: #2a478f;
  font-size: 36px;
  line-height: 37px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cta a:before {
  content: '';
  display: block;
  width: 93%;
  height: 3px;
  background: #2a478f;
  margin: 0 auto;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cta a:after {
  content: '';
  display: block;
  width: 93%;
  height: 3px;
  background: #2a478f;
  margin: 0 auto;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cta a:hover {
  /* margin-top:-2px; */
  color: #82b8e5;
}
.cta a:hover:before {
  width: 100%;
  /*margin-bottom:2px;*/
  background: #82b8e5;
}
.cta a:hover:after {
  width: 100%;
  /*margin-top:2px;*/
  background: #82b8e5;
}
.cta.card_cta a:hover {
  /*margin:0;
			margin-bottom:-2px;*/
}
/*----------------------------------*/
/*						  Brands  						*/
/*----------------------------------*/
#footer-brands {
  width: 100%;
  float: left;
  position: relative;
}
#footer-brands .brands {
  border-top: #e7e7e7 solid 1px;
}
#footer-brands .brands_holder .brand img {
  max-width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#footer-brands:hover .brands_holder .brand img {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#footer-brands:hover .brands_holder .brand a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#footer-brands .brands_holder {
  max-width: 1200px;
  margin: 0 auto;
  display: table;
}
#footer-brands .brands_holder .brand {
  display: table-cell;
  vertical-align: middle;
  height: 160px;
  padding: 0px 44px 0px 44px;
  border-left: #e7e7e7 solid 1px;
}
#footer-brands .brands_holder .brand:first-child {
  border-left: none;
}
#footer-brands .mobile .brands_holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#footer-brands .mobile .brands_holder .brand {
  width: 25% !important;
  height: 160px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#footer-brands .mobile .brands_holder .brand a {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#footer-brands .mobile .brands_holder .brand a img {
  display: block;
}
#footer-brands .mobile .brands_holder .brand:nth-child(5),
#footer-brands .mobile .brands_holder .brand:nth-child(6),
#footer-brands .mobile .brands_holder .brand:nth-child(7),
#footer-brands .mobile .brands_holder .brand:nth-child(8),
#footer-brands .mobile .brands_holder .brand:nth-child(9) {
  width: 20% !important;
  border-top: #e7e7e7 solid 1px;
}
/*----------------------------------*/
/*						 Contact  						*/
/*----------------------------------*/
.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}
#contact-left {
  width: 50%;
  float: left;
  padding-right: 25px;
  overflow: auto;
}
#contact-left #page_title h2 {
  padding-bottom: 0;
}
#contact-left h3 {
  font-family: 'Caveat', cursive;
  font-size: 30px;
  letter-spacing: -0.05em;
  padding-bottom: 15px;
}
#contact-left .address-block {
  overflow: auto;
  display: block;
  max-width: 360px;
  padding: 30px;
  margin: 0 auto 18px;
  border: #e7e7e7 solid 1px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#contact-left .address-block:first-of-type {
  margin-top: 40px;
}
#contact-left .address-block:last-of-type {
  margin-bottom: 0;
}
#contact-left .address-block p {
  font-size: 16px;
  padding-bottom: 15px;
}
#contact-left .address-block p:last-child {
  padding: 0;
}
#contact-left .address-block p:first-child {
  font-size: 18px;
}
#contact-left .address-block p strong {
  font-weight: 800;
  color: #2a478f;
}
#contact-left .address-block p a {
  text-decoration: none;
  color: #2a478f;
  font-weight: 800;
  padding-left: 18px;
  background: url(../img/icons/location-pin.png) no-repeat left center;
}
#contact-left .address-block.no-map p a {
  background: none;
  padding-left: 0;
}
#contact-form {
  width: 50%;
  float: left;
  padding-top: 60px;
  padding-right: 15px;
}
#contact-form div {
  padding-bottom: 15px;
}
#contact-form div.confirm-email {
  display: none;
}
#contact-form div.submit {
  padding: 0;
}
#contact-form div.submit input {
  font-family: 'bignoodletitling', sans-serif;
  width: auto;
  cursor: pointer;
  color: #fff;
  font-size: 27px;
  background: #2a478f url(../img/icons/contact-icon-light.png) no-repeat center right 15px;
  border: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 11px 45px 11px 19px;
  text-transform: uppercase;
}
#contact-form div.submit input:hover {
  background: #82b8e5 url(../img/icons/contact-icon-dark.png) no-repeat center right 15px;
}
#contact-form input,
#contact-form textarea,
#contact-form select {
  width: 100%;
  padding: 10px 5px;
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: #e7e7e7 solid 1px;
}
#contact-form input[type=checkbox],
#contact-form textarea[type=checkbox],
#contact-form select[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
}
#contact-form input:checked:before,
#contact-form textarea:checked:before,
#contact-form select:checked:before {
  content: "\2713";
  margin: 3px 0 0px 1px;
  color: #82b8e5;
  display: inline-block;
  font-size: 25px;
}
#contact-form input:focus,
#contact-form textarea:focus,
#contact-form select:focus {
  outline: none;
  border: #82b8e5 solid 1px;
}
#contact-form input.wpcf7-not-valid,
#contact-form textarea.wpcf7-not-valid,
#contact-form select.wpcf7-not-valid {
  border: #f00 solid 1px;
}
/*----------------------------------*/
/*						  Footer  						*/
/*----------------------------------*/
#footer {
  background: #2a478f;
}
#footer .foot-hold {
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
  padding: 28px 0;
}
#footer .foot-hold #foot-logo {
  width: 293px;
  padding-right: 50px;
  float: left;
  text-align: center;
}
#footer .foot-hold .menu-footer-menu-container {
  width: 568px;
  float: left;
}
#footer .foot-hold .menu-footer-menu-container .menu {
  overflow: auto;
  display: table;
  width: 100%;
  padding-left: 38px;
}
#footer .foot-hold .menu-footer-menu-container .menu li {
  float: left;
  width: calc(33.3% - 30px);
}
#footer .foot-hold .menu-footer-menu-container .menu li a {
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .foot-hold .menu-footer-menu-container .menu li a:hover {
  color: #82b8e5;
}
#footer .foot-hold .menu-footer-menu-container .menu li ul li {
  width: 100%;
  float: none;
}
#footer .foot-hold .menu-footer-menu-container .menu li ul li a {
  color: #82b8e5;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
}
#footer .foot-hold .menu-footer-menu-container .menu li ul li a:hover {
  color: #fff;
}
#footer .foot-hold .menu-footer-menu-container .menu > li {
  padding-right: 10px;
  padding-left: 30px;
  border-right: #223366 solid 1px;
  display: table-cell;
  float: none;
}
#footer .foot-hold .menu-footer-menu-container .menu > li:first-child {
  padding-right: 40px;
  padding-left: 0;
}
#footer .foot-hold .menu-footer-menu-container .menu > li:last-child {
  border: none;
}
#footer .menu-secondary-footer-menu-container {
  width: 310px;
  float: left;
  padding: 0 59px;
}
#footer .menu-secondary-footer-menu-container .menu li a {
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  padding-left: 33px;
}
#footer .menu-secondary-footer-menu-container .menu li a:hover {
  color: #82b8e5;
}
#footer .menu-secondary-footer-menu-container .menu li.contact-menu {
  padding-right: 30px;
}
#footer .menu-secondary-footer-menu-container .menu li.contact-menu a {
  background: url(../img/icons/contact-icon-light.png) no-repeat center left 4px;
}
#footer .menu-secondary-footer-menu-container .menu li.inquiry-menu a {
  background: url(../img/icons/inquiry.png) no-repeat center left 4px;
}
#footer .bottom-foot {
  padding: 20px 0;
  background: #223366;
  text-align: center;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
video.privatelabelvideo {
  background: #e7e7e7;
  width: 640px;
  height: 480px;
  float: left;
  position: relative;
  margin: 20px 0px 60px -320px;
  padding: 0xp 0px 0px 0px;
  display: block;
  left: 50%;
}
@media screen and (max-width: 700px) {
  video.privatelabelvideo {
    width: calc(100% - 0px);
    height: auto;
    margin: 20px 0px 60px 0px;
    left: 0%;
  }
}
#content.error404 {
  border-top: 1px solid #e7e7e7;
  height: calc(100vh - 415px);
  min-height: 300px;
}
#content.error404 h2 {
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 60px;
}
@media screen and (max-width: 960px) {
  #content.error404 {
    min-height: 360px;
  }
  #content.error404 h2 {
    padding-top: 80px;
  }
}
.page-template-page-products-acf #container .body-hold {
  overflow: hidden;
  padding: 0 2rem 4rem;
}
@media screen and (max-width: 1200px) {
  .page-template-page-products-acf #container .body-hold {
    padding: 0 2rem 2rem;
  }
}
.page-template-page-products-acf .intro-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0 0;
}
.page-template-page-products-acf .intro-image img {
  max-width: 175px;
  height: auto;
}
.page-template-page-products-acf #page_title h2 {
  font-size: 4rem;
  line-height: 1.1;
  padding: 0;
  margin: 1.75rem 0 0.5rem;
}
@media screen and (max-width: 1200px) {
  .page-template-page-products-acf #page_title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .page-template-page-products-acf #page_title h2 {
    font-size: 2.5rem;
  }
}
.page-template-page-products-acf .video-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0 0 0;
}
.page-template-page-products-acf .video-gallery .gallery-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  margin: 0;
}
.page-template-page-products-acf .video-gallery .gallery-item h3 {
  font-size: 2rem;
  color: #2a478f;
  font-family: 'bignoodletitling', sans-serif;
  margin: 0.75rem 0 0.5rem 0;
  padding: 0;
  line-height: 1;
}
.page-template-page-products-acf .video-gallery .gallery-item p {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .page-template-page-products-acf .video-gallery {
    display: block;
    max-width: 60ch;
    margin: 0 auto;
  }
  .page-template-page-products-acf .video-gallery .gallery-item {
    margin-bottom: 2rem;
  }
}
.page-template-page-products-acf .video-standalone {
  display: block;
  justify-content: center;
  align-items: center;
  margin: 1.5rem auto 0 auto;
  max-width: 640px;
}
.page-template-page-products-acf .video-standalone .gallery-item {
  display: block;
  text-align: center;
  padding: 0 1rem;
  margin: 0;
}
.page-template-page-products-acf .video-standalone .gallery-item h3 {
  font-size: 2rem;
  color: #2a478f;
  font-family: 'bignoodletitling', sans-serif;
  margin: 0.75rem 0 0.5rem 0;
  padding: 0;
  line-height: 1;
}
.page-template-page-products-acf .video-standalone .gallery-item p {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.page-template-page-products-acf .video-standalone .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.page-template-page-products-acf .video-standalone .embed-container iframe,
.page-template-page-products-acf .video-standalone .embed-container object,
.page-template-page-products-acf .video-standalone .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .page-template-page-products-acf .video-standalone {
    display: block;
    margin: 0 auto;
  }
  .page-template-page-products-acf .video-standalone .gallery-item {
    margin-bottom: 2rem;
  }
}
.page-template-page-products-acf .product-section {
  background: url('../img/backgrounds/white-paper-texture.jpg') repeat 50% 50%;
  padding: 4rem 0;
}
@media screen and (max-width: 1200px) {
  .page-template-page-products-acf .product-section {
    padding: 2rem 0;
  }
}
.page-template-page-products-acf .product-section .product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .page-template-page-products-acf .product-section .product-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 2rem;
  }
}
.page-template-page-products-acf .product-section .product-wrapper .product-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: white;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  padding: 1rem;
  margin: 0 0 2rem 0;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-assets {
  position: relative;
  width: 100%;
  height: fit-content;
  background: url('../img/backgrounds/feature.jpg') 50% 50%;
  background-size: contain;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-assets .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-assets .product-image img {
  max-width: 100%;
  height: auto;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-assets .product-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: -30px;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-assets .product-icon img {
  max-width: 100%;
  height: auto;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-title {
  padding: 0 1.5rem 0 2rem;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-title .product-category {
  text-transform: uppercase;
  font-family: 'bignoodletitling', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #8b8470;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-title h3 {
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: bold;
  padding: 4px 0 8px;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-title .product-upc {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  line-height: 44px;
  color: #8b8470;
  font-weight: bold;
  padding-left: 30px;
  border-top: #e7e7e7 solid 1px;
  border-bottom: #e7e7e7 solid 1px;
  background: url('../img/icons/upc-number.png') no-repeat 0 50%;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-title .product-ingredients {
  margin-top: 15px;
  padding-left: 30px;
  background: url('../img/icons/ingredients.png') no-repeat left top 4px;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-title .product-ingredients p {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-title .product-ingredients strong {
  font-weight: 600;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-title .product-allergens {
  margin-top: 15px;
  padding-left: 30px;
  background: url('../img/icons/ingredients.png') no-repeat left top 4px;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-overview .product-title .product-allergens p {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-meta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #f6f6f6;
  padding: 0.7rem 1rem;
  margin: auto 0 0 0;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-meta .meta-wrapper {
  width: 33.3333%;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-meta .meta-wrapper .meta-header,
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-meta .meta-wrapper .meta-value {
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-meta .meta-wrapper .meta-header {
  font-weight: 700;
}
.page-template-page-products-acf .product-section .product-wrapper .product-item .product-meta .meta-wrapper .meta-value {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.page-template-page-builder #container .body-hold {
  overflow: hidden;
  padding: 0 2rem 2rem;
}
@media screen and (max-width: 1200px) {
  .page-template-page-builder #container .body-hold {
    padding: 0 2rem 2rem;
  }
}
.page-template-page-builder .intro-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0 0;
}
.page-template-page-builder .intro-image img {
  max-width: 175px;
  height: auto;
}
.page-template-page-builder .intro-heading {
  max-width: 65ch;
  margin: 0 auto;
  text-align: center;
}
.page-template-page-builder .intro-heading h2 {
  text-align: center;
  font-family: 'bignoodletitling', sans-serif;
  color: #2a478f;
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 3rem 0 1.5rem;
}
.page-template-page-builder .intro-copy {
  max-width: 65ch;
  margin: 0 auto;
  text-align: center;
}
.page-template-page-builder .video-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin: 3rem 0 0 0;
}
.page-template-page-builder .video-gallery .gallery-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  margin: 0 0 1.5rem;
}
.page-template-page-builder .video-gallery .gallery-item h3 {
  font-size: 2rem;
  color: #2a478f;
  font-family: 'bignoodletitling', sans-serif;
  margin: 0.75rem 0 0.5rem 0;
  padding: 0;
  line-height: 1;
}
.page-template-page-builder .video-gallery .gallery-item p {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .page-template-page-builder .video-gallery {
    display: block;
    max-width: 60ch;
    margin: 3rem auto 0 auto ;
  }
}
.page-template-page-builder .recipe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin: 3rem 0 0 0;
}
.page-template-page-builder .recipe-grid .recipe-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 1.25rem;
  border: 1px solid #2a478f;
  border-radius: 8px;
  background: #ffffff;
  background: linear-gradient(166deg, #ffffff 0%, #e9edf2 65%, #e7eaf0 100%);
}
.page-template-page-builder .recipe-grid .recipe-item .recipe-image {
  border-radius: 6px;
  overflow: hidden;
  height: fit-content;
  margin: 0 0 1rem;
}
.page-template-page-builder .recipe-grid .recipe-item .recipe-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.page-template-page-builder .recipe-grid .recipe-item h3 {
  font-size: 2rem;
  color: #2a478f;
  font-family: 'bignoodletitling', sans-serif;
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 1;
}
.page-template-page-builder .recipe-grid .recipe-item h4 {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02rem;
  color: #2a478f;
  margin: 0.75rem 0 0.5rem 0;
  padding: 0;
  line-height: 1;
}
.page-template-page-builder .recipe-grid .recipe-item p {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.page-template-page-builder .recipe-grid .recipe-item ul {
  list-style-type: disc;
  margin: 0.25rem 0 0.375rem 0;
  padding: 0 0 0 1rem;
}
.page-template-page-builder .recipe-grid .recipe-item li {
  font-size: 0.875rem;
  margin: 0 0 0.1rem 1rem;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .page-template-page-builder .recipe-grid {
    display: block;
    max-width: 60ch;
    margin: 3rem auto 0 auto ;
  }
}
