/*----------------------------------*/
/*				Cards  / Callouts					*/
/*----------------------------------*/
.home_cards {
  overflow: auto;
  width: 100%;
  background: url(../img/backgrounds/white-paper-texture.jpg) repeat center;
}
.card_holder {
  padding: 30px 0;
}
.card-holder-modified {
  overflow: auto;
}
.card-holder-modified li {
  height: 432px;
  float: left;
  background: #fff;
  position: relative;
}
.card-holder-modified li:last-child {
  margin: 0;
}
.card-holder-modified li .image {
  width: 100%;
  height: 220px;
  text-align: center;
}
.card-holder-modified li .image img {
  padding: 27px 0 21px;
}
.card-holder-modified li .image p {
  font-family: 'bignoodletitling', sans-serif;
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
}
.card-holder-modified li .body p {
  text-align: center;
}
.product_card_holder,
#callout_holder {
  background: url(../img/backgrounds/white-paper-texture.jpg) center;
  overflow: auto;
  padding: 15px 0;
}
.product_card_holder .bottom-callouts,
#callout_holder .bottom-callouts {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: stretch;
  justify-content: space-between;
}
.product_card_holder .bottom-callouts .card,
#callout_holder .bottom-callouts .card {
  padding: 30px 30px 40px 30px;
  text-align: center;
  overflow: hidden;
}
.product_card_holder .bottom-callouts .card h2,
#callout_holder .bottom-callouts .card h2 {
  margin: 0;
  padding: 20px 0 15px 0px;
  font-family: 'bignoodletitling', sans-serif;
  color: #2a478f;
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
}
.product_card_holder .bottom-callouts .card P,
#callout_holder .bottom-callouts .card P {
  padding-bottom: 30px;
}
.product_card_holder .card,
#callout_holder .card {
  margin: 15px 0;
  height: auto;
  width: calc(50% - 15px);
  margin-right: 15px;
  float: left;
  padding-bottom: 5px;
  background: #fff;
  position: relative;
  overflow: auto;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.product_card_holder .card:nth-child(even),
#callout_holder .card:nth-child(even) {
  margin-left: 15px;
  margin-right: 0;
}
.product_card_holder .card:nth-child(odd),
#callout_holder .card:nth-child(odd) {
  clear: left;
}
@media screen and (max-width: 768px) {
  .product_card_holder .card,
  #callout_holder .card {
    width: calc(100% - 30px);
    float: none;
    margin: 15px;
  }
}
.product_card_holder .card .card-top,
#callout_holder .card .card-top {
  padding: 15px;
  margin-bottom: 110px;
  overflow: auto;
}
.product_card_holder .card .card-top .card-img,
#callout_holder .card .card-top .card-img {
  width: 160px;
  height: 160px;
  float: left;
  background: url(../img/backgrounds/feature.jpg) center;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .product_card_holder .card .card-top .card-img,
  #callout_holder .card .card-top .card-img {
    width: 29%;
    height: 100%;
  }
  .product_card_holder .card .card-top .card-img:before,
  #callout_holder .card .card-top .card-img:before {
    padding-bottom: 100%;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .product_card_holder .card .card-top .card-img,
  #callout_holder .card .card-top .card-img {
    width: 45%;
    margin: 0 auto;
    float: none;
  }
}
.product_card_holder .card .card-top .card-img .prod-img,
#callout_holder .card .card-top .card-img .prod-img {
  max-height: 85%;
  max-width: 90%;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product_card_holder .card .card-top .card-img .type-icon,
#callout_holder .card .card-top .card-img .type-icon {
  position: absolute;
  top: 11px;
  right: -17%;
  width: 37%;
  height: auto;
}
.product_card_holder .card .card-top .card-content,
#callout_holder .card .card-top .card-content {
  float: left;
  width: 390px;
  padding: 0px 30px 15px 40px;
}
@media screen and (max-width: 1230px) {
  .product_card_holder .card .card-top .card-content,
  #callout_holder .card .card-top .card-content {
    width: 71%;
  }
}
@media screen and (max-width: 450px) {
  .product_card_holder .card .card-top .card-content,
  #callout_holder .card .card-top .card-content {
    width: 100%;
    float: none;
    padding: 15px 30px;
  }
}
.product_card_holder .card .card-top .card-content .brand-name,
#callout_holder .card .card-top .card-content .brand-name {
  text-transform: uppercase;
  font-family: 'bignoodletitling', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #8b8470;
}
.product_card_holder .card .card-top .card-content .product-name,
#callout_holder .card .card-top .card-content .product-name {
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: bold;
  padding: 4px 0 8px;
}
.product_card_holder .card .card-top .card-content .upc-num,
#callout_holder .card .card-top .card-content .upc-num {
  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 left center;
}
.product_card_holder .card .card-top .card-content .ingredient,
#callout_holder .card .card-top .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 top 4px;
}
.product_card_holder .card .card-top .card-content .ingredient strong,
#callout_holder .card .card-top .card-content .ingredient strong {
  font-weight: bold;
}
.product_card_holder .card.products .card-top .card-content .upc-num,
#callout_holder .card.products .card-top .card-content .upc-num {
  color: #82b8e5;
}
.product_card_holder .card.coffee .card-top .card-content .upc-num,
#callout_holder .card.coffee .card-top .card-content .upc-num {
  color: #867d68;
}
.product_card_holder .card.tea .card-top .card-content .upc-num,
#callout_holder .card.tea .card-top .card-content .upc-num {
  color: #bc3d43;
}
.product_card_holder .card .card-under,
#callout_holder .card .card-under {
  background: #f6f6f6;
  padding: 10px 15px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.product_card_holder .card .card-under .under-details,
#callout_holder .card .card-under .under-details {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 48px;
}
.product_card_holder .card .card-under .under-details thead td,
#callout_holder .card .card-under .under-details thead td {
  font-weight: bold;
  width: 33.3%;
}
.product_card_holder .card .card-under .under-details tbody tr,
#callout_holder .card .card-under .under-details tbody tr {
  border-top: #e0e0e0 solid 1px;
}
.product_card_holder .card .card-under .under-details tbody tr td,
#callout_holder .card .card-under .under-details tbody tr td {
  width: 33.3%;
}
.product_card_holder {
  width: 100%;
  display: flex;
  justify-content: content;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
.product_card_holder .stage {
  width: calc(100% - 40px);
  float: left;
  min-height: 20px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.inbody-cards {
  width: 100%;
  max-width: 1160px;
  overflow: auto;
  margin: 0px 20px 0px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inbody-cards.icon .img-holder {
  float: left;
  width: 139px;
  width: 26%;
  padding-right: 30px;
}
.inbody-cards.icon .img-holder img {
  max-width: 100%;
}
.inbody-cards.icon .content-holder {
  float: left;
  width: calc(74% - 20px);
}
.inbody-cards.featured .img-holder {
  text-align: center;
  background-color: #ccc;
  margin: -30px -30px 20px;
}
.inbody-cards.featured .img-holder h2 {
  color: #fff;
}
.inbody-cards.featured .content-holder {
  text-align: center;
}
.inbody-cards .card {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
  padding: 30px;
  border: #e7e7e7 solid 1px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  clear: left;
  overflow: auto;
}
.inbody-cards .card h2 {
  font-family: 'bignoodletitling', sans-serif;
  color: #2a478f;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0;
}
.inbody-cards .card p {
  margin-bottom: 20px;
}
