.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.btn-gradient {
  color: #fff;
  text-decoration: none;
  background: #3CBF8D;
  background: -moz-linear-gradient(90deg, #28986E 50%, #3CBF8D 80%);
  background: -webkit-linear-gradient(0deg, #28986E 50%, #3CBF8D 80%);
  background: linear-gradient(90deg, #28986E 50%, #3CBF8D 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#28986E, endColorstr=#3CBF8D, GradientType=1);
  background-size: 200% auto;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: inherit;
}
.btn-gradient:hover {
  color: #fff !important;
  background-position: left center;
  /* change the direction of the change here */
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
}
.btn-cta {
  padding: 13px;
  min-width: 200px;
  font-size: 1.1em;
}
.border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.border-radius-small {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.border-radius-large {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.border-radius-none {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.border-green {
  border: 0.25rem solid #3cbf8d;
}
.box-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.48);
}
.box-shadow-light {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
}
.box-shadow-light-inset {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18) inset;
}
.box-shadow-none {
  box-shadow: none !important;
}
.font-size-larger {
  font-size: 1.125em;
}
@media (min-width: 768px) {
  .font-size-md-larger {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) {
  .font-size-lg-larger {
    font-size: 1.125em;
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(2000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(2000px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(2000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(2000px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
  }
  to {
    -webkit-transform: perspective(2000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(2000px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
  }
  to {
    -webkit-transform: perspective(2000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(2000px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
}
.modal-juicer-promo .modal-content {
  background: #ffffff url("https://www.foodmatters.com/media/uploads/images/ads/popups/juicer-promo_bg.jpg") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 630px;
  height: 630px;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 40px;
}
.modal-juicer-promo h2 {
  margin: 0;
}
.modal-juicer-promo h3 {
  max-width: 310px;
  font-weight: 600;
  margin: 20px 0 40px;
  letter-spacing: 0;
}
.modal-juicer-promo .close {
  height: 50px;
  width: 50px;
}
.modal-juicer-promo .close:before,
.modal-juicer-promo .close:after {
  left: 25px;
  height: 20px;
  top: 15px;
}
.modal-juicer-promo.promo-row h2 {
  font-family: 'Playlist', 'Open Sans', sans-serif;
  font-size: 5em;
  line-height: 1.3em;
  max-width: 450px;
  color: #3CBF8D;
  font-weight: 700;
}
.modal-juicer-promo.promo-row h3 {
  font-size: 2em;
}
.modal-juicer-promo.promo-row .close {
  background: transparent;
}
.modal-juicer-promo.promo-row .close:before,
.modal-juicer-promo.promo-row .close:after {
  background-color: #ffffff;
}
.modal-juicer-promo.promo-au .modal-content {
  background: #ffffff url("https://www.foodmatters.com/media/uploads/images/ads/popups/juicer-promo_fathersday_bg.jpg") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.modal-juicer-promo.promo-au h2 {
  font-size: 3em;
  max-width: 300px;
  margin-top: 20px;
}
.modal-juicer-promo.promo-au h2 span {
  color: #3CBF8D;
  font-weight: 700;
}
.modal-juicer-promo.promo-au h3 {
  color: #3CBF8D;
  font-style: italic;
}
.modal-juicer-promo.promo-au .close {
  background: rgba(255, 255, 255, 0.69);
}
.modal-halloween .form-thank-you {
  background: transparent;
  color: #222222;
  text-align: center;
  border-radius: 0px;
  padding: 0px;
  margin-top: 20px;
}
.modal-halloween .form-thank-you p {
  border-top: 1px solid #d4d2d1;
  padding-top: 30px;
  color: #222222;
}
.modal-halloween .form-content {
  max-width: 320px;
  margin: 0 auto;
}
.modal-halloween .modal-content {
  background: #f5f5f5 url("https://www.foodmatters.com/media/uploads/images/ads/popups/halloween-2016-modal-bg.jpg") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 750px;
  height: 590px;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 40px;
  -webkit-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
}
.modal-halloween .modal-content img.halloween-logo {
  width: 470px;
  margin: 0 auto;
  margin-top: 25px;
}
.modal-halloween h2 {
  text-align: center;
  margin: 0;
  font-size: 5em;
  line-height: 1em;
  color: #e35412;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-halloween h2 span {
  font-size: 40px;
  font-weight: 400;
  color: #222222;
}
.modal-halloween p {
  text-align: center;
  font-size: 20px;
  max-width: 460px;
  margin: 20px auto 5px;
}
.modal-halloween .close {
  background: transparent;
  background: rgba(255, 255, 255, 0.9);
  height: 50px;
  width: 50px;
}
.modal-halloween .close:before,
.modal-halloween .close:after {
  left: 25px;
  height: 20px;
  top: 15px;
  background-color: #ffffff;
  background-color: #222222;
}
.modal-halloween .btn {
  background-color: #e35412;
  text-transform: uppercase;
  padding: 15px 10px;
}
.modal-halloween .btn:hover,
.modal-halloween .btn:focus {
  color: #ffffff !important;
  background: #bd460f;
}
.modal-halloween .privacy-wrap {
  text-align: center;
  font-size: 12px;
}
.modal-halloween a.privacy {
  text-decoration: underline;
  color: #e35412;
}
.modal-halloween a.privacy:hover {
  color: #bd460f;
}
@media (max-width: 767px) {
  .modal-halloween .modal-content {
    background: #f5f5f5 url("https://www.foodmatters.com/media/uploads/images/ads/popups/halloween-2016-modal-bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 96%;
    height: auto;
    margin: 2% auto;
    padding: 70px 30px;
  }
  .modal-halloween .modal-content img.halloween-logo {
    width: 100%;
    margin-top: 0;
  }
  .modal-halloween p {
    font-size: 18px;
  }
}
.sidebar-signup-bsg-facemap {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.sidebar-signup-bsg-facemap:after {
  content: url('https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-facemap-plant.png');
  position: absolute;
  z-index: 4;
  top: -85px;
  left: -76px;
}
.sidebar-signup-bsg-facemap:before {
  content: url('https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-facemap-face-faded.png');
  position: absolute;
  z-index: 1;
  top: -100px;
  right: -74px;
  opacity: 0.8;
}
.sidebar-signup-bsg-facemap .sidebar-signup-inner {
  padding: 25px;
  position: relative;
  z-index: 3;
  background: transparent;
  border: 5px solid #30dd9a;
}
.sidebar-signup-bsg-facemap h3 {
  color: #565656;
  font-family: "Playfair Display", Times, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 110px;
  margin-bottom: 0;
}
.sidebar-signup-bsg-facemap p {
  color: #565656;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin: 16px 0 20px;
}
.sidebar-signup-bsg-facemap .btn {
  color: white;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  background-color: #30dd9a;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 16px 10px;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0 5px 0 0 #418c6f;
  -moz-box-shadow: 0 5px 0 0 #418c6f;
  box-shadow: 0 5px 0 0 #418c6f;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease, -moz-box-shadow 0.2s ease;
  -o-transition: -o-transform 0.2s ease, box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease, box-shadow 0.2s ease;
}
.sidebar-signup-bsg-facemap .btn:active {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0px 0 0 #418c6f;
  -moz-box-shadow: 0 0px 0 0 #418c6f;
  box-shadow: 0 0px 0 0 #418c6f;
}
.sidebar-signup-bsg-facemap .btn:focus {
  color: #ffffff !important;
}
.sidebar-signup-bsg-facemap .privacy-link {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
}
.sidebar-signup-bsg-facemap input {
  font-size: 0.8em;
}
.sidebar-signup-bsg-facemap p.additional-info {
  line-height: 1.8em;
}
.sidebar-signup-bsg-facemap .form-thank-you {
  border-top: 1px solid #eee;
  background: #fff;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-signup-bsg-facemap:after {
    top: -100px;
    left: -130px;
  }
  .sidebar-signup-bsg-facemap:before {
    top: -150px;
    right: -84px;
  }
  .sidebar-signup-bsg-facemap .sidebar-signup-inner {
    padding: 10px;
  }
  .sidebar-signup-bsg-facemap h3 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-signup-bsg-facemap:after {
    top: -100px;
    left: -130px;
  }
  .sidebar-signup-bsg-facemap:before {
    top: -150px;
    right: -84px;
  }
  .sidebar-signup-bsg-facemap .sidebar-signup-inner {
    padding: 10px;
  }
  .sidebar-signup-bsg-facemap .btn {
    padding: 16px 5px;
    font-size: 12px;
  }
  .sidebar-signup-bsg-facemap h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 40px;
  }
  .sidebar-signup-bsg-facemap p {
    font-size: 14px;
  }
}
.inline-ad-bsg-facemap {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.inline-ad-bsg-facemap .col-left {
  display: inline-block;
  width: 50%;
  margin-left: -4px;
  vertical-align: middle;
}
.inline-ad-bsg-facemap .col-right {
  display: inline-block;
  width: 50%;
  margin-left: -4px;
  vertical-align: middle;
  padding-left: 15px;
}
.inline-ad-bsg-facemap:after {
  content: url('https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-facemap-plant.png');
  position: absolute;
  z-index: 4;
  top: -105px;
  left: -86px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.inline-ad-bsg-facemap:before {
  content: url('https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-facemap-face-faded.png');
  position: absolute;
  z-index: 1;
  top: -180px;
  right: -34px;
  opacity: 0.8;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.inline-ad-bsg-facemap .inline-ad-inner {
  padding: 15px 15px 15px 85px;
  position: relative;
  z-index: 3;
  background: transparent;
  border: 5px solid #30dd9a;
}
.inline-ad-bsg-facemap h3 {
  color: #565656;
  font-family: "Playfair Display", Times, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0;
}
.inline-ad-bsg-facemap .btn {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 16px;
  background-color: #30dd9a;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 12px 16px;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0 2px 0 0 #418c6f;
  -moz-box-shadow: 0 2px 0 0 #418c6f;
  box-shadow: 0 2px 0 0 #418c6f;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease, -moz-box-shadow 0.2s ease;
  -o-transition: -o-transform 0.2s ease, box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease, box-shadow 0.2s ease;
}
.inline-ad-bsg-facemap .btn:active {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0 0px 0 0 #418c6f;
  -moz-box-shadow: 0 0px 0 0 #418c6f;
  box-shadow: 0 0px 0 0 #418c6f;
}
.inline-ad-bsg-facemap .btn:focus {
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  .inline-ad-bsg-facemap .col-left {
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    vertical-align: middle;
  }
  .inline-ad-bsg-facemap .col-right {
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    vertical-align: middle;
    padding-left: 15px;
  }
  .inline-ad-bsg-facemap:after {
    top: -105px;
    left: -110px;
  }
  .inline-ad-bsg-facemap:before {
    top: -180px;
    right: -34px;
  }
  .inline-ad-bsg-facemap .inline-ad-inner {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .inline-ad-bsg-facemap .col-left {
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    vertical-align: middle;
  }
  .inline-ad-bsg-facemap .col-right {
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    vertical-align: middle;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .inline-ad-bsg-facemap .col-left {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    vertical-align: middle;
  }
  .inline-ad-bsg-facemap .col-right {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    vertical-align: middle;
    padding-left: 0px;
  }
  .inline-ad-bsg-facemap .inline-ad-inner {
    padding: 30px;
  }
  .inline-ad-bsg-facemap .btn {
    width: 100%;
    max-width: 320px;
    margin-top: 15px;
  }
}
.bsg-facemap-slider .text-overlay {
  background: transparent;
}
.bsg-facemap-slider h2 {
  font-family: "Playfair Display", Times, serif;
  color: #565656;
  font-weight: 400;
  font-size: 40px;
}
.bsg-facemap-slider p {
  color: #565656;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .bsg-facemap-slider .hero-inner {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .bsg-facemap-slider .hero-inner {
    max-width: 430px;
  }
  .bsg-facemap-slider h2 {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .bsg-facemap-slider h2 {
    font-size: 26px;
  }
}
.form-submitted .hide-submitted {
  display: none;
}
.modal-bsg-lm .form-thank-you {
  background: transparent;
  color: #222222;
  text-align: center;
  border-radius: 0px;
  padding: 0px;
  margin-top: 20px;
}
.modal-bsg-lm .form-thank-you p {
  border-top: 1px solid #d4d2d1;
  padding-top: 30px;
  color: #595959;
  text-align: left;
}
.modal-bsg-lm .modal-content {
  top: 40px;
  width: 590px;
  margin: 0 auto;
  -webkit-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.35);
}
.modal-bsg-lm .modal-outer {
  position: relative;
  overflow: hidden;
  padding: 64px 64px 50px 64px;
}
.modal-bsg-lm .modal-outer:after {
  content: '';
  background: transparent url("https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-face-half.png") no-repeat left top;
  width: 163px;
  height: 546px;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
.modal-bsg-lm .modal-inner {
  max-width: 280px;
  z-index: 2;
  position: relative;
}
.modal-bsg-lm h2 {
  font-family: "Playfair Display", Times, serif;
  color: #565656;
  font-weight: 400;
  font-size: 36px;
  margin: 0;
}
.modal-bsg-lm p {
  color: #595959;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 460px;
  margin: 20px auto 5px;
}
.modal-bsg-lm .pink {
  color: #fc6b6b;
}
.modal-bsg-lm p.playfair {
  font-family: "Playfair Display", Times, serif;
}
.modal-bsg-lm p.playfair span {
  font-weight: 700;
}
.modal-bsg-lm p.teach-you {
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
  height: 33px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal-bsg-lm p.teach-you span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  opacity: 0;
  line-height: 33px;
}
.modal-bsg-lm p.teach-you span.active {
  opacity: 1;
}
.modal-bsg-lm .close {
  background: transparent;
  height: 40px;
  width: 70px;
  top: -44px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  letter-spacing: 0.06em;
  font-size: 13px;
  text-transform: uppercase;
}
.modal-bsg-lm .close i {
  font-size: 14px;
}
.modal-bsg-lm .close:before,
.modal-bsg-lm .close:after {
  display: none;
}
.modal-bsg-lm .btn {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  background-color: #30dd9a;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 16px;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0 2px 0 0 #418c6f;
  -moz-box-shadow: 0 2px 0 0 #418c6f;
  box-shadow: 0 2px 0 0 #418c6f;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease, -moz-box-shadow 0.2s ease;
  -o-transition: -o-transform 0.2s ease, box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease, box-shadow 0.2s ease;
}
.modal-bsg-lm .btn:active {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0 0px 0 0 #418c6f;
  -moz-box-shadow: 0 0px 0 0 #418c6f;
  box-shadow: 0 0px 0 0 #418c6f;
}
.modal-bsg-lm .btn:focus {
  color: #ffffff !important;
}
.modal-bsg-lm .privacy-wrap {
  color: #585858;
  margin-top: 20px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.modal-bsg-lm a {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
}
.modal-bsg-lm a.privacy {
  text-decoration: underline;
}
.modal-bsg-lm a.underline {
  color: #30dd9a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 3px;
  border-bottom: 2px solid #30dd9a;
}
.modal-bsg-lm.version-2 .modal-content {
  border: 5px solid #fc6b6b;
  width: 380px;
}
.modal-bsg-lm.version-2 .modal-content:after {
  content: '';
  background: transparent url(https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-logo-faded-bg.png) no-repeat left top;
  width: 259px;
  height: 120px;
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  margin-top: -60px;
  margin-left: 15px;
}
.modal-bsg-lm.version-2 .modal-outer {
  padding: 64px 44px 46px 46px;
}
.modal-bsg-lm.version-2 .modal-outer:after {
  display: none;
}
.modal-bsg-lm.version-2 figure.rose {
  position: absolute;
  background: transparent url(https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-white-rose.png) no-repeat left top;
  width: 193px;
  height: 256px;
  bottom: auto;
  top: -37px;
  right: -93px;
}
.modal-bsg-lm.version-2 figure.calendar {
  position: absolute;
  background: transparent url(https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-calendar-date.png) no-repeat left top;
  width: 130px;
  height: 166px;
  bottom: auto;
  top: 0;
  right: -69px;
  margin-top: 220px;
}
.modal-bsg-lm.version-2 .form-thank-you p.playfair {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.modal-bsg-lm.version-2 .form-thank-you p {
  border-top: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .modal-bsg-lm.version-2 .modal-content {
    border: none;
    border-bottom: 5px solid #fc6b6b;
    width: 100%;
  }
  .modal-bsg-lm.version-2 .modal-content:after {
    display: none;
  }
  .modal-bsg-lm.version-2 .modal-outer {
    padding: 30px 35px 40px 35px;
  }
  .modal-bsg-lm.version-2 .modal-inner {
    max-width: 400px;
  }
  .modal-bsg-lm.version-2 figure.calendar {
    right: -16px;
    margin-top: 4px;
  }
  .modal-bsg-lm.version-2 p {
    max-width: 250px;
    margin: 15px 0px 14px;
    font-size: 16px;
    line-height: 21px;
  }
  .modal-bsg-lm.version-2 .form-thank-you {
    max-width: 100%;
  }
  .modal-bsg-lm.version-2 .form-thank-you p.playfair {
    max-width: 220px;
    font-size: 18px;
    line-height: 24px;
  }
  .modal-bsg-lm.version-2 .form-thank-you p {
    max-width: 100%;
  }
  .modal-bsg-lm {
    padding-right: 0 !important;
  }
  .modal-bsg-lm .div-table {
    display: block;
  }
  .modal-bsg-lm .div-cell {
    display: block;
    padding-bottom: 80px;
  }
  .modal-bsg-lm .modal-content {
    background: #ffffff url(https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-granite-pattern.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    top: 0;
    border-bottom: 8px solid #fc6b6b;
  }
  .modal-bsg-lm .modal-content:after {
    content: '';
    background: transparent url(https://www.foodmatters.com/media/uploads/images/ads/bsg/bsg-facemap-plant.png) no-repeat left top;
    background-size: 150px;
    width: 240px;
    height: 207px;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 1;
  }
  .modal-bsg-lm .modal-outer {
    padding: 55px 40px 30px 40px;
  }
  .modal-bsg-lm .modal-outer:after {
    background-size: 100px;
    width: 100px;
    height: 310px;
    position: absolute;
    top: -26px;
    right: -14px;
    -webkit-box-shadow: inset 0px -50px 20px -30px #ffffff;
    -moz-box-shadow: inset 0px -50px 20px -30px #ffffff;
    box-shadow: inset 0px -50px 20px -30px #ffffff;
  }
  .modal-bsg-lm .modal-inner {
    max-width: 250px;
    margin: 0 auto;
  }
  .modal-bsg-lm h2 {
    font-size: 23px;
  }
  .modal-bsg-lm p {
    font-size: 15px;
    line-height: 20px;
    max-width: 180px;
    margin: 15px 0px 6px;
  }
  .modal-bsg-lm .close {
    bottom: -35px;
    height: 34px;
    top: auto;
    right: 10px;
    background: #fc6b6b;
    color: #fff;
    width: 90px;
    border-radius: 0 0 4px 4px;
  }
  .modal-bsg-lm .input-label-hint {
    margin-top: 12px;
  }
  .modal-bsg-lm img.leaf {
    position: absolute;
    top: 67px;
    right: 30px;
    width: 50px;
  }
  .modal.modal-bsg-lm .modal-dialog {
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    -o-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    -webkit-transition: -webkit-transform 0.34s ease-in, opacity 0.28s ease;
    -moz-transition: -moz-transform 0.34s ease-in, opacity 0.28s ease;
    -o-transition: -o-transform 0.34s ease-in, opacity 0.28s ease;
    transition: -webkit-transform 0.34s ease-in,-moz-transform 0.34s ease-in,-o-transform 0.34s ease-in,transform 0.34s ease-in, opacity 0.28s ease;
    opacity: 0;
  }
  .modal.modal-bsg-lm.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.34s ease-in, opacity 0.28s ease;
    -moz-transition: -moz-transform 0.34s ease-in, opacity 0.28s ease;
    -o-transition: -o-transform 0.34s ease-in, opacity 0.28s ease;
    transition: -webkit-transform 0.34s ease-in,-moz-transform 0.34s ease-in,-o-transform 0.34s ease-in,transform 0.34s ease-in, opacity 0.28s ease;
    opacity: 1;
  }
}
@media (max-width: 420px) {
  .modal-bsg-lm .modal-inner {
    margin: 0;
  }
}
@media (max-width: 350px) {
  .modal-bsg-lm.version-2 p {
    max-width: 210px;
    font-size: 15px;
  }
  .modal-bsg-lm.version-2 .form-thank-you p.playfair {
    max-width: 180px;
  }
  .modal-bsg-lm img.leaf {
    display: none;
  }
}
.modal-bsg-bg .modal-backdrop {
  background-color: #ffffff;
  opacity: 0.9;
}
.modal-thanksgiving .input-label-hint {
  margin-top: 10px;
}
.modal-thanksgiving .form-thank-you {
  background: transparent;
  color: #222222;
  text-align: center;
  border-radius: 0px;
  padding: 0px;
  margin-top: 20px;
}
.modal-thanksgiving .form-thank-you p {
  border-top: 3px solid #373c42;
  padding-top: 30px;
  color: #ffffff;
}
.modal-thanksgiving .form-content {
  max-width: 320px;
  margin: 0 auto;
}
.modal-thanksgiving .modal-content {
  background: #f5f5f5 url("https://www.foodmatters.com/media/uploads/images/ads/popups/thanksgiving-popup-bg.jpg") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 700px;
  height: 700px;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 40px;
  -webkit-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
}
.modal-thanksgiving .modal-content img.logo {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.modal-thanksgiving h2 {
  text-align: center;
  margin: 0;
  font-size: 5em;
  line-height: 1em;
  color: #e35412;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-thanksgiving h2 span {
  font-size: 40px;
  font-weight: 400;
  color: #222222;
}
.modal-thanksgiving p {
  text-align: center;
  font-size: 20px;
  max-width: 460px;
  margin: 20px auto 5px;
}
.modal-thanksgiving .close {
  background: transparent;
  background: rgba(255, 255, 255, 0.9);
  height: 50px;
  width: 50px;
}
.modal-thanksgiving .close:before,
.modal-thanksgiving .close:after {
  left: 25px;
  height: 20px;
  top: 15px;
  background-color: #ffffff;
  background-color: #222222;
}
.modal-thanksgiving .btn {
  background-color: #9d6937;
  text-transform: uppercase;
  padding: 15px 10px;
}
.modal-thanksgiving .btn:hover,
.modal-thanksgiving .btn:focus {
  color: #ffffff !important;
  background: #7f552c;
}
.modal-thanksgiving .privacy-wrap {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.modal-thanksgiving a.privacy {
  text-decoration: underline;
  color: #9d6937;
}
.modal-thanksgiving a.privacy:hover {
  color: #7f552c;
}
@media (max-width: 767px) {
  .modal-thanksgiving .modal-content {
    background: #f5f5f5 url("https://www.foodmatters.com/media/uploads/images/ads/popups/thanksgiving-popup-bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 96%;
    height: auto;
    margin: 2% auto;
    padding: 60px 20px;
  }
  .modal-thanksgiving .modal-content img.logo {
    width: 100%;
    margin-top: 0;
  }
  .modal-thanksgiving p {
    font-size: 18px;
  }
}
.modal-black-friday-2016 .input-label-hint {
  margin-top: 10px;
}
.modal-black-friday-2016 .form-thank-you {
  background: transparent;
  color: #222222;
  text-align: center;
  border-radius: 0px;
  padding: 0px;
  margin-top: 20px;
}
.modal-black-friday-2016 .form-thank-you p {
  border-top: 3px solid #373c42;
  padding-top: 30px;
  color: #ffffff;
}
.modal-black-friday-2016 .form-content {
  max-width: 320px;
  margin: 0 auto;
}
.modal-black-friday-2016 .modal-content {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 380px;
  height: auto;
  margin: 0 auto;
  border: none;
  padding: 0px;
  -webkit-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
}
.modal-black-friday-2016 .modal-content h2 {
  text-align: center;
  margin: 0;
}
.modal-black-friday-2016 .modal-content p {
  text-align: center;
  margin: 0;
}
.modal-black-friday-2016 .modal-content .inner-header {
  background-color: #43d696;
}
.modal-black-friday-2016 .modal-content .inner-header p {
  color: white;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 15px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.modal-black-friday-2016 .modal-content .inner-content {
  padding: 29px;
}
.modal-black-friday-2016 .modal-content .inner-content h2 {
  color: #363636;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
.modal-black-friday-2016 .modal-content .inner-content p {
  color: #363636;
  font-size: 18px;
  line-height: 24px;
}
.modal-black-friday-2016 .modal-content .inner-footer {
  height: 280px;
  background: #f5f5f5 url("https://www.foodmatters.com/media/uploads/images/ads/popups/black-friday-popup-bg.jpg") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.modal-black-friday-2016 .close {
  background: transparent;
  height: 50px;
  width: 50px;
}
.modal-black-friday-2016 .close:before,
.modal-black-friday-2016 .close:after {
  left: 25px;
  height: 20px;
  top: 15px;
  background-color: #ffffff;
}
.modal-black-friday-2016 .btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 260px;
  margin-left: -130px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 15px 10px;
  font-size: 17px;
  font-weight: 700;
  background-color: #43c190;
}
@media (max-width: 767px) {
  .modal-black-friday-2016 .modal-content {
    width: 96%;
    height: auto;
    margin: 2% auto;
  }
  .modal-black-friday-2016 p {
    font-size: 18px;
  }
}
.modal-cyber-monday-2016 .modal-content {
  width: 700px;
  height: 700px;
  margin: 0 auto;
  border: none;
  padding: 0px;
  -webkit-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
}
.modal-cyber-monday-2016 h2 {
  font-size: 100px;
  line-height: 0.94;
  color: #363636;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.modal-cyber-monday-2016 h2 span {
  color: #3ecb96;
  display: block;
}
.modal-cyber-monday-2016 h3 {
  text-align: center;
  color: #363636;
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0;
}
.modal-cyber-monday-2016 p {
  text-align: center;
  margin: 0;
  color: #363636;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.modal-cyber-monday-2016 p.text__small {
  font-size: 0.7em;
  margin-top: 20px;
}
.modal-cyber-monday-2016 .cm__foreground {
  background: transparent url("https://www.foodmatters.com/media/uploads/images/ads/popups/cybermonday-popup-bg.png") no-repeat left 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.modal-cyber-monday-2016 .cm__background {
  padding: 30px 80px;
  background-color: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal-cyber-monday-2016 .cm__inner {
  border: 5px solid #3ecb96;
  padding: 20px;
}
.modal-cyber-monday-2016 .close {
  background: transparent;
  height: 50px;
  width: 50px;
  top: -50px;
}
.modal-cyber-monday-2016 .close:before,
.modal-cyber-monday-2016 .close:after {
  left: 25px;
  height: 20px;
  top: 15px;
  background-color: #ffffff;
}
.modal-cyber-monday-2016 .btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 260px;
  margin-left: -130px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 15px 10px;
  font-size: 17px;
  font-weight: 700;
  background-color: #43c190;
}
@media (max-width: 767px) {
  .modal-cyber-monday-2016 h2 {
    font-size: 50px;
  }
  .modal-cyber-monday-2016 h3 {
    font-size: 20px;
  }
  .modal-cyber-monday-2016 .modal-content {
    width: 96%;
    height: auto;
    margin: 50px auto;
  }
  .modal-cyber-monday-2016 .cm__foreground {
    background: #f5f5f5 url(https://www.foodmatters.com/media/uploads/images/ads/popups/cybermonday-popup-bg.png) no-repeat 0px bottom;
    position: relative;
    width: 100%;
    height: 440px;
  }
  .modal-cyber-monday-2016 .cm__background {
    padding: 10px 10px;
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.modal-7dc .input-label-hint {
  margin-top: 10px;
}
.modal-7dc .form-thank-you {
  background: transparent;
  color: #222222;
  text-align: center;
  border-radius: 0px;
  padding: 0px;
  margin-top: 20px;
}
.modal-7dc .form-thank-you p {
  border-top: 3px solid #373c42;
  padding-top: 30px;
  color: #ffffff;
}
.modal-7dc .form-content {
  max-width: 320px;
  margin: 0 auto;
}
.modal-7dc .modal-content {
  background: #f5f5f5 url("https://www.foodmatters.com/media/uploads/images/ads/popups/7dc-modal-bg.jpg ") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 610px;
  height: 610px;
  margin: 0 auto;
  border: none;
  padding: 55px;
  -webkit-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 5px 41px -5px rgba(0, 0, 0, 0.3);
}
.modal-7dc .modal-content img.logo {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.modal-7dc h2 {
  text-align: left;
  margin: 0;
  font-size: 3.9em;
  line-height: 1.1em;
  color: #ffffff;
  font-weight: 700;
}
.modal-7dc h2 span {
  font-size: 40px;
  font-weight: 400;
  color: #222222;
}
.modal-7dc h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2.1em;
  margin: 20px 0;
}
.modal-7dc p {
  font-size: 20px;
  max-width: 460px;
  color: #e7a252;
  font-weight: 700;
  margin: 20px 0;
}
.modal-7dc a {
  padding: 15px 30px;
  margin-top: 10px;
}
.modal-7dc a i {
  margin-left: 10px;
}
.modal-7dc .close {
  background: transparent;
  background: rgba(255, 255, 255, 0.9);
  height: 50px;
  width: 50px;
  border-radius: 0 0 3px 0;
}
.modal-7dc .close:before,
.modal-7dc .close:after {
  left: 25px;
  height: 20px;
  top: 15px;
  background-color: #ffffff;
  background-color: #222222;
}
.modal-7dc .btn {
  background-color: #9d6937;
  text-transform: uppercase;
  padding: 15px 10px;
}
.modal-7dc .btn:hover,
.modal-7dc .btn:focus {
  color: #ffffff !important;
  background: #7f552c;
}
.modal-7dc .privacy-wrap {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.modal-7dc a.privacy {
  text-decoration: underline;
  color: #9d6937;
}
.modal-7dc a.privacy:hover {
  color: #7f552c;
}
@media (max-width: 767px) {
  .modal-7dc .modal-content {
    width: 96%;
    height: auto;
    margin: 2% auto;
    padding: 60px 20px;
  }
  .modal-7dc .modal-content img.logo {
    width: 100%;
    margin-top: 0;
  }
  .modal-7dc h2 {
    font-size: 2.2em;
  }
  .modal-7dc h3 {
    font-size: 1.8em;
  }
  .modal-7dc p {
    font-size: 18px;
  }
}
.annual-food-revolution {
  background-color: red;
  text-align: center;
  margin: 0 0 -3.6em 0;
  padding: 4em 0.5em 0.5em 0.5em;
  display: block;
}
.annual-food-revolution p {
  color: white;
  padding: 0;
}
.annual-food-revolution p span {
  margin-right: 1em;
}
.annual-food-revolution p .btn {
  margin-top: 1em;
}
@media (min-width: 710px) {
  .annual-food-revolution p .btn {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .annual-food-revolution {
    padding-top: 6.7em;
    margin-bottom: -6em;
  }
}
