/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
@font-face {
  font-family: 'Damion';
  src: url('css/fonts/Damion-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('css/fonts/fontello.eot?97061159');
  src: url('css/fonts/fontello.eot?97061159#iefix') format('embedded-opentype'), url('css/fonts/fontello.woff?97061159') format('woff'), url('css/fonts/fontello.ttf?97061159') format('truetype'), url('css/fonts/fontello.svg?97061159#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that c;an break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; *

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-glass:before {
  content: '\e800';
}
/* '' */
.icon-plate:before {
  content: '\e801';
}
/* '' */
.icon-bread:before {
  content: '\e802';
}
/* '' */
.icon-jar:before {
  content: '\e803';
}
/* '' */
.icon-goldfish:before {
  content: '\e804';
}
/* '' */
.icon-bowl:before {
  content: '\e805';
}
/* '' */
.icon-bulb:before {
  content: '\e806';
}
/* '' */
/*
300
400
500
600
700
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
}
.uppercase {
  text-transform: uppercase;
}
.letterspace {
  letter-spacing: 0.03em;
}
.dropshadow {
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #c01119;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7a0b10;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  /*display: block;
  width: 100%;
  height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
  padding: @padding-base-vertical @padding-base-horizontal;
  font-size: @font-size-base;
  line-height: @line-height-base;
  color: @input-color;
  background-color: @input-bg;
  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
  border: 1px solid @input-border;
  border-radius: @input-border-radius; // Note: This has no effect on <select>s in some browsers, due to the limited stylability of <select>s in CSS.
  .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
  .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");

  // Customize the `:focus` state to imitate native WebKit styles.
  .form-control-focus();

  // Placeholder
  .placeholder();

  // Disabled and read-only inputs
  //
  // HTML5 says that controls under a fieldset > legend:first-child won't be
  // disabled if the fieldset is disabled. Due to implementation difficulty, we
  // don't honor that edge case; we style them as disabled anyway.
  &[disabled],
  &[readonly],
  fieldset[disabled] & {
    cursor: @cursor-disabled;
    background-color: @input-bg-disabled;
    opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
  }*/
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #c01119;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #7a0b10;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #c01119;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #7a0b10;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #c01119;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-height: 500px) {
  .modal-dialog {
    margin: 200px auto;
  }
}
@media (min-height: 700px) {
  .modal-dialog {
    margin: 300px auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.pager:before,
.pager:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after,
.wrap:before,
.wrap:after,
.wrap:before,
.wrap:after,
.hold:before,
.hold:after,
.form-row:before,
.form-row:after,
.single-prod-ctr #calculator-holder #calculator div.step:before,
.single-prod-ctr #calculator-holder #calculator div.step:after,
.pantry-content .pantry-inner-top-ctr:before,
.pantry-content .pantry-inner-top-ctr:after,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar:before,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar:after,
.my-v8-content .content .v8-contest-step-ctr:before,
.my-v8-content .content .v8-contest-step-ctr:after,
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition ul li:before,
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition ul li:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.pager:after,
.nav:after,
.modal-footer:after,
.wrap:after,
.wrap:after,
.hold:after,
.form-row:after,
.single-prod-ctr #calculator-holder #calculator div.step:after,
.pantry-content .pantry-inner-top-ctr:after,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar:after,
.my-v8-content .content .v8-contest-step-ctr:after,
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition ul li:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#global_interstitial {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}
#global_interstitial .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#global_interstitial .wrapper .box {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px;
}
#global_interstitial .wrapper .box .left-col {
  background: #ffffff;
  background: -moz-linear-gradient(0deg, #ffffff 38%, #c01119 38%);
  background: -webkit-linear-gradient(0deg, #ffffff 38%, #c01119 38%);
  background: linear-gradient(0deg, #ffffff 38%, #c01119 38%);
}
#global_interstitial .wrapper .box .left-col img {
  z-index: 150;
  max-width: none;
}
#global_interstitial .wrapper .box .right-col {
  display: flex;
  flex-direction: column;
}
#global_interstitial .wrapper .box .right-col .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#global_interstitial .wrapper .box .right-col .row.red {
  background-color: #c01119;
}
#global_interstitial .wrapper .box .right-col .row.top {
  height: 62%;
  padding-right: 20px;
}
#global_interstitial .wrapper .box .right-col .row.top .headline {
  max-width: 450px;
  width: 100%;
}
#global_interstitial .wrapper .box .right-col .row.bottom {
  height: 38%;
  background-color: #fff;
}
#global_interstitial .wrapper .box .right-col .row.bottom .wrapper {
  margin: 0 3px 3px 0;
  border-right: 1px solid #cacbcc;
  border-bottom: 1px solid #cacbcc;
  height: 99%;
  width: 100%;
}
#global_interstitial .wrapper .box .right-col .row .content {
  padding-right: 70px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#global_interstitial .wrapper .box .right-col .row .content p {
  text-align: center;
  margin: 0 0 5px 0;
}
#global_interstitial .wrapper .box .right-col .row .content .cta-link {
  margin: 0px 0 40px 0;
}
#global_interstitial .wrapper .box .right-col .row #close-popup {
  cursor: pointer;
  position: absolute;
  top: 7%;
  right: 5%;
}
@media (max-width: 960px) {
  #global_interstitial .wrapper .box .left-col img {
    display: none;
  }
  #global_interstitial .wrapper .box .right-col .row {
    display: flex;
    justify-content: center;
  }
  #global_interstitial .wrapper .box .right-col .row.top {
    height: 100%;
    padding: 40px 15px;
  }
  #global_interstitial .wrapper .box .right-col .row.top .headline {
    max-width: 350px;
  }
  #global_interstitial .wrapper .box .right-col .row.bottom {
    padding-top: 20px;
    height: 100%;
  }
  #global_interstitial .wrapper .box .right-col .row .wrapper {
    padding: 0px 20px 0 20px;
  }
  #global_interstitial .wrapper .box .right-col .row .wrapper .content {
    padding: 0;
  }
}
/*Honeypot*/
#contact_name {
  display: none;
}
.pop-menu ul li button {
  background: none !important;
}
#glt-translate-trigger,
.skiptranslate {
  display: none !important;
}
.pantry_msg {
  padding: 0 25px;
}
html.translated-ltr #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a:link,
html.translated-ltr #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a:visited {
  font-size: 18px;
}
html.translated-ltr #site_header #utility_bar #utility_pantry a.cta:link {
  font-size: 11px;
}
html.translated-ltr #newsletter_bar #content form div.title {
  font-size: 38px;
}
html.translated-ltr #newsletter_bar #content form p {
  font-size: 18px;
  margin: 22px 0px 0px 15px;
}
html.translated-ltr #newsletter_bar #content form input#newsletter_submit {
  font-size: 15px;
}
html.translated-ltr #footer #content #footer_pantry.logged_out #pantry_content a#sign_up {
  margin-left: 43px;
}
html.translated-ltr #footer #content #footer_pantry.logged_out #pantry_content a.cta {
  font-size: 13px;
}
html.translated-ltr #content-my-pantry .textwidget .pantry-lg #logo img {
  width: 123px;
}
html.translated-ltr #content-my-pantry .textwidget .pantry-lg a.cta {
  font-size: 11px;
}
.c-loader {
  width: 60px;
  margin: 0 auto 0;
  padding: 5vh 0 0;
}
#open_menu {
  display: none;
}
.stage.default-tpl {
  border: none !important;
}
.stage.default-tpl .stage {
  border: none !important;
}
.stage.default-tpl .stage ul {
  margin-top: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.page-template-page-from-pdf .col-md-4 {
  padding-right: 25px;
}
.page-template-page-from-pdf .double-cta-section {
  padding-top: 25px;
}
.wrap {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .wrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrap {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    width: 1300px;
  }
}
@media (min-width: 768px) {
  .wrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrap {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    width: 1300px;
  }
}
.wrap.header-holder {
  padding-bottom: 36px;
  padding-top: 14px;
}
.wrap.header-holder header {
  width: 66%;
  float: left;
}
.wrap.header-holder .prod-toolbar {
  float: right;
  /*width: 23%;*/
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
  border: 1px solid #d5d5d6;
  border-left: 0px;
}
.wrap.header-holder .prod-toolbar .add-to-pantry {
  position: absolute;
  top: -21px;
  left: 0;
  background: #c01119;
  color: #ffffff;
  padding: 2px 2px;
  border: 0;
  text-align: center;
  transition: background 0.3s ease;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.03em;
  margin-right: 20px;
  display: block;
}
.wrap.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content {
  padding: 15px 22px 14px;
  border: 1px solid #ffffff;
}
.wrap.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content .brdr {
  display: block;
  border-color: #ffffff;
}
.wrap.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content .simplefavorite-button {
  display: inline-block;
  margin: 10px -10px 5px auto;
  border: 1px solid #ffffff !important;
}
.wrap.header-holder .prod-toolbar .icon-btn.print-btn {
  margin: 0 10px 0 168px;
}
.wrap.header-holder .prod-toolbar .icon-btn {
  display: inline-block;
  font-size: 30px;
  color: #c01119;
  transition: color 0.3s ease;
  cursor: pointer;
}
.wrap.header-holder .prod-toolbar.no-pantry {
  width: auto;
  border: none;
}
.wrap.indented {
  padding-left: 100px;
  padding-right: 100px;
}
.hold {
  margin-left: -15px;
  margin-right: -15px;
}
.hold .container {
  padding: 0 20px;
}
.d3-row {
  margin: 0 -15px;
}
form.passwordReset {
  margin-top: 25px;
  border-top: #c01119 solid 2px;
  padding-top: 25px !important;
  display: none;
}
#cb-login .errorMsg,
.response .errorMsg,
#cb-login.errorMSG,
.response.errorMSG {
  font-size: 18px;
  color: #c01119;
  font-weight: 800;
  margin-top: 15px;
}
.response {
  color: darkolivegreen;
  font-size: 18px;
  margin-top: 15px;
}
/*********************
01. GLOBAL STYLES
*********************/
body {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: .05em;
  color: #414246;
  padding-top: 160px;
  overflow-y: scroll !important;
  /* keep the site from jiggling on expanding or contracting the menu */
  -webkit-font-smoothing: antialiased;
}
/* change body position based on nav search/brands toggle states */
body.open-toggle-nav-search {
  padding-top: 244px;
}
body.open-toggle-nav-brands {
  padding-top: 282px;
}
body.open-toggle-nav-brands.sticky {
  padding-top: 263px !important;
}
.modal .modal-content .modal-header .modal-title {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #c01119;
}
.email-share-modal .form-row {
  padding-right: 15px!important;
}
.email-share-modal .form-group {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  padding-right: 0!important;
}
.email-share-modal .form-group:nth-child(odd) {
  clear: left;
}
.email-share-modal .form-group .form-control {
  padding-left: 5px;
  width: 100%;
  border: 1px solid #ccc;
}
.form-row {
  margin-left: -15px;
  margin-right: -15px;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
}
.form-row .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-row .form-group {
    float: left;
    width: 100%;
  }
}
.form-row .form-group:first-child:nth-last-child(2),
.form-row .form-group:first-child:nth-last-child(2) ~ .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-row .form-group:first-child:nth-last-child(2),
  .form-row .form-group:first-child:nth-last-child(2) ~ .form-group {
    float: left;
    width: 50%;
  }
}
.form-row .form-group:first-child:nth-last-child(3),
.form-row .form-group:first-child:nth-last-child(3) ~ .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-row .form-group:first-child:nth-last-child(3),
  .form-row .form-group:first-child:nth-last-child(3) ~ .form-group {
    float: left;
    width: 33.33333333%;
  }
}
.form-row .form-group:first-child:nth-last-child(4),
.form-row .form-group:first-child:nth-last-child(4) ~ .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-row .form-group:first-child:nth-last-child(4),
  .form-row .form-group:first-child:nth-last-child(4) ~ .form-group {
    float: left;
    width: 25%;
  }
}
#explicit_opt_in {
  display: flex;
  justify-content: space-between;
}
#explicit_opt_in label {
  width: 95%;
}
#explicit_opt_in label p {
  font-size: 12px;
  font-weight: 100;
  line-height: 20px;
}
.global-cta,
.global-cta:visited {
  background-color: #c01119;
  width: auto;
  height: auto;
  clear: both;
  padding: 0 0 0 0;
  display: inline-block;
  border: 1px solid #c01119;
}
.global-cta div,
.global-cta:visited div {
  background: url("images/cta-arrow-sprite-39.png") right 16px top 3px no-repeat;
  width: auto;
  height: auto;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 4px 30px 0px 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #ffffff;
  letter-spacing: 0.09em;
}
.global-cta:hover,
.global-cta:visited:hover,
.global-cta:active,
.global-cta:visited:active {
  background-color: #ffffff;
  border: 1px solid #c4960c;
  text-decoration: none;
}
.global-cta:hover div,
.global-cta:visited:hover div,
.global-cta:active div,
.global-cta:visited:active div {
  background-position: right 16px bottom 2px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
table#two-column tr td {
  padding-bottom: 45px;
}
table#two-column tr td:first-child {
  padding-right: 25px;
}
main {
  overflow: auto;
  clear: both;
  padding-bottom: 75px;
}
/*LINK STYLES*/
a,
a:visited {
  color: #c01119;
  font-weight: 500;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #7a0b10;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
img.img-left,
img.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}
/*Print Language Select*/
#print_language {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 120px;
  z-index: 100;
}
#print_language #pl-close {
  position: absolute;
  top: -10px;
  right: -5px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  padding: 5px 7px;
  background: #ffffff;
  color: #c01119;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: #cccccc solid 1px;
}
/*Pantry Button Fix*/
.favorite-on {
  position: absolute !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: -50px;
  line-height: 50px;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  color: #0EC300;
  -ms-transform: none !important;
  -webkit-transform: translateY(-50%);
  transform: none !important;
}
.favorite-off {
  position: absolute !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 50px;
  line-height: 50px;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  color: #c01119;
  -ms-transform: none !important;
  -webkit-transform: translateY(-50%);
  transform: none !important;
}
.simplefavorite-button {
  background: #ffffff url("images/my-pantry-save-button-hat-sprite2.png") 0px 0px no-repeat;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block !important;
  border: 1px solid #818286;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 2;
  margin-right: -10px;
  cursor: pointer;
  position: relative;
  outline: none;
}
.simplefavorite-button img {
  display: none;
}
.simplefavorite-button:hover,
.simplefavorite-button.favorited {
  background-color: #c01119;
  background-position: 0px -50px;
  border: 1px solid #c01119;
}
.landing_hero .addToMenu,
.search-fav .addToMenu,
.add-to-pantry-content .addToMenu {
  background: #ffffff url("images/pantry/add-to-menu.png") 0px 0px no-repeat;
  width: 50px;
  height: 50px !important;
  overflow: hidden;
  display: inline-block !important;
  border: 1px solid #818286;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  cursor: pointer;
  position: relative;
  outline: none;
  text-indent: -9999px;
}
.landing_hero .addToMenu:hover,
.search-fav .addToMenu:hover,
.add-to-pantry-content .addToMenu:hover,
.landing_hero .addToMenu.favorited,
.search-fav .addToMenu.favorited,
.add-to-pantry-content .addToMenu.favorited {
  background-color: #c01119;
  background-position: 0px -50px;
  border: 1px solid #c01119;
}
.landing_hero .stage ul.cards.recipes li .content .simplefavorite-button.favBtn {
  right: 60px !important;
  z-index: 999;
}
.landing_hero .addToMenu {
  float: none !important;
  position: absolute !important;
  left: unset !important;
  margin-left: 0 !important;
  top: 10px !important;
  right: 10px !important;
}
.card-holder-modified .addToMenu {
  background: #ffffff url("images/pantry/add-to-menu.png") 0px 0px no-repeat;
  float: right;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block !important;
  border: 1px solid #818286;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  cursor: pointer;
  position: relative;
  outline: none;
  text-indent: -9999px;
}
.card-holder-modified .addToMenu:hover,
.card-holder-modified .addToMenu.favorited {
  background-color: #c01119;
  background-position: 0px -50px;
  border: 1px solid #c01119;
}
/*.simplefavorite-button {
	background: transparent;
	border: none;
	padding: 0;
	.fa-stack {
		height: 2.25em;
		line-height: 2.25em;
		width: 2.25em;
		.circle {
			font-size: 2.5em;
			height: 100%;
			line-height: 2.5em;
			width: 2.5em;
			border: 1px solid @extra-light-gray;
			border-radius: 100%;
			left: 0;
			position: absolute;
			text-align: center;
			width: 100%;
			background: @white;
		}
		.fa-inverse {
			height: 100%;
			img {
				left: 25%;
				position: absolute;
				top: 25%;
				width: 51%;
			}
		}
		&.favorited {
			.circle {
				background: @campbells-red;
				border: #ffffff solid 1px;
			}
		}
	}
	&.active {
		opacity: 1;
	}
	&:hover {
		.fa-stack {
			.circle {
				border:#ffffff solid 1px;
				background: @campbells-red;
			}
		}
	}
}*/
.btn {
  border-radius: 0;
  padding: 2px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #c01119;
  border-color: #c01119;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
  color: #ffffff;
  background-color: #910d13;
  border-color: #880c12;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
  background-image: none;
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
fieldset[disabled] .btn.btn-primary,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
fieldset[disabled] .btn.btn-primary:active,
.btn.btn-primary.disabled.active,
.btn.btn-primary[disabled].active,
fieldset[disabled] .btn.btn-primary.active {
  background-color: #c01119;
  border-color: #c01119;
}
.btn.btn-primary .badge {
  color: #c01119;
  background-color: #ffffff;
}
.btn.btn-secondary {
  color: #ffffff;
  background-color: #57585d;
  border-color: #57585d;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.open > .dropdown-toggle.btn.btn-secondary {
  color: #ffffff;
  background-color: #3e3f43;
  border-color: #393a3d;
}
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.open > .dropdown-toggle.btn.btn-secondary {
  background-image: none;
}
.btn.btn-secondary.disabled,
.btn.btn-secondary[disabled],
fieldset[disabled] .btn.btn-secondary,
.btn.btn-secondary.disabled:hover,
.btn.btn-secondary[disabled]:hover,
fieldset[disabled] .btn.btn-secondary:hover,
.btn.btn-secondary.disabled:focus,
.btn.btn-secondary[disabled]:focus,
fieldset[disabled] .btn.btn-secondary:focus,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary[disabled].focus,
fieldset[disabled] .btn.btn-secondary.focus,
.btn.btn-secondary.disabled:active,
.btn.btn-secondary[disabled]:active,
fieldset[disabled] .btn.btn-secondary:active,
.btn.btn-secondary.disabled.active,
.btn.btn-secondary[disabled].active,
fieldset[disabled] .btn.btn-secondary.active {
  background-color: #57585d;
  border-color: #57585d;
}
.btn.btn-secondary .badge {
  color: #57585d;
  background-color: #ffffff;
}
.btn.btn-ghost {
  /* .button-variant(YELLOW-secondary;@medium-light-gray;YELLOW-secondary);
		span {
			border-color: YELLOW-secondary;
		} */
}
.btn.brands {
  margin-bottom: 30px;
}
.btn span {
  display: block;
  padding: 10px 10px 8px;
  border: 1px solid #ffffff;
}
.btn.btn-small {
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}
.btn.btn-small span {
  padding: 7px 10px 4px;
}
/*
this class should not have styles attached, its used for programming
.subBtn {
	background:rgb(235,235,236) url(images/header-footer/newsletter-arrow.png);
	background: url(images/header-footer/newsletter-arrow.png), -moz-linear-gradient(rgba(235,235,236,1) 0%, rgba(198,198,199,1) 100%);
	background:url(images/header-footer/newsletter-arrow.png), -webkit-linear-gradient(rgba(235,235,236,1) 0%, rgba(198,198,199,1) 100%);
	background:url(images/header-footer/newsletter-arrow.png), -webkit-gradient(linear, 0 100%, 0 0, from(rgba(235,235,236,1)), to(rgba(198,198,199,1)));
	background:url(images/header-footer/newsletter-arrow.png), -o-linear-gradient(rgba(235,235,236,1) 0%, rgba(198,198,199,1) 100%);
	background:url(images/header-footer/newsletter-arrow.png), linear-gradient(rgba(235,235,236,1) 0%, rgba(198,198,199,1) 100%);
	background-position: top right;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebec', endColorstr='#c6c6c7',GradientType=0 );
	border: 0px solid #d5d3d5;
	width: 120px;
	height: 60px;
	margin: 0px 35px 0px 0px;
	padding: 4px 0px 0px 0px;
	border: 0px;
	font-family: "Hind", sans-serif;
	font-size: 18px;
	line-height: 50px;
	font-weight: 600;
	color: @campbells-gray;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	outline: none;
	text-align: left;
	text-indent: 20px;
		&:hover{
			background:rgb(235,235,236) url(images/header-footer/newsletter-arrow.png);
			background: url(images/header-footer/newsletter-arrow.png), -moz-linear-gradient(top,  rgba(254,254,255,1) 0%, rgba(213,213,214,1) 100%);
			background: url(images/header-footer/newsletter-arrow.png), -webkit-linear-gradient(top,  rgba(254,254,255,1) 0%,rgba(213,213,214,1) 100%);
			background: url(images/header-footer/newsletter-arrow.png), linear-gradient(to bottom,  rgba(254,254,255,1) 0%,rgba(213,213,214,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='@extra-light-gray',GradientType=0 );
			background-position: top right;
		}
		&:active{
			background: rgb(198,198,199) url(images/header-footer/newsletter-arrow.png);
			background: url(images/header-footer/newsletter-arrow.png), -moz-linear-gradient(top,  rgba(198,198,199,1) 0%, rgba(235,235,236,1) 100%);
			background: url(images/header-footer/newsletter-arrow.png), -webkit-linear-gradient(top,  rgba(198,198,199,1) 0%,rgba(235,235,236,1) 100%);
			background: url(images/header-footer/newsletter-arrow.png), linear-gradient(to bottom,  rgba(198,198,199,1) 0%,rgba(235,235,236,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c7', endColorstr='#ebebec',GradientType=0 );
			background-position: top right;
		}
}*/
span.btn.btn-primary {
  width: 160px;
  margin: 30px auto;
  display: block;
  padding: 10px 10px 8px;
  border: 1px solid #ffffff;
  position: relative;
}
span.btn.btn-primary:before {
  content: '';
  border: 1px solid #ffffff;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
span.btn.btn-primary:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
  color: #c4960c;
}
span.btn.btn-primary:hover:before {
  border: 1px solid #c4960c;
}
a.btn.btn-primary:hover,
a.btn.btn-secondary:hover {
  background-color: #ffffff !important;
  border: 1px solid #c4960c !important;
  color: #c4960c !important;
}
a.btn.btn-primary:hover span,
a.btn.btn-secondary:hover span {
  border: 1px solid #c4960c;
}
.filler {
  display: none;
  height: 5px;
  position: relative;
  width: 100%;
  z-index: 5;
  margin-top: -5px;
}
#content-my-pantry {
  background: #f4f4f5 url(images/faded-center-bg.png) center top no-repeat;
  padding: 60px 0;
  width: 100%;
  float: left;
  position: relative;
}
#content-my-pantry .textwidget {
  background: #ffffff;
  padding: 3px;
  width: 33.3%;
  float: left;
  max-height: 297px;
}
#content-my-pantry .textwidget .pantry-lg {
  padding: 30px;
  border: 1px solid #cacbcc;
}
#content-my-pantry .textwidget .pantry-lg .top {
  text-align: center;
}
#content-my-pantry .textwidget .pantry-lg .top span {
  font-family: 'Hind', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  color: #c01119;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 5px;
}
#content-my-pantry .textwidget .pantry-lg .top span span {
  font-weight: 300;
}
#content-my-pantry .textwidget .pantry-lg .top p {
  color: #57585d;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
#content-my-pantry .textwidget .pantry-lg .top p.small {
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: none;
}
#content-my-pantry .textwidget .pantry-lg .buttons {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#content-my-pantry .textwidget .pantry-lg .buttons .btn {
  font-size: 16px;
}
#content-my-pantry .textwidget .pantry-lg .buttons a {
  width: 100%;
  display: block;
}
#content-my-pantry .textwidget .pantry-lg #pantry-bottom-logo {
  float: left;
  margin-left: 55px;
}
#content-my-pantry .textwidget .pantry-lg a.cta {
  background-color: #c01119;
  width: auto;
  height: 30px;
  float: left;
  position: relative;
  margin: 0px 10px 13px 10px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
#content-my-pantry .textwidget .pantry-lg a.cta div {
  background-image: url(images/header-footer/arrow-right-sprite-24.png);
  background-position: right 7px top -1px;
  background-repeat: no-repeat;
  width: 100%;
  height: 26px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  line-height: 26px;
  border: 1px solid #ffffff;
}
#content-my-pantry .about-pantry {
  width: 66.7%;
  float: left;
  max-height: 297px;
  background: url(images/my-pantry-callout.jpg) no-repeat center;
  background-size: cover;
  padding: 35px 39px 15px;
}
#content-my-pantry .about-pantry .holder {
  overflow: auto;
}
#content-my-pantry .about-pantry .holder.bordered {
  border-bottom: 2px solid #c01119;
}
#content-my-pantry .about-pantry .holder .mp-about {
  width: 33.3%;
  padding: 0 51px 0;
  float: left;
  text-align: center;
}
#content-my-pantry .about-pantry .holder .mp-about p {
  font-weight: 500;
  margin: 14px 0 10px;
  line-height: 1em;
  text-transform: uppercase;
}
#content-my-pantry .about-pantry .holder p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 17px;
  text-align: center;
}
.brdr-shdw-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 767px) {
  .brdr-shdw-box {
    margin-bottom: 20px;
  }
}
.brdr-shdw-box .title {
  background: #42317f;
  padding: 4px 4px 0 4px;
}
.brdr-shdw-box .title .brdr {
  border-top: 1px solid #a198bf;
  border-left: 1px solid #a198bf;
  border-right: 1px solid #a198bf;
  padding: 10px;
}
.brdr-shdw-box .title .brdr h5 {
  margin: 0;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.brdr-shdw-box .content {
  padding: 0 4px 4px 4px;
}
.brdr-shdw-box .content .brdr {
  border-bottom: 1px solid #d5d5d6;
  border-left: 1px solid #d5d5d6;
  border-right: 1px solid #d5d5d6;
  padding: 10px;
}
.brdr-shdw-box .content .brdr .img {
  margin-bottom: 20px;
  position: relative;
}
.brdr-shdw-box .content .brdr .img img {
  margin: 0;
}
.brdr-shdw-box .content .brdr .img .save {
  position: absolute;
  bottom: -11px;
  right: -5px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(images/products/save-recipe-icon.png) top center no-repeat;
}
.brdr-shdw-box .content .brdr .img .save:hover,
.brdr-shdw-box .content .brdr .img .save:focus,
.brdr-shdw-box .content .brdr .img .save:active {
  background-position: 0 -50px;
}
.brdr-shdw-box .content .brdr h6 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 10px 0;
}
.brdr-shdw-box .content .brdr p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
.brdr-shdw-box .content .brdr .btn-ghost {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 182px;
  margin-left: -91px;
  background: #c01119;
  color: #ffffff;
  border: 0;
}
.brdr-shdw-box .content .brdr .btn-ghost:hover {
  background: #c4960c;
}
.brdr-shdw-box .content .brdr .btn-ghost span {
  border-color: #ffffff;
}
/* Tooltips (bootstrap) */
.tooltip-inner {
  background: #ffffff;
  color: #c01119;
  border: 1px solid #d5d5d6 !important;
  padding: 10px;
  opacity: 1;
  margin-bottom: 2px;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.03em;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1) !important;
}
.tooltip.top .tooltip-arrow {
  background: url(images/tooltip-arrow.png) top center no-repeat;
  border: 0;
  display: block;
  width: 16px;
  height: 8px;
  margin: 0 0 0 -8px;
}
/* END -- Tooltips */
/* Popovers (bootstrap) */
.popover {
  border-radius: 5px!important;
  border: 1px solid #d5d5d6 !important;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1) !important;
}
.popover .popover-title {
  display: none;
}
.pop-menu {
  min-width: 155px;
}
.pop-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.pop-menu ul li {
  padding: 7px 8px 5px 8px;
  display: block;
  border-bottom: 1px solid #eaeaea;
}
.pop-menu ul li.grey {
  background: #f4f4f5;
}
.pop-menu ul li.grey a {
  color: #818286 !important;
}
.pop-menu ul li a {
  display: block;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #abacae !important;
}
.pop-menu ul li a:hover {
  color: #c01119 !important;
  text-decoration: none;
}
.pop-menu ul li button {
  display: block;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #818286 !important;
  border: 0;
  padding: 0;
}
.pop-menu ul li button:hover {
  color: #c01119 !important;
  text-decoration: none;
}
.pop-menu .social-counter {
  width: auto;
  padding: 10px;
}
@media (max-width: 650px) {
  .pop-menu .social-counter {
    width: 155px;
    padding: 5px;
  }
}
.pop-menu .social-counter span {
  text-align: center;
}
.pop-menu .social-counter span a {
  text-align: center;
  width: 100%;
  display: block;
}
.pop-menu .social-counter .email {
  background: #c01119;
}
.pop-menu .social-counter .email a {
  color: #ffffff;
}
.pop-menu .social-counter .email a:hover,
.pop-menu .social-counter .email a:visited,
.pop-menu .social-counter .email a:focus,
.pop-menu .social-counter .email a:active {
  color: #ffffff;
}
.pop-menu .social-counter .linkedin a:hover,
.pop-menu .social-counter .linkedin a:visited,
.pop-menu .social-counter .linkedin a:focus,
.pop-menu .social-counter .linkedin a:active {
  color: #ffffff;
}
.modal-open .popover {
  z-index: 1;
}
/* END -- Popovers */
#glossary-holder {
  min-height: 30px;
}
#glossary-holder.sticky ul {
  position: fixed;
  top: 175px;
  width: 100%;
  max-width: 1270px;
  z-index: 100;
}
#glossary-holder.sticky.no-search ul {
  top: 90px;
}
#glossary-holder ul {
  list-style: none;
  overflow: auto;
  padding: 0;
  background: url(images/glossary-fade.png) no-repeat center bottom;
}
#glossary-holder ul li {
  float: left;
  padding: 0;
  width: 3.84%;
  text-align: center;
}
#glossary-holder ul li a {
  color: #818286;
}
#glossary-holder ul li a:hover,
#glossary-holder ul li a.active {
  color: #c01119;
  text-decoration: none;
}
#glossary-holder ul li a.inactive {
  color: #d5d5d6;
}
#glossary-holder ul li a.inactive:hover {
  color: #d5d5d6;
  cursor: default;
}
.wellness-content div {
  position: relative;
  min-height: 293px;
  padding: 60px 0 60px 260px;
}
.wellness-content div:before {
  content: '';
  display: block;
  width: 160px;
  height: 160px;
  color: #ffffff;
  background: #c01119;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 178px;
  position: absolute;
  left: 0;
  top: 60px;
}
.wellness-content div h3 {
  margin-top: 50px;
}
.wellness-content div h3:first-child {
  margin-top: 0;
}
.wellness-content div#a:before {
  content: 'A';
}
.wellness-content div#b:before {
  content: 'B';
}
.wellness-content div#c:before {
  content: 'C';
}
.wellness-content div#d:before {
  content: 'D';
}
.wellness-content div#e:before {
  content: 'E';
}
.wellness-content div#f:before {
  content: 'F';
}
.wellness-content div#g:before {
  content: 'G';
}
.wellness-content div#h:before {
  content: 'H';
}
.wellness-content div#i:before {
  content: 'I';
}
.wellness-content div#j:before {
  content: 'J';
}
.wellness-content div#k:before {
  content: 'K';
}
.wellness-content div#l:before {
  content: 'L';
}
.wellness-content div#m:before {
  content: 'M';
}
.wellness-content div#n:before {
  content: 'N';
}
.wellness-content div#o:before {
  content: 'O';
}
.wellness-content div#p:before {
  content: 'P';
}
.wellness-content div#q:before {
  content: 'Q';
}
.wellness-content div#r:before {
  content: 'R';
}
.wellness-content div#s:before {
  content: 'S';
}
.wellness-content div#t:before {
  content: 'T';
}
.wellness-content div#u:before {
  content: 'U';
}
.wellness-content div#v:before {
  content: 'V';
}
.wellness-content div#w:before {
  content: 'W';
}
.wellness-content div#x:before {
  content: 'X';
}
.wellness-content div#y:before {
  content: 'Y';
}
.wellness-content div#z:before {
  content: 'Z';
}
/******************************************************************
02. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  /* text-rendering: optimizelegibility; */
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
  /* removing text decoration from all headline links */
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #c01119;
  letter-spacing: .075em;
  text-transform: uppercase;
}
h3,
.h3 {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #c01119;
  letter-spacing: .075em;
  text-transform: uppercase;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
p .small-text {
  font-size: 14px;
}
/*********************
03. HEADER STYLES
*********************/
.home_hero {
  background-color: #d5d5d6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  opacity: 0;
  position: relative;
  transition: opacity 0.5s ease;
  width: 100%;
}
.home_hero .stage {
  width: 1280px;
  height: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}
.home_hero .stage .content {
  width: 560px;
  height: auto;
  float: left;
  position: relative;
  margin: 110px 0px 0px 60px;
  padding: 0px 0px 0px 0px;
  display: block;
}
.home_hero .stage .content h1 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 8px 0px;
  font-size: 72px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid #c01119;
}
.home_hero .stage .content h2 {
  width: 100%;
  float: left;
  position: relative;
  margin: 16px 0px 13px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}
.home_hero .stage .content p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}
.home_hero .stage .content a.cta {
  background: #c01119;
  height: 56px;
  float: left;
  position: relative;
  margin: 21px 0px 0px 0px;
  padding: 0px 0px 1px 0px;
  border: 1px solid #c01119;
  display: block;
  white-space: nowrap;
}
.home_hero .stage .content a.cta div {
  background: url(images/hero-cta-arrow-sprite.png) right 15px top 0px no-repeat;
  width: calc(100% - 2px);
  height: 52px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 38px 0px 18px;
  display: block;
  border: 1px solid #ffffff;
  font-size: 22px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
}
.home_hero .stage .content a.cta:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  /* campbells-gold*/
}
.home_hero .stage .content a.cta:hover div {
  background-position: right 15px bottom;
  color: #c4960c;
  border: 1px solid #c4960c;
}
.home_hero .stage a.image {
  width: 560px;
  height: 560px;
  float: right;
  position: relative;
  margin: 0px 40px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
  border: 0px;
}
.home_hero .stage a.image img {
  width: 560px;
  height: 560px;
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 0px;
}
.stage ul li .content .image.nofavorite {
  height: 160px !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.landing_hero {
  background-color: #d5d5d6;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  /* landing_hero */
}
.landing_hero .stage {
  height: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  /*stage */
}
.landing_hero .stage .content {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  position: relative;
  margin: 54px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  display: block;
  /* content */
}
@media (min-width: 992px) {
  .landing_hero .stage .content {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1340px) {
  .landing_hero .stage .content {
    max-width: none;
  }
}
.landing_hero .stage .content h1 {
  width: 100%;
  min-height: 100px;
  /* 80px + pad */
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 48px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  text-indent: 100px;
  text-align: left;
  border-bottom: 2px solid #c01119;
}
@media (max-width: 991px) {
  .landing_hero .stage .content h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .landing_hero .stage .content h1 {
    font-family: 'Hind', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 80px;
  }
}
@media (max-width: 460px) {
  .landing_hero .stage .content h1 {
    text-indent: 0;
    line-height: 40px;
    padding-bottom: 20px;
  }
}
.landing_hero .stage .content h1:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: -100px;
  display: inline-block;
  background-position: left 0px top 0px;
  background-repeat: no-repeat;
}
@media (max-width: 460px) {
  .landing_hero .stage .content h1:before {
    display: block;
    width: 100%;
    position: static;
    margin-left: 0;
    background-position: top center;
  }
}
.landing_hero .stage .content h1.products:before {
  background-image: url("images/icons/products-icon.png");
}
.landing_hero .stage .content h1.recipes:before {
  background-image: url("images/icons/recipes-icon.png");
}
.landing_hero .stage .content h1.solutions:before {
  background-image: url("images/icons/solutions-icon.png");
}
.landing_hero .stage .content h1.tips-trends:before {
  background-image: url("images/icons/tips-trends-icon.png");
}
.landing_hero .stage .content p {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .landing_hero .stage .content p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .landing_hero .stage .content p {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.landing_hero .stage ul.cards {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right!important;
  position: relative;
  margin: 20px 0px 20px 0px;
  padding: 0px 15px 0px 15px;
  list-style-position: outside;
  list-style-type: none;
  display: block;
  /* cards */
}
@media (min-width: 992px) {
  .landing_hero .stage ul.cards {
    float: left;
    width: 50%;
  }
}
.landing_hero .stage ul.cards li {
  background: #ffffff;
  width: calc(50% - 10px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .landing_hero .stage ul.cards li {
    width: 100%;
  }
}
.landing_hero .stage ul.cards li:first-child {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .landing_hero .stage ul.cards li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.landing_hero .stage ul.cards li div.card_header {
  width: 100%;
  height: 34px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  /* card_header */
}
.landing_hero .stage ul.cards li div.card_header p {
  width: calc(100% - 6px);
  height: 31px;
  float: left;
  position: relative;
  margin: 3px 3px 0px 3px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  line-height: 31px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-bottom: 0px !important;
}
.landing_hero .stage ul.cards li div.card_header.products {
  background-color: #42317f;
}
.landing_hero .stage ul.cards li div.card_header.products p {
  border: 1px solid #a198bf;
}
.landing_hero .stage ul.cards li div.card_header.recipes {
  background-color: #c4960c;
}
.landing_hero .stage ul.cards li div.card_header.recipes p {
  border: 1px solid #e2cb86;
}
.landing_hero .stage ul.cards li div.card_header.tips-trends {
  background-color: #c01119;
}
.landing_hero .stage ul.cards li div.card_header.tips-trends p {
  border: 1px solid #e0888c;
}
.landing_hero .stage ul.cards li div.card_header.solutions {
  background-color: #0873bb;
}
.landing_hero .stage ul.cards li div.card_header.solutions p {
  border: 1px solid #84b9dd;
}
.landing_hero .stage ul.cards li .content {
  width: calc(100% - 6px);
  min-height: 323px;
  float: left;
  position: relative;
  margin: 0px 3px 3px 3px;
  padding: 0px 0px 55px 0px;
  display: block;
  border: 1px solid #d5d5d6;
  border-top: 0px;
  text-align: center;
  /* .card .content */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .landing_hero .stage ul.cards li .content {
    min-height: 353px;
  }
}
@media (max-width: 480px) {
  .landing_hero .stage ul.cards li .content {
    min-height: 0;
  }
}
.landing_hero .stage ul.cards li .content .simplefavorite-button {
  position: absolute;
  right: 5px;
  top: 144px;
  z-index: 1;
}
.landing_hero .stage ul.cards li .content .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: none;
  height: 177px;
  float: left;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 10px 0 10px;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
}
.landing_hero .stage ul.cards li .content .image img {
  margin: 0px auto 0px auto;
}
.landing_hero .stage ul.cards li .content p.title {
  width: calc(100% - 20px);
  float: left;
  position: relative;
  margin: 15px 10px 5px 10px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #57585d;
  letter-spacing: 0.1em;
  z-index: 0;
}
.landing_hero .stage ul.cards li .content p.description {
  width: calc(100% - 20px);
  float: left;
  position: relative;
  margin: 0px 10px 15px 10px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #57585d;
  letter-spacing: 0.05em;
  z-index: 0;
}
.landing_hero .stage ul.cards li .content a.cta {
  background-color: #c01119;
  width: 174px;
  height: 44px;
  position: absolute;
  clear: both;
  margin: 0 0 0 -87px;
  padding: 0 0 0 0;
  left: 50%;
  bottom: 10px;
  display: block;
  border: 1px solid #c01119;
}
.landing_hero .stage ul.cards li .content a.cta div {
  background: url("images/cta-arrow-sprite-39.png") right 16px top -1px no-repeat;
  width: 170px;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 30px 0px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #ffffff;
}
.landing_hero .stage ul.cards li .content a.cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
.landing_hero .stage ul.cards li .content a.cta:hover div {
  background-position: right 16px bottom 0px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
.landing_hero .stage ul.cards.recipes li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 640px;
  float: right;
  margin-right: 0px;
}
.landing_hero .stage ul.cards.recipes li .content {
  width: 634px;
  border: 1px solid #ffffff;
  border-top: 0px;
}
.landing_hero .stage ul.cards.recipes li .content .simplefavorite-button {
  position: absolute !important;
  left: auto !important;
  right: 10px !important;
  top: 10px !important;
}
.landing_hero .stage ul.cards.recipes li .content p.title {
  width: 400px;
  float: left;
  position: relative;
  margin: 60px 0px 0px 40px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  clear: both;
}
.landing_hero .stage ul.cards.recipes li .content p.description {
  width: 400px;
  float: left;
  position: relative;
  margin: 0px 0px 28px 40px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  clear: both;
}
.landing_hero .stage ul.cards.recipes li .content a {
  float: left;
  position: relative;
  margin-left: 40px;
  left: 0px;
  clear: both;
}
.landing_hero .stage ul.cards.solutions li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 640px;
  float: right;
  margin-right: 0px;
}
.landing_hero .stage ul.cards.solutions li .content {
  width: 634px;
  border: 1px solid #ffffff;
  border-top: 0px;
}
.landing_hero .stage ul.cards.solutions li .content p.title {
  width: calc(100% - 120px);
  float: left;
  position: relative;
  margin: 40px 0px 10px 60px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  clear: both;
}
.landing_hero .stage ul.cards.solutions li .content p.description {
  width: calc(100% - 200px);
  float: left;
  position: relative;
  margin: 0px 0px 38px 60px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  clear: both;
  text-transform: uppercase;
}
.landing_hero .stage ul.cards.solutions li .content p.description em {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0px 0px 0px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.landing_hero .stage ul.cards.solutions li .content a {
  float: left;
  position: relative;
  margin-left: 60px;
  left: 0px;
  clear: both;
}
.landing_hero .stage ul.cards.solutions li .content .simplefavorite-button {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  left: auto !important;
  /* test for compiled */
}
.landing_hero .stage ul.cards.solutions li .content .compiled_test {
  width: auto;
}
.landing_hero .stage ul.cards.tips-trends li .content {
  height: 354px;
  margin: 3px 3px 3px 3px;
  border: 1px solid #d5d5d6;
}
.landing_hero .stage ul.cards.tips-trends li .content .simplefavorite-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.landing_hero .stage ul.cards.tips-trends li .content .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 160px;
  height: 160px;
  float: none;
  position: relative;
  margin: 20px auto 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}
.landing_hero .stage ul.cards.tips-trends li .content .image .icon {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
.landing_hero .stage ul.cards.tips-trends li .content p.title {
  width: calc(100% - 40px);
  float: left;
  position: relative;
  margin: 20px 20px 5px 20px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #c01119;
  letter-spacing: 0.1em;
  clear: both;
}
.landing_hero .stage ul.cards.tips-trends li .content p.description {
  width: calc(100% - 40px);
  float: left;
  position: relative;
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #818286;
  letter-spacing: 0.05em;
  clear: both;
  text-transform: normal;
}
.landing_hero .stage ul.cards.tips-trends li .content a.cta {
  margin-left: -77px;
}
.hero {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 400px;
}
.hero.brands {
  height: 421px;
}
.hero.promo {
  height: 421px;
  background-position: center !important;
}
@media (max-width: 1024px) {
  .hero.promo {
    background-image: url(images/chili-lp-hero-mobile.jpg) !important;
  }
}
@media (max-width: 888px) {
  .hero.promo {
    height: 300px;
    min-height: 0;
  }
}
@media (max-width: 650px) {
  .hero.promo {
    height: 250px;
  }
}
@media (max-width: 570px) {
  .hero.promo {
    height: 190px;
  }
}
.hero > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 560px) {
  .top-bar-enable .hero .content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 560px) {
  .top-bar-enable.admin-bar .hero .content {
    padding-top: 60px;
  }
}
.hero .hero-overlay {
  width: 100%;
  height: 100%;
}
.hero .hero-overlay .hero-inner .hero-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero .hero-overlay .hero-inner .hero-left {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .hero .hero-overlay .hero-inner .hero-left {
    margin-left: 8.33333333%;
  }
}
.hero .hero-overlay .hero-inner .hero-left h1 {
  font-family: 'Hind', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
  border-bottom: 2px solid #c01119;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 15px;
  letter-spacing: 1px;
}
.hero .hero-overlay .hero-inner .hero-left h1 .icon-products {
  display: inline-block;
  float: left;
  height: 72px;
  width: 72px;
  background: url(images/icons/products-icon.png);
  margin-top: -18px;
  margin-right: 20px;
}
.hero .hero-overlay .hero-inner .hero-left h1 .icon-recipes {
  display: inline-block;
  float: left;
  height: 71px;
  width: 89px;
  background: url(images/icons/recipes-icon.png);
  margin-top: -18px;
  margin-right: 20px;
}
.hero .hero-overlay .hero-inner .hero-left h1 .icon-solutions {
  display: inline-block;
  float: left;
  height: 57px;
  width: 72px;
  background: url(images/icons/solutions-icon.png);
  margin-top: -12px;
  margin-right: 20px;
}
.hero .hero-overlay .hero-inner .hero-left h1 .icon-tips-trends {
  display: inline-block;
  float: left;
  height: 72px;
  width: 45px;
  background: url(images/icons/tips-trends-icon.png);
  margin-top: -18px;
  margin-right: 20px;
}
.hero .hero-overlay .hero-inner .hero-left h5 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 25px;
}
.hero .hero-overlay .hero-inner .hero-left p {
  margin-bottom: 25px;
}
.hero .hero-overlay .hero-inner .hero-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hero .hero-overlay .hero-inner .hero-right .card {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero .hero-overlay .hero-inner .hero-right {
    float: left;
    width: 41.66666667%;
  }
}
.hero .hero-overlay .hero-inner .hero-right img {
  max-width: 100%;
}
.hero.sub .hero-overlay .hero-inner {
  height: 100%;
  padding: 20px 15px;
}
.hero.sub .hero-overlay .hero-inner .hero-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero.sub .hero-overlay .hero-inner .hero-left {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .hero.sub .hero-overlay .hero-inner .hero-left {
    margin-left: 0%;
  }
}
.hero.sub .hero-overlay .hero-inner .hero-left h1 {
  font-family: 'Hind', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 3px;
  padding-bottom: 15px;
  display: block;
}
.hero.sub .hero-overlay .hero-inner .hero-left h1 i:before {
  width: auto;
  margin: 0;
  font-size: 60px;
}
.hero.sub .hero-overlay .hero-inner .hero-left p {
  margin-bottom: 25px;
}
.hero.sub .hero-overlay .hero-inner .hero-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .hero.sub .hero-overlay .hero-inner .hero-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .hero.sub .hero-overlay .hero-inner .hero-right {
    margin-left: 8.33333333%;
  }
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero.sub .hero-overlay .hero-inner .hero-right .callout {
    float: left;
    width: 50%;
  }
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout .inner {
  background: #ffffff;
  padding: 3px;
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout .inner .bordered {
  padding: 20px 10px;
  border: 1px solid #cacbcc;
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout .inner .bordered .callout-img {
  position: relative;
  min-height: 89px;
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout .inner .bordered .callout-img > img {
  height: auto;
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout .inner .bordered .callout-img .spacer {
  height: 45px;
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout .inner .bordered .callout-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout .inner .bordered .callout-img .overlay img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout .inner .bordered h5 {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  color: #c01119;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0 15px;
}
.hero.sub .hero-overlay .hero-inner .hero-right .callout .inner .bordered p {
  font-size: 14px;
  margin-bottom: 15px;
}
.hero.brands {
  clear: both;
  background-position: center bottom !important;
}
@media (max-width: 1199px) {
  .hero.brands {
    height: 350px;
    min-height: 0;
  }
}
@media (max-width: 780px) {
  .hero.brands {
    height: 280px;
  }
}
.hero.brands .hero-overlay .hero-inner {
  position: relative;
}
.hero.brands .hero-overlay .hero-inner .hero-center {
  text-align: center;
  padding-top: 39px;
}
.hero.brands .hero-overlay .hero-inner .hero-left {
  width: 50%;
  transform: none;
  padding-top: 60px;
}
.hero.brands .hero-overlay .hero-inner .hero-left h1 {
  border: none;
  margin: 0;
  font-size: 30px;
}
.hero.brands .hero-overlay .hero-inner .hero-left h1.reg:after {
  content: '\00ae';
  display: inline-block;
}
.hero.brands .hero-overlay .hero-inner .hero-left p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}
.hero.brands .hero-overlay .hero-inner .hero-right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.hero.brands .hero-overlay .hero-inner .hero-right img {
  position: absolute;
  right: -150px;
  bottom: -79px;
}
@media (max-width: 1600px) {
  .hero.brands .hero-overlay .hero-inner .hero-right img {
    right: -50px;
  }
}
@media (max-width: 1360px) {
  .hero.brands .hero-overlay .hero-inner .hero-right img {
    right: 20px;
    bottom: -66px;
    width: 520px;
  }
}
@media (max-width: 1199px) {
  .hero.brands .hero-overlay .hero-inner .hero-right img {
    right: -90px;
    bottom: -57px;
    width: 450px;
  }
}
@media (max-width: 780px) {
  .hero.brands .hero-overlay .hero-inner .hero-right img {
    right: 0;
    bottom: -45px;
    width: 370px;
  }
}
#content-sub-brand .hero-center {
  padding-top: 25px;
}
@media (max-width: 955px) {
  #content-sub-brand .hero-center {
    padding-top: 40px;
  }
}
#content-sub-brand .hero-center img {
  margin: 0;
}
@media (max-width: 767px) {
  #content-sub-brand .hero-center img {
    display: inline-block !important;
  }
}
#content-sub-brand .hero-left h2 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: auto;
  margin: 8px 0 30px;
}
body.single-brands {
  overflow-x: hidden;
}
.page-template-page-promotions #main {
  padding-bottom: 30px;
}
.page-template-page-promotions #main h2 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: .1em;
  padding-top: 60px;
}
.cards-outside {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 20px;
}
/*********************
03.5. SEARCH STYLES
*********************/
#didyoumean {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 15px 0;
}
#didyoumean p {
  font-size: 25px;
}
.search-header header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 58px 15px 31px;
  overflow: auto;
  border: none;
}
.search-header header div {
  float: left;
}
.search-header header .search-title-holder {
  margin: 0;
  color: #57585d;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: .2em;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 60px;
}
.search-header header .search-num-sep {
  font-size: 32px;
  font-weight: 200;
  margin: -10px 15px 0;
}
.search-header header .results-num {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #57585d;
  letter-spacing: .2em;
}
.search-header header .results-num .results-num-am {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
  background: #c01119;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.05em;
  width: 40px;
  text-align: center;
  padding: 4px 0 3px;
  margin: -9px 14px 0 0;
}
.search-header header .results-num .results-num-am .small_num {
  font-size: 16px;
}
.search-header header .results-num .results-num-am .dot1 {
  -webkit-animation-name: dots;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-name: dots;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  float: left;
  padding-left: 12px;
}
.search-header header .results-num .results-num-am .dot2 {
  -webkit-animation-name: dots;
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: .15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-name: dots;
  animation-duration: .5s;
  animation-delay: .15s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  float: left;
}
.search-header header .results-num .results-num-am .dot3 {
  -webkit-animation-name: dots;
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: .15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-name: dots;
  animation-duration: .5s;
  animation-delay: .30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  float: left;
}
@keyframes dots {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -2px;
    padding-bottom: 2px;
  }
}
.search-header header .results-num.details {
  float: right;
}
.search-header header .view-all {
  float: right;
  overflow: auto;
  margin: 0 auto -20px;
}
.search-header.solutions header .search-title-holder {
  background: url(images/icons/soltuions-icon-small.png) no-repeat center left;
}
.search-header.solutions .results-num .results-num-am {
  background: #0873bb;
}
.search-header.tips-trends header .search-title-holder {
  background: url(images/icons/tips-icon-small.png) no-repeat center left;
}
.search-header.tips-trends .results-num .results-num-am {
  background: #c01119;
}
.search-header.recipe header .search-title-holder {
  background: url(images/icons/recipes-icon-small.png) no-repeat center left;
}
.search-header.recipe .results-num .results-num-am {
  background: #c4960c;
}
.search-header.product header .search-title-holder {
  background: url(images/icons/products-icon-small.png) no-repeat center left;
}
.search-header.product .results-num .results-num-am {
  background: #42317f;
}
#content-brand .product-header h2,
#content-brand-recipes .product-header h2 {
  background: url(images/icons/products-icon-small.png) no-repeat center left;
  padding-left: 60px;
}
#content-brand .recipe-header h2,
#content-brand-recipes .recipe-header h2 {
  background: url(images/icons/recipes-icon-small.png) no-repeat center left;
  padding-left: 60px;
}
.results {
  /*background: url(images/search-bdr.jpg) no-repeat center top;*/
}
.results.download {
  background: none;
}
.results .entry-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 15px;
  overflow: auto;
}
.results .entry-content.card-holder {
  padding: 30px 0;
}
.results .entry-content .card-top {
  margin-bottom: 1.2em;
  min-height: 45px;
}
.results .entry-content .card-top img {
  margin: 0;
}
.results .entry-content .column {
  float: left;
  margin: 0 1% 0px;
}
.results .entry-content .column.size-1of4 {
  width: 23%;
}
@media only screen and (max-width: 992px) {
  .results .entry-content .column.size-1of4 {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .results .entry-content .column.size-1of4 {
    width: 98%;
  }
}
.results .entry-content .grid-sizer {
  width: 288px;
}
.results .entry-content article {
  margin: 0 0 40px;
}
.results .entry-content article header {
  background: #c01119;
  overflow: auto;
}
.results .entry-content article header h2 {
  margin: 3px 3px 0;
  padding: 8px;
  font-size: 14px;
  border: #ffffff solid 1px;
  border-bottom: none;
  text-align: center;
}
.results .entry-content article header h2 a {
  color: #ffffff;
}
.results .entry-content article footer {
  display: none;
}
.results.solutions .entry-content article header {
  background: #0873bb;
}
.results.solutions .entry-content article .btn.btn-primary {
  background-color: #0873bb;
  border-color: #0873bb;
}
.results.tips_trends .entry-content article header {
  background: #c01119;
}
.results.tips_trends .entry-content article .btn.btn-primary {
  background-color: #c01119;
  border-color: #c01119;
}
.results.recipe .entry-content article header {
  background: #c4960c;
}
.results.recipe .entry-content article .btn.btn-primary {
  background-color: #c4960c;
  border-color: #c4960c;
}
.results.product .entry-content article header {
  background: #42317f;
}
.results.product .entry-content article .btn.btn-primary {
  background-color: #42317f;
  border-color: #42317f;
}
.results .entry-summary {
  border: #d5d5d6 solid 1px;
  border-top: none;
  margin: 0px 3px 3px;
  padding: 8px;
}
.results .entry-summary .results-more-holder {
  background: #c01119;
  overflow: auto;
  text-align: center;
  width: 50%;
  margin: 0 auto -20px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}
.results .entry-summary .results-more-holder a.search-results-more {
  background: #c01119;
  overflow: auto;
  margin: 3px;
  padding: 8px 8px 4px;
  font-size: 14px;
  line-height: 14px;
  border: #ffffff solid 1px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}
.results.solutions .results-more-holder {
  background: #0873bb;
}
.results.solutions .results-more-holder a.search-results-more {
  background: #0873bb;
}
.results.tips_trends .results-more-holder {
  background: #c01119;
}
.results.tips_trends .results-more-holder a.search-results-more {
  background: #c01119;
}
.results.recipe .results-more-holder {
  background: #c4960c;
}
.results.recipe .results-more-holder a.search-results-more {
  background: #c4960c;
}
.results.product .results-more-holder {
  background: #42317f;
}
.results.product .results-more-holder a.search-results-more {
  background: #42317f;
}
table.soup-table tr td {
  padding-bottom: 20px;
}
table.soup-table tr td:first-child {
  padding-right: 19px;
}
.page-template-page-search-details .results {
  background: none;
}
#search-details #loader {
  text-align: center;
  padding-top: 150px;
}
/*#left-menu-shadow {
	background:url(images/search-details/right-shadow.png) repeat-y center right;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:15px;
	width:~"calc(23% - 15px)";;
}*/
#acc-menu {
  position: relative;
  float: left;
  width: 19.2%;
  padding: 0 20px 0 0;
  z-index: 10;
  border-top: #d5d5d6 solid 1px;
}
#acc-menu .acc-holder {
  padding-top: 50px;
}
#acc-menu .acc-holder:first-child {
  padding-top: 55px;
}
#acc-menu h3 {
  cursor: pointer;
  background: url(images/search-details/arrows-down.png) no-repeat top 7px right;
  border-bottom: #d5d5d6 solid 1px;
  margin: 0 0 1px;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: .2em;
  color: #57585d;
  text-transform: uppercase;
}
#acc-menu h3.open {
  background: url(images/search-details/arrows.png) no-repeat center right;
}
#acc-menu .acc-menu {
  display: none;
}
#acc-menu .acc-menu .brand-list .category-title {
  padding: 15px 30px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: left;
  color: #c4960c;
  text-transform: uppercase;
  display: flex;
}
#acc-menu .acc-menu .brand-list .show-more {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-align: left;
  color: #c01119;
  background: none;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  padding: 0;
  text-transform: uppercase;
}
#acc-menu .acc-menu .brand-list .show-more:after {
  content: '+';
  padding-left: 5px;
}
#acc-menu .acc-menu .brand-list .show-more.open:after {
  content: '-';
}
#acc-menu .acc-menu ul {
  padding: 0;
  margin: 0;
}
#acc-menu .acc-menu ul li {
  list-style: none;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #818286;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 9px 0px 7px 30px;
  background: url(images/search-details/checkboxes.png) no-repeat left center;
  cursor: pointer;
}
#acc-menu .acc-menu ul li.off {
  background: url(images/search-details/checkboxes-off.png) no-repeat left center;
}
#acc-menu .acc-menu ul li.inactive {
  color: #d5d5d6;
  cursor: default !important;
}
.search-details .entry-content {
  padding-top: 0;
}
.results .entry-content {
  position: relative;
}
.results .entry-content #search-details {
  position: relative;
  border-top: #d5d5d6 solid 1px;
  float: left;
  width: 80.8%;
  box-shadow: -10px -49px 15px -5px #eeeeee;
  padding-left: 20px;
  min-height: 1052px;
}
.results .entry-content #search-details.full {
  width: 100%;
  box-shadow: none;
  padding-left: 0;
}
.results .entry-content #search-details .wrapper {
  display: none;
}
.results .entry-content #search-details .wrapper.active {
  display: block;
}
.results .entry-content #search-details article {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  height: 130px;
  cursor: pointer;
  border: solid 1px #ffffff;
  position: relative;
}
.results .entry-content #search-details article:first-child {
  border-top: none;
}
.results .entry-content #search-details article.show {
  display: none !important;
}
.results .entry-content #search-details article.show.pagViz {
  display: block !important;
}
.results .entry-content #search-details article.show.pagViz.hidden {
  display: none !important;
}
.results .entry-content #search-details article.odd,
.results .entry-content #search-details article:nth-child(odd) {
  background-color: #f4f4f5;
  border: solid 1px #f4f4f5;
}
.results .entry-content #search-details article:hover {
  border: solid 1px #d5d5d6;
  background-color: #ffffff;
}
.results .entry-content #search-details article:hover:first-child {
  border-top: none;
}
.results .entry-content #search-details article a {
  display: block;
  height: 100%;
}
.results .entry-content #search-details article div {
  min-height: 25px;
  float: left;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.results .entry-content #search-details article .search-thumb {
  width: 10%;
}
.results .entry-content #search-details article .search-thumb img {
  margin: 0;
}
.results .entry-content #search-details article .search-title {
  width: 48%;
  font-size: 18px;
  color: #57585d;
  font-weight: 500;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .results .entry-content #search-details article .search-new + .search-title {
    width: 40%;
  }
}
.results .entry-content #search-details article .search-logo {
  width: 7.4%;
  margin-left: .6%;
  text-align: center;
}
.results .entry-content #search-details article .search-logo img {
  margin: 0;
  max-height: 55px;
}
.results .entry-content #search-details article .search-entry {
  text-align: center;
  width: 11.4%;
  margin-left: .6%;
}
.results .entry-content #search-details article .search-entry span {
  font-size: 12px;
  color: #abacae;
  font-weight: 600;
  letter-spacing: .1em;
}
.results .entry-content #search-details article .search-sku {
  width: 7.4%;
  margin-left: .6%;
  text-align: center;
}
.results .entry-content #search-details article .search-sku span {
  font-size: 12px;
  color: #abacae;
  font-weight: 600;
  letter-spacing: .1em;
}
.results .entry-content #search-details article .search-fav {
  width: 13.4%;
  margin-left: .6%;
  padding-right: 20px;
  text-align: justify;
  position: absolute;
  right: 0;
  height: 50px;
}
.results .entry-content #search-details article:hover .search-title {
  color: #c01119;
}
.results .entry-content #search-details article:hover .search-entry span {
  color: #414246;
}
.results .entry-content #search-details article:hover .search-sku span {
  color: #414246;
}
.results .entry-content #search-details.full article {
  height: auto;
}
.results .entry-content #search-details.full article div {
  top: auto;
  -ms-transform: none;
  transform: none;
}
.results .entry-content #search-details.full article .search-thumb {
  display: none;
}
.results .entry-content #search-details.full article .search-title {
  width: 58%;
  margin-top: 20px;
}
.results .entry-content #search-details.full article .search-fav {
  margin-top: 10px;
}
.results .entry-content #search-details.full article .excerpt {
  width: 80%;
  display: block;
  float: left;
  clear: both;
}
.results .entry-content #search-details.full article .excerpt p {
  font-size: 14px;
  line-height: normal;
  padding: 10px 30px 20px;
  margin: 0;
}
#search-details #pag-area {
  padding-bottom: 50px;
}
#page-number {
  position: absolute;
  bottom: 2px;
  left: 20px;
  font-size: 14px;
  color: #abacae;
  font-weight: 600;
}
#show-all {
  position: absolute;
  bottom: 0;
  right: 0px;
}
#pagination {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pagination {
  margin: 30px 0 0;
}
.pagination .page a {
  text-indent: -999999px;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0 5px;
  border-color: #d5d5d6;
}
.pagination .page.active a {
  background-color: #c01119;
  border-color: #c01119;
}
.pagination .prev a {
  text-indent: -999999px;
  height: 12px;
  width: 6px;
  padding: 0;
  margin: 0 16px;
  border: none;
  background: url(images/arrows.png) no-repeat top left;
}
.pagination .prev a:hover {
  border: none;
  background-color: transparent;
}
.pagination .prev.disabled a {
  background-position: bottom left;
  cursor: default;
}
.pagination .next a {
  text-indent: -999999px;
  height: 12px;
  width: 6px;
  padding: 0;
  margin: 0 16px;
  border: none;
  background: url(images/arrows.png) no-repeat top right;
}
.pagination .next a:hover {
  border: none;
  background-color: transparent;
}
.pagination .next.disabled a {
  background-position: bottom right;
  cursor: default;
}
.entry-content[data-columns]::before {
  content: '4 .column.size-1of4';
}
/*********************
04. CONTENT STYLES
*********************/
/* global inner content styles */
.entry-header .entry-title {
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  color: #c01119;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.entry-content {
  color: #57585d;
}
.entry-content h2 {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #c01119;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  letter-spacing: 0.03em;
}
.entry-content p {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
  color: #414246;
}
@media (max-width: 767px) {
  .entry-content img,
  .entry-content img.alignleft,
  .entry-content img.alignright,
  .entry-content img.alignnone {
    display: block!important;
    float: none!important;
    margin: 0 0 30px 0!important;
  }
}
/* END -- global inner content styles */
.signature-holder {
  width: calc(50% - 20px);
  float: left;
  border-top: #d5d5d6 solid 1px;
  padding: 30px 0 20px;
}
.signature-holder:nth-child(1),
.signature-holder:nth-child(2) {
  border: none;
}
.signature-holder:nth-child(odd) {
  margin-right: 20px;
}
.signature-holder:nth-child(even) {
  margin-left: 20px;
}
.signature-holder .sig-title p {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .05em;
  color: #57585d;
  padding: 0;
  margin: 0;
}
.signature-holder ul {
  padding: 8px 0 0;
}
.signature-holder ul li {
  color: #c4960c;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .05em;
  list-style: none;
}
.signature-holder ul li:before {
  content: "·";
  font-size: 28px;
  vertical-align: middle;
  line-height: 20px;
  padding-right: 5px;
}
div.one-can-image {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: calc(100% - 20px );
  height: 300px;
  float: left;
  position: relative;
  margin: 0px 20px 20px 0px;
  display: block;
}
.page-template-page-one-can-will-cover-you .wrap .one-can-feat {
  display: block;
  margin: 0 auto;
}
.page-template-page-one-can-will-cover-you .wrap h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 0;
}
.page-template-page-one-can-will-cover-you .wrap p strong {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: .05em;
  color: #818286;
  border-bottom: 2px solid #c01119;
  display: block;
  padding: 0 50px 30px;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 635px;
}
ul.subpages.one-can {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
  list-style-position: outside;
  /* one can */
}
ul.subpages.one-can li {
  background: #ffffff;
  width: calc(50% - 10px);
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 1px solid #d5d5d6;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.subpages.one-can li.full {
  width: 100%;
  clear: both;
}
ul.subpages.one-can li.half.odd {
  margin-right: 20px;
}
ul.subpages.one-can li .image {
  background-repeat: no-repeat;
  background-color: #d5d5d6;
  background-position: center center;
  background-size: cover;
  width: calc(100% + 2px);
  height: 300px;
  float: left;
  position: relative;
  margin: -1px -1px -1px -1px;
  display: block;
  z-index: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
ul.subpages.one-can li .content {
  width: calc(100% - 4px);
  height: auto;
  float: left;
  position: relative;
  margin: 0px 2px 2px 2px;
  border: 1px solid #d5d5d6;
  border-top: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
ul.subpages.one-can li .content p {
  width: 80%;
  float: left;
  position: relative;
  margin: 0px 10% 0px 10%;
  padding: 0px 0px 0px 0px;
  clear: both;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #818286;
  text-align: center;
}
ul.subpages.one-can li .content p.title {
  color: #c4960c;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 26px;
  margin-bottom: 11px;
}
ul.subpages.one-can li .content a.cta {
  background: #c01119;
  height: 44px;
  float: left;
  position: relative;
  margin: 17px 0px 20px -85px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  left: 50%;
  /* cta */
}
ul.subpages.one-can li .content a.cta div {
  background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 24px 0px 17px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
ul.subpages.one-can li .content a.cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
ul.subpages.one-can li .content a.cta:hover div {
  background-position: right 12px bottom -1px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
.page-template-page-one-can-child .featured {
  position: relative;
}
.page-template-page-one-can-child .featured .one-can-image {
  float: none;
}
.page-template-page-one-can-child .featured .featured-brand {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}
.page-template-page-one-can-child .content {
  padding-top: 110px;
}
.page-template-page-one-can-child .content h2 {
  width: 100%;
  max-width: 670px;
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #c01119;
}
.page-template-page-one-can-child .one-can-bottom-cta {
  clear: both;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
  top: -20px;
}
table.creative-enhancements {
  width: 100%;
  margin-top: 50px;
}
table.creative-enhancements td {
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding-bottom: 40px;
}
table.creative-enhancements td .virt-mid {
  position: absolute;
  width: calc(53% - 40px);
  top: 45%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
table.creative-enhancements td .virt-mid h3 {
  margin-top: 0;
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .05em;
  color: #c4960c;
}
table.creative-enhancements td .virt-mid p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
table.creative-enhancements td img {
  vertical-align: top;
  margin-bottom: 0;
}
table.creative-enhancements td:nth-child(odd) {
  padding-right: 20px;
}
table.creative-enhancements td:nth-child(odd):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 20px;
  display: block;
  border: #d5d5d6 solid 1px;
}
table.creative-enhancements td:nth-child(odd) .virt-mid {
  right: 60px;
}
table.creative-enhancements td:nth-child(even) {
  padding-left: 20px;
}
table.creative-enhancements td:nth-child(even):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 20px;
  display: block;
  border: #d5d5d6 solid 1px;
}
.soup-chart-header {
  background: #008c44;
  padding: 2px 2px 0;
  border: #008c44 solid 1px;
  border-bottom: none;
}
.soup-chart-body {
  padding: 0px 2px 2px;
  border: #d5d5d6 solid 1px;
  border-top: none;
}
.soup-chart-table {
  width: 100%;
}
.soup-chart-table thead td {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .075em;
  color: #ffffff;
  border: #ffffff solid 1px;
  border-bottom: 0;
  padding: 18px 20px;
}
.soup-chart-table thead td:first-child {
  width: 160px;
}
.soup-chart-table td {
  text-align: center;
  vertical-align: middle;
}
.soup-chart-table tbody tr td {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .075em;
  white-space: nowrap;
  color: #57585d;
  border: #d5d5d6 solid 1px;
  border-top: none;
  border-bottom: none;
  padding: 10px 20px;
}
.soup-chart-table tbody tr td:first-child {
  width: 160px;
  text-align: left;
}
.soup-chart-table tbody tr td:nth-child(2) {
  width: 96px;
}
.soup-chart-table tbody tr:first-child td {
  padding-top: 20px;
}
.soup-chart-table tbody tr:last-child td {
  color: #008c44;
  border-bottom: #d5d5d6 solid 1px;
  padding-bottom: 20px;
}
#child_brands a {
  padding: 0 50px;
}
#brands {
  background: #ffffff;
  padding: 40px 0;
}
#brands h1 {
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
  color: #c01119;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 30px;
}
#brands p {
  text-align: center;
  color: #414246;
  margin: 0 0 50px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #brands p {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #brands p {
    margin-left: 8.33333333%;
  }
}
#brands .brand {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #brands .brand {
    float: left;
    width: 16.66666667%;
  }
}
#brands .brand img {
  max-width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
#content-brand .section-header,
#content-brand-recipes .section-header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 75px 15px 33px;
  overflow: auto;
  border: none;
}
#content-brand .section-header h2,
#content-brand-recipes .section-header h2 {
  margin: 0;
  color: #57585d;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.center-content {
  text-align: center;
}
.center-content h2 {
  color: #c01119;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 60px;
}
#featuredContent {
  background: #f4f4f5 url(images/home_featured-content_shadow.png) center top no-repeat;
  padding: 40px 0;
  /* -webkit-box-shadow: inset 0px 5px 20px -2px rgba(185, 185, 185, 0.56);
	-moz-box-shadow:    inset 0px 5px 20px -2px rgba(185, 185, 185, 0.56);
	box-shadow:         inset 0px 5px 20px -2px rgba(185, 185, 185, 0.56); */
  text-align: center;
}
#featuredContent h1 {
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  color: #c01119;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 30px;
}
#featuredContent .hold > p {
  color: #414246;
  margin: 0 0 50px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #featuredContent .hold > p {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #featuredContent .hold > p {
    margin-left: 8.33333333%;
  }
}
#featuredContent .featured-post {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #featuredContent .featured-post {
    float: left;
    width: 25%;
  }
}
#featuredContent .featured-post .inner {
  background: #ffffff;
  -webkit-box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
}
#featuredContent .featured-post .inner .post-top {
  padding: 3px 3px 0 3px;
}
#featuredContent .featured-post .inner .post-top h3 {
  border-top: 1px solid #cacbcc;
  border-left: 1px solid #cacbcc;
  border-right: 1px solid #cacbcc;
  margin: 0;
  padding: 10px 0;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#featuredContent .featured-post .inner .post-body {
  padding: 0 3px 3px;
}
#featuredContent .featured-post .inner .post-body .filler {
  margin-left: -3px;
  width: calc(100% + 6px);
}
#featuredContent .featured-post .inner .post-body .inside {
  padding: 10px;
  border-bottom: 1px solid #cacbcc;
  border-left: 1px solid #cacbcc;
  border-right: 1px solid #cacbcc;
}
#featuredContent .featured-post .inner .post-body .inside .card-top {
  position: relative;
}
#featuredContent .featured-post .inner .post-body .inside .card-top img {
  max-width: 100%;
  height: auto;
}
#featuredContent .featured-post .inner .post-body .inside .card-top .spacer {
  height: 45px;
}
#featuredContent .featured-post .inner .post-body .inside .card-top .simplefavorite-button {
  position: absolute;
  bottom: -10px;
  right: -5px;
}
#featuredContent .featured-post .inner .post-body .inside h2 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  color: #57585d;
  margin: 15px 0;
}
#featuredContent .featured-post .inner .post-body .inside a.btn {
  margin-top: -16%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#featuredContent .featured-post.solutions .post-top {
  background: #0873bb;
}
#featuredContent .featured-post.videos .post-top {
  /* background: @brand-brown; *
				/* videos are a part of categories, not their own */
}
#featuredContent .featured-post.recipes .post-top {
  background: #c4960c;
}
#featuredContent .featured-post.products .post-top {
  background: #42317f;
}
#featuredContent .featured-post.tips_trends .post-top {
  background: #c01119;
}
#featuredContent .featured-post.tools .post-top {
  background: #414246;
}
#featuredContent .featured-post.generic .post-top,
#featuredContent .featured-post.uncategorized .post-top {
  background: #c01119;
}
.card-top {
  position: relative;
}
.card-top .simplefavorite-button {
  position: absolute;
  bottom: -10px;
  right: -5px;
}
.page-head {
  overflow: auto;
  padding: 20px 0;
}
.page-head #header-left {
  float: left;
  width: calc(50% + 40px);
  margin-right: 40px;
}
.page-head #header-left header {
  border-bottom: #c01119 solid 2px;
  padding-left: 92px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 45px;
  background: url(images/icons/solutions-icon.png) no-repeat left 0px top 48px;
}
.page-head #header-left header h1 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
}
.page-head #header-left p {
  font-size: 24px;
  color: #ffffff;
}
#featured-area {
  padding-top: 65px;
}
#featured-area.three-quarters {
  width: 75%;
  overflow: auto;
  margin: 0 auto;
}
#featured-area.three-quarters .card {
  width: 33.3%;
}
h2.section-title {
  width: 100%;
  float: left;
  position: relative;
  margin: 58px 0px 53px 0px;
  /* 60 and 60 but line height so...gotta tweak */
  padding: 0px 0px 0px 0px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #c01119;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
h2.section-title .vert-sep {
  font-weight: 300;
  color: #dfdfdf;
  margin: 0 24px;
}
h2.section-title .small {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: .2em;
  text-transform: none;
}
p.center-content {
  width: 1130px;
  float: left;
  position: relative;
  left: 50%;
  margin: -37px 0px 52px -575px;
  /* bottom deal with line height, 60px */
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  clear: both;
}
ul#category-list {
  width: 1280px;
  float: left;
  position: relative;
  margin: 0px 0px 40px -640px;
  /*60 but the last row of LIs takes care of 20 of it */
  padding: 0px 0px 0px 0px;
  left: 50%;
  list-style-type: none;
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
ul#category-list li {
  background-color: #57585d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 413px;
  height: 288px;
  float: left;
  position: relative;
  margin: 0px 20px 20px 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul#category-list li.no-img {
  height: auto;
}
ul#category-list li.third {
  width: calc(33.3% - 20px);
}
ul#category-list li a {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  float: left;
  position: relative;
  margin: 2px 2px 2px 2px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  z-index: 1;
}
ul#category-list li a div.icon {
  background: url(images/products/products-landing-segments-sprites.png) 0px 0px no-repeat;
  width: 96px;
  height: 96px;
  margin: 69px auto 28px auto;
  /* 50 */
  padding: 0px 0px 0px 0px;
  display: block;
}
ul#category-list li a h4 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
ul#category-list li a .no-img-title {
  display: table;
  height: 125px;
  width: 100%;
}
ul#category-list li a .no-img-title h4 {
  float: none;
  display: table-cell;
  vertical-align: bottom;
  font-family: 'Hind', sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  letter-spacing: .1em;
}
ul#category-list li a p {
  padding-top: 15px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #414246;
  letter-spacing: .1em;
}
ul#category-list li div.overlay {
  background-color: #57585d;
  background-position: -1000px -1000px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: static;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  opacity: 0.35;
  z-index: 0;
}
ul#category-list.internal li {
  background-color: #ffffff;
  border: 1px solid #d5d5d6;
}
ul#category-list.internal li:hover {
  background-color: #c01119;
}
ul#category-list.internal li a.img-link {
  height: calc(50% - 2px);
  border: none;
  margin-bottom: 0;
}
ul#category-list.internal li a.img-link .featured-img {
  position: absolute;
  top: -2px;
  bottom: 0px;
  right: -2px;
  left: -2px;
  overflow: hidden;
}
ul#category-list.internal li a.img-link .featured-img .featured-border {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 0;
  right: 2px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
ul#category-list.internal li a.body-link {
  border: 1px solid #d5d5d6;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  height: calc(50% - 2px);
  margin-top: 0;
}
ul#category-list.internal li a.body-link h4 {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 50px 0;
  color: #c4960c;
}
ul#category-list.internal li a.body-link p {
  text-align: center;
  padding: 0 24px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .05em;
  color: #57585d;
}
ul#category-list.internal li.no-img {
  height: 288px;
}
ul#category-list.internal li.no-img a.body-link {
  border-top: 1px solid #d5d5d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-top: 2px;
  height: calc(100% - 4px);
}
ul#category-list.internal li.no-img:hover {
  background-color: #ffffff;
  border: 1px solid #d5d5d6;
}
ul#category-list.internal li.no-img:hover a.body-link {
  border: 1px solid #d5d5d6;
}
ul#category-list.internal li.no-img:hover a.body-link h4 {
  color: #c4960c;
}
ul#category-list.internal li.no-img:hover a.body-link p {
  color: #57585d;
}
ul#category-list.internal li:hover {
  border: 1px solid #ffffff;
}
ul#category-list.internal li:hover a.img-link {
  border-color: #ffffff;
  border-bottom: none;
  position: relative;
}
ul#category-list.internal li:hover a.img-link img {
  opacity: 0.6;
}
ul#category-list.internal li:hover a.img-link h4 {
  color: #ffffff;
}
ul#category-list.internal li:hover a.img-link p {
  color: #ffffff;
}
ul#category-list.internal li:hover a.body-link {
  border-color: #ffffff;
  border-top: none;
}
ul#category-list.internal li:hover a.body-link h4 {
  color: #ffffff;
}
ul#category-list.internal li:hover a.body-link p {
  color: #ffffff;
}
ul#category-list.products {
  /*	li:nth-child(7){
		left: 50%;
		margin-left: -207px;
	}*/
  /* overlay images deprecated, but saving the code in case we go back and add a different image for hover */
}
ul#category-list.products li:nth-child(3),
ul#category-list.products li:nth-child(6) {
  margin-right: 0px;
}
ul#category-list.products li:hover div.overlay {
  background-color: #c01119;
  background-position: center center;
  display: block;
  opacity: 0.85;
  /* 1.0 */
}
ul#category-list.products li.bakery {
  background-image: url(images/products/bakery.jpg);
}
ul#category-list.products li.bakery:hover div.overlay {
  background-image: url(images/products/bakery-overlay.jpg);
}
ul#category-list.products li.bakery a div.icon {
  background-position: 0px 0px;
}
ul#category-list.products li.beverages {
  background-image: url(images/products/beverages.jpg);
}
ul#category-list.products li.beverages:hover div.overlay {
  background-image: url(images/products/beverages-overlay.jpg);
}
ul#category-list.products li.beverages a div.icon {
  background-position: -96px 0px;
}
ul#category-list.products li.entrees {
  background-image: url(images/products/entrees.jpg);
}
ul#category-list.products li.entrees:hover div.overlay {
  background-image: url(images/products/entrees-overlay.jpg);
}
ul#category-list.products li.entrees a div.icon {
  background-position: -192px 0px;
}
ul#category-list.products li.sauces-and-salsas {
  background-image: url(images/products/sauces-and-salsas.jpg);
}
ul#category-list.products li.sauces-and-salsas:hover div.overlay {
  background-image: url(images/products/sauces-and-salsas-overlay.jpg);
}
ul#category-list.products li.sauces-and-salsas a div.icon {
  background-position: -288px 0px;
}
ul#category-list.products li.snacks {
  background-image: url(images/products/snacks.jpg);
}
ul#category-list.products li.snacks:hover div.overlay {
  background-image: url(images/products/snacks-overlay.jpg);
}
ul#category-list.products li.snacks a div.icon {
  background-position: -384px 0px;
}
ul#category-list.products li.soups {
  background-image: url(images/products/soups.jpg);
}
ul#category-list.products li.soups a div.icon {
  background-position: -480px 0px;
}
ul#category-list.products li.texture-modified {
  background-image: url(images/products/texture-modified.jpg);
}
ul#category-list.products li.texture-modified:hover div.overlay {
  background-image: url(images/products/texture-modified-overlay.jpg);
}
ul#category-list.products li.texture-modified a div.icon {
  background-position: -576px 0px;
}
ul#category-list.products li.bases-broths-and-stocks,
ul#category-list.products li.bases-broths-stocks {
  background-image: url(images/products/stocks.jpg);
}
ul#category-list.products li.bases-broths-and-stocks a div.icon,
ul#category-list.products li.bases-broths-stocks a div.icon {
  background-position: -673px 0px;
}
ul#category-list.recipes {
  /* hack to remove NEW and POPULAR recipes for site launch, undo this hack to put them back! #poetry */
  /* */
}
ul#category-list.recipes li {
  width: 196px;
  height: 196px;
}
ul#category-list.recipes li div.overlay {
  background-image: none;
  opacity: 0.40;
}
ul#category-list.recipes li:nth-child(6),
ul#category-list.recipes li:nth-child(12) {
  margin-right: 0px;
}
ul#category-list.recipes li:nth-child(1) {
  margin-left: 20px !important;
}
ul#category-list.recipes li:nth-child(6) {
  margin-left: 20px !important;
  margin-right: 20px;
}
ul#category-list.recipes a div.icon {
  background: url(images/recipes/recipes-landing-segments-sprites.png) 0px 0px no-repeat;
  margin: 30px auto 14px auto;
}
ul#category-list.recipes a h4 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.15em;
}
ul#category-list.recipes li:hover div.overlay {
  background-image: none;
  background: #c01119;
  display: block;
  opacity: 0.85;
}
ul#category-list.recipes li.new-recipes {
  background-image: url(images/recipes/new-recipes.jpg);
}
ul#category-list.recipes li.new-recipes a div.icon {
  background-position: 0px 0px;
}
ul#category-list.recipes li.most-popular {
  background-image: url(images/recipes/most-popular.jpg);
}
ul#category-list.recipes li.most-popular a div.icon {
  background-position: -96px 0px;
}
ul#category-list.recipes li.appetizer {
  background-image: url(images/recipes/appetizer.jpg);
}
ul#category-list.recipes li.appetizer a div.icon {
  background-position: -192px 0px;
}
ul#category-list.recipes li.beverage {
  background-image: url(images/recipes/beverage.jpg);
}
ul#category-list.recipes li.beverage a div.icon {
  background-position: -288px 0px;
}
ul#category-list.recipes li.dessert {
  background-image: url(images/recipes/dessert.jpg);
}
ul#category-list.recipes li.dessert a div.icon {
  background-position: -384px 0px;
}
ul#category-list.recipes li.kid-friendly {
  background-image: url(images/recipes/kid-friendly.jpg);
}
ul#category-list.recipes li.kid-friendly a div.icon {
  background-position: -480px 0px;
}
ul#category-list.recipes li.main-dish {
  background-image: url(images/recipes/main-dish.jpg);
}
ul#category-list.recipes li.main-dish a div.icon {
  background-position: -576px 0px;
}
ul#category-list.recipes li.salad {
  background-image: url(images/recipes/salad.jpg);
}
ul#category-list.recipes li.salad a div.icon {
  background-position: -672px 0px;
}
ul#category-list.recipes li.sauce {
  background-image: url(images/recipes/sauce.jpg);
}
ul#category-list.recipes li.sauce a div.icon {
  background-position: -768px 0px;
}
ul#category-list.recipes li.side-dish {
  background-image: url(images/recipes/side-dish.jpg);
}
ul#category-list.recipes li.side-dish a div.icon {
  background-position: -864px 0px;
}
ul#category-list.recipes li.soup {
  background-image: url(images/recipes/soup.jpg);
}
ul#category-list.recipes li.soup a div.icon {
  background-position: -960px 0px;
}
ul#category-list.recipes li.vegetarian {
  background-image: url(images/recipes/vegetarian.jpg);
}
ul#category-list.recipes li.vegetarian a div.icon {
  background-position: -1056px 0px;
}
ul#category-list.solutions li {
  background-color: #ffffff;
  width: 411px;
  height: 179px;
  border: 1px solid #d5d5d6;
}
ul#category-list.solutions li a {
  border: 1px solid #d5d5d6;
}
ul#category-list.solutions li a div.icon {
  background: url(images/solutions/solutions-landing-segments-sprites.png) 0px 0px no-repeat;
  width: 72px;
  height: 72px;
  margin: 30px auto 19px auto;
  /* to make 30, deal with line height */
}
ul#category-list.solutions li a h4 {
  color: #57585d;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
ul#category-list.solutions li a:hover {
  border: 1px solid #fff;
}
ul#category-list.solutions li a:hover h4 {
  color: #ffffff;
}
ul#category-list.solutions li a:focus {
  background: #c01119;
  border: 1px solid #c01119;
}
ul#category-list.solutions li a:focus h4 {
  color: #ffffff;
}
ul#category-list.solutions li:hover {
  background: #c01119;
  border: 1px solid #c01119;
}
ul#category-list.solutions li:nth-child(3),
ul#category-list.solutions li:nth-child(6),
ul#category-list.solutions li:nth-child(9),
ul#category-list.solutions li:nth-child(12) {
  margin-right: 0px;
}
ul#category-list.solutions li:last-child {
  /* assuming we're dealing with 13 items here with last one centered */
  margin-right: 0;
}
ul#category-list.solutions li.business-industry a div.icon {
  background-position: 0px 0px;
}
ul#category-list.solutions li.business-industry:hover a div.icon,
ul#category-list.solutions li.business-industry a:focus div.icon {
  background-position: 0px -72px;
}
ul#category-list.solutions li.catering a div.icon {
  background-position: -72px 0px;
}
ul#category-list.solutions li.catering:hover a div.icon,
ul#category-list.solutions li.catering a:focus div.icon {
  background-position: -72px -72px;
}
ul#category-list.solutions li.college-university a div.icon {
  background-position: -144px 0px;
}
ul#category-list.solutions li.college-university:hover a div.icon,
ul#category-list.solutions li.college-university a:focus div.icon {
  background-position: -144px -72px;
}
ul#category-list.solutions li.fine-dining a div.icon {
  background-position: -216px 0px;
}
ul#category-list.solutions li.fine-dining:hover a div.icon,
ul#category-list.solutions li.fine-dining a:focus div.icon {
  background-position: -216px -72px;
}
ul#category-list.solutions li.full-service-restaurants a div.icon {
  background-position: -288px 0px;
}
ul#category-list.solutions li.full-service-restaurants:hover a div.icon,
ul#category-list.solutions li.full-service-restaurants a:focus div.icon {
  background-position: -288px -72px;
}
ul#category-list.solutions li.healthcare a div.icon {
  background-position: -360px 0px;
}
ul#category-list.solutions li.healthcare:hover a div.icon,
ul#category-list.solutions li.healthcare a:focus div.icon {
  background-position: -360px -72px;
}
ul#category-list.solutions li.k-12-schools a div.icon {
  background-position: -432px 0px;
}
ul#category-list.solutions li.k-12-schools:hover a div.icon,
ul#category-list.solutions li.k-12-schools a:focus div.icon {
  background-position: -432px -72px;
}
ul#category-list.solutions li.lodging a div.icon {
  background-position: -720px 0px;
}
ul#category-list.solutions li.lodging:hover a div.icon,
ul#category-list.solutions li.lodging a:focus div.icon {
  background-position: -720px -72px;
}
ul#category-list.solutions li.military a div.icon {
  background-position: -504px 0px;
}
ul#category-list.solutions li.military:hover a div.icon,
ul#category-list.solutions li.military a:focus div.icon {
  background-position: -504px -72px;
}
ul#category-list.solutions li.quick-serve-restaurants a div.icon {
  background-position: -576px 0px;
}
ul#category-list.solutions li.quick-serve-restaurants:hover a div.icon,
ul#category-list.solutions li.quick-serve-restaurants:focus a div.icon {
  background-position: -576px -72px;
}
ul#category-list.solutions li.vending-micro-market a div.icon {
  background-position: -648px 0px;
}
ul#category-list.solutions li.vending-micro-market:hover a div.icon,
ul#category-list.solutions li.vending-micro-market a:focus div.icon {
  background-position: -648px -72px;
}
ul#category-list.solutions li.limited-service-restaurants a div.icon {
  background-position: -792px 0px;
}
ul#category-list.solutions li.limited-service-restaurants a:hover div.icon,
ul#category-list.solutions li.limited-service-restaurants a:focus div.icon {
  background-position: -792px -72px;
}
ul#category-list.solutions li.quick-service-restaurants a div.icon {
  background-position: -575px 0px;
}
ul#category-list.solutions li.quick-service-restaurants a:hover div.icon,
ul#category-list.solutions li.quick-service-restaurants a:focus div.icon {
  background-position: -575px -72px;
}
/*  */
div.one_can_cards,
div.tools_cards,
div.tips_cards,
div.tips-trends_cards,
div.home_cards,
div.solutions_cards,
div.brand_cards,
div.search_cards,
div.related_cards,
div.chili_wheel_cards,
div.products_related_recipe_cards {
  background-image: url("images/faded-center-bg.png") !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: auto;
  /* 430 for my pantry callout */
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 60px 0px;
  display: block;
  clear: both;
  /* tools_cards / tips_cards */
}
div.one_can_cards .stage,
div.tools_cards .stage,
div.tips_cards .stage,
div.tips-trends_cards .stage,
div.home_cards .stage,
div.solutions_cards .stage,
div.brand_cards .stage,
div.search_cards .stage,
div.related_cards .stage,
div.chili_wheel_cards .stage,
div.products_related_recipe_cards .stage {
  width: 1280px;
  height: auto;
  margin: 0px auto 0px auto;
  /* stage */
}
div.one_can_cards .stage h3,
div.tools_cards .stage h3,
div.tips_cards .stage h3,
div.tips-trends_cards .stage h3,
div.home_cards .stage h3,
div.solutions_cards .stage h3,
div.brand_cards .stage h3,
div.search_cards .stage h3,
div.related_cards .stage h3,
div.chili_wheel_cards .stage h3,
div.products_related_recipe_cards .stage h3 {
  width: 70%;
  float: left;
  position: relative;
  margin: 0px 15% 9px 15%;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #c01119;
  text-align: center;
}
div.one_can_cards .stage p,
div.tools_cards .stage p,
div.tips_cards .stage p,
div.tips-trends_cards .stage p,
div.home_cards .stage p,
div.solutions_cards .stage p,
div.brand_cards .stage p,
div.search_cards .stage p,
div.related_cards .stage p,
div.chili_wheel_cards .stage p,
div.products_related_recipe_cards .stage p {
  width: 70%;
  float: left;
  position: relative;
  margin: 0px 15% 0px 15%;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #818286;
  text-align: center;
}
div.one_can_cards .stage ul,
div.tools_cards .stage ul,
div.tips_cards .stage ul,
div.tips-trends_cards .stage ul,
div.home_cards .stage ul,
div.solutions_cards .stage ul,
div.brand_cards .stage ul,
div.search_cards .stage ul,
div.related_cards .stage ul,
div.chili_wheel_cards .stage ul,
div.products_related_recipe_cards .stage ul {
  width: 1280px;
  /* 826px */
  float: left;
  position: relative;
  margin: 57px 0px 0px -640px;
  /* -413px */
  padding: 0px 0px 0px 0px;
  left: 50%;
  display: block;
  list-style-type: none;
  list-style-position: outside;
  /* ul */
}
div.one_can_cards .stage ul li,
div.tools_cards .stage ul li,
div.tips_cards .stage ul li,
div.tips-trends_cards .stage ul li,
div.home_cards .stage ul li,
div.solutions_cards .stage ul li,
div.brand_cards .stage ul li,
div.search_cards .stage ul li,
div.related_cards .stage ul li,
div.chili_wheel_cards .stage ul li,
div.products_related_recipe_cards .stage ul li {
  background: #ffffff;
  width: 305px;
  /* 261 */
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px !important;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: 0px 3px 7px 0px #abacae;
  -moz-box-shadow: 0px 3px 7px 0px #abacae;
  box-shadow: 0px 3px 7px 0px #abacae;
  cursor: pointer;
  /* hard css rules since we're only dealing with one row and not a masonry layout ... yet? */
  /* one card */
  /* two cards */
  /* three cards */
  /* four cards */
  /* */
  /* li */
}
div.one_can_cards .stage ul li:last-child,
div.tools_cards .stage ul li:last-child,
div.tips_cards .stage ul li:last-child,
div.tips-trends_cards .stage ul li:last-child,
div.home_cards .stage ul li:last-child,
div.solutions_cards .stage ul li:last-child,
div.brand_cards .stage ul li:last-child,
div.search_cards .stage ul li:last-child,
div.related_cards .stage ul li:last-child,
div.chili_wheel_cards .stage ul li:last-child,
div.products_related_recipe_cards .stage ul li:last-child {
  margin-right: 0px;
}
div.one_can_cards .stage ul li:first-child:nth-last-child(1),
div.tools_cards .stage ul li:first-child:nth-last-child(1),
div.tips_cards .stage ul li:first-child:nth-last-child(1),
div.tips-trends_cards .stage ul li:first-child:nth-last-child(1),
div.home_cards .stage ul li:first-child:nth-last-child(1),
div.solutions_cards .stage ul li:first-child:nth-last-child(1),
div.brand_cards .stage ul li:first-child:nth-last-child(1),
div.search_cards .stage ul li:first-child:nth-last-child(1),
div.related_cards .stage ul li:first-child:nth-last-child(1),
div.chili_wheel_cards .stage ul li:first-child:nth-last-child(1),
div.products_related_recipe_cards .stage ul li:first-child:nth-last-child(1) {
  /* left: 50%;
					margin-left: -152px; */
}
div.one_can_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.tools_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.tips_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.tips-trends_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.home_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.solutions_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.brand_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.search_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.related_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.chili_wheel_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.products_related_recipe_cards .stage ul li:first-child:nth-last-child(2):first-child,
div.one_can_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.tools_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.tips_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.tips-trends_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.home_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.solutions_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.brand_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.search_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.related_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.chili_wheel_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child,
div.products_related_recipe_cards .stage ul li:first-child:nth-last-child(2) ~ li:first-child {
  left: calc(50% + 10px);
}
div.one_can_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.tools_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.tips_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.tips-trends_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.home_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.solutions_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.brand_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.search_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.related_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.chili_wheel_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.products_related_recipe_cards .stage ul li:first-child:nth-last-child(3):first-child,
div.one_can_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.tools_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.tips_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.tips-trends_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.home_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.solutions_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.brand_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.search_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.related_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.chili_wheel_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child,
div.products_related_recipe_cards .stage ul li:first-child:nth-last-child(3) ~ li:first-child {
  margin-left: calc(12.5% + 3px);
  /* should be 2.5px */
}
div.one_can_cards .stage ul li:first-child:nth-last-child(4),
div.tools_cards .stage ul li:first-child:nth-last-child(4),
div.tips_cards .stage ul li:first-child:nth-last-child(4),
div.tips-trends_cards .stage ul li:first-child:nth-last-child(4),
div.home_cards .stage ul li:first-child:nth-last-child(4),
div.solutions_cards .stage ul li:first-child:nth-last-child(4),
div.brand_cards .stage ul li:first-child:nth-last-child(4),
div.search_cards .stage ul li:first-child:nth-last-child(4),
div.related_cards .stage ul li:first-child:nth-last-child(4),
div.chili_wheel_cards .stage ul li:first-child:nth-last-child(4),
div.products_related_recipe_cards .stage ul li:first-child:nth-last-child(4),
div.one_can_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.tools_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.tips_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.tips-trends_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.home_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.solutions_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.brand_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.search_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.related_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.chili_wheel_cards .stage ul li:first-child:nth-last-child(4) ~ li,
div.products_related_recipe_cards .stage ul li:first-child:nth-last-child(4) ~ li {
  /* no change */
}
div.one_can_cards .stage ul li .header,
div.tools_cards .stage ul li .header,
div.tips_cards .stage ul li .header,
div.tips-trends_cards .stage ul li .header,
div.home_cards .stage ul li .header,
div.solutions_cards .stage ul li .header,
div.brand_cards .stage ul li .header,
div.search_cards .stage ul li .header,
div.related_cards .stage ul li .header,
div.chili_wheel_cards .stage ul li .header,
div.products_related_recipe_cards .stage ul li .header {
  background: #d5d5d6;
  width: 100%;
  height: 34px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.one_can_cards .stage ul li .header p,
div.tools_cards .stage ul li .header p,
div.tips_cards .stage ul li .header p,
div.tips-trends_cards .stage ul li .header p,
div.home_cards .stage ul li .header p,
div.solutions_cards .stage ul li .header p,
div.brand_cards .stage ul li .header p,
div.search_cards .stage ul li .header p,
div.related_cards .stage ul li .header p,
div.chili_wheel_cards .stage ul li .header p,
div.products_related_recipe_cards .stage ul li .header p {
  width: calc(100% - 6px);
  height: 31px;
  float: left;
  position: relative;
  margin: 3px 3px 0px 3px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d5d5d6;
  border-bottom: 0px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
div.one_can_cards .stage ul li.tools .header,
div.tools_cards .stage ul li.tools .header,
div.tips_cards .stage ul li.tools .header,
div.tips-trends_cards .stage ul li.tools .header,
div.home_cards .stage ul li.tools .header,
div.solutions_cards .stage ul li.tools .header,
div.brand_cards .stage ul li.tools .header,
div.search_cards .stage ul li.tools .header,
div.related_cards .stage ul li.tools .header,
div.chili_wheel_cards .stage ul li.tools .header,
div.products_related_recipe_cards .stage ul li.tools .header {
  background: #414246;
}
div.one_can_cards .stage ul li.tools .header p,
div.tools_cards .stage ul li.tools .header p,
div.tips_cards .stage ul li.tools .header p,
div.tips-trends_cards .stage ul li.tools .header p,
div.home_cards .stage ul li.tools .header p,
div.solutions_cards .stage ul li.tools .header p,
div.brand_cards .stage ul li.tools .header p,
div.search_cards .stage ul li.tools .header p,
div.related_cards .stage ul li.tools .header p,
div.chili_wheel_cards .stage ul li.tools .header p,
div.products_related_recipe_cards .stage ul li.tools .header p {
  border: 1px solid #a0a1a3;
  border-bottom: 0px;
}
div.one_can_cards .stage ul li.tip .header,
div.tools_cards .stage ul li.tip .header,
div.tips_cards .stage ul li.tip .header,
div.tips-trends_cards .stage ul li.tip .header,
div.home_cards .stage ul li.tip .header,
div.solutions_cards .stage ul li.tip .header,
div.brand_cards .stage ul li.tip .header,
div.search_cards .stage ul li.tip .header,
div.related_cards .stage ul li.tip .header,
div.chili_wheel_cards .stage ul li.tip .header,
div.products_related_recipe_cards .stage ul li.tip .header,
div.one_can_cards .stage ul li.tips .header,
div.tools_cards .stage ul li.tips .header,
div.tips_cards .stage ul li.tips .header,
div.tips-trends_cards .stage ul li.tips .header,
div.home_cards .stage ul li.tips .header,
div.solutions_cards .stage ul li.tips .header,
div.brand_cards .stage ul li.tips .header,
div.search_cards .stage ul li.tips .header,
div.related_cards .stage ul li.tips .header,
div.chili_wheel_cards .stage ul li.tips .header,
div.products_related_recipe_cards .stage ul li.tips .header,
div.one_can_cards .stage ul li.tips_trends .header,
div.tools_cards .stage ul li.tips_trends .header,
div.tips_cards .stage ul li.tips_trends .header,
div.tips-trends_cards .stage ul li.tips_trends .header,
div.home_cards .stage ul li.tips_trends .header,
div.solutions_cards .stage ul li.tips_trends .header,
div.brand_cards .stage ul li.tips_trends .header,
div.search_cards .stage ul li.tips_trends .header,
div.related_cards .stage ul li.tips_trends .header,
div.chili_wheel_cards .stage ul li.tips_trends .header,
div.products_related_recipe_cards .stage ul li.tips_trends .header,
div.one_can_cards .stage ul li.tips-trends .header,
div.tools_cards .stage ul li.tips-trends .header,
div.tips_cards .stage ul li.tips-trends .header,
div.tips-trends_cards .stage ul li.tips-trends .header,
div.home_cards .stage ul li.tips-trends .header,
div.solutions_cards .stage ul li.tips-trends .header,
div.brand_cards .stage ul li.tips-trends .header,
div.search_cards .stage ul li.tips-trends .header,
div.related_cards .stage ul li.tips-trends .header,
div.chili_wheel_cards .stage ul li.tips-trends .header,
div.products_related_recipe_cards .stage ul li.tips-trends .header {
  background: #c01119;
}
div.one_can_cards .stage ul li.tip .header p,
div.tools_cards .stage ul li.tip .header p,
div.tips_cards .stage ul li.tip .header p,
div.tips-trends_cards .stage ul li.tip .header p,
div.home_cards .stage ul li.tip .header p,
div.solutions_cards .stage ul li.tip .header p,
div.brand_cards .stage ul li.tip .header p,
div.search_cards .stage ul li.tip .header p,
div.related_cards .stage ul li.tip .header p,
div.chili_wheel_cards .stage ul li.tip .header p,
div.products_related_recipe_cards .stage ul li.tip .header p,
div.one_can_cards .stage ul li.tips .header p,
div.tools_cards .stage ul li.tips .header p,
div.tips_cards .stage ul li.tips .header p,
div.tips-trends_cards .stage ul li.tips .header p,
div.home_cards .stage ul li.tips .header p,
div.solutions_cards .stage ul li.tips .header p,
div.brand_cards .stage ul li.tips .header p,
div.search_cards .stage ul li.tips .header p,
div.related_cards .stage ul li.tips .header p,
div.chili_wheel_cards .stage ul li.tips .header p,
div.products_related_recipe_cards .stage ul li.tips .header p,
div.one_can_cards .stage ul li.tips_trends .header p,
div.tools_cards .stage ul li.tips_trends .header p,
div.tips_cards .stage ul li.tips_trends .header p,
div.tips-trends_cards .stage ul li.tips_trends .header p,
div.home_cards .stage ul li.tips_trends .header p,
div.solutions_cards .stage ul li.tips_trends .header p,
div.brand_cards .stage ul li.tips_trends .header p,
div.search_cards .stage ul li.tips_trends .header p,
div.related_cards .stage ul li.tips_trends .header p,
div.chili_wheel_cards .stage ul li.tips_trends .header p,
div.products_related_recipe_cards .stage ul li.tips_trends .header p,
div.one_can_cards .stage ul li.tips-trends .header p,
div.tools_cards .stage ul li.tips-trends .header p,
div.tips_cards .stage ul li.tips-trends .header p,
div.tips-trends_cards .stage ul li.tips-trends .header p,
div.home_cards .stage ul li.tips-trends .header p,
div.solutions_cards .stage ul li.tips-trends .header p,
div.brand_cards .stage ul li.tips-trends .header p,
div.search_cards .stage ul li.tips-trends .header p,
div.related_cards .stage ul li.tips-trends .header p,
div.chili_wheel_cards .stage ul li.tips-trends .header p,
div.products_related_recipe_cards .stage ul li.tips-trends .header p {
  border: 1px solid #e0888c;
  border-bottom: 0px;
}
div.one_can_cards .stage ul li.recipes .header,
div.tools_cards .stage ul li.recipes .header,
div.tips_cards .stage ul li.recipes .header,
div.tips-trends_cards .stage ul li.recipes .header,
div.home_cards .stage ul li.recipes .header,
div.solutions_cards .stage ul li.recipes .header,
div.brand_cards .stage ul li.recipes .header,
div.search_cards .stage ul li.recipes .header,
div.related_cards .stage ul li.recipes .header,
div.chili_wheel_cards .stage ul li.recipes .header,
div.products_related_recipe_cards .stage ul li.recipes .header,
div.one_can_cards .stage ul li.recipe .header,
div.tools_cards .stage ul li.recipe .header,
div.tips_cards .stage ul li.recipe .header,
div.tips-trends_cards .stage ul li.recipe .header,
div.home_cards .stage ul li.recipe .header,
div.solutions_cards .stage ul li.recipe .header,
div.brand_cards .stage ul li.recipe .header,
div.search_cards .stage ul li.recipe .header,
div.related_cards .stage ul li.recipe .header,
div.chili_wheel_cards .stage ul li.recipe .header,
div.products_related_recipe_cards .stage ul li.recipe .header {
  background: #c4960c;
}
div.one_can_cards .stage ul li.recipes .header p,
div.tools_cards .stage ul li.recipes .header p,
div.tips_cards .stage ul li.recipes .header p,
div.tips-trends_cards .stage ul li.recipes .header p,
div.home_cards .stage ul li.recipes .header p,
div.solutions_cards .stage ul li.recipes .header p,
div.brand_cards .stage ul li.recipes .header p,
div.search_cards .stage ul li.recipes .header p,
div.related_cards .stage ul li.recipes .header p,
div.chili_wheel_cards .stage ul li.recipes .header p,
div.products_related_recipe_cards .stage ul li.recipes .header p,
div.one_can_cards .stage ul li.recipe .header p,
div.tools_cards .stage ul li.recipe .header p,
div.tips_cards .stage ul li.recipe .header p,
div.tips-trends_cards .stage ul li.recipe .header p,
div.home_cards .stage ul li.recipe .header p,
div.solutions_cards .stage ul li.recipe .header p,
div.brand_cards .stage ul li.recipe .header p,
div.search_cards .stage ul li.recipe .header p,
div.related_cards .stage ul li.recipe .header p,
div.chili_wheel_cards .stage ul li.recipe .header p,
div.products_related_recipe_cards .stage ul li.recipe .header p {
  border: 1px solid #e2cb86;
  border-bottom: 0px;
}
div.one_can_cards .stage ul li.products .header,
div.tools_cards .stage ul li.products .header,
div.tips_cards .stage ul li.products .header,
div.tips-trends_cards .stage ul li.products .header,
div.home_cards .stage ul li.products .header,
div.solutions_cards .stage ul li.products .header,
div.brand_cards .stage ul li.products .header,
div.search_cards .stage ul li.products .header,
div.related_cards .stage ul li.products .header,
div.chili_wheel_cards .stage ul li.products .header,
div.products_related_recipe_cards .stage ul li.products .header,
div.one_can_cards .stage ul li.product .header,
div.tools_cards .stage ul li.product .header,
div.tips_cards .stage ul li.product .header,
div.tips-trends_cards .stage ul li.product .header,
div.home_cards .stage ul li.product .header,
div.solutions_cards .stage ul li.product .header,
div.brand_cards .stage ul li.product .header,
div.search_cards .stage ul li.product .header,
div.related_cards .stage ul li.product .header,
div.chili_wheel_cards .stage ul li.product .header,
div.products_related_recipe_cards .stage ul li.product .header {
  background: #42317f;
}
div.one_can_cards .stage ul li.products .header p,
div.tools_cards .stage ul li.products .header p,
div.tips_cards .stage ul li.products .header p,
div.tips-trends_cards .stage ul li.products .header p,
div.home_cards .stage ul li.products .header p,
div.solutions_cards .stage ul li.products .header p,
div.brand_cards .stage ul li.products .header p,
div.search_cards .stage ul li.products .header p,
div.related_cards .stage ul li.products .header p,
div.chili_wheel_cards .stage ul li.products .header p,
div.products_related_recipe_cards .stage ul li.products .header p,
div.one_can_cards .stage ul li.product .header p,
div.tools_cards .stage ul li.product .header p,
div.tips_cards .stage ul li.product .header p,
div.tips-trends_cards .stage ul li.product .header p,
div.home_cards .stage ul li.product .header p,
div.solutions_cards .stage ul li.product .header p,
div.brand_cards .stage ul li.product .header p,
div.search_cards .stage ul li.product .header p,
div.related_cards .stage ul li.product .header p,
div.chili_wheel_cards .stage ul li.product .header p,
div.products_related_recipe_cards .stage ul li.product .header p {
  border: 1px solid #a198bf;
  border-bottom: 0px;
}
div.one_can_cards .stage ul li.solutions .header,
div.tools_cards .stage ul li.solutions .header,
div.tips_cards .stage ul li.solutions .header,
div.tips-trends_cards .stage ul li.solutions .header,
div.home_cards .stage ul li.solutions .header,
div.solutions_cards .stage ul li.solutions .header,
div.brand_cards .stage ul li.solutions .header,
div.search_cards .stage ul li.solutions .header,
div.related_cards .stage ul li.solutions .header,
div.chili_wheel_cards .stage ul li.solutions .header,
div.products_related_recipe_cards .stage ul li.solutions .header,
div.one_can_cards .stage ul li.solution .header,
div.tools_cards .stage ul li.solution .header,
div.tips_cards .stage ul li.solution .header,
div.tips-trends_cards .stage ul li.solution .header,
div.home_cards .stage ul li.solution .header,
div.solutions_cards .stage ul li.solution .header,
div.brand_cards .stage ul li.solution .header,
div.search_cards .stage ul li.solution .header,
div.related_cards .stage ul li.solution .header,
div.chili_wheel_cards .stage ul li.solution .header,
div.products_related_recipe_cards .stage ul li.solution .header {
  background: #0873bb;
}
div.one_can_cards .stage ul li.solutions .header p,
div.tools_cards .stage ul li.solutions .header p,
div.tips_cards .stage ul li.solutions .header p,
div.tips-trends_cards .stage ul li.solutions .header p,
div.home_cards .stage ul li.solutions .header p,
div.solutions_cards .stage ul li.solutions .header p,
div.brand_cards .stage ul li.solutions .header p,
div.search_cards .stage ul li.solutions .header p,
div.related_cards .stage ul li.solutions .header p,
div.chili_wheel_cards .stage ul li.solutions .header p,
div.products_related_recipe_cards .stage ul li.solutions .header p,
div.one_can_cards .stage ul li.solution .header p,
div.tools_cards .stage ul li.solution .header p,
div.tips_cards .stage ul li.solution .header p,
div.tips-trends_cards .stage ul li.solution .header p,
div.home_cards .stage ul li.solution .header p,
div.solutions_cards .stage ul li.solution .header p,
div.brand_cards .stage ul li.solution .header p,
div.search_cards .stage ul li.solution .header p,
div.related_cards .stage ul li.solution .header p,
div.chili_wheel_cards .stage ul li.solution .header p,
div.products_related_recipe_cards .stage ul li.solution .header p {
  border: 1px solid #84b9dd;
  border-bottom: 0px;
}
div.one_can_cards .stage ul li .content,
div.tools_cards .stage ul li .content,
div.tips_cards .stage ul li .content,
div.tips-trends_cards .stage ul li .content,
div.home_cards .stage ul li .content,
div.solutions_cards .stage ul li .content,
div.brand_cards .stage ul li .content,
div.search_cards .stage ul li .content,
div.related_cards .stage ul li .content,
div.chili_wheel_cards .stage ul li .content,
div.products_related_recipe_cards .stage ul li .content {
  width: calc(100% - 6px);
  height: calc(100% - 37px) !important;
  float: left;
  position: relative;
  margin: 0px 3px 3px 3px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d5d5d6;
  border-top: 0px;
  /* content */
}
div.one_can_cards .stage ul li .content .simplefavorite-button,
div.tools_cards .stage ul li .content .simplefavorite-button,
div.tips_cards .stage ul li .content .simplefavorite-button,
div.tips-trends_cards .stage ul li .content .simplefavorite-button,
div.home_cards .stage ul li .content .simplefavorite-button,
div.solutions_cards .stage ul li .content .simplefavorite-button,
div.brand_cards .stage ul li .content .simplefavorite-button,
div.search_cards .stage ul li .content .simplefavorite-button,
div.related_cards .stage ul li .content .simplefavorite-button,
div.chili_wheel_cards .stage ul li .content .simplefavorite-button,
div.products_related_recipe_cards .stage ul li .content .simplefavorite-button {
  float: right;
  position: relative;
  margin: 0px -10px 0px 0px;
}
div.one_can_cards .stage ul li .content .image,
div.tools_cards .stage ul li .content .image,
div.tips_cards .stage ul li .content .image,
div.tips-trends_cards .stage ul li .content .image,
div.home_cards .stage ul li .content .image,
div.solutions_cards .stage ul li .content .image,
div.brand_cards .stage ul li .content .image,
div.search_cards .stage ul li .content .image,
div.related_cards .stage ul li .content .image,
div.chili_wheel_cards .stage ul li .content .image,
div.products_related_recipe_cards .stage ul li .content .image {
  background-color: #d5d5d6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 277px;
  /*    233 x 131 */
  height: 156px;
  float: left;
  position: relative;
  margin: 10px 0px -40px 10px;
  padding: 0px 0px 0px 0px;
  display: block;
}
div.one_can_cards .stage ul li .content .image.NoImage,
div.tools_cards .stage ul li .content .image.NoImage,
div.tips_cards .stage ul li .content .image.NoImage,
div.tips-trends_cards .stage ul li .content .image.NoImage,
div.home_cards .stage ul li .content .image.NoImage,
div.solutions_cards .stage ul li .content .image.NoImage,
div.brand_cards .stage ul li .content .image.NoImage,
div.search_cards .stage ul li .content .image.NoImage,
div.related_cards .stage ul li .content .image.NoImage,
div.chili_wheel_cards .stage ul li .content .image.NoImage,
div.products_related_recipe_cards .stage ul li .content .image.NoImage {
  background-color: #ffffff;
  height: 45px;
  margin-top: 5px;
  margin-bottom: -45px;
}
div.one_can_cards .stage ul li .content .image.product,
div.tools_cards .stage ul li .content .image.product,
div.tips_cards .stage ul li .content .image.product,
div.tips-trends_cards .stage ul li .content .image.product,
div.home_cards .stage ul li .content .image.product,
div.solutions_cards .stage ul li .content .image.product,
div.brand_cards .stage ul li .content .image.product,
div.search_cards .stage ul li .content .image.product,
div.related_cards .stage ul li .content .image.product,
div.chili_wheel_cards .stage ul li .content .image.product,
div.products_related_recipe_cards .stage ul li .content .image.product,
div.one_can_cards .stage ul li .content .image.products,
div.tools_cards .stage ul li .content .image.products,
div.tips_cards .stage ul li .content .image.products,
div.tips-trends_cards .stage ul li .content .image.products,
div.home_cards .stage ul li .content .image.products,
div.solutions_cards .stage ul li .content .image.products,
div.brand_cards .stage ul li .content .image.products,
div.search_cards .stage ul li .content .image.products,
div.related_cards .stage ul li .content .image.products,
div.chili_wheel_cards .stage ul li .content .image.products,
div.products_related_recipe_cards .stage ul li .content .image.products {
  background-size: contain;
  background-color: #ffffff;
}
div.one_can_cards .stage ul li .content p,
div.tools_cards .stage ul li .content p,
div.tips_cards .stage ul li .content p,
div.tips-trends_cards .stage ul li .content p,
div.home_cards .stage ul li .content p,
div.solutions_cards .stage ul li .content p,
div.brand_cards .stage ul li .content p,
div.search_cards .stage ul li .content p,
div.related_cards .stage ul li .content p,
div.chili_wheel_cards .stage ul li .content p,
div.products_related_recipe_cards .stage ul li .content p {
  width: calc(100% - 30px);
  float: left;
  position: relative;
  margin: 0px 15px 45px 15px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #414246;
  font-weight: 400;
  letter-spacing: 0.05em;
}
div.one_can_cards .stage ul li .content p.title,
div.tools_cards .stage ul li .content p.title,
div.tips_cards .stage ul li .content p.title,
div.tips-trends_cards .stage ul li .content p.title,
div.home_cards .stage ul li .content p.title,
div.solutions_cards .stage ul li .content p.title,
div.brand_cards .stage ul li .content p.title,
div.search_cards .stage ul li .content p.title,
div.related_cards .stage ul li .content p.title,
div.chili_wheel_cards .stage ul li .content p.title,
div.products_related_recipe_cards .stage ul li .content p.title {
  font-size: 18px;
  line-height: 22px;
  color: #57585d;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
div.one_can_cards .stage ul li .content p.title.NoImage,
div.tools_cards .stage ul li .content p.title.NoImage,
div.tips_cards .stage ul li .content p.title.NoImage,
div.tips-trends_cards .stage ul li .content p.title.NoImage,
div.home_cards .stage ul li .content p.title.NoImage,
div.solutions_cards .stage ul li .content p.title.NoImage,
div.brand_cards .stage ul li .content p.title.NoImage,
div.search_cards .stage ul li .content p.title.NoImage,
div.related_cards .stage ul li .content p.title.NoImage,
div.chili_wheel_cards .stage ul li .content p.title.NoImage,
div.products_related_recipe_cards .stage ul li .content p.title.NoImage {
  margin-top: 0px;
}
div.one_can_cards .stage ul li .content a.cta,
div.tools_cards .stage ul li .content a.cta,
div.tips_cards .stage ul li .content a.cta,
div.tips-trends_cards .stage ul li .content a.cta,
div.home_cards .stage ul li .content a.cta,
div.solutions_cards .stage ul li .content a.cta,
div.brand_cards .stage ul li .content a.cta,
div.search_cards .stage ul li .content a.cta,
div.related_cards .stage ul li .content a.cta,
div.chili_wheel_cards .stage ul li .content a.cta,
div.products_related_recipe_cards .stage ul li .content a.cta {
  background: #c01119;
  height: 44px;
  position: absolute;
  margin: 0px 0px 0px -86px;
  bottom: -19px;
  left: 50%;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  -webkit-box-shadow: 0px 3px 7px 0px #abacae;
  -moz-box-shadow: 0px 3px 7px 0px #abacae;
  box-shadow: 0px 3px 7px 0px #abacae;
  /* cta */
}
div.one_can_cards .stage ul li .content a.cta div,
div.tools_cards .stage ul li .content a.cta div,
div.tips_cards .stage ul li .content a.cta div,
div.tips-trends_cards .stage ul li .content a.cta div,
div.home_cards .stage ul li .content a.cta div,
div.solutions_cards .stage ul li .content a.cta div,
div.brand_cards .stage ul li .content a.cta div,
div.search_cards .stage ul li .content a.cta div,
div.related_cards .stage ul li .content a.cta div,
div.chili_wheel_cards .stage ul li .content a.cta div,
div.products_related_recipe_cards .stage ul li .content a.cta div {
  background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 24px 0px 17px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
div.one_can_cards .stage ul li .content a.cta:hover,
div.tools_cards .stage ul li .content a.cta:hover,
div.tips_cards .stage ul li .content a.cta:hover,
div.tips-trends_cards .stage ul li .content a.cta:hover,
div.home_cards .stage ul li .content a.cta:hover,
div.solutions_cards .stage ul li .content a.cta:hover,
div.brand_cards .stage ul li .content a.cta:hover,
div.search_cards .stage ul li .content a.cta:hover,
div.related_cards .stage ul li .content a.cta:hover,
div.chili_wheel_cards .stage ul li .content a.cta:hover,
div.products_related_recipe_cards .stage ul li .content a.cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
div.one_can_cards .stage ul li .content a.cta:hover div,
div.tools_cards .stage ul li .content a.cta:hover div,
div.tips_cards .stage ul li .content a.cta:hover div,
div.tips-trends_cards .stage ul li .content a.cta:hover div,
div.home_cards .stage ul li .content a.cta:hover div,
div.solutions_cards .stage ul li .content a.cta:hover div,
div.brand_cards .stage ul li .content a.cta:hover div,
div.search_cards .stage ul li .content a.cta:hover div,
div.related_cards .stage ul li .content a.cta:hover div,
div.chili_wheel_cards .stage ul li .content a.cta:hover div,
div.products_related_recipe_cards .stage ul li .content a.cta:hover div {
  background-position: right 12px bottom -1px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
div.one_can_cards .stage ul li .content a.cta.products,
div.tools_cards .stage ul li .content a.cta.products,
div.tips_cards .stage ul li .content a.cta.products,
div.tips-trends_cards .stage ul li .content a.cta.products,
div.home_cards .stage ul li .content a.cta.products,
div.solutions_cards .stage ul li .content a.cta.products,
div.brand_cards .stage ul li .content a.cta.products,
div.search_cards .stage ul li .content a.cta.products,
div.related_cards .stage ul li .content a.cta.products,
div.chili_wheel_cards .stage ul li .content a.cta.products,
div.products_related_recipe_cards .stage ul li .content a.cta.products {
  margin-left: -97px !important;
}
div.one_can_cards .stage ul li .content a.cta.recipes,
div.tools_cards .stage ul li .content a.cta.recipes,
div.tips_cards .stage ul li .content a.cta.recipes,
div.tips-trends_cards .stage ul li .content a.cta.recipes,
div.home_cards .stage ul li .content a.cta.recipes,
div.solutions_cards .stage ul li .content a.cta.recipes,
div.brand_cards .stage ul li .content a.cta.recipes,
div.search_cards .stage ul li .content a.cta.recipes,
div.related_cards .stage ul li .content a.cta.recipes,
div.chili_wheel_cards .stage ul li .content a.cta.recipes,
div.products_related_recipe_cards .stage ul li .content a.cta.recipes {
  margin-left: -85px !important;
}
div.one_can_cards .stage ul li .content a.cta.solutions,
div.tools_cards .stage ul li .content a.cta.solutions,
div.tips_cards .stage ul li .content a.cta.solutions,
div.tips-trends_cards .stage ul li .content a.cta.solutions,
div.home_cards .stage ul li .content a.cta.solutions,
div.solutions_cards .stage ul li .content a.cta.solutions,
div.brand_cards .stage ul li .content a.cta.solutions,
div.search_cards .stage ul li .content a.cta.solutions,
div.related_cards .stage ul li .content a.cta.solutions,
div.chili_wheel_cards .stage ul li .content a.cta.solutions,
div.products_related_recipe_cards .stage ul li .content a.cta.solutions {
  margin-left: -86px !important;
}
div.one_can_cards .stage ul li .content a.cta.tips,
div.tools_cards .stage ul li .content a.cta.tips,
div.tips_cards .stage ul li .content a.cta.tips,
div.tips-trends_cards .stage ul li .content a.cta.tips,
div.home_cards .stage ul li .content a.cta.tips,
div.solutions_cards .stage ul li .content a.cta.tips,
div.brand_cards .stage ul li .content a.cta.tips,
div.search_cards .stage ul li .content a.cta.tips,
div.related_cards .stage ul li .content a.cta.tips,
div.chili_wheel_cards .stage ul li .content a.cta.tips,
div.products_related_recipe_cards .stage ul li .content a.cta.tips {
  margin-left: -86px !important;
}
@media (max-width: 767px) {
  div.one_can_cards .stage ul.card-holder-modified.recipes,
  div.tools_cards .stage ul.card-holder-modified.recipes,
  div.tips_cards .stage ul.card-holder-modified.recipes,
  div.tips-trends_cards .stage ul.card-holder-modified.recipes,
  div.home_cards .stage ul.card-holder-modified.recipes,
  div.solutions_cards .stage ul.card-holder-modified.recipes,
  div.brand_cards .stage ul.card-holder-modified.recipes,
  div.search_cards .stage ul.card-holder-modified.recipes,
  div.related_cards .stage ul.card-holder-modified.recipes,
  div.chili_wheel_cards .stage ul.card-holder-modified.recipes,
  div.products_related_recipe_cards .stage ul.card-holder-modified.recipes,
  div.one_can_cards .stage ul.card-holder-modified.products,
  div.tools_cards .stage ul.card-holder-modified.products,
  div.tips_cards .stage ul.card-holder-modified.products,
  div.tips-trends_cards .stage ul.card-holder-modified.products,
  div.home_cards .stage ul.card-holder-modified.products,
  div.solutions_cards .stage ul.card-holder-modified.products,
  div.brand_cards .stage ul.card-holder-modified.products,
  div.search_cards .stage ul.card-holder-modified.products,
  div.related_cards .stage ul.card-holder-modified.products,
  div.chili_wheel_cards .stage ul.card-holder-modified.products,
  div.products_related_recipe_cards .stage ul.card-holder-modified.products {
    margin-top: 0;
  }
}
div.products_related_recipe_cards .stage ul {
  width: 100%;
  margin-left: 0;
  left: auto;
  margin-top: 0;
}
div.products_related_recipe_cards .stage ul li {
  width: calc(33% - 15px);
}
div.products_related_recipe_cards .stage ul li:first-child:nth-last-child(3):first-child {
  margin-left: 0;
}
div.products_related_recipe_cards .stage ul li .content .image {
  width: calc(100% - 20px);
}
div.tips_cards {
  /* tips_cards */
}
div.solutions_cards ul {
  /* width: 955px !important;
		margin-left: -477px !important; */
}
div.one_can_cards {
  padding-top: 0px !important;
  margin-bottom: 40px !important;
}
div.one_can_cards div.stage ul.card-holder-modified {
  margin-top: 40px !important;
}
div.spacer-for-no-cards {
  width: 100%;
  height: 28px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
div.products_related_recipe_cards {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 63px 0px;
  padding: 0 0 0 0;
}
div.products_related_recipe_cards .stage {
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
}
@media (max-width: 1340px) {
  div.products_related_recipe_cards .stage {
    width: 100%!important;
  }
}
div.products_related_recipe_cards .stage h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 36px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 24px;
}
div.products_related_recipe_cards .stage .row {
  position: relative;
  padding: 0px 0px 0px 0px;
  left: auto;
}
div.products_related_recipe_cards .stage .row .card {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 20px 0 !important;
  margin-left: 0!important;
  margin-right: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  cursor: pointer;
  /* li */
}
@media (min-width: 768px) {
  div.products_related_recipe_cards .stage .row .card {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.products_related_recipe_cards .stage .row .card {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  div.products_related_recipe_cards .stage .row .card {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  div.products_related_recipe_cards .stage .row .card {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 650px) {
  div.products_related_recipe_cards .stage .row .card {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.products_related_recipe_cards .stage .row .card:last-child {
  margin-right: 0px;
}
div.products_related_recipe_cards .stage .row .card .inner {
  padding-bottom: 4px;
  -webkit-box-shadow: 0px 3px 7px 0px #abacae;
  -moz-box-shadow: 0px 3px 7px 0px #abacae;
  box-shadow: 0px 3px 7px 0px #abacae;
}
div.products_related_recipe_cards .stage .row .card .inner .header {
  background: #c4960c;
  width: 100%;
  height: 34px;
  float: none;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.products_related_recipe_cards .stage .row .card .inner .header p {
  width: calc(100% - 6px);
  height: 31px;
  float: left;
  position: relative;
  margin: 3px 3px 0px 3px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #e2cb86;
  border-bottom: 0px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
div.products_related_recipe_cards .stage .row .card .inner .content {
  width: calc(100% - 6px);
  float: none;
  position: relative;
  margin: 0px 3px 0 3px;
  padding: 15px 0px 0px 0px;
  border: 1px solid #d5d5d6;
  border-top: 0px;
  /* content */
}
div.products_related_recipe_cards .stage .row .card .inner .content .simplefavorite-button {
  float: right;
  position: relative;
  margin: -40px -10px -10px 0px;
}
div.products_related_recipe_cards .stage .row .card .inner .content .image {
  background-color: #d5d5d6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0px 0px 0px 0px;
  display: block;
  float: none;
  width: calc(100% - 30px);
  margin: 0 auto;
  height: 131px;
}
div.products_related_recipe_cards .stage .row .card .inner .content .image.NoImage {
  background-color: #ffffff;
  height: 45px;
  margin-top: 5px;
  margin-bottom: -45px;
}
div.products_related_recipe_cards .stage .row .card .inner .content .image.product,
div.products_related_recipe_cards .stage .row .card .inner .content .image.products {
  background-size: contain;
  background-color: #ffffff;
}
div.products_related_recipe_cards .stage .row .card .inner .content p {
  width: calc(100% - 30px);
  float: none;
  position: relative;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #414246;
  font-weight: 400;
  letter-spacing: 0.05em;
}
div.products_related_recipe_cards .stage .row .card .inner .content p.title {
  font-size: 18px;
  line-height: 22px;
  color: #57585d;
  font-weight: 600;
  margin-top: 15px !important;
  margin-bottom: 3px;
  text-transform: uppercase;
}
div.products_related_recipe_cards .stage .row .card .inner .content p.title.NoImage {
  margin-top: 0px;
}
div.products_related_recipe_cards .stage .row .card .inner .content a.cta {
  background: #c01119;
  height: 44px;
  position: relative;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  -webkit-box-shadow: 0px 3px 7px 0px #abacae;
  -moz-box-shadow: 0px 3px 7px 0px #abacae;
  box-shadow: 0px 3px 7px 0px #abacae;
  float: none;
  left: inherit;
  margin: 0 auto;
  display: inline-block;
  /* cta */
}
div.products_related_recipe_cards .stage .row .card .inner .content a.cta div {
  background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 24px 0px 17px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  div.products_related_recipe_cards .stage .row .card .inner .content a.cta div {
    font-size: 16px;
  }
}
div.products_related_recipe_cards .stage .row .card .inner .content a.cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
div.products_related_recipe_cards .stage .row .card .inner .content a.cta:hover div {
  background-position: right 12px bottom -1px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
div.products_related_recipe_cards .stage .row .card .inner .content a.cta.products {
  margin-left: -97px !important;
}
div.products_related_recipe_cards .stage .row .card .inner .content a.cta.recipes {
  margin-left: -85px !important;
}
div.products_related_recipe_cards .stage .row .card .inner .content a.cta.solutions {
  margin-left: -86px !important;
}
div.products_related_recipe_cards .stage .row .card .inner .content a.cta.tips {
  margin-left: -86px !important;
}
div.products_related_recipe_cards .stage .row .card:last-child {
  margin-right: 0px !important;
}
div.related_cards {
  background-color: #eaeaea;
}
div.related_cards .stage h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: -2px 0px 33px 0px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.2em;
}
div.related_cards .stage ul {
  margin-top: 0px;
  margin-bottom: 15px;
}
div.related_cards .stage ul li.product a.cta {
  margin-left: -97px;
}
div.brand_cards,
div.search_cards {
  background-color: #ffffff;
  background-position: center 100px;
  padding: 0px 0px 80px 0px;
}
div.brand_cards.recipes,
div.search_cards.recipes {
  background-position: center 140px;
}
div.brand_cards .stage,
div.search_cards .stage {
  border-top: 1px solid #eaeaea;
}
div.brand_cards .stage.recipes,
div.search_cards .stage.recipes {
  border-top: 0px;
  margin-top: 40px;
}
div.brand_cards .stage.recipes h3,
div.search_cards .stage.recipes h3 {
  background-image: url("images/brands/brands-cards-recipes-icon.png");
}
div.brand_cards .stage.solutions,
div.search_cards .stage.solutions {
  border-top: 0px;
  margin-top: 40px;
}
div.brand_cards .stage.solutions h3,
div.search_cards .stage.solutions h3 {
  background-image: url("images/brands/brands-cards-solutions-icon.png");
}
div.brand_cards .stage.tips-trends,
div.search_cards .stage.tips-trends {
  border-top: 0px;
  margin-top: 40px;
}
div.brand_cards .stage.tips-trends h3,
div.search_cards .stage.tips-trends h3 {
  background-image: url("images/brands/brands-cards-tips-icon.png");
}
div.brand_cards .stage h3,
div.search_cards .stage h3 {
  background-image: url("images/brands/brands-cards-products-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #57585d;
  text-align: left;
  text-indent: 60px;
  line-height: 100px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
div.brand_cards .stage ul,
div.search_cards .stage ul {
  margin-top: 39px;
}
div.brand_cards .stage ul li,
div.search_cards .stage ul li {
  margin-right: 0px;
  margin-bottom: 35px;
  /* 5px being added somewhere */
}
div.brand_cards .stage ul.products li .content a.cta,
div.search_cards .stage ul.products li .content a.cta {
  margin-left: -97px;
}
div.brand_cards .stage a.view-all-cta,
div.search_cards .stage a.view-all-cta {
  background: #c01119;
  height: 44px;
  float: left;
  position: relative;
  margin: 36px 0px 37px -69px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  clear: both;
  left: 50%;
  /* cta */
}
div.brand_cards .stage a.view-all-cta div,
div.search_cards .stage a.view-all-cta div {
  background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 24px 0px 17px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
div.brand_cards .stage a.view-all-cta:hover,
div.search_cards .stage a.view-all-cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
div.brand_cards .stage a.view-all-cta:hover div,
div.search_cards .stage a.view-all-cta:hover div {
  background-position: right 12px bottom -1px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
div.brand_cards .stage a.view-all-cta.bottom,
div.search_cards .stage a.view-all-cta.bottom {
  display: none;
}
@media (max-width: 840px) {
  div.search_cards .stage ul.videos.bottom-callout .view-all-cta.bottom {
    display: none !important;
  }
}
div.brand_cards.recipes {
  background-position: center 100px;
}
div.brand_cards.solutions.products .stage {
  border-top: 0px !important;
}
div.brand_cards .stage.recipes {
  border-top: 1px solid #eaeaea;
  margin-top: 0px;
}
div.search_cards {
  background-position: center 100px !important;
  border-top: 0px !important;
}
div.search_cards:first-child .stage {
  border-top: 0px !important;
}
div.search_cards .stage {
  border-top: 1px solid #eaeaea !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
}
div.search_cards .stage h3 {
  width: auto;
  height: 40px;
  line-height: 40px;
  margin: 30px 23px 30px 0px;
  padding-right: 30px;
  border-right: 1px solid #d5d5d6;
  clear: none;
}
div.search_cards .stage div.total-results {
  background: #57585d;
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
div.search_cards .stage div.total-results.products {
  background-color: #42317f;
}
div.search_cards .stage div.total-results.recipes {
  background-color: #c4960c;
}
div.search_cards .stage div.total-results.small {
  font-size: 16px;
}
div.search_cards .stage div.total-results.solutions {
  background-color: #0873bb;
}
div.search_cards .stage div.total-results.tips-trends {
  background-color: #c01119;
}
div.search_cards .stage p.results {
  width: auto !important;
  height: 100px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 15px !important;
  padding: 0px 0px 0px 0px;
  color: #57585d;
  font-size: 18px;
  line-height: 100px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  clear: none !important;
}
div.search_cards .stage a.view-all-cta {
  background: #c01119;
  height: 30px;
  position: relative;
  margin: 55px auto 0px -20px !important;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  clear: both;
  z-index: 500;
  left: 50%;
  transform: translateX(-50%);
  /* cta */
}
div.search_cards .stage a.view-all-cta div {
  background: url("images/cta-arrow-sprite-39.png") right 7px top -8px no-repeat;
  height: 26px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 20px 0px 7px;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
div.search_cards .stage a.view-all-cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
div.search_cards .stage a.view-all-cta:hover div {
  background-position: right 7px bottom -7px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
div.search_cards .stage ul {
  margin-bottom: 25px;
  clear: left !important;
}
div.search_cards .stage ul li .content a.cta {
  margin-left: -49px !important;
}
div.search_cards .stage.videos .image.video {
  margin-bottom: 10px;
}
div.search_cards .stage.videos .video.card .header p {
  background: #0d0102;
}
div.home_cards {
  background-color: #f4f4f5;
  /* home_cards */
}
div.home_cards .stage {
  /* stage */
}
div.home_cards .stage h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
div.home_cards .stage p {
  color: #414246;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
div.home_cards .stage ul {
  height: auto;
  margin-top: 49px;
  margin-bottom: 35px;
}
/*  */
/* tips landing page */
ul.tips_large_cards {
  width: 620px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
  list-style-position: outside;
  /* ul.tips_large_cards */
}
ul.tips_large_cards li {
  background: #ffffff;
  width: 100%;
  height: 371px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 1px solid #d5d5d6;
  cursor: pointer;
}
ul.tips_large_cards li:first-child {
  margin-bottom: 40px;
}
ul.tips_large_cards li .icon {
  background-position: center center;
  background-repeat: no-repeat;
  width: calc(100% - 4px);
  height: 162px;
  position: absolute;
  left: 2px;
  top: 2px;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  z-index: 1;
}
ul.tips_large_cards li .image {
  background-repeat: no-repeat;
  background-color: #d5d5d6;
  background-position: center center;
  background-size: cover;
  width: 620px;
  height: 165px;
  float: left;
  position: relative;
  margin: -1px -1px -1px -1px;
  display: block;
  z-index: 0;
}
ul.tips_large_cards li .content {
  width: calc(100% - 4px);
  height: 204px;
  float: left;
  position: relative;
  margin: 0px 2px 2px 2px;
  border: 1px solid #d5d5d6;
  border-top: 0px;
}
ul.tips_large_cards li .content p {
  width: 80%;
  float: left;
  position: relative;
  margin: 0px 10% 0px 10%;
  padding: 0px 0px 0px 0px;
  clear: both;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #818286;
  text-align: center;
}
ul.tips_large_cards li .content p.title {
  color: #c4960c;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 26px;
  margin-bottom: 11px;
}
ul.tips_large_cards li .content a.cta {
  background: #c01119;
  height: 44px;
  float: left;
  position: relative;
  margin: 17px 0px 0px -85px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  left: 50%;
  /* cta */
}
ul.tips_large_cards li .content a.cta div {
  background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 24px 0px 17px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
ul.tips_large_cards li .content a.cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
ul.tips_large_cards li .content a.cta:hover div {
  background-position: right 12px bottom -1px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
#meet-our-team-box {
  background-color: #181717;
  background-image: url("images/chef-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 620px;
  height: 782px;
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  /* #meet-our-team-box */
}
#meet-our-team-box .header {
  background-color: #c01119;
  width: 100%;
  height: 59px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
}
#meet-our-team-box .header p {
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  float: left;
  position: relative;
  margin: 2px 2px 0px 2px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 59px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  text-transform: uppercase;
}
#meet-our-team-box .footer {
  background-color: #181717;
  width: 100%;
  height: 87px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
  /* footer */
}
#meet-our-team-box .footer .content {
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  float: left;
  position: relative;
  margin: 0px 2px 2px 2px;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 1px solid #ffffff;
  border-top: 0px;
  text-align: center;
  /* .content */
}
#meet-our-team-box .footer .content .center {
  width: auto;
  height: 40px;
  float: left;
  position: relative;
  margin: 20px 0px 0px 58px;
  text-align: center;
  /* center */
}
#meet-our-team-box .footer .content .center p {
  float: left;
  position: relative;
  margin: 14px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#meet-our-team-box .footer .content .center a.cta {
  background: #c01119;
  height: 44px;
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  display: block;
  text-decoration: none !important;
  /* cta */
}
#meet-our-team-box .footer .content .center a.cta div {
  background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 24px 0px 17px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
}
#meet-our-team-box .footer .content .center a.cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
  text-decoration: none !important;
}
#meet-our-team-box .footer .content .center a.cta:hover div {
  background-position: right 12px bottom -1px;
  color: #c4960c;
  border: 1px solid #c4960c;
  text-decoration: none !important;
}
#meet-our-team-box ul {
  width: calc(100% - 4px);
  height: calc(100% - 146px);
  float: left;
  position: relative;
  margin: 0px 2px 0px 2px;
  padding: 0px 0px 0px 0px;
  display: block;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  list-style-position: outside;
  list-style-type: none;
  /* ul */
}
#meet-our-team-box ul li {
  width: calc(50% - 40px);
  height: calc(50% - 20px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: center;
}
#meet-our-team-box ul li:nth-child(1) {
  border-right: 1px solid #818286;
  border-bottom: 1px solid #818286;
  margin-left: 40px;
  margin-top: 20px;
}
#meet-our-team-box ul li:nth-child(2) {
  border-bottom: 1px solid #818286;
  margin-top: 20px;
}
#meet-our-team-box ul li:nth-child(3) {
  border-right: 1px solid #818286;
  margin-left: 40px;
}
#meet-our-team-box ul li img {
  background-color: #ffffff;
  width: 166px;
  height: 166px;
  margin: 40px auto 10px auto;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 3px solid #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}
#meet-our-team-box ul li a.name {
  background: #c01119;
  width: auto;
  margin: 0px auto 0px auto;
  padding: 4px 10px 2px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
}
#meet-our-team-box ul li a.name:hover {
  background: #c4960c;
}
#meet-our-team-box ul li p {
  width: auto;
  margin: 7px auto 0px auto;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
/* */
div.pre_footer {
  background: #f4f4f5 url("images/faded-center-bg.png") center top no-repeat;
  width: 100%;
  height: auto;
  /* 430 for my pantry callout */
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 60px 0px;
  display: block;
  clear: both;
  /* two 50% width callouts */
  /* my pantry callout */
  /* .pre_footer */
}
div.pre_footer ul.callouts {
  width: 1280px;
  height: 274px;
  float: left;
  position: relative;
  margin: 0px 0px 0px -640px;
  padding: 0px 0px 0px 0px;
  left: 50%;
  list-style-type: none;
  list-style-position: outside;
  display: block;
  /* ul.callouts */
}
div.pre_footer ul.callouts.featured-holder {
  height: auto;
}
div.pre_footer ul.callouts li {
  background: #ffffff;
  width: calc(50% - 20px);
  height: 274px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  -webkit-box-shadow: 0px 3px 7px 0px #abacae;
  -moz-box-shadow: 0px 3px 7px 0px #abacae;
  box-shadow: 0px 3px 7px 0px #abacae;
  cursor: pointer;
  /* li */
}
div.pre_footer ul.callouts li:first-child {
  margin-right: 40px;
}
div.pre_footer ul.callouts li.featured {
  height: 373px;
  background-repeat: no-repeat;
}
@media (max-width: 990px) {
  div.pre_footer ul.callouts li.featured {
    height: auto !important;
    overflow: auto;
    max-width: 620px;
    margin: 0 auto 25px !important;
    float: none;
  }
}
div.pre_footer ul.callouts li.featured .content p.noicon {
  margin-top: 192px;
}
div.pre_footer ul.callouts li .content {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  float: left;
  position: relative;
  margin: 3px 3px 3px 3px;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 1px solid #d5d5d6;
  text-align: center;
  /* content */
}
div.pre_footer ul.callouts li .content img {
  width: 48px;
  height: 48px;
  float: left;
  position: relative;
  margin: 25px 0px 18px -24px;
  padding: 0px 0px 0px 0px;
  left: 50%;
  display: block;
  clear: both;
  border: 0px;
}
div.pre_footer ul.callouts li .content p {
  width: calc(100% - 80px);
  float: left;
  position: relative;
  margin: 0px 40px 22px 40px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #818286;
  font-weight: 400;
  text-align: center;
}
div.pre_footer ul.callouts li .content p.title {
  color: #c4960c;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 11px;
}
div.pre_footer ul.callouts li .content p.noicon {
  margin-top: 67px;
  /* 57 */
}
div.pre_footer ul.callouts li .content a.cta {
  background: #c01119;
  height: 44px;
  float: left;
  position: relative;
  margin: 0px 0px 0px -85px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  left: 50%;
  /* cta */
}
div.pre_footer ul.callouts li .content a.cta div {
  background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 24px 0px 17px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
div.pre_footer ul.callouts li .content a.cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
div.pre_footer ul.callouts li .content a.cta:hover div {
  background-position: right 12px bottom -1px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
div.pre_footer.product-cards {
  background: none;
  padding: 0 0 60px;
}
div.pre_footer.product-cards ul.callouts {
  width: 100%;
  left: 0;
  margin: 0;
}
div.pre_footer.product-cards ul.callouts li {
  width: calc(50% - 20px);
}
div.pre_footer .stage {
  width: 1280px;
  height: 310px;
  margin: 0px auto 0px auto;
  /* .stage / my pantry content */
}
div.pre_footer .stage.mypantry {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px #abacae;
  -moz-box-shadow: 0px 3px 7px 0px #abacae;
  box-shadow: 0px 3px 7px 0px #abacae;
  /* .mypantry */
}
div.pre_footer .stage.mypantry .login_box {
  width: 421px;
  height: 304px;
  float: left;
  position: relative;
  margin: 3px 3px 3px 3px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d5d5d6;
  clear: none;
  text-align: center;
  /* .login_box */
}
div.pre_footer .stage.mypantry .login_box .logo {
  background: url("images/my-pantry-callout-logo.png") center center no-repeat;
  width: 226px;
  height: 119px;
  float: left;
  position: relative;
  margin: 33px 0px 0px 100px;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: both;
}
div.pre_footer .stage.mypantry .login_box p {
  width: calc(100% - 60px);
  float: left;
  position: relative;
  margin: 0px 30px 21px 30px;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: both;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #57585d;
  text-align: center;
}
div.pre_footer .stage.mypantry .login_box p.sub {
  margin-top: 21px;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
div.pre_footer .stage.mypantry .login_box a.cta {
  background: #c01119;
  height: 44px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  /* cta */
}
div.pre_footer .stage.mypantry .login_box a.cta div {
  background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 24px 0px 17px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
div.pre_footer .stage.mypantry .login_box a.cta.check div {
  background-image: url("images/cta-check-sprite-39.png");
  padding-right: 33px;
}
div.pre_footer .stage.mypantry .login_box a.cta.dark {
  background-color: #57585d;
  border: 1px solid #57585d;
}
div.pre_footer .stage.mypantry .login_box a.cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
div.pre_footer .stage.mypantry .login_box a.cta:hover div {
  background-position: right 12px bottom -1px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
div.pre_footer .stage.mypantry a.dashboard {
  margin-right: 0px !important;
  /*10 55 */
  margin-left: 126px !important;
}
div.pre_footer .stage.mypantry a.signup {
  margin-right: 10px !important;
  margin-left: 80px !important;
}
div.pre_footer .stage.mypantry .mypantry_callout_content {
  background: #57585d url("images/my-pantry-callout.jpg") 0px 0px no-repeat;
  background-size: cover;
  width: 853px;
  height: 310px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: none;
  /* .callout content */
}
div.pre_footer .stage.mypantry .mypantry_callout_content ul {
  width: calc(100% - 80px);
  height: 165px;
  float: left;
  position: relative;
  margin: 37px 0px 0px 40px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
  list-style-position: outside;
  /* ul */
}
div.pre_footer .stage.mypantry .mypantry_callout_content ul li {
  background-position: center top;
  background-repeat: no-repeat;
  width: 33.333%;
  height: 165px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 115px 20px 0px 20px;
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
}
div.pre_footer .stage.mypantry .mypantry_callout_content ul li:first-child {
  background-image: url("images/pantry/menus-96.png");
}
div.pre_footer .stage.mypantry .mypantry_callout_content ul li:nth-child(2) {
  background-image: url("images/pantry/recipes-96.png");
}
div.pre_footer .stage.mypantry .mypantry_callout_content ul li:last-child {
  background-image: url("images/pantry/products-96.png");
}
div.pre_footer .stage.mypantry .mypantry_callout_content p {
  width: calc(100% - 80px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 40px;
  padding: 13px 0px 0px 0px;
  display: block;
  border-top: 2px solid #c01119;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
/* meet the team */
ul#team-members {
  width: 1280px;
  float: left;
  position: relative;
  margin: 0px 0px 28px -640px;
  /*60 but the last row of LIs takes care of 20 of it */
  padding: 0px 0px 0px 0px;
  left: 50%;
  list-style-type: none;
  display: block;
  clear: both;
}
ul#team-members li {
  width: 290px;
  height: 240px;
  float: left;
  position: relative;
  margin: 0px 40px 72px 0px;
  /* 80px with line height */
  padding: 0px 0px 0px 0px;
  display: block;
}
ul#team-members li a {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
}
ul#team-members li a img {
  width: 160px;
  height: 160px;
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: both;
  border: 3px solid #c4960c;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}
ul#team-members li a div {
  width: 100%;
  height: 30px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: both;
  text-align: center;
}
ul#team-members li a div h3 {
  background: #c4960c;
  width: auto !important;
  height: 30px !important;
  position: relative;
  margin: 0px auto 0px auto;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
ul#team-members li a h4 {
  width: 100%;
  float: left;
  position: relative;
  margin: 8px 0px 0px 0px;
  /* 10, deal with line height */
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #57585d;
  display: block;
  clear: both;
}
ul#team-members li a:hover img {
  border: 3px solid #c01119;
}
ul#team-members li a:hover h3 {
  background: #c01119;
}
ul#team-members li:nth-child(4),
ul#team-members li:nth-child(8),
ul#team-members li:nth-child(12),
ul#team-members li:nth-child(16) {
  margin-right: 0px !important;
}
#page-stage {
  width: 1280px;
  float: left;
  position: relative;
  margin: 40px 0px 60px -640px;
  padding: 0px 0px 0px 0px;
  left: 50%;
  clear: both;
}
#page {
  width: 1280px;
  float: left;
  position: relative;
  margin: 40px 0px 120px -640px;
  padding: 0px 0px 0px 0px;
  left: 50%;
  clear: both;
}
#page img.wp-post-image {
  width: 252px;
  height: 252px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 4px solid #c4960c;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
}
#page div.pantry-options {
  width: 280px;
  height: 78px;
  position: absolute;
  right: 0px;
  top: 36px;
  z-index: 1;
  border: 1px solid #d5d5d6;
  border-left: 0px;
}
#page div.pantry-options div.pantry {
  background: #c01119;
  width: 154px;
  height: 110px;
  position: absolute;
  left: 0px;
  top: -16px;
}
#page div.pantry-options div.tool {
  background-position: 0px 0px;
  width: 28px;
  height: 28px;
  float: right;
  position: relative;
  margin: 26px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
}
#page div.pantry-options div.tool:hover {
  background-position: 0px -28px;
}
#page div.pantry-options div.share {
  background-image: url(images/share-sprite-28.png);
}
#page div.pantry-options div.print {
  background-image: url(images/print-sprite-28.png);
}
#page div.content {
  width: 980px;
  float: right;
  position: relative;
  margin: 51px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  z-index: 0;
}
#page div.content h1 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #c01119;
  text-align: left;
  text-transform: uppercase;
}
#page div.content h2 {
  width: 100%;
  float: left;
  position: relative;
  margin: 6px 0px 44px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #818286;
  text-align: left;
  text-transform: uppercase;
}
#page div.content p {
  width: 95.9%;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #57585d;
  display: block;
  clear: both;
}
#page div.content p:last-child {
  margin-bottom: 0px;
}
/*  */
.chef-bio .wrap {
  margin-top: 75px;
}
.chef-bio .col-md-9 {
  margin-top: 51px;
}
.chef-img img {
  width: 252px;
  height: 252px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 4px solid #c4960c;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
}
.chef-bio .entry-header h1.entry-title {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #c01119;
  text-align: left;
  text-transform: uppercase;
}
.chef-bio h2 {
  width: 100%;
  float: left;
  position: relative;
  margin: 6px 0px 44px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #818286;
  text-align: left;
  text-transform: uppercase;
}
ul.callouts_left,
ul.video-callouts,
ul.double-cta-callouts {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-position: outside;
  list-style-type: none;
}
ul.callouts_left li,
ul.video-callouts li,
ul.double-cta-callouts li {
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  height: 236px auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 7px 0px #abacae;
  -moz-box-shadow: 0px 3px 7px 0px #abacae;
  box-shadow: 0px 3px 7px 0px #abacae;
}
ul.callouts_left li div.content,
ul.video-callouts li div.content,
ul.double-cta-callouts li div.content {
  width: calc(100% - 6px) !important;
  max-width: 394px !important;
  height: 230px auto !important;
  float: left !important;
  position: relative !important;
  margin: 3px 3px 3px 3px !important;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 1px solid #d5d5d6;
}
ul.callouts_left li div.content p,
ul.video-callouts li div.content p,
ul.double-cta-callouts li div.content p {
  width: 90% !important;
  float: left;
  position: relative;
  margin: 0px 5% 20px 5% !important;
  padding: 0px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5em;
  clear: both;
}
ul.callouts_left li div.content p.title,
ul.video-callouts li div.content p.title,
ul.double-cta-callouts li div.content p.title {
  color: #c01119 !important;
  text-transform: uppercase;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 34px 5% 2px 5% !important;
}
ul.callouts_left li div.content a.cta,
ul.video-callouts li div.content a.cta,
ul.double-cta-callouts li div.content a.cta {
  background: #c01119;
  height: 44px;
  float: left;
  position: relative;
  margin: 2px 0px 30px -86px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c01119;
  left: 50%;
}
ul.callouts_left li div.content a.cta div,
ul.video-callouts li div.content a.cta div,
ul.double-cta-callouts li div.content a.cta div {
  background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 24px 0px 17px;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
ul.callouts_left li div.content a.cta:hover,
ul.video-callouts li div.content a.cta:hover,
ul.double-cta-callouts li div.content a.cta:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
ul.callouts_left li div.content a.cta:hover div,
ul.video-callouts li div.content a.cta:hover div,
ul.double-cta-callouts li div.content a.cta:hover div {
  background-position: right 12px bottom -1px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
/* calcs */
/* frozen soup scratch calculator */
.page-template-page-scratch-calculator main {
  overflow: inherit;
  width: 100%;
}
.scratch-calc-form {
  padding-right: 0!important;
}
.scratch-calc-form .scratch-calc-wrap {
  margin: 30px -15px !important;
}
.scratch-calc-form .scratch-calc-wrap .col-md-6 {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .scratch-calc-form .scratch-calc-wrap .col-md-6 {
    margin-bottom: 30px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner {
  padding: 20px;
  border: 1px solid #d5d5d6;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-header {
  text-align: center;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-header h3 {
  font-weight: 700;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner input {
  max-width: 100%;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="recipe_name"],
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="portion_size"] {
  font-size: 18px!important;
  font-weight: 400!important;
  float: left;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="recipe_name"]::-webkit-input-placeholder,
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="portion_size"]::-webkit-input-placeholder {
  color: #aaa;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="recipe_name"]::-moz-placeholder,
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="portion_size"]::-moz-placeholder {
  color: #aaa;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="recipe_name"]:-ms-input-placeholder,
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="portion_size"]:-ms-input-placeholder {
  color: #aaa;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="recipe_name"]:-moz-placeholder,
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="portion_size"]:-moz-placeholder {
  color: #aaa;
}
@media (max-width: 1300px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="recipe_name"],
  .scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="portion_size"] {
    font-size: 16px!important;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="recipe_name"] {
  width: calc(70% - 5px);
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="recipe_name"] {
    width: calc(60% - 5px);
  }
}
@media (max-width: 500px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="recipe_name"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="portion_size"] {
  width: 30%;
}
@media (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="portion_size"] {
    width: 40%;
  }
}
@media (max-width: 500px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .input[name="portion_size"] {
    width: 100%;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .input,
.scratch-calc-form .scratch-calc-wrap .sc-inner select {
  font-size: 16px!important;
  font-weight: 700!important;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner select[name="total_labor_minutes"],
.scratch-calc-form .scratch-calc-wrap .sc-inner select[name="case_total_labor_minutes"] {
  padding-right: 25px!important;
  background-position: top 6px right 9px!important;
  background-size: 10px!important;
  width: 100%!important;
  text-align: right!important;
  direction: rtl;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner select[name="total_labor_minutes"] option,
.scratch-calc-form .scratch-calc-wrap .sc-inner select[name="case_total_labor_minutes"] option {
  direction: rtl;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner h4 {
  color: #c01119;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sep {
  clear: both;
  background: #d5d5d6;
  height: 2px;
  margin: 15px 0;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key {
  clear: both;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key {
    margin-bottom: 15px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row div:not(.clearfix),
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key div:not(.clearfix) {
  float: left;
  margin-right: 5px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row div:not(.clearfix):first-child input,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key div:not(.clearfix):first-child input {
  text-align: left;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row div:not(.clearfix):before,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key div:not(.clearfix):before {
  display: none;
  font-size: 10px;
  color: #c01119;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row div:not(.clearfix):before,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key div:not(.clearfix):before {
    display: block;
  }
}
@media (max-width: 600px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row div:not(.clearfix):before,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key div:not(.clearfix):before {
    display: block;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row div:not(.clearfix) input,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key div:not(.clearfix) input {
  text-align: center;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-name,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-name {
  width: calc(30% - 5px);
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-name:before,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-name:before {
  content: "Name";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-name,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-name,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty {
  width: calc(10% - 5px);
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty:before,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty:before {
  content: "Quantity";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty {
    width: calc(15% - 5px);
  }
}
@media (max-width: 600px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty {
    width: calc(33.3% - 5px);
  }
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty input.input,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty input.input {
    text-align: left;
  }
}
@media (max-width: 460px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty {
    width: calc(50% - 5px);
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty-unit,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty-unit {
  width: calc(25% - 5px);
  text-align: center;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty-unit:before,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty-unit:before {
  content: "Unit of Measure";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty-unit,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty-unit {
    width: calc(35% - 5px);
  }
}
@media (max-width: 600px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty-unit,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty-unit {
    width: calc(33.3% - 5px);
  }
}
@media (max-width: 460px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty-unit,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty-unit {
    width: 50%;
    margin-right: 0!important;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-qty-unit input.input,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty-unit input.input {
  font-size: 12px!important;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-cost,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-cost {
  width: calc(15% - 5px);
  text-align: center;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-cost:before,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-cost:before {
  content: "Unit Price";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-cost,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-cost {
    width: calc(20% - 5px);
  }
}
@media (min-width: 461px) and (max-width: 600px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-cost,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-cost {
    width: 33.3%;
    margin-right: 0!important;
  }
}
@media (max-width: 460px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-cost,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-cost {
    width: calc(50% - 5px);
    margin-top: 5px;
    text-align: left;
  }
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-cost input.input,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-cost input.input {
    text-align: left;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-calc-cost,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-calc-cost {
  width: calc(15% - 5px);
  padding-top: 8px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  position: relative;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-calc-cost:before,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-calc-cost:before {
  content: "Cost";
}
@media (min-width: 601px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-calc-cost:before,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-calc-cost:before {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-calc-cost,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-calc-cost {
    width: calc(20% - 5px);
    padding-top: 37px;
  }
}
@media (max-width: 600px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-calc-cost,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-calc-cost {
    width: 100%;
    padding-right: 30px;
    margin-right: 0!important;
  }
}
@media (max-width: 460px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-calc-cost,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-calc-cost {
    margin-top: 5px;
    width: 50%;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-remove,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-remove {
  width: 5%;
  text-align: right;
  margin-right: 0!important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-remove,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-remove {
    width: 10%;
    position: absolute;
    right: 0;
    bottom: 4px;
  }
}
@media (max-width: 600px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-remove,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-remove {
    width: 10%;
    position: absolute;
    right: 0;
    bottom: -2px;
  }
}
@media (max-width: 460px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-remove,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-remove {
    bottom: 4px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-remove .remove-item,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-remove .remove-item,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredient-row .ing-remove .remove-item:visited,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-remove .remove-item:visited {
  padding: 10px 5px;
  display: block;
  width: 20px;
  height: 40px;
  background: url(images/solutions/scratch-calculator/remove-item.jpg) center center no-repeat;
  cursor: pointer;
  margin: 0 0 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key {
    display: none;
  }
}
@media (max-width: 600px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key {
    display: none;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key label {
  color: #c01119;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-qty-unit,
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-cost {
  text-align: center;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .ingredients-key .ing-calc-cost {
  padding-top: 0;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .add-ingredient {
  text-align: right;
  margin: 10px 0;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .add-ingredient .add-item,
.scratch-calc-form .scratch-calc-wrap .sc-inner .add-ingredient .add-item:visited {
  display: inline-block;
  padding: 7px 30px 7px 5px;
  background: url(images/solutions/scratch-calculator/add-item.jpg) top right no-repeat;
  color: #1d8642;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 0 0 auto;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .add-ingredient .add-item:hover,
.scratch-calc-form .scratch-calc-wrap .sc-inner .add-ingredient .add-item:visited:hover {
  text-decoration: none;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item {
  margin-bottom: 10px;
  position: relative;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .calc-icon {
  position: absolute;
  right: calc(20% + 5px);
  bottom: 5px;
  padding: 10px 5px 10px 10px;
  cursor: pointer;
  background: #ffffff;
  z-index: 4;
}
@media (max-width: 485px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .calc-icon {
    display: block;
    position: static;
    padding: 10px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .calc-icon span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/solutions/scratch-calculator/calc-icon.png) top center no-repeat;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .calc-icon:hover span {
  background-position: 0 -20px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .calc-icon.total span {
  background-position: 0 -20px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .calc-icon.total:hover span {
  background-position: 0 0;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .item {
  position: relative;
  float: left;
  width: calc(80% - 5px);
  margin-right: 5px;
  background: url(images/solutions/scratch-calculator/dots.jpg) bottom left repeat-x;
}
@media (max-width: 485px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .item {
    width: calc(60% - 5px);
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .item span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  top: 10px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .item .subtext {
  display: block;
  position: absolute;
  background: none;
  left: 0;
  top: 35px;
  color: #aaa;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}
@media (max-width: 413px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .item .subtext {
    top: 45px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .value {
  float: left;
  width: 20%;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 485px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .value {
    width: 40%;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item .value input {
  text-align: right;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item.trail-half {
  width: 40%;
  float: left;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item.trail-half.right-space {
  margin-right: 20%;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .trail-item.trail-half .item {
  background: none;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-products-dropdown {
  position: absolute;
  background: white;
  z-index: 9;
  max-height: 50%;
  overflow-y: scroll;
  width: 92%;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-products-dropdown .sc-product {
  cursor: pointer;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product {
  border: 1px solid #d5d5d6;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product {
    padding-bottom: 30px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product div:not(.clearfix) {
  float: left;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-img {
  width: 130px;
  margin-right: 15px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-txt {
  width: calc(100% - 245px);
  margin-right: 0;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-txt {
    clear: left;
    width: calc(100% - 100px);
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-txt {
    clear: left;
    width: calc(100% - 30px);
    padding-left: 0;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-txt h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-txt p {
  font-size: 14px;
  line-height: 18px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-txt .btn.btn-primary {
  font-size: 11px;
  padding: 1px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-txt .btn.btn-primary span {
  padding: 7px 10px 5px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools {
  width: 100px;
  margin-right: 0;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 900px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools {
    position: static;
    top: inherit;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .favBtn {
  margin: 10px 30px 0 0;
}
@media (max-width: 900px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .favBtn {
    margin: 10px 10px 0 0;
  }
}
@media (max-width: 550px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .favBtn {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link,
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link:visited {
  display: block;
  background: #c01119;
  color: #fff;
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 900px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link:visited {
    bottom: 0;
    top: inherit;
    width: 100%;
    height: 20px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link:hover,
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link:visited:hover {
  background: #c4960c;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link .fa,
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link:visited .fa {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  font-size: 12px;
  right: 5px;
}
@media (max-width: 900px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link .fa,
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-product .sc-prod-tools .drop-link:visited .fa {
    right: 50%;
    margin-right: -2px;
    margin-top: -5px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-tools-hint {
  position: absolute;
  width: 115px;
  right: -126px;
  top: 77px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #c01119;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d5d5d6;
  background: #fff;
  padding: 5px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-tools-hint div {
  position: relative;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-tools-hint div:before {
  content: " ";
  width: 7px;
  height: 14px;
  display: block;
  background: url(images/hint-arrow-left.png) top center no-repeat;
  position: absolute;
  top: 10px;
  left: -12px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results {
  text-align: center;
  padding: 45px 0;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result {
  width: 180px;
  display: inline-block;
  margin: 0 30px;
}
@media (max-width: 1199px) {
  .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result {
    margin-bottom: 30px;
  }
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result.result-down {
  color: #008640;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result.result-down .fa-minus-circle {
  display: none;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result.result-up {
  color: #c01119;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result.result-up .fa-plus-circle {
  display: none;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result .sc-circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result .sc-circle .circle-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result .sc-circle .circle-inner .fa {
  font-size: 30px;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result .sc-circle .circle-inner div {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
.scratch-calc-form .scratch-calc-wrap .sc-inner .sc-results .sc-result .sc-label {
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
}
@media print {
  .page-template-page-scratch-calculator {
    padding-top: 0!important;
  }
  .page-template-page-scratch-calculator main,
  .page-template-page-scratch-calculator article,
  .page-template-page-scratch-calculator section {
    padding: 0!important;
    margin: 0!important;
  }
  .page-template-page-scratch-calculator .inner-top-bar {
    margin: 0!important;
    padding: 0!important;
  }
  .page-template-page-scratch-calculator .inner-top-bar .cat-icon img {
    display: none!important;
  }
  .page-template-page-scratch-calculator .inner-top-bar h1 {
    margin: 0!important;
    padding: 0!important;
    font-size: 24px!important;
    min-height: 0!important;
  }
  .page-template-page-scratch-calculator .inner-top-bar .inner-top-bar-nav {
    max-width: none;
  }
  .page-template-page-scratch-calculator .wrap h2,
  .page-template-page-scratch-calculator .wrap > p {
    text-align: center;
  }
  .page-template-page-scratch-calculator .wrap h2 {
    margin: 0;
    font-size: 16px;
  }
  .page-template-page-scratch-calculator .wrap p {
    line-height: 1.2em;
    font-size: 14px;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form {
    padding-top: 0;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap {
    margin: 0;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-header img {
    display: none;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-inner .sc-header h3 {
    margin: 0;
    font-size: 18px;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .sep {
    display: none;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .input,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields select {
    font-size: 12px!important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields input,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields select {
    line-height: 16px!important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields select[name="total_labor_minutes"],
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields select[name="case_total_labor_minutes"] {
    padding-right: 10px!important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredients-key {
    display: block!important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredient-row,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredients-key {
    margin-bottom: 0;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredient-row div:before,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredients-key div:before {
    display: none!important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredient-row .ing-name,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredients-key .ing-name {
    width: calc(40% - 5px) !important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredient-row .ing-qty,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredients-key .ing-qty {
    width: calc(10% - 5px) !important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredient-row .ing-qty-unit,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredients-key .ing-qty-unit {
    width: calc(20% - 5px) !important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredient-row .ing-cost,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredients-key .ing-cost {
    width: calc(15% - 5px) !important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredient-row .ing-calc-cost,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ingredients-key .ing-calc-cost {
    width: 15%;
    margin-right: 0!important;
    text-align: right;
    font-size: 12px;
    padding-top: 0;
    padding-right: 0!important;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .add-ingredient,
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .ing-remove {
    display: none;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .trail-item.ing-total-cost {
    margin-top: 15px;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .trail-item .item span:not(.subtext) {
    top: 0;
    display: block;
    font-size: 12px;
    line-height: 22px;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .trail-item .item .subtext {
    top: 18px;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-fields .trail-item .value {
    line-height: 22px;
    font-size: 12px;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-product .sc-prod-txt {
    float: none;
    width: auto;
    clear: none;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-product .sc-prod-txt .btn {
    display: none;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-product .sc-prod-tools {
    display: none;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-results {
    padding: 15px 0 0;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-results .sc-circle {
    height: auto;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-results .sc-circle .circle-inner {
    position: static;
    transform: none;
  }
  .page-template-page-scratch-calculator .wrap #scratchCalcFormCtr .scratch-calc-form .scratch-calc-wrap .sc-results .sc-circle .circle-inner div {
    font-size: 30px;
    line-height: 30px;
  }
}
/* END - frozen soup scratch calculator */
#page.calculator {
  margin-top: 40px !important;
  margin-bottom: 57px;
}
#page.calculator div.left_content {
  width: 420px;
  float: left;
  margin-top: 0px;
}
#page.calculator div.left_content h1 {
  width: 1280px;
}
#page.calculator div.left_content h2 {
  margin: 0px 0px 27px 0px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #c01119;
}
#page.calculator div.pantry-options {
  top: 35px;
}
#page.calculator div.callout {
  background: #ffffff;
  width: 400px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
#page.calculator div.callout div.content {
  width: calc(100% - 6px);
  float: left;
  position: relative;
  margin: 3px;
  padding: 48px 40px 30px 40px;
  border: 1px solid #d5d5d6;
  text-align: center;
}
#page.calculator div.callout div.content h1 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #c01119;
  text-align: center;
  text-transform: uppercase;
  display: block;
  clear: both;
}
#page.calculator div.callout div.content p {
  width: 100%;
  float: left;
  position: relative;
  margin: 11px 0px 23px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #414246;
  text-align: center;
  display: block;
  clear: both;
}
#page.calculator div.callout div.content a {
  background: #c01119;
  width: auto;
  margin: 0px auto 0px auto;
  padding: 1px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #c01119;
  display: inline-block;
  clear: both;
}
#page.calculator div.callout div.content a div {
  background: url(images/cta-arrow-sprite-39.png) right 15px top 0px no-repeat;
  padding: 13px 29px 10px 15px;
  border: 1px solid #ffffff;
}
#page.calculator div.callout div.content a:hover {
  background: #ffffff;
  color: #c4960c;
  border: 1px solid #c4960c;
}
#page.calculator div.callout div.content a:hover div {
  background-position: right 15px bottom 0px;
  border: 1px solid #c4960c;
}
/* Menu Optimization Tool */
.page-template-page-menu-opt-tool main {
  width: 100%;
}
.page-template-page-menu-opt-tool .pre_footer {
  background: none;
  padding: 40px 0 0;
}
@media (min-width: 1341px) {
  .page-template-page-menu-opt-tool .pre_footer .callouts {
    width: 100%;
    margin-left: -50%;
  }
}
@media (max-width: 1340px) {
  .page-template-page-menu-opt-tool .pre_footer .callouts {
    padding: 0;
  }
}
.menu-opt-ctr .menu-opt-inner {
  background: url(images/menu-opt/main-bg.jpg) top center no-repeat;
  background-size: cover!important;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
}
.menu-opt-ctr .menu-opt-inner .container.header-holder {
  width: auto!important;
  padding-top: 0;
  position: relative;
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder {
    padding-bottom: 30px;
  }
}
.menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header {
  float: none;
  width: auto;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header {
    padding-bottom: 0;
  }
}
.menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header .entry-title {
  width: 661px;
  height: 113px;
  margin: 0 auto;
  background: url(images/menu-opt/title-bar-intro-bg.png) top center no-repeat;
  font-family: 'Hind', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.02em;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header .entry-title.inner-step-title {
    width: 433px;
    height: 97px;
    font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    background: url(images/menu-opt/title-bar-bg.png) top center no-repeat;
  }
}
@media (max-width: 1199px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header .entry-title {
    margin: 0 0;
    width: 433px;
    height: 97px;
    font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    background: url(images/menu-opt/title-bar-bg.png) top center no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header .entry-title {
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header .entry-title {
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header .entry-title {
    width: auto;
    height: auto;
    margin: 0 -15px;
    background-position: bottom center;
    background-size: 100%;
    background-repeat: repeat-x;
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
@media (max-width: 485px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header .entry-title {
    font-family: 'Hind', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }
}
@media (max-width: 420px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header .entry-title {
    background-size: auto;
  }
}
@media (max-width: 360px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .entry-header .entry-title {
    background-size: auto;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }
}
.menu-opt-ctr .menu-opt-inner .container.header-holder .prod-toolbar {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .prod-toolbar {
    position: relative;
    top: -10px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 385px) {
  .menu-opt-ctr .menu-opt-inner .container.header-holder .prod-toolbar {
    margin: 0 -15px;
  }
}
.menu-opt-ctr .menu-opt-inner .container.header-holder .prod-toolbar .add-to-pantry {
  background: none;
  position: static;
  display: inline-block;
  color: #c01119;
  margin-right: 0;
}
.menu-opt-ctr .menu-opt-inner .container.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content {
  border: 0;
  padding: 0;
}
.menu-opt-ctr .menu-opt-inner .container.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content .brdr {
  display: inline-block;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  position: relative;
  top: -7px;
}
.menu-opt-ctr .menu-opt-inner .container.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content .simplefavorite-button {
  border: 1px solid #57585d !important;
  margin: 0 0 0 10px;
  position: relative;
  top: 12px;
}
.menu-opt-ctr .menu-opt-inner .container.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content .simplefavorite-button:hover {
  border-color: #c01119 !important;
}
.menu-opt-ctr .menu-opt-inner .container.header-holder .prod-toolbar .icon-btn.print-btn {
  margin-left: 10px;
}
.menu-opt-ctr .menu-opt-inner .step-ctr {
  text-align: center;
  padding-bottom: 45px;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.has-error .mo-error {
  display: block;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-icons {
  margin-bottom: 30px;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-icons img {
  margin: 0 25px;
}
@media (max-width: 1199px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-icons img {
    margin: 0 10px;
    max-width: 175px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-icons img {
    max-width: 125px;
  }
}
@media (max-width: 550px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-icons img {
    max-width: 90px;
    margin: 0 7px;
  }
}
@media (max-width: 460px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-icons img {
    max-width: 80px;
    margin: 0 5px;
  }
}
@media (max-width: 385px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-icons img {
    max-width: 60px;
    margin: 0 4px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-text {
  max-width: 600px;
  margin: 0 auto 30px;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-text .btn-rounded {
  margin-top: 15px;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .btn-rounded,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .btn-rounded,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .btn-rounded,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .btn-rounded {
  font-family: 'Hind', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .btn-rounded,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .btn-rounded,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .btn-rounded,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .btn-rounded {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .concept-btn,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .concept-btn,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .concept-btn,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .concept-btn,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .profile-btn,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .profile-btn,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .profile-btn,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .profile-btn {
  position: relative;
  overflow: hidden;
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #abacae;
  width: calc(33.3% - 10px);
  float: left;
  display: block;
  padding: 30px;
  cursor: pointer;
  background: #ffffff;
  border: 3px solid #f7f7f7;
  border-radius: 4px;
  margin: 0 5px 10px;
  letter-spacing: 0;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .concept-btn:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .concept-btn:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .concept-btn:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .concept-btn:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .profile-btn:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .profile-btn:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .profile-btn:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .profile-btn:before {
  display: none;
  content: " ";
  position: absolute;
  top: 29px;
  left: 15px;
  width: 24px;
  height: 24px;
  background: url(images/menu-opt/check-orange.png) top center no-repeat;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .concept-btn:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .concept-btn:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .concept-btn:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .concept-btn:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .profile-btn:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .profile-btn:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .profile-btn:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .profile-btn:hover {
  text-decoration: none;
  color: #c4960c;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .concept-btn:hover:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .concept-btn:hover:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .concept-btn:hover:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .concept-btn:hover:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .profile-btn:hover:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .profile-btn:hover:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .profile-btn:hover:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .profile-btn:hover:before {
  display: block;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .concept-btn.selected,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .concept-btn.selected,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .concept-btn.selected,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .concept-btn.selected,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .profile-btn.selected,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .profile-btn.selected,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .profile-btn.selected,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .profile-btn.selected {
  color: #c01119;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .concept-btn.selected:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .concept-btn.selected:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .concept-btn.selected:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .concept-btn.selected:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .profile-btn.selected:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .profile-btn.selected:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .profile-btn.selected:before,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .profile-btn.selected:before {
  display: block;
  background: url(images/menu-opt/check.png) top center no-repeat;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .concept-btn.selected:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .concept-btn.selected:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .concept-btn.selected:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .concept-btn.selected:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .profile-btn.selected:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .profile-btn.selected:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .profile-btn.selected:hover,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .profile-btn.selected:hover {
  color: #c01119;
}
@media (max-width: 1199px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .concept-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .concept-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .concept-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .concept-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .profile-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .profile-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .profile-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .profile-btn {
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .concept-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .concept-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .concept-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .concept-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .profile-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .profile-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .profile-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .profile-btn {
    width: 100%;
    margin: 0 0 10px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .step-labels .step-1 .label-num,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .step-labels .step-1 .label-text {
  color: #c01119;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .step-labels .step-2 .mo-icon,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .step-labels .step-2 .label-num {
  opacity: 0.35;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .step-labels .step-3 .mo-icon,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .step-labels .step-3 .mo-icon,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .step-labels .step-3 .label-num,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .step-labels .step-3 .label-num {
  opacity: 0.35;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .step-labels .step-2 .label-num,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .step-labels .step-2 .label-text {
  color: #c4960c;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .btn-rounded,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .btn-rounded {
  margin: 0 15px;
}
@media (max-width: 456px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .btn-rounded span,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .btn-rounded span {
    min-width: 157px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .btn-rounded.gray-btn,
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .btn-rounded.gray-btn {
    margin-bottom: 10px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .step-labels .step-1 .label-text,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .step-labels .step-1 .label-text,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .step-labels .step-1 .label-text {
  color: #414246;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .step-labels .step-1 .label-text span:after,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .step-labels .step-1 .label-text span:after,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .step-labels .step-1 .label-text span:after {
  display: block;
  background: url(images/menu-opt/check.png) top center no-repeat;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .step-labels .step-2 .label-text,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .step-labels .step-2 .label-text {
  color: #414246;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .step-labels .step-2 .label-text span:after,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .step-labels .step-2 .label-text span:after {
  display: block;
  background: url(images/menu-opt/check-orange.png) top center no-repeat;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .step-labels .step-3 .label-num,
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .step-labels .step-3 .label-text {
  color: #1d8642;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .step-labels .step-3 .label-text {
  color: #414246;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-4 .step-labels .step-3 .label-text span:after {
  display: block;
  background: url(images/menu-opt/check-green.png) top center no-repeat;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .s1-text {
  margin-bottom: 20px;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .s1-buttons {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .s1-buttons .concept-btn {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .s1-buttons .concept-btn {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .s1-buttons .concept-btn:nth-child(4) {
    margin-left: 16.66%;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-1 .s1-buttons .concept-btn:nth-child(5) {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-text {
    text-align: left;
    padding-left: 100px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map {
  position: relative;
  height: 320px;
  margin: 20px 0 30px;
}
@media (max-width: 1199px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map {
    margin: 35px 0 30px 100px;
  }
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map {
    margin: 35px 0 30px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map {
    width: 500px;
    height: 285px;
    display: inline-block;
    margin: 35px auto 30px;
  }
}
@media (max-width: 600px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map {
    height: auto;
    width: auto;
    padding: 0 15px;
  }
}
@media (min-width: 601px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region {
    position: absolute;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr {
  left: 60px;
  top: 0;
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr {
    left: 30px;
  }
}
@media (min-width: 601px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr .west {
    background: url(images/menu-opt/map-west.png) top center no-repeat;
    width: 188px;
    height: 223px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr .west:hover {
    background-position: 0 -223px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr .west.selected {
    background-position: 0 -446px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr .west span {
    bottom: 20px;
    left: -45px;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr .west span {
    left: -35px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr .west {
    width: 130px;
    height: 154px;
    background-size: 130px auto;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr .west:hover {
    background-position: 0 -154px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.west-ctr .west.selected {
    background-position: 0 -308px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr {
  left: 270px;
  top: 5px;
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr {
    left: 180px;
  }
}
@media (min-width: 601px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr .midwest {
    background: url(images/menu-opt/map-midwest.png) top center no-repeat;
    width: 201px;
    height: 150px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr .midwest:hover {
    background-position: 0 -150px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr .midwest.selected {
    background-position: 0 -300px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr .midwest span {
    top: -15px;
    left: 129px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr .midwest {
    width: 140px;
    height: 104px;
    background-size: 140px auto;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr .midwest:hover {
    background-position: 0 -104px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr .midwest.selected {
    background-position: 0 -208px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.midwest-ctr .midwest span {
    top: -10px;
    left: 110px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr {
  left: 498px;
  top: 0;
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr {
    left: 352px;
  }
}
@media (min-width: 601px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr .northeast {
    background: url(images/menu-opt/map-northeast.png) top center no-repeat;
    width: 98px;
    height: 107px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr .northeast:hover {
    background-position: 0 -107px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr .northeast.selected {
    background-position: 0 -214px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr .northeast span {
    top: 60px;
    right: -100px;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr .northeast span {
    right: -82px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr .northeast {
    width: 68px;
    height: 74px;
    background-size: 68px auto;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr .northeast:hover {
    background-position: 0 -74px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.northeast-ctr .northeast.selected {
    background-position: 0 -148px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.south-ctr {
  left: 263px;
  top: 132px;
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.south-ctr {
    left: 170px;
    top: 95px;
  }
}
@media (min-width: 601px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.south-ctr .south {
    background: url(images/menu-opt/map-south.png) top center no-repeat;
    width: 286px;
    height: 179px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.south-ctr .south:hover {
    background-position: 0 -179px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.south-ctr .south.selected {
    background-position: 0 -358px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.south-ctr .south span {
    top: 111px;
    right: -50px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.south-ctr .south {
    width: 200px;
    height: 125px;
    background-size: 200px auto;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.south-ctr .south:hover {
    background-position: 0 -125px;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region.south-ctr .south.selected {
    background-position: 0 -250px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn {
  position: relative;
  display: block;
  cursor: pointer;
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  color: #abacae;
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn {
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn {
    position: relative;
    overflow: hidden;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #abacae;
    display: block;
    padding: 30px;
    cursor: pointer;
    background: #ffffff;
    border: 3px solid #f7f7f7;
    border-radius: 4px;
    margin: 0 0 10px;
    letter-spacing: 0;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn:before {
    display: none;
    content: " ";
    position: absolute;
    top: 29px;
    left: 15px;
    width: 24px;
    height: 24px;
    background: url(images/menu-opt/check-orange.png) top center no-repeat;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn:hover {
    text-decoration: none;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn:hover:before {
    display: block;
  }
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn.selected:before {
    display: block;
    background: url(images/menu-opt/check.png) top center no-repeat;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn:hover {
  color: #c4960c;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn.selected {
  color: #c01119;
}
@media (min-width: 601px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-2 .s2-map .region .region-btn span {
    position: absolute;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-text {
  padding: 0 20%;
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-text {
    padding: 0 15px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider {
  margin: 5px 9%;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider {
    margin: 5px 0 30px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider {
  margin-top: 180px;
  height: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #ddd;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider {
    margin-top: 125px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .ui-slider-handle {
  background: url(images/menu-opt/slider-arrow.png) top center no-repeat;
  border: 0;
  width: 24px;
  height: 52px;
  cursor: pointer;
  margin-top: -25px;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .ui-slider-handle:hover {
  border: 0;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .ui-slider-handle:focus {
  outline: 0;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .soups {
  position: absolute;
  top: -170px;
  left: -9%;
  right: -9%;
  margin: 0 -30px;
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .soups {
    margin-top: 45px;
    left: -7%;
    right: -7%;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .soups .soup-ctr {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .soups .soup-ctr img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .point {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #c01119;
  position: absolute;
  top: 2px;
  z-index: 1;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .point.pt-1 {
  left: 2px;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .point.pt-2 {
  left: 25%;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .point.pt-3 {
  left: 50%;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .point.pt-4 {
  left: 75%;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .menu-profile-slider .point.pt-5 {
  right: 2px;
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-slider .s3-buttons .profile-btn {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-descriptions {
  padding: 30px 45px;
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-descriptions {
    padding: 30px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-descriptions .desc {
  padding: 0 15px;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-descriptions .desc:first-child {
  text-align: left;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-descriptions .desc:nth-child(3) {
  text-align: right;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-descriptions .desc div {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #c01119;
}
.menu-opt-ctr .menu-opt-inner .step-ctr.step-3 .s3-descriptions .desc p {
  line-height: 1.2em;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-text {
  padding: 0 20%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-4 .s4-text {
    padding: 0 15px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-text h2 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .menu-opt-ctr .menu-opt-inner .step-4 .s4-products {
    padding: 0;
  }
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav {
  margin: 0 -5px;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link {
  position: relative;
  float: left;
  width: calc(33.3% - 10px);
  display: block;
  margin: 0 5px;
  background: #ffffff;
  color: #abacae;
  padding: 30px 20px;
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 0;
  border-radius: 3px 3px 0 0;
  border: 3px solid #f7f7f7;
  border-bottom: 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 30px 10px;
  }
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link {
    height: 85px;
  }
}
@media (max-width: 600px) {
  .menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link {
    padding-top: 20px;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }
}
@media (max-width: 400px) {
  .menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link {
    padding: 20px 5px;
    font-family: 'Hind', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link:hover {
  color: #c4960c;
  text-decoration: none;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link:active,
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link:focus {
  text-decoration: none;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link.selected {
  color: #c01119;
  z-index: 3;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs-nav .tab-link.selected:after {
  content: " ";
  display: block;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: -3px;
  right: -3px;
  background: #ffffff;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab {
  position: relative;
  z-index: 2;
  padding: 30px 15px;
  border: 3px solid #f7f7f7;
  border-radius: 0 0 3px 3px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product {
  padding: 30px 15px;
  position: relative;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product .fav-btn-ctr {
  position: absolute;
  top: 0;
  right: 20px;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product a:hover,
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product a:visited:hover {
  text-decoration: none;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product a:hover h3,
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product a:visited:hover h3 {
  color: #c4960c;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product a h3,
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product a:visited h3 {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product img {
  max-width: 90%;
  height: auto;
}
@media (min-width: 360px) and (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product img {
    max-width: 200px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product .mo-product-btn,
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product .mo-product-btn:visited {
  display: inline-block;
  border: 0;
  background: #c01119;
  color: #ffffff;
  font-family: 'Hind', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  padding: 3px;
  text-transform: uppercase;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product .mo-product-btn:hover,
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product .mo-product-btn:visited:hover {
  background: #c4960c;
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product .mo-product-btn span,
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product .mo-product-btn:visited span {
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product .mo-product-btn span:after,
.menu-opt-ctr .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-product .mo-product-btn:visited span:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  padding: 0 0 0 5px;
}
.menu-opt-ctr .menu-opt-inner .step-labels .step-label {
  padding: 0 15px;
}
@media (max-width: 550px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label.step-1,
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label.step-2 {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 350px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label.step-1,
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label.step-2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label.step-3 {
    width: 100%;
  }
}
.menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-icon {
  float: left;
  width: 50%;
  text-align: right;
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-icon {
    width: 100%;
    text-align: center;
  }
}
.menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-icon img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-icon img {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-icon img {
    width: 80px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label {
  float: left;
  width: calc(50% - 15px);
  padding-left: 15px;
  position: relative;
  top: 27px;
  text-align: left;
}
@media (max-width: 1199px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label {
    top: 17px;
  }
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label {
    width: 100%;
    padding-left: 0;
    text-align: center;
    top: 0;
  }
}
.menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label .label-text {
  font-family: 'Hind', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #abacae;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label .label-text {
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label .label-text {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label .label-text span {
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label .label-text span {
    padding-right: 35px;
  }
}
.menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label .label-text span:after {
  content: " ";
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 15px;
  right: 0;
}
@media (max-width: 991px) {
  .menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label .label-text span:after {
    position: static;
    margin: 5px auto 0;
  }
}
.menu-opt-ctr .menu-opt-inner .step-labels .step-label .mo-label .label-print-check {
  display: none;
}
.menu-opt-ctr .menu-opt-inner .mo-error {
  display: none;
  margin: 30px 0;
}
.menu-opt-ctr .menu-opt-inner .mo-error div {
  display: inline-block;
  padding: 15px;
  background: rgba(255, 255, 255, 0.25);
  color: #c01119;
  border-radius: 2px;
  border: 1px solid #c01119;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.menu-opt-ctr .menu-opt-inner .mo-error div:before {
  content: '\f071';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
}
.menu-opt-ctr .menu-opt-inner .concept-btn input,
.menu-opt-ctr .menu-opt-inner .region-btn input {
  position: fixed;
  opacity: 0;
}
.menu-opt-ctr .menu-opt-inner .sep {
  height: 14px;
  background: url(images/menu-opt/sep.png) top center no-repeat;
  margin: 30px 0 15px;
}
.step-4-callouts {
  overflow: hidden;
  position: relative;
}
.invisible-element {
  position: absolute;
  width: 100%;
  left: -9999px;
  top: -9999px;
}
.s4-callouts {
  padding-top: 30px;
}
.s4-callouts .mo-callouts-ctr {
  padding: 0 15px;
}
.s4-callouts .mo-callouts-ctr.block-1 .mo-callout-inner .mo-callout-txt .brdr h3 {
  color: #c4960c;
}
.s4-callouts .mo-callouts-ctr.block-1 .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn,
.s4-callouts .mo-callouts-ctr.block-1 .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:visited {
  background: #c4960c;
}
.s4-callouts .mo-callouts-ctr.block-1 .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:hover,
.s4-callouts .mo-callouts-ctr.block-1 .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:visited:hover {
  background: #c01119;
}
.s4-callouts .mo-callouts-ctr.block-2 .mo-callouts-slider .slick-dots li.slick-active button {
  background: #42317f;
  border-color: #42317f;
}
.s4-callouts .mo-callouts-ctr.block-2 .mo-callouts-slider .slick-dots li button {
  border-color: #42317f;
}
.s4-callouts .mo-callouts-ctr.block-2 .mo-callout-inner .mo-callout-txt .brdr h3 {
  color: #42317f;
}
.s4-callouts .mo-callouts-ctr.block-2 .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn,
.s4-callouts .mo-callouts-ctr.block-2 .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:visited {
  background: #42317f;
}
.s4-callouts .mo-callouts-ctr.block-2 .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:hover,
.s4-callouts .mo-callouts-ctr.block-2 .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:visited:hover {
  background: #c01119;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-slide {
  width: 100%;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-prev,
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-next {
  font-size: 0;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 8;
  padding: 8px;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-prev:before,
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-next:before {
  opacity: 0.5;
  font-size: 22px!important;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-prev:hover:before,
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-next:hover:before {
  opacity: 1;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-prev {
  left: 15px;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-prev:before {
  content: '\f053';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  padding: 0!important;
  color: #abacae !important;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-next {
  right: 15px;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-next:before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  padding: 0!important;
  color: #abacae !important;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-dots {
  bottom: 20px;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-dots li {
  margin: 0 2px;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-dots li.slick-active button {
  background: #c4960c;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-dots li.slick-active button:before {
  display: none;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-dots li button {
  background: #ffffff;
  border: 1px solid #c4960c;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
}
.s4-callouts .mo-callouts-ctr .mo-callouts-slider .slick-dots li button:before {
  display: none;
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-img {
  padding: 3px 3px 0 3px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover!important;
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-img .brdr {
  height: 180px;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-img .brdr a {
  display: block;
  height: 180px;
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt {
  padding: 0 3px 3px 3px;
  text-align: center;
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr {
  padding: 10px 60px 60px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr h3 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn,
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:visited {
  display: inline-block;
  padding: 3px;
  background: #c01119;
  color: #ffffff;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:hover,
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:visited:hover {
  background: #c4960c;
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn span,
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:visited span {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn span:after,
.s4-callouts .mo-callouts-ctr .mo-callout-inner .mo-callout-txt .brdr .mo-callout-btn:visited span:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  padding: 0 0 0 7px;
}
.btn-rounded,
.btn-rounded:visited {
  display: inline-block;
  border-radius: 40px;
  padding: 4px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  background: #c01119;
  cursor: pointer;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(165, 15, 22, 0.85);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(165, 15, 22, 0.85);
  box-shadow: inset 0px -2px 0px 0px rgba(165, 15, 22, 0.85);
}
.btn-rounded span,
.btn-rounded:visited span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 30px;
  border-radius: 30px;
}
.btn-rounded span:after,
.btn-rounded:visited span:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  padding: 0 0 0 15px;
}
.btn-rounded.gray-btn,
.btn-rounded:visited.gray-btn {
  background: #abacae;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(129, 130, 134, 0.85);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(129, 130, 134, 0.85);
  box-shadow: inset 0px -2px 0px 0px rgba(129, 130, 134, 0.85);
}
.btn-rounded.gray-btn span:after,
.btn-rounded:visited.gray-btn span:after {
  display: none;
}
.btn-rounded.gray-btn span:before,
.btn-rounded:visited.gray-btn span:before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  padding: 0 15px 0 0;
}
.btn-rounded:hover,
.btn-rounded:visited:hover,
.btn-rounded:active,
.btn-rounded:visited:active,
.btn-rounded:focus,
.btn-rounded:visited:focus {
  background: #c4960c;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(173, 130, 4, 0.8);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(173, 130, 4, 0.8);
  box-shadow: inset 0px -2px 0px 0px rgba(173, 130, 4, 0.8);
}
@media print {
  .page-template-page-menu-opt-tool {
    padding-top: 0!important;
  }
  .page-template-page-menu-opt-tool main,
  .page-template-page-menu-opt-tool article,
  .page-template-page-menu-opt-tool section {
    padding: 0!important;
    margin: 0!important;
  }
  .page-template-page-menu-opt-tool a[href]:after {
    content: none!important;
  }
  .page-template-page-menu-opt-tool .menu-opt-ctr .menu-opt-inner .step-ctr.intro .intro-icons img {
    max-width: 100px!important;
  }
  .page-template-page-menu-opt-tool .inner-top-bar {
    margin: 0!important;
    padding: 0!important;
    height: auto!important;
  }
  .page-template-page-menu-opt-tool .inner-top-bar .cat-icon img {
    display: none!important;
  }
  .page-template-page-menu-opt-tool .inner-top-bar h1 {
    display: none!important;
  }
  .page-template-page-menu-opt-tool .inner-top-bar .inner-top-bar-nav {
    max-width: none;
  }
  .page-template-page-menu-opt-tool .inner-top-bar .inner-top-bar-nav ul li a {
    font-size: 24px;
    font-weight: 700;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .page-template-page-menu-opt-tool #bottom_bar {
    float: none!important;
    text-align: center!important;
  }
  .page-template-page-menu-opt-tool #bottom_bar #content p {
    float: none!important;
  }
  .page-template-page-menu-opt-tool .step-labels {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .page-template-page-menu-opt-tool .step-labels .mo-label .label-print-check {
    display: none!important;
    margin-top: -25px;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner {
    border: 0;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .wrap {
    padding: 0;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .sep {
    display: none;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-1 .concept-btn,
  .page-template-page-menu-opt-tool .menu-opt-inner .step-2 .region-btn,
  .page-template-page-menu-opt-tool .menu-opt-inner .step-3 .profile-btn {
    border: 2px solid #ccc!important;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-2 .step-labels .step-1 .mo-label .label-print-check,
  .page-template-page-menu-opt-tool .menu-opt-inner .step-3 .step-labels .step-1 .mo-label .label-print-check,
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .step-labels .step-1 .mo-label .label-print-check {
    display: block!important;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-3 .step-labels .step-2 .mo-label .label-print-check,
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .step-labels .step-2 .mo-label .label-print-check {
    display: block!important;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .step-labels .step-3 .mo-label .label-print-check {
    display: block!important;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-text,
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products {
    padding: 0;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .mo-tabs-nav {
    display: none;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab {
    display: block!important;
    padding: 0!important;
    margin-bottom: 0!important;
    border: 0;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab:before {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    border: 2px solid #ccc;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 6px 4px;
    border-radius: 3px;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab.tab-1:before {
    content: "Frozen Pouch";
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab.tab-2:before {
    content: "Frozen Condensed Tub";
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab.tab-3:before {
    content: "Shelf Stable";
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-products .mo-product {
    width: 31%!important;
    display: inline-block !important;
    float: none!important;
    margin: 0 0 30px!important;
    padding: 0 15px;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-products .mo-product .fav-btn-ctr {
    display: none;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-products .mo-product a,
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-products .mo-product a:visited {
    text-decoration: none;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-products .mo-product img {
    max-width: 120px!important;
    height: auto!important;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-products .mo-product .mo-product-title {
    height: auto!important;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-products .mo-product .mo-product-title h3 {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 10px 0 0;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .s4-products .mo-tabs .mo-tab .mo-products .mo-product .mo-product-btn {
    display: none;
  }
  .page-template-page-menu-opt-tool .menu-opt-inner .step-4 .mo-callouts-slider.slick-slider {
    display: none!important;
  }
  .page-template-page-menu-opt-tool .gray-btn {
    display: none;
  }
}
/* END -- Menu Optimization Tool */
.single-prod-ctr #lg-callout {
  background: none;
  padding: 0 0 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-prod-ctr #lg-callout .btn span {
  color: #ffffff;
}
.single-prod-ctr #lg-callout .btn span:hover {
  color: #c4960c;
}
.single-prod-ctr #calculator-holder {
  overflow: auto;
  border: #d5d5d6 solid 1px;
  padding: 21px;
  margin-bottom: 50px;
}
.single-prod-ctr #calculator-holder .calc-header {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.single-prod-ctr #calculator-holder .calc-header img {
  position: absolute;
  margin: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-prod-ctr #calculator-holder .calc-header h4 {
  padding-left: 33px;
}
.single-prod-ctr #calculator-holder .calc-header #profit-arrow {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  width: 17px;
  height: 15px;
  background: url(images/red-arrows.png) no-repeat bottom center;
}
.single-prod-ctr #calculator-holder .calc-header.active #profit-arrow {
  background-position: top center;
}
.single-prod-ctr #calculator-holder #calculator {
  margin: 15px 0 0;
  width: auto!important;
  display: none;
}
.single-prod-ctr #calculator-holder #calculator div.step {
  margin-left: -15px;
  margin-right: -15px;
  width: auto!important;
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step {
    margin-left: 0;
    margin-right: 0;
    width: 100%!important;
  }
}
.single-prod-ctr #calculator-holder #calculator div.step .number-ctr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step .number-ctr {
    float: left;
    width: 12.5%;
  }
}
@media (max-width: 1199px) {
  .single-prod-ctr #calculator-holder #calculator div.step .number-ctr {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step .number-ctr {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 991px) {
  .single-prod-ctr #calculator-holder #calculator div.step .number-ctr {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step .number-ctr {
    float: left;
    width: 20.83333333%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step .number-ctr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-prod-ctr #calculator-holder #calculator div.step .number-ctr div.number {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step .number-ctr div.number {
    margin: 15px auto;
    float: none;
  }
}
.single-prod-ctr #calculator-holder #calculator div.step .number-ctr div.number em {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: .2em;
  margin-top: 13px;
}
.single-prod-ctr #calculator-holder #calculator div.step .number-ctr div.number strong {
  font-size: 29px;
  line-height: 31px;
  letter-spacing: .2em;
}
.single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday {
  position: relative !important;
  min-height: 1px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 700px;
}
@media (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday {
    float: left;
    width: 87.5%;
  }
}
@media (max-width: 1199px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 490px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday {
    float: left;
    width: 83.33333333%;
  }
}
@media (max-width: 991px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 350px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday {
    float: left;
    width: 79.16666667%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
  }
}
.single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday tr td.percent.recipe {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday tr td.percent.recipe {
    border: 0;
    width: 140px;
    clear: both;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday tr td.percent.recipe {
    width: 120px;
  }
}
@media (max-width: 1199px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday tr td.percent.recipe input {
    margin-left: 18px!important;
  }
}
.single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday tr td.percent.recipe #profitMarginPerServing {
  margin: 0 auto;
}
.single-prod-ctr #calculator-holder #calculator div.step.profitperday table.profitperday.single-profitperday tr td #ProfitPerDay {
  width: 100%;
}
.single-prod-ctr #calculator-holder #calculator div.step.profitperday p {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  float: right !important;
  padding-left: 0;
}
@media (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday p {
    float: left;
    width: 87.5%;
  }
}
@media (max-width: 1199px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday p {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    float: right !important;
    padding-left: 0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday p {
    float: left;
    width: 83.33333333%;
  }
}
@media (max-width: 991px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday p {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday p {
    float: left;
    width: 79.16666667%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step.profitperday p {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-prod-ctr #calculator-holder #calculator div.step:nth-child(3) {
  padding-bottom: 17px;
  margin-bottom: 0;
  border: none;
}
.single-prod-ctr #calculator-holder #calculator div.step table {
  background: #ffffff;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 0 0!important;
}
@media (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step table {
    float: left;
    width: 62.5%;
  }
}
@media (max-width: 1199px) {
  .single-prod-ctr #calculator-holder #calculator div.step table {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 490px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step table {
    float: left;
    width: 83.33333333%;
  }
}
@media (max-width: 991px) {
  .single-prod-ctr #calculator-holder #calculator div.step table {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 350px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step table {
    float: left;
    width: 79.16666667%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step table {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: none!important;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step table tr {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step table tr td {
    float: none;
    display: inline-block;
  }
}
.single-prod-ctr #calculator-holder #calculator div.step table tr td:nth-child(odd) {
  width: 146px;
}
@media (max-width: 1240px) {
  .single-prod-ctr #calculator-holder #calculator div.step table tr td:nth-child(odd) {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step table tr td:nth-child(odd) {
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    min-height: 125px;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step table tr td:nth-child(even) {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-prod-ctr #calculator-holder #calculator div.step table tr td:nth-child(4),
  .single-prod-ctr #calculator-holder #calculator div.step table tr td:nth-child(5) {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-prod-ctr #calculator-holder #calculator div.step table tr td:nth-child(4) {
    clear: both;
    margin-left: 20px;
  }
}
@media (max-width: 1240px) {
  .single-prod-ctr #calculator-holder #calculator div.step table tr td input {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step table tr td input {
    width: 80px;
  }
}
.single-prod-ctr #calculator-holder #calculator div.step .helper-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step .helper-text {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .single-prod-ctr #calculator-holder #calculator div.step .helper-text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    float: right !important;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step .helper-text {
    float: left;
    width: 83.33333333%;
  }
}
@media (max-width: 991px) {
  .single-prod-ctr #calculator-holder #calculator div.step .helper-text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    float: right !important;
    padding-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .single-prod-ctr #calculator-holder #calculator div.step .helper-text {
    float: left;
    width: 79.16666667%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder #calculator div.step .helper-text {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.single-prod-ctr #calculator-holder .for-ex-message {
  border-top: 1px solid #d5d5d6;
  float: right;
  margin: 0px -21px;
  padding: 20px 97px 0;
  display: none;
}
@media (max-width: 767px) {
  .single-prod-ctr #calculator-holder .for-ex-message {
    text-align: center;
    padding: 20px 20px 0;
  }
}
.single-prod-ctr #calculator-holder .for-ex-message p {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #414246;
  margin: 0;
}
#calculator {
  width: 820px;
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#calculator p:last-child {
  width: 86%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 7%;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #414246;
  text-align: center;
}
#calculator div.step {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#calculator div.step:nth-child(2) div.number {
  background: #414246;
}
#calculator div.step:nth-child(2) th {
  color: #414246;
}
#calculator div.step:nth-child(3) {
  margin-bottom: 37px;
  padding-bottom: 57px;
  border-bottom: 1px solid #d5d5d6;
}
#calculator div.step:nth-child(3) div.number {
  background: #c4960c;
}
#calculator div.step:nth-child(3) th {
  color: #c4960c;
}
#calculator div.step.weekly table,
#calculator div.step.profitperday table {
  width: 698px;
}
#calculator div.step.weekly table input.readonly,
#calculator div.step.profitperday table input.readonly {
  background-color: #c4960c;
  border: 1px solid #c4960c;
}
#calculator div.step.weekly p,
#calculator div.step.profitperday p {
  width: 80%;
  float: left;
  margin: 20px 0px 0px 120px;
}
#calculator div.step.profitperday table {
  width: 550px;
}
#calculator div.step div.number {
  background: #c01119;
  width: 100px;
  height: 100px;
  float: left;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
#calculator div.step div.number em {
  width: 100%;
  float: left;
  position: relative;
  margin: 23px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}
#calculator div.step div.number strong {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
#calculator div.step p {
  width: 164px;
  float: right;
  position: relative;
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #414246;
  text-align: left;
}
#calculator div.step table {
  background: #ffffff;
  width: 516px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d5d5d6;
}
#calculator div.step table.profitperday.page {
  width: calc(100% - 120px) !important;
}
#calculator div.step table.profitperday.recipe {
  width: calc(100% - 80px) !important;
}
#calculator div.step table tr {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#calculator div.step table tr:first-child {
  border-bottom: 1px solid #d5d5d6;
}
#calculator div.step table tr th {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 11px 0px 8px 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #c01119;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
#calculator div.step table tr td {
  width: 20px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 16px 0px;
}
#calculator div.step table tr td:nth-child(odd) {
  width: 158px;
  padding-left: 20px;
  padding-right: 20px;
}
#calculator div.step table tr td.percent {
  width: 153px;
  text-align: center;
  border-left: 1px solid #d5d5d6;
}
#calculator div.step table tr td.percent input {
  background-image: none !important;
  text-align: center !important;
  text-indent: 0px !important;
  margin-left: 18px;
  padding-left: 0px;
}
#calculator div.step table tr td.percent.recipe {
  width: 190px;
  margin-left: 40px;
}
#calculator div.step table tr td.percent.recipe input {
  margin-left: 37px;
}
#calculator div.step table tr td.percent_wide {
  width: 100%;
  text-align: center;
  border-top: 1px solid #d5d5d6;
}
#calculator div.step table tr td.percent_wide input {
  background-image: none !important;
  text-align: center !important;
  text-indent: 0px !important;
  margin-left: -58px;
  padding-left: 0px;
  left: 50%;
}
#calculator div.step table tr td.wide {
  width: 189px;
}
#calculator div.step table tr td.narrow {
  width: 102px;
}
#calculator div.step table tr td strong {
  height: auto;
  float: left;
  position: relative;
  margin: -12px 0px 0px -3px;
  padding: 0px 0px 0px 0px;
  font-size: 48px;
  line-height: normal;
  font-weight: 300;
  color: #abacae;
  text-align: center;
}
#calculator div.step table tr td label {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #57585d;
  letter-spacing: 0.05em;
  text-align: center;
}
#calculator div.step table tr td input {
  background: #ffffff url(images/input-dollar-sign.png) left 10px top 10px no-repeat;
  width: 116px;
  height: 45px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 0px 15px;
  text-align: center;
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #57585d;
  border: 1px solid #d5d5d6;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 650px) {
  #calculator div.step table tr td input {
    font-size: 18px;
  }
}
#calculator div.step table tr td input.notmoney {
  background: #ffffff;
  padding-left: 0px;
}
#calculator div.step table tr td input#BowlsPerDay {
  background: #ffffff;
}
#calculator div.step table tr td input.readonly {
  background: #c01119 url(images/input-dollar-sign-white.png) left 10px top 11px no-repeat;
  border: 1px solid #c01119;
  color: #ffffff;
  font-weight: 500;
}
#calculator div.step table tr td input.readonly.gray {
  background: #d5d5d6 url(images/input-dollar-sign-medium-gray.png) left 10px top 11px no-repeat;
  color: #818286;
  border: 1px solid #d5d5d6;
}
#calculator div.step table tr td input#CostPerBowl,
#calculator div.step table tr td input#ProfitPerServing,
#calculator div.step table tr td input#ProfitPerMeal {
  background: #d5d5d6 url(images/input-dollar-sign-medium-gray.png) left 10px top 11px no-repeat;
  color: #818286;
  border: 1px solid #d5d5d6;
}
#calculator div.step table tr td input#CostPerBowl.red,
#calculator div.step table tr td input#ProfitPerServing.red,
#calculator div.step table tr td input#ProfitPerMeal.red {
  background: #c01119 url(images/input-dollar-sign-white.png) left 10px top 11px no-repeat;
  border: 1px solid #c01119;
  color: #ffffff;
}
#calculator div.step table tr td input#CostPerBowl.dark-gray,
#calculator div.step table tr td input#ProfitPerServing.dark-gray,
#calculator div.step table tr td input#ProfitPerMeal.dark-gray {
  background: #414246 url(images/input-dollar-sign-white.png) left 10px top 11px no-repeat;
  color: #ffffff;
  border: 1px solid #414246;
}
#calculator div.step table tr td input#ProfitPerBowl {
  background-color: #414246;
  border: 1px solid #414246;
}
#calculator div.step table tr td input#DailyProfit {
  width: 147px;
}
#calculator div.step table tr td input#WeeklyProfit {
  width: 147px;
}
#calculator div.step table tr td input#ProfitPerDay {
  width: 147px;
}
#calculator div.step table tr td input[type="number"]::-webkit-outer-spin-button,
#calculator div.step table tr td input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#calculator div.step table tr td input[type="number"] {
  -moz-appearance: textfield;
}
#calculator div.step table tr td select {
  background: #ffffff;
  width: 62px;
  height: 45px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 0px 15px;
  text-align: center;
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #57585d;
  border: 1px solid #d5d5d6;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
/*  */
section#content-tools {
  float: left;
  position: relative;
  clear: both;
}
section#lg-callout {
  width: 100%;
  float: left;
  position: relative;
  clear: both;
}
/* pantry - login content and form */
.pantry-login-msg .login-left,
.pantry-login-msg .login-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .pantry-login-msg .login-left,
  .pantry-login-msg .login-right {
    float: left;
    width: 50%;
  }
}
.pantry-login-msg .login-left .inner h2,
.pantry-login-msg .login-right .inner h2 {
  margin-top: 0;
}
.pantry-login-msg .login-left {
  margin-bottom: 30px;
}
.pantry-login-msg .login-left .inner h1 {
  margin: 0 0 30px 0;
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  color: #c01119;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .pantry-login-msg .login-left .inner h1 {
    font-family: 'Hind', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .pantry-login-msg .login-left .inner h1 {
    font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }
}
.pantry-login-msg .login-left .inner form fieldset {
  border: 0;
  padding: 0;
}
.pantry-login-msg .login-left .inner form input {
  border: 1px solid #d5d5d6;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.03em;
  width: 100%;
  float: none;
  display: block;
}
.pantry-login-msg .login-left .inner form input[name=password] {
  max-width: 300px;
}
.pantry-login-msg .login-left .inner a {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.pantry-login-msg .login-left .inner .sign-up {
  margin-top: 40px;
}
.pantry-login-msg .login-right .inner {
  text-align: right;
}
@media (max-width: 767px) {
  .pantry-login-msg .login-right .inner {
    text-align: left;
  }
}
.pantry-login-msg .login-right .inner img {
  max-width: 100%;
  height: auto;
}
/* END -- pantry login content / form */
/* pantry - register page */
.pantry-register-ctr .register-left,
.pantry-register-ctr .register-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .pantry-register-ctr .register-left,
  .pantry-register-ctr .register-right {
    float: left;
    width: 50%;
  }
}
@media (max-width: 420px) {
  .pantry-register-ctr .register-left,
  .pantry-register-ctr .register-right {
    text-align: center;
  }
}
.pantry-register-ctr .register-left h2,
.pantry-register-ctr .register-right h2 {
  margin: 0 0 30px 0;
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  color: #c01119;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .pantry-register-ctr .register-left h2,
  .pantry-register-ctr .register-right h2 {
    font-family: 'Hind', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .pantry-register-ctr .register-left h2,
  .pantry-register-ctr .register-right h2 {
    font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .pantry-register-ctr .register-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .pantry-register-ctr .register-left {
    text-align: center;
  }
}
.pantry-register-ctr .register-left .reg-inner-left {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (max-width: 420px) {
  .pantry-register-ctr .register-left .reg-inner-left {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.pantry-register-ctr .register-left .reg-inner-left div h5 {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #c01119;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.pantry-register-ctr .register-left .reg-inner-right {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 420px) {
  .pantry-register-ctr .register-left .reg-inner-right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.pantry-register-ctr .register-right form {
  text-align: left;
}
.pantry-register-ctr .register-right form .form-row {
  padding-right: 15px;
}
.pantry-register-ctr .register-right form .form-row .form-group {
  margin: 0 0 0 0;
  padding-right: 0!important;
}
.pantry-register-ctr .register-right form .form-row .form-group input,
.pantry-register-ctr .register-right form .form-row .form-group select {
  border: 1px solid #d5d5d6;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.03em;
  width: 100%;
  float: none;
  display: block;
}
@media (max-width: 1199px) {
  .pantry-register-ctr .register-right form .form-row .form-group input,
  .pantry-register-ctr .register-right form .form-row .form-group select {
    font-family: 'Hind', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .pantry-register-ctr .register-right form .form-row .form-group input,
  .pantry-register-ctr .register-right form .form-row .form-group select {
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .pantry-register-ctr .register-right form .form-row .form-group input[name=password] {
    margin-bottom: 5px;
  }
}
.pantry-register-ctr .register-right form .form-row .pw-info {
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #abacae;
  padding-top: 7px;
}
@media (max-width: 1199px) {
  .pantry-register-ctr .register-right form .form-row .pw-info {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .pantry-register-ctr .register-right form .form-row .pw-info {
    margin-bottom: 20px;
  }
}
.pantry-register-ctr .register-right form .form-row .pantry-checkbox {
  margin-bottom: 10px;
}
.pantry-register-ctr .register-right form .form-row .pantry-checkbox label {
  display: inline-block;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  top: 5px;
}
.pantry-register-ctr .register-right form .form-row .pantry-checkbox span {
  font-family: 'Hind', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 767px) {
  .pantry-register-ctr .register-right form .form-row .pantry-checkbox span {
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }
}
.pantry-register-ctr .register-right form .form-row .pantry-checkbox span a {
  font-weight: 700;
}
.pantry-register-ctr .register-right form fieldset {
  padding: 0;
  border: 0;
}
.pantry-register-ctr .register-right form .subBtn {
  width: 130px;
  margin-top: 15px;
}
@media (max-width: 420px) {
  .pantry-register-ctr .register-right form .subBtn {
    position: relative;
    left: 50%;
    margin-left: -65px;
  }
}
/* END -- pantry - register page */
/* pantry - my profile page */
.pantry-profile-form .btn-default {
  color: #ffffff;
  background-color: #c01119;
  border-color: #c01119;
}
.pantry-profile-form .btn-default:hover,
.pantry-profile-form .btn-default:focus,
.pantry-profile-form .btn-default.focus,
.pantry-profile-form .btn-default:active,
.pantry-profile-form .btn-default.active,
.open > .dropdown-toggle.pantry-profile-form .btn-default {
  color: #ffffff;
  background-color: #910d13;
  border-color: #880c12;
}
.pantry-profile-form .btn-default:active,
.pantry-profile-form .btn-default.active,
.open > .dropdown-toggle.pantry-profile-form .btn-default {
  background-image: none;
}
.pantry-profile-form .btn-default.disabled,
.pantry-profile-form .btn-default[disabled],
fieldset[disabled] .pantry-profile-form .btn-default,
.pantry-profile-form .btn-default.disabled:hover,
.pantry-profile-form .btn-default[disabled]:hover,
fieldset[disabled] .pantry-profile-form .btn-default:hover,
.pantry-profile-form .btn-default.disabled:focus,
.pantry-profile-form .btn-default[disabled]:focus,
fieldset[disabled] .pantry-profile-form .btn-default:focus,
.pantry-profile-form .btn-default.disabled.focus,
.pantry-profile-form .btn-default[disabled].focus,
fieldset[disabled] .pantry-profile-form .btn-default.focus,
.pantry-profile-form .btn-default.disabled:active,
.pantry-profile-form .btn-default[disabled]:active,
fieldset[disabled] .pantry-profile-form .btn-default:active,
.pantry-profile-form .btn-default.disabled.active,
.pantry-profile-form .btn-default[disabled].active,
fieldset[disabled] .pantry-profile-form .btn-default.active {
  background-color: #c01119;
  border-color: #c01119;
}
.pantry-profile-form .btn-default .badge {
  color: #c01119;
  background-color: #ffffff;
}
/* END -- pantry - my profile page */
/* my pantry menu */
div.my-pantry-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.my-pantry-sidebar {
    float: left;
    width: 20.83333333%;
  }
}
@media (max-width: 1199px) {
  div.my-pantry-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  div.my-pantry-sidebar {
    float: left;
    width: 29.16666667%;
  }
}
@media (max-width: 991px) {
  div.my-pantry-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  div.my-pantry-sidebar {
    float: left;
    width: 37.5%;
  }
}
div.my-pantry-menu {
  background: #c01119;
  width: 240px;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  /* end my pantry side menu */
}
@media (max-width: 545px) {
  div.my-pantry-menu {
    width: 100%;
  }
}
div.my-pantry-menu div.profile {
  float: left;
  position: relative;
  margin: 2px 2px 0px 2px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  text-align: center;
  /* end profile */
}
@media (max-width: 545px) {
  div.my-pantry-menu div.profile {
    width: auto;
    float: none;
  }
}
div.my-pantry-menu div.profile a#logo {
  background: url(images/pantry/my-pantry-dashboard-nav-logo.png) 0px 0px no-repeat;
  width: 160px;
  height: 32px;
  float: left;
  position: relative;
  margin: 19px 0px 17px 37px;
  display: block;
  text-decoration: none;
  outline: none;
  clear: both;
}
@media (max-width: 545px) {
  div.my-pantry-menu div.profile a#logo {
    float: none;
    width: 100%;
    background-position: top center;
    margin: 20px 0;
  }
}
div.my-pantry-menu div.profile a#edit_profile {
  background: url(images/pantry/edit-profile-sprite.png) 0px 0px no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 9px;
  top: 78px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
  display: none;
}
div.my-pantry-menu div.profile a#edit_profile:hover {
  background-position: 0px -16px;
}
div.my-pantry-menu div.profile:hover a#edit_profile {
  display: block;
}
div.my-pantry-menu div.profile a#profile_image {
  background: #ffffff;
  width: 160px;
  height: 160px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 34px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
  border: 3px solid #ffffff;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  overflow: hidden;
}
@media (max-width: 545px) {
  div.my-pantry-menu div.profile a#profile_image {
    margin: 0 auto;
    float: none;
  }
}
div.my-pantry-menu div.profile a#profile_image img {
  width: 160px;
  height: 160px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
div.my-pantry-menu div.profile h1 {
  width: 92%;
  float: left;
  position: relative;
  margin: 9px 4% -5px 4%;
  padding: 0px 0px 0px 0px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
div.my-pantry-menu div.profile h1 a {
  color: #ffffff;
}
div.my-pantry-menu div.profile a.action {
  margin: 0px auto 0px auto;
  color: #2b2c2e;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
}
div.my-pantry-menu div.profile a.action:hover {
  color: #c4960c;
}
div.my-pantry-menu div.profile.p-101-profile {
  float: none;
  padding-bottom: 17px;
}
div.my-pantry-menu div.profile.p-101-profile #logo {
  float: none;
  margin-bottom: 0;
}
div.my-pantry-menu ul {
  background: #2b2c2e;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
div.my-pantry-menu ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border-bottom: 1px solid #414246;
}
div.my-pantry-menu ul li:last-child {
  padding-bottom: 3px;
  border-bottom: 0px;
}
div.my-pantry-menu ul li:last-child a {
  border-bottom: 1px solid #ffffff;
}
div.my-pantry-menu ul li.menu-item-my-pantry a,
div.my-pantry-menu ul li.menu-item-open-pantry a {
  background-image: url(images/pantry/nav-my-dashboard.png);
}
div.my-pantry-menu ul li.menu-item-my-products a,
div.my-pantry-menu ul li.menu-item-products a {
  background-image: url(images/pantry/nav-my-products.png);
}
div.my-pantry-menu ul li.menu-item-my-recipes a,
div.my-pantry-menu ul li.menu-item-recipes a {
  background-image: url(images/pantry/nav-my-recipes.png);
}
div.my-pantry-menu ul li.menu-item-my-menus a,
div.my-pantry-menu ul li.menu-item-menus a {
  background-image: url(images/pantry/nav-my-menus.png);
}
div.my-pantry-menu ul li.menu-item-my-tips-trends a,
div.my-pantry-menu ul li.menu-item-tips-trends a {
  background-image: url(images/pantry/nav-my-tips-and-trends.png);
}
div.my-pantry-menu ul li.menu-item-my-solutions a,
div.my-pantry-menu ul li.menu-item-solutions a {
  background-image: url(images/pantry/nav-my-solutions.png);
}
div.my-pantry-menu ul li.menu-item-my-tools a,
div.my-pantry-menu ul li.menu-item-tools a {
  background-image: url(images/pantry/nav-my-tools.png);
}
div.my-pantry-menu ul li a {
  background-position: 18px 13px;
  background-repeat: no-repeat;
  width: calc(100% - 4px);
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 2px -1px 2px;
  padding: 0px 0px 0px 0px;
  display: block;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 52px;
  color: #ffffff;
  font-size: 16px;
  line-height: 53px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
div.my-pantry-menu ul li a em {
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
}
div.my-pantry-menu ul li a:hover,
div.my-pantry-menu ul li a:active,
div.my-pantry-menu ul li a:visited {
  color: #ffffff;
}
div.my-pantry-menu ul li.current-menu-item {
  background: #414246 url(images/pantry/double-arrow.png) right 13px top 18px no-repeat;
}
div.my-pantry-menu ul li:hover:not(.current-menu-item) {
  background-color: #c4960c;
}
/* View All Brands */
a.cta.view-all {
  background-color: #c01119;
  width: 234px;
  height: 44px;
  position: absolute;
  clear: both;
  margin: 0 0 0 -117px;
  padding: 0 0 0 0;
  left: 50%;
  bottom: 10px;
  display: block;
  border: 1px solid #c01119;
}
a.cta.view-all div {
  background: url("images/cta-arrow-sprite-39.png") right 16px top -1px no-repeat;
  width: 230px;
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 30px 0px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #ffffff;
}
a.cta.view-all:hover {
  background-color: #ffffff;
  border: 1px solid #c4960c;
}
a.cta.view-all:hover div {
  background-position: right 16px bottom 0px;
  color: #c4960c;
  border: 1px solid #c4960c;
}
#my_pantry_sidebar_callout_bottom {
  background: #414246;
  width: 240px;
  height: 240px;
  float: left;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
  clear: right;
}
@media (max-width: 767px) {
  #my_pantry_sidebar_callout_bottom {
    float: none;
    text-align: center;
    display: inline-block;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 545px) {
  #my_pantry_sidebar_callout_bottom {
    float: left;
    width: 100%;
    height: auto;
    clear: both;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 15px;
  }
}
/*  */
.pantry-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .pantry-content {
    float: left;
    width: 79.16666667%;
  }
}
@media (max-width: 1199px) {
  .pantry-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .pantry-content {
    float: left;
    width: 70.83333333%;
  }
}
@media (max-width: 991px) {
  .pantry-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pantry-content {
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .pantry-content {
    clear: both;
    padding-top: 30px;
  }
}
.pantry-content .callout {
  text-align: center;
  margin: 0 0 30px;
}
.pantry-content .callout img {
  max-width: 100%;
  height: auto;
}
.pantry-content .card.lg > .inner {
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}
.pantry-content .card.lg > .inner .post-top {
  border-radius: 5px 5px 0 0;
}
.pantry-content .card.lg > .inner .post-top h3 {
  border-radius: 5px 5px 0 0;
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 3px;
  letter-spacing: 0.03em;
}
@media (max-width: 991px) {
  .pantry-content .card.lg > .inner .post-top h3 {
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }
}
.pantry-content .card.lg > .inner .post-top h3:before {
  content: " ";
  margin-right: 13px;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
}
.pantry-content .card.lg > .inner .post-top h3 span {
  font-weight: 600;
}
.pantry-content .card.lg > .inner .post-body a {
  display: block;
  margin-bottom: 0!important;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .pantry-content .card.lg > .inner .post-body .inside .card-top .pantry-card-list .btn-primary,
  .pantry-content .card.lg > .inner .post-body .inside .card-top .pantry-card-list .btn-small,
  .pantry-content .card.lg > .inner .post-body .inside .card-top .pantry-card-list .btn.btn-small {
    font-family: 'Hind', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 11px !important;
  }
}
.pantry-content .card.lg > .inner footer .inner {
  border-radius: 0 0 5px 5px;
}
.pantry-content .card.lg > .inner footer .inner .feat-action .btn-primary {
  border: 0;
}
.pantry-content .card.lg > .inner footer .inner .feat-action .btn-primary:hover {
  background: #c01119 !important;
}
.pantry-content .card.lg.products .post-top h3 {
  border-color: #a198bf !important;
}
.pantry-content .card.lg.products .post-top h3:before {
  background-image: url(images/pantry/nav-my-products.png);
}
.pantry-content .card.lg.products .count .inner {
  background: #42317f !important;
}
.pantry-content .card.lg.products .count .inner div {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.pantry-content .card.lg.products .count .inner a {
  color: #a198bf !important;
}
.pantry-content .card.lg.products .count .inner a:hover {
  color: #ffffff !important;
}
.pantry-content .card.lg.products .pantry-card-list a:hover {
  color: #42317f !important;
}
.pantry-content .card.lg.products .feat-action .btn.btn-primary.btn-small:hover {
  background: #ffffff !important;
}
.pantry-content .card.lg.recipes .post-top h3 {
  border-color: #e2cb86 !important;
}
.pantry-content .card.lg.recipes .post-top h3:before {
  background-image: url(images/pantry/nav-my-recipes.png);
}
.pantry-content .card.lg.recipes .count .inner {
  background: #c4960c !important;
}
.pantry-content .card.lg.recipes .count .inner div {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.pantry-content .card.lg.recipes .count .inner a {
  color: #e2cb86 !important;
}
.pantry-content .card.lg.recipes .count .inner a:hover {
  color: #ffffff !important;
}
.pantry-content .card.lg.recipes .pantry-card-list a:hover {
  color: #c4960c !important;
}
.pantry-content .card.lg.recipes .feat-action .btn.btn-primary.btn-small:hover {
  background: #ffffff !important;
}
.pantry-content .card.lg.menus .post-top h3 {
  border-color: #8ec3a1 !important;
}
.pantry-content .card.lg.menus .post-top h3:before {
  background-image: url(images/pantry/nav-my-menus.png);
}
.pantry-content .card.lg.menus .count .inner {
  background: #1d8642 !important;
}
.pantry-content .card.lg.menus .count .inner img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .pantry-content .card.lg.menus .count .inner img {
    width: 60px;
    height: auto;
  }
}
.pantry-content .card.lg.menus .pantry-card-list a:hover {
  color: #1d8642 !important;
}
.pantry-content .card.lg.menus .pantry-card-list .btn-small {
  border: 0;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 767px) {
  .pantry-content .card.lg.menus .pantry-card-list .btn-small {
    max-width: 180px;
  }
}
@media (max-width: 420px) {
  .pantry-content .card.lg.menus .pantry-card-list .btn-small {
    display: inline-block;
  }
}
.pantry-content .card.lg.menus .pantry-card-list p {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #1d8642;
}
.pantry-content .card.lg.menus .feat-action .btn.btn-primary.btn-small:hover {
  background: #ffffff !important;
}
.pantry-content .card.lg.tips_trends .post-top h3 {
  border-color: #e0888c !important;
}
.pantry-content .card.lg.tips_trends .post-top h3:before {
  background-image: url(images/pantry/nav-my-tips-and-trends.png);
}
.pantry-content .card.lg.tips_trends .count .inner {
  background: #c01119 !important;
}
.pantry-content .card.lg.tips_trends .count .inner a {
  color: #e0888c !important;
  background: none!important;
}
.pantry-content .card.lg.tips_trends .count .inner a:hover {
  color: #ffffff !important;
  background: none!important;
}
.pantry-content .card.lg.tips_trends .pantry-card-list a.non-button {
  background: none!important;
}
.pantry-content .card.lg.tips_trends .pantry-card-list a.non-button:hover {
  color: #c01119 !important;
  background: none!important;
}
.pantry-content .card.lg.tips_trends .feat-action .btn.btn-primary.btn-small:hover {
  background: #ffffff !important;
}
.pantry-content .card.lg.solutions .post-top h3 {
  border-color: #84b9dd !important;
}
.pantry-content .card.lg.solutions .post-top h3:before {
  background-image: url(images/pantry/nav-my-solutions.png);
}
.pantry-content .card.lg.solutions .count .inner {
  background: #0873bb !important;
}
.pantry-content .card.lg.solutions .count .inner a {
  color: #84b9dd !important;
}
.pantry-content .card.lg.solutions .count .inner a:hover {
  color: #ffffff !important;
}
.pantry-content .card.lg.solutions .pantry-card-list li a:hover {
  color: #0873bb !important;
}
.pantry-content .card.lg.solutions .pantry-card-list.btn-primary:hover,
.pantry-content .card.lg.solutions .pantry-card-list.btn-small:hover,
.pantry-content .card.lg.solutions .pantry-card-list.btn.btn-primary.btn-small:hover {
  color: #c4960c !important;
}
.pantry-content .card.lg.solutions .feat-action .btn.btn-primary.btn-small:hover {
  background: #ffffff !important;
}
.pantry-content .card.lg.tool .post-top h3 {
  border-color: #a0a1a3 !important;
}
.pantry-content .card.lg.tool .post-top h3:before {
  background-image: url(images/pantry/nav-my-tools.png);
}
.pantry-content .card.lg.tool .count .inner {
  background: #414246 !important;
}
.pantry-content .card.lg.tool .inside a {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #57585d;
  text-decoration: none;
  text-transform: uppercase;
}
.pantry-content .card.lg.tool .inside a:hover {
  color: #414246 !important;
}
.pantry-content .card.lg.tool .inside .tool-ctr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 160px;
  display: table;
}
@media (min-width: 1200px) {
  .pantry-content .card.lg.tool .inside .tool-ctr {
    float: left;
    width: 50%;
  }
}
.pantry-content .card.lg.tool .inside .tool-ctr:nth-child(odd) {
  background: url(images/pantry/grey-sep-line.jpg) top right no-repeat;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pantry-content .card.lg.tool .inside .tool-ctr {
    display: inline-block;
    min-height: 0;
    background: none;
    margin-bottom: 15px;
  }
  .pantry-content .card.lg.tool .inside .tool-ctr:nth-child(odd) {
    background: none;
  }
}
@media (max-width: 767px) {
  .pantry-content .card.lg.tool .inside .tool-ctr {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 160px;
    display: table;
  }
  .pantry-content .card.lg.tool .inside .tool-ctr:nth-child(odd) {
    background: url(images/pantry/grey-sep-line.jpg) top right no-repeat;
  }
}
@media (max-width: 430px) {
  .pantry-content .card.lg.tool .inside .tool-ctr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 0;
    background: none;
    margin-bottom: 15px;
  }
}
.pantry-content .card.lg.tool .inside .tool-ctr div {
  display: table-cell;
  vertical-align: middle;
}
.pantry-content .card.lg.tool .inside .tool-ctr div a .fa {
  font-size: 65px;
  display: block;
}
.pantry-content .card.lg.tool .inside .tool-ctr div a span {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  margin-top: 10px;
}
.pantry-content .card.lg.tool .inside .tool-ctr div a img {
  max-width: 100%;
  height: auto;
}
.pantry-content .card.lg.tool .feat-action .btn.btn-primary.btn-small {
  background: #414246 !important;
}
.pantry-content .card.lg.tool .feat-action .btn.btn-primary.btn-small:hover {
  background: #28292c !important;
}
.pantry-content .pantry-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .pantry-content .pantry-block {
    float: left;
    width: 50%;
  }
}
.pantry-content .pantry-block .block-top {
  background: #cacbcc;
  border-top: 1px solid #57585d;
  border-left: 1px solid #57585d;
  border-right: 1px solid #57585d;
  border-bottom: 1px solid #abacae;
  padding: 15px;
}
.pantry-content .pantry-block .block-body {
  border-bottom: 1px solid #57585d;
  border-left: 1px solid #57585d;
  border-right: 1px solid #57585d;
  padding: 25px;
  text-align: center;
}
.pantry-content .pantry-block .block-body span {
  font-size: 30px;
}
.pantry-content .pantry-inner-top-ctr {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.pantry-content .pantry-inner-top-ctr.tools-hdr-ctr .pitc-left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.pantry-content .pantry-inner-top-ctr.tools-hdr-ctr .pitc-left h1 {
  border-right: 0;
}
.pantry-content .pantry-inner-top-ctr .pitc-left {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-top-ctr .pitc-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .pantry-content .pantry-inner-top-ctr .pitc-left {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1 {
  display: inline-block;
  padding: 10px 15px 10px 40px;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #57585d;
  border-right: 1px solid #d5d5d6;
}
@media (max-width: 700px) {
  .pantry-content .pantry-inner-top-ctr .pitc-left h1 {
    border-right: 0;
  }
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1.products {
  background: url(images/pantry/my-products-icon.png) 0 10px no-repeat;
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1.recipes {
  background: url(images/pantry/my-recipes-icon.png) 0 10px no-repeat;
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1.tips {
  background: url(images/pantry/my-tips-icon.png) 0 10px no-repeat;
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1.solutions {
  background: url(images/pantry/my-solutions-icon.png) 0 10px no-repeat;
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1.menus {
  background: url(images/pantry/my-menus-icon.png) 0 10px no-repeat;
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1.tools {
  background: url(images/pantry/my-tools-icon.png) 0 10px no-repeat;
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1 span {
  font-weight: 300;
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1 a {
  color: #57585d;
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1 a:hover {
  color: #c01119;
  text-decoration: none;
}
.pantry-content .pantry-inner-top-ctr .pitc-left h1 a:active,
.pantry-content .pantry-inner-top-ctr .pitc-left h1 a:focus {
  text-decoration: none;
}
.pantry-content .pantry-inner-top-ctr .pitc-left .count {
  display: inline-table;
  width: 40px;
  height: 40px;
  position: relative;
  top: 4px;
  background: #57585d;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.pantry-content .pantry-inner-top-ctr .pitc-left .count span {
  display: table-cell;
  vertical-align: middle;
}
.pantry-content .pantry-inner-top-ctr .pitc-left .current-menu {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  color: #57585d;
  padding-right: 24px;
  background: url(images/pantry/grey-pencil-icon.png) right 4px no-repeat;
}
.pantry-content .pantry-inner-top-ctr .pitc-right {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-top-ctr .pitc-right {
    width: 100%;
    text-align: left;
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .pantry-content .pantry-inner-top-ctr .pitc-right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pantry-content .pantry-inner-top-ctr .pitc-right .field {
  height: 40px;
  border: 1px solid #d5d5d6;
  padding-left: 7px;
  font-weight: 300;
  width: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pantry-content .pantry-inner-top-ctr .pitc-right .field {
    width: 215px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-top-ctr .pitc-right .field {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pantry-content .pantry-inner-top-ctr .pitc-right .field {
    width: 200px;
  }
}
@media (max-width: 700px) {
  .pantry-content .pantry-inner-top-ctr .pitc-right .field {
    width: 100%;
  }
}
.pantry-content .pantry-inner-top-ctr .pitc-right .submit {
  float: right;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-top: 1px solid #d5d5d6;
  border-right: 1px solid #d5d5d6;
  border-bottom: 1px solid #d5d5d6;
  border-left: 0;
  background: url(images/search-btn-icons-sm.png) top left no-repeat;
}
.pantry-content .pantry-inner-top-ctr .pitc-right .submit:hover {
  background-position: 0 -40px;
}
.pantry-content .pantry-inner-top-ctr .pitc-right .submit:focus,
.pantry-content .pantry-inner-top-ctr .pitc-right .submit:active {
  background-position: 0 -80px;
  outline: 0!important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-top-ctr .pitc-right .submit {
    float: none;
    position: absolute;
    right: 15px;
  }
}
@media (max-width: 700px) {
  .pantry-content .pantry-inner-top-ctr .pitc-right .submit {
    float: none;
    position: absolute;
    right: 15px;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar {
  margin-left: -15px;
  margin-right: -15px;
  background: #414246;
  color: #818286;
  margin: 0;
  line-height: 14px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr {
  padding: 15px;
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr {
    position: relative;
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
  }
}
@media (max-width: 485px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #57585d;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr .pantry-checkbox label {
  border-color: #818286;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr .pantry-checkbox input[type=checkbox]:checked + label {
  background-image: url(images/pantry/grey-chk.png);
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr a {
  color: #818286;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-left: 4px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .chk-ctr a:hover {
  color: #ffffff;
  text-decoration: none;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
  position: relative;
  float: left;
  width: 54.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
  border-left: 1px solid #57585d;
}
@media (max-width: 1199px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 640px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 590px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 550px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 150px;
    padding: 15px 5px;
    text-align: center;
  }
}
@media (max-width: 530px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
    max-width: 124px;
    padding: 15px 0;
  }
}
@media (max-width: 485px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
    border-bottom: 1px solid #57585d;
    text-align: left;
  }
}
@media (max-width: 385px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .sort {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
  border-left: 1px solid #57585d;
  border-right: 1px solid #57585d;
  text-align: center;
}
@media (max-width: 1199px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .sort {
    position: relative;
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .sort {
    position: relative;
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 115px;
    padding: 15 5px;
  }
}
@media (max-width: 767px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .sort {
    position: relative;
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 640px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .sort {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 550px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .sort {
    position: relative;
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 120px;
    text-align: center;
  }
}
@media (max-width: 530px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .sort {
    max-width: 124px;
    padding: 15px 0;
  }
}
@media (max-width: 485px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .sort {
    position: relative;
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px 0;
    max-width: none;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .sort .arrows {
  display: inline-block;
  width: 17px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .status {
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
  text-align: center;
}
@media (max-width: 1199px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .status {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .status {
    min-width: 90px;
  }
}
@media (max-width: 590px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .status {
    position: relative;
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 530px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .status {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px 0 15px 7px;
    min-width: 75px;
  }
}
@media (max-width: 485px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .status {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px 0;
  }
}
@media (max-width: 385px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .status {
    min-width: 0;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .btn-ctr {
  display: inline-block;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.button {
  display: inline-block;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
  margin: 0;
  color: #57585d;
  padding: 15px 18px 10px 18px;
  background: #ececed;
  background: -moz-linear-gradient(top, #ececed 0%, #c6c6c7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ececed), color-stop(100%, #c6c6c7));
  background: -webkit-linear-gradient(top, #ececed 0%, #c6c6c7 100%);
  background: -o-linear-gradient(top, #ececed 0%, #c6c6c7 100%);
  background: -ms-linear-gradient(top, #ececed 0%, #c6c6c7 100%);
  background: linear-gradient(to bottom, #ececed 0%, #c6c6c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececed', endColorstr='#c6c6c7', GradientType=0);
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.button:hover {
  text-decoration: none;
  background: #fbfbfc;
  background: -moz-linear-gradient(top, #fbfbfc 0%, #d5d5d6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fbfbfc), color-stop(100%, #d5d5d6));
  background: -webkit-linear-gradient(top, #fbfbfc 0%, #d5d5d6 100%);
  background: -o-linear-gradient(top, #fbfbfc 0%, #d5d5d6 100%);
  background: -ms-linear-gradient(top, #fbfbfc 0%, #d5d5d6 100%);
  background: linear-gradient(to bottom, #fbfbfc 0%, #d5d5d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfc', endColorstr='#d5d5d6', GradientType=0);
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.button:active,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.button:focus {
  text-decoration: none;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.button.new-menu,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.button.new-group {
  padding-left: 48px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.button.new-menu:before,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.button.new-group:before {
  content: " ";
  display: block;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 8px;
  left: 10px;
  background: url(images/pantry/add-menu-icon.png) top center no-repeat;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.button.new-group {
  margin-left: 5px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background-image: url(images/pantry/inner-toolbar-icons.png);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon {
    margin-right: 3px;
  }
}
@media (max-width: 385px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon {
    margin-right: 4px;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon:last-child {
  margin-right: 0;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.user {
  background-position: 0 0;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.user:hover,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.user.selected {
  background-position: 0 -24px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.folder {
  background-position: -43px 0;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.folder:hover,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.folder.selected {
  background-position: -43px -24px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.trash {
  width: 20px;
  background-position: -86px 0;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.trash:hover,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.trash.selected {
  background-position: -86px -24px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.time {
  background-position: -125px 0;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.time:hover,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.time.selected {
  background-position: -125px -24px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.alpha {
  background-position: -170px 0;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.alpha:hover,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.alpha.selected {
  background-position: -170px -24px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.arrow-down,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.arrow-up {
  display: block;
  margin-right: 0;
  width: 15px;
  height: 10px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.arrow-down {
  background-position: -213px -12px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.arrow-down:hover,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.arrow-down.selected {
  background-position: -213px -36px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.arrow-up {
  margin-bottom: 3px;
  background-position: -245px -12px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.arrow-up:hover,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.arrow-up.selected {
  background-position: -245px -36px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.active {
  background-position: -279px 0;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.active:hover,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.active.selected {
  background-position: -279px -24px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.archive {
  margin-right: 0;
  background-position: -323px 0;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.archive:hover,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.archive.selected {
  background-position: -323px -24px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.print {
  width: 28px;
  background-position: -368px 0;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar a.tool-icon.print:hover {
  background-position: -368px -24px;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .cps {
  float: right;
  width: 116px;
  margin-right: 150px;
  margin-top: 7px;
  color: #fff;
}
@media (max-width: 1199px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .cps {
    margin-right: 154px;
  }
}
@media (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .cps {
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .cps {
    margin-top: 40px;
  }
}
@media (max-width: 710px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .cps {
    margin-top: 7px;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .cps input {
  width: 26%;
  background: none;
  border: none;
  border-bottom: #fff solid 1px;
  text-align: right;
  padding: 0 5px;
  line-height: 17px;
  outline: none;
  overflow: hidden;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar .cps #profit_btn {
  font-weight: bold;
  cursor: pointer;
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menus-toolbar,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menus-toolbar,
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar {
    padding-bottom: 70px;
  }
}
@media (max-width: 710px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menus-toolbar,
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menus-toolbar .bulk-actions,
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: static;
  }
}
@media (max-width: 710px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menus-toolbar .bulk-actions,
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: static;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menus-toolbar .bulk-actions .btn-ctr,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions .btn-ctr {
  position: absolute;
  right: 9px;
  top: 9px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menus-toolbar .bulk-actions .btn-ctr,
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions .btn-ctr {
    right: inherit;
    top: inherit;
    bottom: 15px;
    left: 0;
    padding: 15px 0 0 15px;
    border-top: 1px solid #57585d;
    width: 100%;
  }
}
@media (max-width: 710px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menus-toolbar .bulk-actions .btn-ctr,
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions .btn-ctr {
    right: inherit;
    top: inherit;
    bottom: 15px;
    left: 0;
    padding: 15px 0 0 15px;
    border-top: 1px solid #57585d;
    width: 100%;
    text-align: left;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menus-toolbar a.print,
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar a.print {
  margin-right: 0;
}
@media (max-width: 375px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar {
    padding-bottom: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .chk-ctr {
    min-width: 115px;
  }
}
@media (max-width: 767px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .chk-ctr {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    min-width: 115px;
  }
}
@media (max-width: 710px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .chk-ctr {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 525px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .chk-ctr {
    position: relative;
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 485px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .chk-ctr {
    border-bottom: 0;
  }
}
@media (max-width: 460px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .chk-ctr {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 410px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .chk-ctr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #57585d;
  }
}
.pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
  position: relative;
  float: left;
  width: 70.83333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #57585d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    max-width: 445px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 710px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }
}
@media (max-width: 590px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }
}
@media (max-width: 550px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    max-width: none;
    text-align: left;
  }
}
@media (max-width: 525px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }
}
@media (max-width: 460px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    text-align: center;
  }
}
@media (max-width: 410px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    text-align: left;
  }
}
@media (max-width: 375px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions .btn-ctr .button {
    display: block;
    margin-right: 15px;
  }
}
@media (max-width: 375px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions .btn-ctr .button.new-menu {
    margin-bottom: 5px;
  }
}
@media (max-width: 375px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .bulk-actions .btn-ctr .button.new-group {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .status {
    padding: 15px 5px;
    min-width: 0;
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .status {
    position: relative;
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
    float: right;
    min-width: 110px;
  }
}
@media (max-width: 725px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .status {
    min-width: 90px;
    position: relative;
    right: 8px;
  }
}
@media (max-width: 710px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .status {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    right: 0;
  }
}
@media (max-width: 590px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .status {
    position: relative;
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 550px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .status {
    position: relative;
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
  }
}
@media (max-width: 525px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .status {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 460px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .status {
    position: relative;
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 410px) {
  .pantry-content .pantry-inner-toolbar-ctr .pantry-inner-toolbar.menu-detail-toolbar .status {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pantry-content .pantry-inner-results-ctr {
  margin: 0 0 30px 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr {
  clear: both;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d6;
  border-left: 1px solid #d5d5d6;
  border-right: 1px solid #d5d5d6;
}
.pantry-content .pantry-inner-results-ctr .result-ctr:nth-child(odd) {
  background: #ffffff;
}
.pantry-content .pantry-inner-results-ctr .result-ctr:nth-child(even) {
  background: #f4f4f5;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info {
  display: table;
  width: 100%;
  min-height: 80px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .chk-ctr {
  position: relative;
  float: left;
  width: 4.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .servings-cost {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0;
}
@media (min-width: 601px) and (max-width: 1199px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr {
    position: relative;
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr {
    position: relative;
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left!important;
    padding-right: 0;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold {
  display: table;
  width: 100%;
  float: none!important;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .img-hold {
  position: relative;
  float: left;
  width: 20.83333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .img-hold {
    position: relative;
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: none!important;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
}
@media (max-width: 460px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .img-hold {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: none!important;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .img-hold img {
  max-width: 100%;
  height: auto;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title {
  position: relative;
  float: left;
  width: 79.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title {
    position: relative;
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: none!important;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: none!important;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title h3 {
  text-transform: none;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title.menu-title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title.menu-title h3 a {
  padding-right: 24px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title.menu-title h3 a:hover {
  background: url(images/pantry/grey-pencil-icon.png) right 3px no-repeat;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title h3 {
  color: #57585d;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0.03em;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title h3 a {
  color: #57585d;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .title-ctr .hold .title h3 a:hover {
  color: #c01119;
  text-decoration: none;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left!important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold {
  display: table;
  float: none!important;
  width: 100%;
  margin: 0 0 0 0;
}
@media (max-width: 420px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold {
    display: block;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold.menu-icons-hold {
  min-height: 24px;
  margin: 0 0 0 0;
  line-height: 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .code {
  position: relative;
  float: left;
  width: 29.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 70px;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #abacae;
  letter-spacing: 0.03em;
  text-align: middle;
}
@media (max-width: 1199px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .code {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .code {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .id-number {
  position: relative;
  float: left;
  width: 29.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #abacae;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 1199px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .id-number {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  text-align: right;
}
@media (max-width: 1199px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    padding-left: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 450px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons {
    clear: both;
    width: 100%;
    float: left!important;
    text-align: right;
    margin-top: 10px;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons.menu-icons {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons.goright {
  text-align: justify;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons.goright .inner-tool-icon {
  text-indent: -9999px;
  float: right;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon {
  background: url(images/pantry/pantry-inner-item-tool-icons.png) top left no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 3px 0 3px 15px;
}
@media (max-width: 385px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon {
    margin-left: 15px;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.notes {
  background-position: 0 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.notes:hover {
  background-position: 0 -25px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.notes.open {
  background-position: 0 -50px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.share {
  background-position: -42px 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.share:hover {
  background-position: -42px -25px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.options {
  background-position: -82px 0;
  position: relative;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.options:hover {
  background-position: -82px -25px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.options {
    background-position: -76px 0;
  }
  .pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.options:hover {
    background-position: -76px -25px;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.add-rec-to-menu {
  background-position: -264px 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.add-rec-to-menu:hover {
  background-position: -264px -25px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.add-rec-to-menu.open {
  background-position: -264px -50px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.position {
  margin-left: 0;
  cursor: move;
  background-position: -110px 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.position:hover {
  background-position: -110px -25px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.collapse {
  background-position: -151px 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.collapse:hover {
  background-position: -151px -25px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.collapse.open {
  background-position: -180px 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.collapse.open:hover {
  background-position: -180px -25px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.print {
  width: 28px;
  text-indent: -9999px;
  background-position: -217px 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.print:hover {
  background-position: -217px -25px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.edit {
  background-position: -343px 0;
  text-indent: -9999px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.edit:hover {
  background-position: -343px -25px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.edit.open {
  background-position: 0 -50px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.add {
  background-position: -300px 0;
  text-indent: -9999px;
  width: 35px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.add:hover {
  background-position: -300px -25px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon.add.open {
  background-position: 0 -50px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .popover {
  padding: 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .popover > div {
  padding: 0;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .profits {
  overflow: auto;
  width: 110px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .profits div {
  float: left;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .profits div.calculated {
  float: right;
  color: #1d8642;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .nutr-close-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .nutr-close-btn a {
  cursor: pointer;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .nutr-close-btn a span {
  padding: 5px 10px 3px;
}
.pantry-content .pantry-inner-results-ctr .result-ctr .notes-ctr {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px 50px 0 50px;
  float: none!important;
  clear: both;
  margin-top: 10px;
  background: url(images/pantry/inner-item-notes-bg.png) top center no-repeat;
  font-family: 'Kalam', serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0.03em;
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .notes-ctr {
    font-family: 'Kalam', serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .notes-ctr .inner {
  background: url(images/pantry/notes-line-bg.png) top center;
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .notes-ctr .inner {
    background: url(images/pantry/notes-line-bg-short.png) top center;
  }
}
.pantry-content .pantry-inner-results-ctr .result-ctr .notes-ctr .inner p {
  font-family: 'Kalam', serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 40px;
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr .result-ctr .notes-ctr .inner p {
    font-family: 'Kalam', serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .title-ctr {
    padding-left: 0;
    display: block;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .title-ctr .hold {
    margin: 0 0 0 0;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .title-ctr .hold .img-hold {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    float: none!important;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .title-ctr .hold .title {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: none!important;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .tools-ctr .hold .code {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 460px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .tools-ctr .hold .code {
    float: left!important;
    width: 40%;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .tools-ctr .hold .id-number {
    position: relative;
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 460px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .tools-ctr .hold .id-number {
    float: left!important;
    clear: left;
    width: 40%;
    text-align: left;
    margin-top: 5px;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .tools-ctr .hold .icons {
    position: relative;
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 460px) {
  .pantry-content .pantry-inner-results-ctr.prod-results-ctr .main-info .tools-ctr .hold .icons {
    float: right!important;
    width: 60%;
    text-align: right;
    margin-top: -15px;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .main-info .title-ctr {
    position: relative;
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    float: none!important;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .main-info .title-ctr .hold {
    margin-left: 0;
    margin-right: 0;
  }
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .main-info .title-ctr .hold .title {
  padding-right: 0;
}
@media (max-width: 420px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .main-info .title-ctr .hold .title {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .main-info .tools-ctr {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    float: none!important;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .main-info .tools-ctr .hold .icons {
    padding-left: 0;
    float: right!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr.menu-detail-ctr .title-ctr {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr.menu-detail-ctr .tools-ctr {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr.menu-detail-ctr .tools-ctr .hold {
    float: right!important;
    width: 80px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr.menu-detail-ctr .tools-ctr .hold {
    width: 80px;
  }
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr.menu-detail-ctr .tools-ctr .hold .icons {
  width: 100%;
  text-align: right;
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr.menu-detail-ctr .tools-ctr .hold .icons .options {
  background-position: -80px 0 !important;
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr.menu-detail-ctr .tools-ctr .hold .icons .options:hover {
  background-position: -80px -25px !important;
}
@media (max-width: 575px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr.menu-detail-ctr .tools-ctr .hold .icons .options {
    background-position: -76px 0 !important;
  }
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr.menu-detail-ctr .tools-ctr .hold .icons .options:hover {
    background-position: -76px -25px !important;
  }
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse {
  margin-top: 15px;
  margin-bottom: -15px;
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent {
  padding-left: 40px;
  background-image: url(images/pantry/red-square.png);
  background-size: 40px 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent {
    padding-left: 20px;
    background-size: 20px 100%;
  }
}
@media (max-width: 575px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent {
    padding-left: 20px;
    background-size: 20px 100%;
  }
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info {
  border-top: 1px solid #d5d5d6;
}
@media (max-width: 480px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info {
    padding: 15px 0;
  }
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .title-ctr {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .title-ctr {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 650px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .title-ctr {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .title-ctr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    padding-left: 0;
  }
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .title-ctr .hold {
  margin: 0 0 0 0;
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .title-ctr .hold .title {
  padding: 15px 0 15px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .tools-ctr {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 650px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .tools-ctr {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .tools-ctr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 650px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .tools-ctr .hold {
    width: 100px;
    float: right!important;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .tools-ctr .hold {
    width: 100%;
    display: block;
    float: none!important;
  }
}
@media (max-width: 480px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .tools-ctr .hold .icons {
    text-align: right;
    padding-left: 0;
  }
}
@media (max-width: 420px) {
  .pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .tools-ctr .hold .icons {
    text-align: right;
  }
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .tools-ctr .hold .icons .options {
  background-position: -76px 0 !important;
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .main-info .tools-ctr .hold .icons .options:hover {
  background-position: -76px -25px !important;
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .notes-ctr {
  padding-bottom: 20px;
}
.pantry-content .pantry-inner-results-ctr.menus-results-ctr .content-collapse .inner-result-ctr .indent .notes-ctr .inner p {
  margin-bottom: 0;
}
.pantry-content .pantry-inner-results-ctr.tools-results-ctr .result-ctr {
  padding: 15px;
}
.pantry-content .pantry-inner-results-ctr.tools-results-ctr .result-ctr:first-child {
  border-top: 1px solid #d5d5d6;
}
.pantry-content .pantry-inner-results-ctr.tools-results-ctr .result-ctr .main-info {
  display: table;
  width: 100%;
}
.pantry-content .pantry-inner-results-ctr.tools-results-ctr .result-ctr .main-info img {
  display: table-cell;
  vertical-align: middle;
}
.pantry-content .pantry-inner-results-ctr.tools-results-ctr .result-ctr .main-info img.pantry-101 {
  margin: 11px 8px 12px 8px;
}
.pantry-content .pantry-inner-results-ctr.tools-results-ctr .result-ctr .main-info .title-ctr {
  width: 100%;
}
@media (max-width: 600px) {
  .pantry-content .pantry-inner-results-ctr.tools-results-ctr .result-ctr .main-info .title-ctr {
    float: none!important;
  }
}
.pantry-content .pantry-inner-results-ctr.tools-results-ctr .result-ctr .main-info .title-ctr .title {
  width: 100%;
}
.pantry-content .pantry-inner-results-ctr.tools-results-ctr .result-ctr .main-info .title-ctr .title h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.pantry-content .pagination-ctr .current-view {
  position: relative;
  float: left;
  width: 29.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #abacae;
  letter-spacing: 0.03em;
}
.pantry-content .pagination-ctr .center-buttons {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (max-width: 460px) {
  .pantry-content .pagination-ctr .center-buttons {
    margin: 15px 0;
  }
}
.pantry-content .pagination-ctr .center-buttons .page-arrow.disabled {
  color: #d5d5d6;
}
.pantry-content .pagination-ctr .center-buttons .page-arrow.disabled:hover {
  color: #d5d5d6;
}
.pantry-content .pagination-ctr .center-buttons .page-arrow.enabled {
  color: #c01119;
}
.pantry-content .pagination-ctr .center-buttons .page-arrow.enabled:hover {
  color: #c4960c;
}
.pantry-content .pagination-ctr .center-buttons ul {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
}
.pantry-content .pagination-ctr .center-buttons ul li {
  display: inline-block;
}
.pantry-content .pagination-ctr .center-buttons ul li a {
  display: block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 1px solid #d5d5d6;
  border-radius: 50%;
}
.pantry-content .pagination-ctr .center-buttons ul li a:hover {
  background: #eaeaea;
}
.pantry-content .pagination-ctr .center-buttons ul li a.current-pg {
  background: #c01119;
  border-color: #c01119;
}
.pantry-content .pagination-ctr .center-buttons ul li a.current-pg:hover {
  background: #c01119;
}
.pantry-content .pagination-ctr .show-all {
  position: relative;
  float: left;
  width: 29.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.pantry-content .pagination-ctr .show-all .btn-primary {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.03em;
}
.pantry-content .pagination-ctr .show-all .btn-primary span {
  padding: 4px 8px;
}
@media (max-width: 460px) {
  .pantry-content .pagination-ctr .current-view,
  .pantry-content .pagination-ctr .center-buttons,
  .pantry-content .pagination-ctr .show-all {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.pantry-content .ui-accordion .content-collapse {
  padding: 0!important;
}
.pantry-content .ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 0;
}
.pantry-content .ui-accordion .ui-accordion-header:focus,
.pantry-content .ui-accordion .ui-accordion-header:active {
  outline: 0;
}
.pantry-content .ui-accordion .ui-state-active .tools-ctr .icons .collapse {
  background-position: -180px 0 !important;
}
.pantry-content .ui-accordion .ui-state-active .tools-ctr .icons .collapse:hover {
  background-position: -180px -25px !important;
}
.pantry-content .ui-accordion .ui-sortable-helper {
  border-top: 1px solid #d5d5d6;
}
.pantry-content .ui-accordion .ui-sortable-helper .main-info {
  cursor: move;
}
.pantry-content .ui-accordion .ui-accordion-content {
  overflow: visible;
  padding: inherit;
}
.pantry-content .ui-accordion .ui-state-default a,
.pantry-content .ui-accordion .ui-state-default a:link,
.pantry-content .ui-accordion .ui-state-default a:visited,
.pantry-content .ui-accordion .ui-state-default a:hover {
  color: inherit;
}
.pantry-content .ui-accordion .ui-state-default,
.pantry-content .ui-accordion .ui-widget-content .ui-state-default,
.pantry-content .ui-accordion .ui-widget-header .ui-state-default {
  border: 0;
  background: none;
  color: inherit;
}
.pantry-content .ui-accordion .ui-widget-content {
  border: 0;
  background: none;
  color: inherit;
}
.pantry-content .p-101-dashboard .card.lg.pantrycard:nth-child(odd) {
  clear: left;
}
.pantry-content .p-101-dashboard .card.lg.pantrycard .inner .post-body {
  padding-bottom: 3px;
}
.pantry-content .p-101-dashboard .card.lg.pantrycard .inner .post-body .inside {
  border-bottom: 1px solid #cacbcc;
}
.pantry-checkbox {
  display: inline-block;
}
.pantry-checkbox input[type=checkbox] {
  visibility: hidden;
  display: none!important;
}
.pantry-checkbox label {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #d5d5d6;
  cursor: pointer;
  margin: 0;
  position: relative;
  top: 3px;
}
.pantry-checkbox input[type=checkbox]:checked + label {
  background: url(images/pantry/gold-chk.png) center no-repeat;
}
.pantry-checkbox span {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #c01119 !important;
  letter-spacing: 2px;
}
.collapsible {
  display: none;
}
/* pantry - products */
@media (min-width: 768px) and (max-width: 991px) {
  #favContainer[data-type='products'] .pantry-inner-toolbar-ctr .bulk-actions {
    min-width: 135px;
    padding: 15px 3px;
  }
}
@media (max-width: 450px) {
  #favContainer[data-type='products'] .pantry-inner-toolbar-ctr .bulk-actions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #57585d;
  }
}
@media (max-width: 600px) {
  #favContainer[data-type='products'] .pantry-inner-results-ctr .tools-ctr .hold {
    display: block;
  }
}
@media (max-width: 600px) {
  #favContainer[data-type='products'] .pantry-inner-results-ctr .tools-ctr .hold .code,
  #favContainer[data-type='products'] .pantry-inner-results-ctr .tools-ctr .hold .id-number,
  #favContainer[data-type='products'] .pantry-inner-results-ctr .tools-ctr .hold .icons {
    text-align: left;
    float: left!important;
    clear: both;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
.broker-modal .modal-body #ask-form form {
  padding: 0 0 0 0;
}
.broker-modal .modal-body #ask-form form input,
.broker-modal .modal-body #ask-form form select,
.broker-modal .modal-body #ask-form form textarea,
.broker-modal .modal-body #ask-form form .newsletter_text {
  font-size: 16px;
}
@media (max-width: 600px) {
  .broker-modal .modal-body #ask-form form #contact_meth {
    width: 100%;
    clear: both;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 600px) {
  .broker-modal .modal-body #ask-form form #zip {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .broker-modal .modal-body #ask-form form #contact_operator {
    width: 100%;
    clear: both;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 420px) {
  .broker-modal .modal-body #ask-form form #contact_operator select {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .broker-modal .modal-body #ask-form form #contact_position {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
}
/* end - pantry - products */
/* pantry - recipes, tips, solutions */
@media (min-width: 768px) and (max-width: 991px) {
  #favContainer[data-type='recipes'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr,
  #favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr,
  #favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr {
    padding-left: 0;
  }
}
#favContainer[data-type='recipes'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .code,
#favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .code,
#favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .code,
#favContainer[data-type='recipes'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .id-number,
#favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .id-number,
#favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .id-number {
  display: none;
}
#favContainer[data-type='recipes'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .icons,
#favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .icons,
#favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .icons {
  width: 100%;
}
@media (max-width: 600px) {
  #favContainer[data-type='recipes'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .icons,
  #favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .icons,
  #favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .icons {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #favContainer[data-type='recipes'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .icons .inner-tool-icon,
  #favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .icons .inner-tool-icon,
  #favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .icons .inner-tool-icon {
    margin-left: 3px;
  }
}
/* end - pantry - recipes, tips */
/* pantry - menus */
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr.menuRow .main-info {
    display: table;
  }
}
#menusContainer .pantry-inner-results-ctr .result-ctr.menuRow .main-info .title-ctr .menu-title {
  padding-left: 15px;
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr.menuRow .main-info .tools-ctr .hold {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr.menuRow .main-info .tools-ctr .hold .icons {
    margin-left: 0;
  }
}
#menusContainer .pantry-inner-results-ctr .result-ctr.groupRow .main-info .title-ctr .menu-title {
  padding-left: 15px;
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr.groupRow .main-info .tools-ctr {
    float: none!important;
    display: block;
  }
}
#menusContainer .pantry-inner-results-ctr .result-ctr.groupRow .main-info .tools-ctr .hold .item-count {
  text-align: right;
}
#menusContainer .pantry-inner-results-ctr .result-ctr.groupRow .main-info .tools-ctr .hold .icons {
  width: 30px!important;
}
#menusContainer .pantry-inner-results-ctr .result-ctr.groupRow .content-collapse .inner-result-ctr .tools-ctr .icons {
  width: 100%!important;
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .main-info {
    display: block;
  }
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr {
    float: left!important;
    clear: both;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold {
    display: block;
    width: 100%;
    float: none!important;
    padding-left: 15px;
  }
}
#menusContainer .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .code,
#menusContainer .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .id-number {
  display: none;
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold > div {
    float: left!important;
  }
}
#menusContainer .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons {
  width: 100%;
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons {
    width: auto;
    float: left!important;
    text-align: left;
    margin-left: 15px;
  }
}
@media (max-width: 450px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons {
    clear: none!important;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .main-info .tools-ctr .hold .icons .inner-tool-icon {
    margin-left: 3px;
  }
}
#menusContainer .pantry-inner-results-ctr .result-ctr .content-collapse .inner-result-ctr .title-ctr {
  padding-top: 15px;
}
#menusContainer .pantry-inner-results-ctr .result-ctr .content-collapse .inner-result-ctr .title-ctr .img-hold {
  padding-left: 15px;
}
#menusContainer .pantry-inner-results-ctr .result-ctr .content-collapse .inner-result-ctr .title-ctr .img-hold img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .content-collapse .inner-result-ctr .tools-ctr {
    padding-left: 15px!important;
  }
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .content-collapse .inner-result-ctr .tools-ctr {
    float: none!important;
    display: block;
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  #menusContainer .pantry-inner-results-ctr .result-ctr .content-collapse .inner-result-ctr .tools-ctr .icons {
    margin-left: 0;
  }
}
/* end - pantry - menus */
/* OPEN PANTRY tweaks */
/* global */
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer .result-ctr .title-ctr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer .result-ctr .title-ctr .hold {
    display: block!important;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer .result-ctr .tools-ctr {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0!important;
  }
}
.page-template-page-open-pantry .pantry-content #favContainer .result-ctr .tools-ctr .icons .inner-tool-icon {
  position: relative;
  top: -10px;
}
@media (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer .result-ctr .tools-ctr .icons .inner-tool-icon {
    top: 0;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer .result-ctr .tools-ctr .icons .inner-tool-icon.notes {
    margin-left: 0;
  }
}
.page-template-page-open-pantry .pantry-content #favContainer .result-ctr .tools-ctr .icons .simplefavorite-button {
  display: inline-block;
}
/* end - global */
/* products */
.page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 1199px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr {
    padding-right: 0;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr .hold {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr .hold .img-hold {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr .hold .img-hold img {
    max-width: 60px;
    max-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .title-ctr .hold .title {
    padding-left: 0;
  }
}
.page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .code {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .code {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .code {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .code {
    width: 100%;
    padding-left: 0;
  }
}
.page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .id-number {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .id-number {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .id-number {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .id-number {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .id-number {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .id-number {
    width: 100%;
    padding-left: 0;
  }
}
.page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons {
    position: relative;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 0 0 80px;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons {
    padding: 10px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons .simplefavorite-button {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons .simplefavorite-button {
    left: 15px;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='products'] .pantry-inner-results-ctr .result-ctr .tools-ctr .hold .icons .simplefavorite-button {
    left: inherit;
    right: 0px;
  }
}
/* end - products */
/* recipes */
@media (max-width: 1199px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .title-ctr {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .title-ctr {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .title-ctr {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .title-ctr {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .title-ctr {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr .icons {
    padding-left: 60px;
  }
}
.page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr .icons .simplefavorite-button {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr .icons .simplefavorite-button {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr .icons .simplefavorite-button {
    position: absolute;
    left: inherit;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr .icons .inner-tool-icon {
    top: -10px;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr .icons .inner-tool-icon {
    top: 0;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr .icons .inner-tool-icon.add-rec-to-menu {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='recipes'] .pantry-inner-results-ctr .tools-ctr .icons .inner-tool-icon.notes {
    margin-left: 8px;
  }
}
/* end - recipes */
/* tips/trends, solutions */
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .tools-ctr .icons .simplefavorite-button,
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .tools-ctr .icons .simplefavorite-button {
    position: absolute;
    left: inherit;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .tools-ctr .icons .inner-tool-icon,
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .tools-ctr .icons .inner-tool-icon {
    top: -10px;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .tools-ctr .icons .inner-tool-icon,
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .tools-ctr .icons .inner-tool-icon {
    top: 0;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='tips'] .pantry-inner-results-ctr .result-ctr .tools-ctr .icons .inner-tool-icon.print,
  .page-template-page-open-pantry .pantry-content #favContainer[data-type='solutions'] .pantry-inner-results-ctr .result-ctr .tools-ctr .icons .inner-tool-icon.print {
    margin-left: 0;
  }
}
/* end - tips/trends, solutions */
/* menus */
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .main-info .title-ctr {
    padding-left: 15px;
  }
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .main-info .title-ctr .hold {
  display: table;
  margin: 0 0 0 0;
  table-layout: fixed;
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .main-info .title-ctr .hold .menu-title {
  padding-left: 15px;
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .main-info .title-ctr .hold .img-hold {
  max-width: 80px;
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .main-info .title-ctr .hold .img-hold img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .main-info > .tools-ctr {
    float: none!important;
    display: block;
  }
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .main-info > .tools-ctr .hold {
    float: none!important;
  }
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .main-info > .tools-ctr .hold .item-count {
  text-align: right;
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .main-info > .tools-ctr .hold .icons {
  width: 30px;
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .content-collapse .inner-result-ctr .title-ctr {
  width: auto;
  max-width: 75%;
}
@media (max-width: 600px) {
  .page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .content-collapse .inner-result-ctr .title-ctr {
    padding-left: 0;
    padding-top: 15px;
    max-width: none;
  }
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .content-collapse .inner-result-ctr .title-ctr .hold {
  display: table;
  table-layout: fixed;
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .content-collapse .inner-result-ctr .title-ctr .hold .title {
  width: 100%;
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .content-collapse .inner-result-ctr .title-ctr .hold .img-hold {
  padding-left: 15px;
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .content-collapse .inner-result-ctr .title-ctr .hold .img-hold img {
  max-width: 100%;
  height: auto;
}
.page-template-page-open-pantry .pantry-content #menusContainer .result-ctr .content-collapse .inner-result-ctr .tools-ctr .icons {
  width: 100%;
}
/* end - menus */
/* end - OPEN PANTRY tweaks */
/* Pantry - print layouts */
@media print {
  body.print {
    width: 624px;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
  .page-break {
    display: block;
    float: none !important;
    page-break-before: always;
  }
  img {
    max-width: 100%;
  }
  .print-prod-ctr .entry-header .entry-title {
    font-size: 16px;
    color: #c01119 !important;
    line-height: normal;
    text-align: right;
    width: 100%;
    float: none;
    clear: both;
  }
}
@media all {
  .page-id-928 #site_header {
    display: none!important;
  }
  .print-menus-ctr .print-menus-hdr {
    padding-bottom: 10px;
  }
  .print-menus-ctr .print-menus-hdr .top-logo {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .print-menus-ctr .print-menus-hdr .top-title {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .print-menus-ctr .print-menus-hdr .top-title h1 {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #c01119 !important;
    text-transform: uppercase;
  }
  .print-menus-ctr .print-menus-hdr .top-title h1 span {
    font-weight: 500;
    color: #57585d !important;
  }
  .print-menus-ctr .print-menus-hdr .top-right {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }
  .print-menus-ctr .print-menus-hdr .top-right .recipe-total,
  .print-menus-ctr .print-menus-hdr .top-right .output-type {
    display: inline-block;
    text-align: center;
  }
  .print-menus-ctr .print-menus-hdr .top-right .recipe-total p,
  .print-menus-ctr .print-menus-hdr .top-right .output-type p {
    font-family: 'Hind', sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    margin: 4px 0 0 0;
  }
  .print-menus-ctr .print-menus-hdr .top-right .recipe-total {
    border-right: 1px solid #d5d5d6;
    padding-right: 15px;
    margin-right: 15px;
  }
  .print-menus-ctr .print-menus-hdr .top-right .recipe-total .count {
    width: 29px;
    height: 29px;
    background: #c4960c !important;
    border-radius: 50%;
    margin: 0 auto;
    display: table;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
  }
  .print-menus-ctr .print-menus-hdr .top-right .recipe-total .count span {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff !important;
  }
  .print-menus-ctr .print-menus-hdr .top-right .recipe-total p {
    color: #c4960c !important;
  }
  .print-menus-ctr .print-menus-hdr .top-right .output-type p {
    color: #57585d !important;
  }
  .print-menus-ctr .print-menus-hdr .sep {
    width: 100%;
    height: 1px;
    background: #d5d5d6 !important;
  }
  .print-menus-ctr .img-ctr {
    position: relative;
  }
  .print-menus-ctr .img-ctr .num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: table;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #c01119 !important;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
  .print-menus-ctr .img-ctr .num span {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff !important;
  }
  .print-menus-ctr .desc-ctr h2 {
    font-family: 'Hind', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #c01119 !important;
    margin: 7px 0 4px 0;
  }
  .print-menus-ctr .desc-ctr p {
    font-family: 'Hind', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    color: #414246 !important;
  }
  .print-menus-ctr .page-num {
    text-align: center;
    margin-top: 15px;
  }
  .print-menus-ctr .page-num span {
    background: #57585d !important;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #ffffff !important;
    padding: 0 15px;
  }
  .print-menus-ctr.foh-print-ctr .recipes-foh .recipe {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .print-menus-ctr.foh-print-ctr .recipes-foh .recipe .nutrition-facts {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
  }
  .print-menus-ctr.foh-print-ctr .recipes-foh .recipe .nutrition-facts h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .print-menus-ctr.foh-print-ctr .recipes-foh .recipe .nutrition-facts .amt-per-serv,
  .print-menus-ctr.foh-print-ctr .recipes-foh .recipe .nutrition-facts .dv-title {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
  }
  .print-menus-ctr.foh-print-ctr .recipes-foh .recipe .bottom-info h3 {
    color: #c01119 !important;
    font-family: 'Hind', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    margin: 8px 0 3px 0;
  }
  .print-menus-ctr.foh-print-ctr .recipes-foh .recipe .bottom-info p {
    font-family: 'Hind', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    color: #414246 !important;
  }
  .print-menus-ctr.foh-print-ctr .recipes-foh .recipe .bottom-info div {
    width: 50%;
    padding-right: 8px;
    float: left;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh {
    background: url(images/print/center-line.jpg) top center repeat-y !important;
    margin-top: -10px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 20px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .img-ctr {
    float: left;
    margin: 0 10px 10px 0;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr h2 {
    margin: 0;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr .stats div {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr .stats .time {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #818286 !important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr .stats .time:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(images/print/time-icon.jpg) top center no-repeat !important;
    margin-right: 5px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr .stats .yield {
    font-family: 'Hind', sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 11px;
    color: #c4960c !important;
    padding: 0 15px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr .stats .level {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr .stats .level:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr .stats .level.easy {
    color: #4aa845!important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr .stats .level.easy:before {
    background: url(images/print/level-easy-icon.jpg) top center no-repeat !important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .desc-ctr .stats .serving {
    color: #818286 !important;
    display: block;
    font-family: 'Hind', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left,
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-right {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left h3,
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-right h3 {
    font-family: 'Hind', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    margin: 0 0 3px 0;
    color: #c01119 !important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left p,
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-right p {
    font-family: 'Hind', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    color: #414246 !important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left .ingredients ul {
    padding-left: 0;
    list-style: none;
    font-family: 'Hind', sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 14px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left .ingredients ul li {
    padding-left: 10px;
    position: relative;
    color: #818286 !important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left .ingredients ul li:nth-child(even) {
    background: #f4f4f5 !important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left .ingredients ul li.product {
    color: #c01119 !important;
    font-weight: 700;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left .ingredients ul li:before {
    content: "\2022";
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    color: #818286 !important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left .ingredients ul li span {
    float: right;
    margin-left: 10px;
    color: #818286 !important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-left .pantry-notes h3:before {
    content: " ";
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(images/print/chef-hat-mini.jpg) top center no-repeat !important;
    margin-right: 5px;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-right .recipe-instructions ol {
    font-family: 'Hind', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    padding-left: 0;
    list-style: none;
    counter-reset: recipe-counter;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-right .recipe-instructions ol > li {
    margin-bottom: 8px;
    position: relative;
    list-style: none;
    color: #818286 !important;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-right .recipe-instructions ol > li:before {
    content: counter(recipe-counter) ".";
    counter-increment: recipe-counter;
    display: inline-block;
    margin-right: 3px;
    color: #c01119 !important;
    font-weight: 600;
  }
  .print-menus-ctr.boh-print-ctr .recipes-boh .recipe .bottom-right .instruction-notes span {
    font-weight: 600;
    color: #c01119 !important;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table {
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .row {
    margin: 0 0 0 0;
    display: table;
    width: 100%;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-col-left,
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-col-mid,
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-col-right {
    padding-top: 15px;
    padding-bottom: 15px;
    float: none!important;
    display: table-cell;
    vertical-align: middle;
    color: #57585d !important;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-col-left {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 25px;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-col-mid {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-col-right {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-hdr {
    background: #57585d !important;
    color: #ffffff !important;
    font-family: 'Hind', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.10em;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-hdr .tbl-col-left {
    color: #ffffff !important;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-hdr .tbl-col-mid {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    color: #ffffff !important;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-hdr .tbl-col-right {
    color: #ffffff !important;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-content {
    font-family: 'Hind', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: #57585d !important;
  }
  .print-menus-ctr.buyer-print-ctr .products-buyer .prod-table .tbl-content .row:nth-child(even) {
    background: #eaeaea !important;
  }
}
/* END -- Pantry - print layouts */
.right-container {
  background: url(images/shadow-left.png) no-repeat left top;
  min-height: 874px;
  width: 460px;
}
.contact .wrap .container {
  width: 840px;
}
.contact .wrap .container .content h1 {
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: auto;
  letter-spacing: .1em;
  color: #c01119;
  text-transform: uppercase;
}
.contact .wrap .container.right-container {
  width: 460px;
}
/*cards*/
.card {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 50px;
}
.card.head.product {
  width: 50%;
}
.card.head.product header {
  background: #42317f;
}
.card.head.product .inner .post-body .inside h2 {
  margin: 10px 0 0;
}
.card.head.product .inner .post-body .inside .btn.btn-primary {
  background: #c01119;
  border-color: #c01119;
  margin-top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.card.head.solution {
  width: 100%;
  text-align: left;
}
.card.head.solution .inner {
  background-size: cover;
}
.card.head.solution .inner header {
  background: #0873bb;
  text-align: center;
}
.card.head.solution .inner header h3 {
  border-top: 1px solid #84b9dd;
  border-left: 1px solid #84b9dd;
  border-right: 1px solid #84b9dd;
}
.card.head.solution .post-body .inside {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 35px 48px 30px;
}
.card.head.solution .post-body .inside h2 {
  color: #ffffff;
  text-align: left;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
}
.card.head.solution .post-body .inside h3 {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}
.card.head.solution .post-body .inside p {
  color: #ffffff;
  text-align: left;
  font-size: 7px;
  font-weight: 500;
}
.card.head.solution .post-body .inside .btn.btn-primary {
  background: #c01119;
  border-color: #c01119;
  margin-top: 0;
  text-align: left;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.card.head.recipe {
  width: 100%;
  text-align: left;
}
.card.head.recipe .inner {
  background-size: cover;
}
.card.head.recipe .inner header {
  background: #c4960c;
  text-align: center;
}
.card.head.recipe .inner header h3 {
  border-top: 1px solid #e2cb86;
  border-left: 1px solid #e2cb86;
  border-right: 1px solid #e2cb86;
}
.card.head.recipe .post-body .inside {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 35px 48px 30px;
}
.card.head.recipe .post-body .inside h2 {
  color: #ffffff;
  text-align: left;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  max-width: 71%;
}
.card.head.recipe .post-body .inside h3 {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin-top: 10px;
  max-width: 71%;
}
.card.head.recipe .post-body .inside p {
  color: #ffffff;
  text-align: left;
  font-size: 7px;
  font-weight: 500;
}
.card.head.recipe .post-body .inside .btn.btn-primary {
  background: #c4960c;
  border-color: #c4960c;
  margin-top: 0;
  text-align: left;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.card.contact-page {
  width: 100%;
}
.card.contact-page .inner {
  background-position: center;
  background-size: cover;
}
.card.contact-page .inner .post-body {
  padding: 3px;
}
.card.contact-page .inner .post-body .inside {
  padding: 50px 40px 30px;
  border: 1px solid #cacbcc;
}
.card.contact-page .inner .post-body .inside h2 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #c4960c;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.card.contact-page .inner .post-body .inside p {
  margin: 0 0 30px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #414246;
  letter-spacing: .05em;
}
.card.contact-page .inner .post-body .inside a {
  margin-top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.card.contact-page.has-bg .inner .post-body .inside p {
  color: #fff;
}
@media (min-width: 768px) {
  .card {
    float: left;
    width: 25%;
  }
}
.card .inner {
  background: #ffffff;
  -webkit-box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
}
.card .inner .post-top {
  padding: 3px 3px 0 3px;
}
.card .inner .post-top h3 {
  border-top: 1px solid #cacbcc;
  border-left: 1px solid #cacbcc;
  border-right: 1px solid #cacbcc;
  margin: 0;
  padding: 10px 0;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.card .inner .callout-img {
  position: relative;
}
.card .inner .callout-img > img {
  width: 100%;
  height: auto;
}
.card .inner .callout-img .overlay {
  border-top: 1px solid #cacbcc;
  border-left: 1px solid #cacbcc;
  border-right: 1px solid #cacbcc;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  text-align: center;
}
.card .inner .callout-img .overlay img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card .inner .post-body {
  padding: 0 3px 3px;
}
.card .inner .post-body .filler {
  margin-left: -3px;
  width: calc(100% + 6px);
}
.card .inner .post-body .inside {
  padding: 10px;
  border-bottom: 1px solid #cacbcc;
  border-left: 1px solid #cacbcc;
  border-right: 1px solid #cacbcc;
}
.card .inner .post-body .inside .card-top {
  position: relative;
}
.card .inner .post-body .inside .card-top img {
  max-width: 100%;
  margin-bottom: 0;
}
.card .inner .post-body .inside .card-top .spacer {
  height: 45px;
}
.card .inner .post-body .inside .card-top .simplefavorite-button {
  position: absolute;
  bottom: -10px;
  right: -5px;
}
.card .inner .post-body .inside h2 {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  color: #57585d;
  margin: 15px 0;
}
.card .inner .post-body .inside a {
  margin-top: -16%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.card.solutions .post-top {
  background: #0873bb;
}
.card.videos .post-top {
  /* not its own category */
  /* background: @brand-brown;*/
}
.card.recipes .post-top {
  background: #c4960c;
  border-color: #e2cb86;
}
.card.recipes .post-body .inside a.btn-primary {
  color: #ffffff;
  background-color: #c01119;
  border-color: #c01119;
}
.card.recipes .post-body .inside a.btn-primary:hover,
.card.recipes .post-body .inside a.btn-primary:focus,
.card.recipes .post-body .inside a.btn-primary.focus,
.card.recipes .post-body .inside a.btn-primary:active,
.card.recipes .post-body .inside a.btn-primary.active,
.open > .dropdown-toggle.card.recipes .post-body .inside a.btn-primary {
  color: #ffffff;
  background-color: #910d13;
  border-color: #880c12;
}
.card.recipes .post-body .inside a.btn-primary:active,
.card.recipes .post-body .inside a.btn-primary.active,
.open > .dropdown-toggle.card.recipes .post-body .inside a.btn-primary {
  background-image: none;
}
.card.recipes .post-body .inside a.btn-primary.disabled,
.card.recipes .post-body .inside a.btn-primary[disabled],
fieldset[disabled] .card.recipes .post-body .inside a.btn-primary,
.card.recipes .post-body .inside a.btn-primary.disabled:hover,
.card.recipes .post-body .inside a.btn-primary[disabled]:hover,
fieldset[disabled] .card.recipes .post-body .inside a.btn-primary:hover,
.card.recipes .post-body .inside a.btn-primary.disabled:focus,
.card.recipes .post-body .inside a.btn-primary[disabled]:focus,
fieldset[disabled] .card.recipes .post-body .inside a.btn-primary:focus,
.card.recipes .post-body .inside a.btn-primary.disabled.focus,
.card.recipes .post-body .inside a.btn-primary[disabled].focus,
fieldset[disabled] .card.recipes .post-body .inside a.btn-primary.focus,
.card.recipes .post-body .inside a.btn-primary.disabled:active,
.card.recipes .post-body .inside a.btn-primary[disabled]:active,
fieldset[disabled] .card.recipes .post-body .inside a.btn-primary:active,
.card.recipes .post-body .inside a.btn-primary.disabled.active,
.card.recipes .post-body .inside a.btn-primary[disabled].active,
fieldset[disabled] .card.recipes .post-body .inside a.btn-primary.active {
  background-color: #c01119;
  border-color: #c01119;
}
.card.recipes .post-body .inside a.btn-primary .badge {
  color: #c01119;
  background-color: #ffffff;
}
.card.menus .post-top,
.card.lg.menus .post-top {
  background: #1d8642;
  border-color: #8ec3a1;
}
.card.menus .post-body .inside a.btn-primary,
.card.lg.menus .post-body .inside a.btn-primary,
.card.menus a.btn-small,
.card.lg.menus a.btn-small {
  color: #ffffff;
  background-color: #c01119;
  border-color: #c01119;
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  padding: 3px!important;
}
.card.menus .post-body .inside a.btn-primary:hover,
.card.lg.menus .post-body .inside a.btn-primary:hover,
.card.menus a.btn-small:hover,
.card.lg.menus a.btn-small:hover,
.card.menus .post-body .inside a.btn-primary:focus,
.card.lg.menus .post-body .inside a.btn-primary:focus,
.card.menus a.btn-small:focus,
.card.lg.menus a.btn-small:focus,
.card.menus .post-body .inside a.btn-primary.focus,
.card.lg.menus .post-body .inside a.btn-primary.focus,
.card.menus a.btn-small.focus,
.card.lg.menus a.btn-small.focus,
.card.menus .post-body .inside a.btn-primary:active,
.card.lg.menus .post-body .inside a.btn-primary:active,
.card.menus a.btn-small:active,
.card.lg.menus a.btn-small:active,
.card.menus .post-body .inside a.btn-primary.active,
.card.lg.menus .post-body .inside a.btn-primary.active,
.card.menus a.btn-small.active,
.card.lg.menus a.btn-small.active,
.open > .dropdown-toggle.card.menus .post-body .inside a.btn-primary,
.open > .dropdown-toggle.card.lg.menus .post-body .inside a.btn-primary,
.open > .dropdown-toggle.card.menus a.btn-small,
.open > .dropdown-toggle.card.lg.menus a.btn-small {
  color: #ffffff;
  background-color: #910d13;
  border-color: #880c12;
}
.card.menus .post-body .inside a.btn-primary:active,
.card.lg.menus .post-body .inside a.btn-primary:active,
.card.menus a.btn-small:active,
.card.lg.menus a.btn-small:active,
.card.menus .post-body .inside a.btn-primary.active,
.card.lg.menus .post-body .inside a.btn-primary.active,
.card.menus a.btn-small.active,
.card.lg.menus a.btn-small.active,
.open > .dropdown-toggle.card.menus .post-body .inside a.btn-primary,
.open > .dropdown-toggle.card.lg.menus .post-body .inside a.btn-primary,
.open > .dropdown-toggle.card.menus a.btn-small,
.open > .dropdown-toggle.card.lg.menus a.btn-small {
  background-image: none;
}
.card.menus .post-body .inside a.btn-primary.disabled,
.card.lg.menus .post-body .inside a.btn-primary.disabled,
.card.menus a.btn-small.disabled,
.card.lg.menus a.btn-small.disabled,
.card.menus .post-body .inside a.btn-primary[disabled],
.card.lg.menus .post-body .inside a.btn-primary[disabled],
.card.menus a.btn-small[disabled],
.card.lg.menus a.btn-small[disabled],
fieldset[disabled] .card.menus .post-body .inside a.btn-primary,
fieldset[disabled] .card.lg.menus .post-body .inside a.btn-primary,
fieldset[disabled] .card.menus a.btn-small,
fieldset[disabled] .card.lg.menus a.btn-small,
.card.menus .post-body .inside a.btn-primary.disabled:hover,
.card.lg.menus .post-body .inside a.btn-primary.disabled:hover,
.card.menus a.btn-small.disabled:hover,
.card.lg.menus a.btn-small.disabled:hover,
.card.menus .post-body .inside a.btn-primary[disabled]:hover,
.card.lg.menus .post-body .inside a.btn-primary[disabled]:hover,
.card.menus a.btn-small[disabled]:hover,
.card.lg.menus a.btn-small[disabled]:hover,
fieldset[disabled] .card.menus .post-body .inside a.btn-primary:hover,
fieldset[disabled] .card.lg.menus .post-body .inside a.btn-primary:hover,
fieldset[disabled] .card.menus a.btn-small:hover,
fieldset[disabled] .card.lg.menus a.btn-small:hover,
.card.menus .post-body .inside a.btn-primary.disabled:focus,
.card.lg.menus .post-body .inside a.btn-primary.disabled:focus,
.card.menus a.btn-small.disabled:focus,
.card.lg.menus a.btn-small.disabled:focus,
.card.menus .post-body .inside a.btn-primary[disabled]:focus,
.card.lg.menus .post-body .inside a.btn-primary[disabled]:focus,
.card.menus a.btn-small[disabled]:focus,
.card.lg.menus a.btn-small[disabled]:focus,
fieldset[disabled] .card.menus .post-body .inside a.btn-primary:focus,
fieldset[disabled] .card.lg.menus .post-body .inside a.btn-primary:focus,
fieldset[disabled] .card.menus a.btn-small:focus,
fieldset[disabled] .card.lg.menus a.btn-small:focus,
.card.menus .post-body .inside a.btn-primary.disabled.focus,
.card.lg.menus .post-body .inside a.btn-primary.disabled.focus,
.card.menus a.btn-small.disabled.focus,
.card.lg.menus a.btn-small.disabled.focus,
.card.menus .post-body .inside a.btn-primary[disabled].focus,
.card.lg.menus .post-body .inside a.btn-primary[disabled].focus,
.card.menus a.btn-small[disabled].focus,
.card.lg.menus a.btn-small[disabled].focus,
fieldset[disabled] .card.menus .post-body .inside a.btn-primary.focus,
fieldset[disabled] .card.lg.menus .post-body .inside a.btn-primary.focus,
fieldset[disabled] .card.menus a.btn-small.focus,
fieldset[disabled] .card.lg.menus a.btn-small.focus,
.card.menus .post-body .inside a.btn-primary.disabled:active,
.card.lg.menus .post-body .inside a.btn-primary.disabled:active,
.card.menus a.btn-small.disabled:active,
.card.lg.menus a.btn-small.disabled:active,
.card.menus .post-body .inside a.btn-primary[disabled]:active,
.card.lg.menus .post-body .inside a.btn-primary[disabled]:active,
.card.menus a.btn-small[disabled]:active,
.card.lg.menus a.btn-small[disabled]:active,
fieldset[disabled] .card.menus .post-body .inside a.btn-primary:active,
fieldset[disabled] .card.lg.menus .post-body .inside a.btn-primary:active,
fieldset[disabled] .card.menus a.btn-small:active,
fieldset[disabled] .card.lg.menus a.btn-small:active,
.card.menus .post-body .inside a.btn-primary.disabled.active,
.card.lg.menus .post-body .inside a.btn-primary.disabled.active,
.card.menus a.btn-small.disabled.active,
.card.lg.menus a.btn-small.disabled.active,
.card.menus .post-body .inside a.btn-primary[disabled].active,
.card.lg.menus .post-body .inside a.btn-primary[disabled].active,
.card.menus a.btn-small[disabled].active,
.card.lg.menus a.btn-small[disabled].active,
fieldset[disabled] .card.menus .post-body .inside a.btn-primary.active,
fieldset[disabled] .card.lg.menus .post-body .inside a.btn-primary.active,
fieldset[disabled] .card.menus a.btn-small.active,
fieldset[disabled] .card.lg.menus a.btn-small.active {
  background-color: #c01119;
  border-color: #c01119;
}
.card.menus .post-body .inside a.btn-primary .badge,
.card.lg.menus .post-body .inside a.btn-primary .badge,
.card.menus a.btn-small .badge,
.card.lg.menus a.btn-small .badge {
  color: #c01119;
  background-color: #ffffff;
}
.card.menus .post-body .inside a.btn-primary:hover,
.card.lg.menus .post-body .inside a.btn-primary:hover,
.card.menus a.btn-small:hover,
.card.lg.menus a.btn-small:hover {
  color: #c4960c !important;
  background: #ffffff !important;
  padding: 2px!important;
}
.card.products .post-top {
  background: #42317f;
  border-color: #a198bf;
}
.card.products .post-body .inside a.btn-primary {
  color: #ffffff;
  background-color: #c01119;
  border-color: #c01119;
}
.card.products .post-body .inside a.btn-primary:hover,
.card.products .post-body .inside a.btn-primary:focus,
.card.products .post-body .inside a.btn-primary.focus,
.card.products .post-body .inside a.btn-primary:active,
.card.products .post-body .inside a.btn-primary.active,
.open > .dropdown-toggle.card.products .post-body .inside a.btn-primary {
  color: #ffffff;
  background-color: #910d13;
  border-color: #880c12;
}
.card.products .post-body .inside a.btn-primary:active,
.card.products .post-body .inside a.btn-primary.active,
.open > .dropdown-toggle.card.products .post-body .inside a.btn-primary {
  background-image: none;
}
.card.products .post-body .inside a.btn-primary.disabled,
.card.products .post-body .inside a.btn-primary[disabled],
fieldset[disabled] .card.products .post-body .inside a.btn-primary,
.card.products .post-body .inside a.btn-primary.disabled:hover,
.card.products .post-body .inside a.btn-primary[disabled]:hover,
fieldset[disabled] .card.products .post-body .inside a.btn-primary:hover,
.card.products .post-body .inside a.btn-primary.disabled:focus,
.card.products .post-body .inside a.btn-primary[disabled]:focus,
fieldset[disabled] .card.products .post-body .inside a.btn-primary:focus,
.card.products .post-body .inside a.btn-primary.disabled.focus,
.card.products .post-body .inside a.btn-primary[disabled].focus,
fieldset[disabled] .card.products .post-body .inside a.btn-primary.focus,
.card.products .post-body .inside a.btn-primary.disabled:active,
.card.products .post-body .inside a.btn-primary[disabled]:active,
fieldset[disabled] .card.products .post-body .inside a.btn-primary:active,
.card.products .post-body .inside a.btn-primary.disabled.active,
.card.products .post-body .inside a.btn-primary[disabled].active,
fieldset[disabled] .card.products .post-body .inside a.btn-primary.active {
  background-color: #c01119;
  border-color: #c01119;
}
.card.products .post-body .inside a.btn-primary .badge {
  color: #c01119;
  background-color: #ffffff;
}
.card.products .post-body .inside a.btn-primary:hover {
  color: #c4960c !important;
}
.card.tool .post-top {
  background: #414246;
  border-color: #a0a1a3;
}
.card.tool .inner .post-body {
  padding-bottom: 3px!important;
}
.card.tool .inner .post-body .inside {
  border-bottom: 1px solid #cacbcc !important;
  border-radius: 0 0 5px 5px;
}
.card.tool .inner .post-body .inside .btn-primary {
  color: #ffffff;
  background-color: #c01119;
  border-color: #c01119;
}
.card.tool .inner .post-body .inside .btn-primary:hover,
.card.tool .inner .post-body .inside .btn-primary:focus,
.card.tool .inner .post-body .inside .btn-primary.focus,
.card.tool .inner .post-body .inside .btn-primary:active,
.card.tool .inner .post-body .inside .btn-primary.active,
.open > .dropdown-toggle.card.tool .inner .post-body .inside .btn-primary {
  color: #ffffff;
  background-color: #910d13;
  border-color: #880c12;
}
.card.tool .inner .post-body .inside .btn-primary:active,
.card.tool .inner .post-body .inside .btn-primary.active,
.open > .dropdown-toggle.card.tool .inner .post-body .inside .btn-primary {
  background-image: none;
}
.card.tool .inner .post-body .inside .btn-primary.disabled,
.card.tool .inner .post-body .inside .btn-primary[disabled],
fieldset[disabled] .card.tool .inner .post-body .inside .btn-primary,
.card.tool .inner .post-body .inside .btn-primary.disabled:hover,
.card.tool .inner .post-body .inside .btn-primary[disabled]:hover,
fieldset[disabled] .card.tool .inner .post-body .inside .btn-primary:hover,
.card.tool .inner .post-body .inside .btn-primary.disabled:focus,
.card.tool .inner .post-body .inside .btn-primary[disabled]:focus,
fieldset[disabled] .card.tool .inner .post-body .inside .btn-primary:focus,
.card.tool .inner .post-body .inside .btn-primary.disabled.focus,
.card.tool .inner .post-body .inside .btn-primary[disabled].focus,
fieldset[disabled] .card.tool .inner .post-body .inside .btn-primary.focus,
.card.tool .inner .post-body .inside .btn-primary.disabled:active,
.card.tool .inner .post-body .inside .btn-primary[disabled]:active,
fieldset[disabled] .card.tool .inner .post-body .inside .btn-primary:active,
.card.tool .inner .post-body .inside .btn-primary.disabled.active,
.card.tool .inner .post-body .inside .btn-primary[disabled].active,
fieldset[disabled] .card.tool .inner .post-body .inside .btn-primary.active {
  background-color: #c01119;
  border-color: #c01119;
}
.card.tool .inner .post-body .inside .btn-primary .badge {
  color: #c01119;
  background-color: #ffffff;
}
.card.tips_trends .post-top {
  background: #c01119;
}
.card.tips_trends .inner .post-body .inside .btn-primary {
  color: #ffffff;
  background-color: #c01119;
  border-color: #c01119;
}
.card.tips_trends .inner .post-body .inside .btn-primary:hover,
.card.tips_trends .inner .post-body .inside .btn-primary:focus,
.card.tips_trends .inner .post-body .inside .btn-primary.focus,
.card.tips_trends .inner .post-body .inside .btn-primary:active,
.card.tips_trends .inner .post-body .inside .btn-primary.active,
.open > .dropdown-toggle.card.tips_trends .inner .post-body .inside .btn-primary {
  color: #ffffff;
  background-color: #910d13;
  border-color: #880c12;
}
.card.tips_trends .inner .post-body .inside .btn-primary:active,
.card.tips_trends .inner .post-body .inside .btn-primary.active,
.open > .dropdown-toggle.card.tips_trends .inner .post-body .inside .btn-primary {
  background-image: none;
}
.card.tips_trends .inner .post-body .inside .btn-primary.disabled,
.card.tips_trends .inner .post-body .inside .btn-primary[disabled],
fieldset[disabled] .card.tips_trends .inner .post-body .inside .btn-primary,
.card.tips_trends .inner .post-body .inside .btn-primary.disabled:hover,
.card.tips_trends .inner .post-body .inside .btn-primary[disabled]:hover,
fieldset[disabled] .card.tips_trends .inner .post-body .inside .btn-primary:hover,
.card.tips_trends .inner .post-body .inside .btn-primary.disabled:focus,
.card.tips_trends .inner .post-body .inside .btn-primary[disabled]:focus,
fieldset[disabled] .card.tips_trends .inner .post-body .inside .btn-primary:focus,
.card.tips_trends .inner .post-body .inside .btn-primary.disabled.focus,
.card.tips_trends .inner .post-body .inside .btn-primary[disabled].focus,
fieldset[disabled] .card.tips_trends .inner .post-body .inside .btn-primary.focus,
.card.tips_trends .inner .post-body .inside .btn-primary.disabled:active,
.card.tips_trends .inner .post-body .inside .btn-primary[disabled]:active,
fieldset[disabled] .card.tips_trends .inner .post-body .inside .btn-primary:active,
.card.tips_trends .inner .post-body .inside .btn-primary.disabled.active,
.card.tips_trends .inner .post-body .inside .btn-primary[disabled].active,
fieldset[disabled] .card.tips_trends .inner .post-body .inside .btn-primary.active {
  background-color: #c01119;
  border-color: #c01119;
}
.card.tips_trends .inner .post-body .inside .btn-primary .badge {
  color: #c01119;
  background-color: #ffffff;
}
.card.tips_trends.lg .inner .post-body .inside h2 {
  text-transform: uppercase;
  color: #c01119;
}
.card.tips_trends.lg .inner .post-body .inside a {
  color: #ffffff;
  background-color: #c01119;
  border-color: #c01119;
}
.card.tips_trends.lg .inner .post-body .inside a:hover,
.card.tips_trends.lg .inner .post-body .inside a:focus,
.card.tips_trends.lg .inner .post-body .inside a.focus,
.card.tips_trends.lg .inner .post-body .inside a:active,
.card.tips_trends.lg .inner .post-body .inside a.active,
.open > .dropdown-toggle.card.tips_trends.lg .inner .post-body .inside a {
  color: #ffffff;
  background-color: #910d13;
  border-color: #880c12;
}
.card.tips_trends.lg .inner .post-body .inside a:active,
.card.tips_trends.lg .inner .post-body .inside a.active,
.open > .dropdown-toggle.card.tips_trends.lg .inner .post-body .inside a {
  background-image: none;
}
.card.tips_trends.lg .inner .post-body .inside a.disabled,
.card.tips_trends.lg .inner .post-body .inside a[disabled],
fieldset[disabled] .card.tips_trends.lg .inner .post-body .inside a,
.card.tips_trends.lg .inner .post-body .inside a.disabled:hover,
.card.tips_trends.lg .inner .post-body .inside a[disabled]:hover,
fieldset[disabled] .card.tips_trends.lg .inner .post-body .inside a:hover,
.card.tips_trends.lg .inner .post-body .inside a.disabled:focus,
.card.tips_trends.lg .inner .post-body .inside a[disabled]:focus,
fieldset[disabled] .card.tips_trends.lg .inner .post-body .inside a:focus,
.card.tips_trends.lg .inner .post-body .inside a.disabled.focus,
.card.tips_trends.lg .inner .post-body .inside a[disabled].focus,
fieldset[disabled] .card.tips_trends.lg .inner .post-body .inside a.focus,
.card.tips_trends.lg .inner .post-body .inside a.disabled:active,
.card.tips_trends.lg .inner .post-body .inside a[disabled]:active,
fieldset[disabled] .card.tips_trends.lg .inner .post-body .inside a:active,
.card.tips_trends.lg .inner .post-body .inside a.disabled.active,
.card.tips_trends.lg .inner .post-body .inside a[disabled].active,
fieldset[disabled] .card.tips_trends.lg .inner .post-body .inside a.active {
  background-color: #c01119;
  border-color: #c01119;
}
.card.tips_trends.lg .inner .post-body .inside a .badge {
  color: #c01119;
  background-color: #ffffff;
}
.card.lg {
  float: none;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.card.lg .inner {
  box-shadow: none;
  border: 1px solid #cacbcc;
}
.card.lg .inner .post-body .inside h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.card.lg .inner .post-body .inside a {
  margin: 0 0 15px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.card.lg.pantrycard {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .card.lg.pantrycard {
    float: left;
    width: 50%;
  }
}
.card.lg.pantrycard > .inner {
  margin-bottom: 30px;
}
.card.lg.pantrycard .post-body {
  padding: 0 3px;
}
.card.lg.pantrycard .post-body .inside {
  border-bottom: none;
  padding: 20px;
}
.card.lg.pantrycard .post-body .inside .card-top .count {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .card.lg.pantrycard .post-body .inside .card-top .count {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.lg.pantrycard .post-body .inside .card-top .count {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .card.lg.pantrycard .post-body .inside .card-top .count {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 420px) {
  .card.lg.pantrycard .post-body .inside .card-top .count {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
.card.lg.pantrycard .post-body .inside .card-top .count .inner {
  display: table;
  border-radius: 50%;
  background: #c01119;
  height: 115px;
  width: 115px;
  color: #ffffff;
  border: none;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card.lg.pantrycard .post-body .inside .card-top .count .inner {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .card.lg.pantrycard .post-body .inside .card-top .count .inner {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
}
.card.lg.pantrycard .post-body .inside .card-top .count .inner div {
  display: table-cell;
  vertical-align: middle;
}
.card.lg.pantrycard .post-body .inside .card-top .count .inner div span {
  display: block;
  font-family: 'Hind', sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 45px;
}
@media (max-width: 1199px) {
  .card.lg.pantrycard .post-body .inside .card-top .count .inner div span {
    font-family: 'Hind', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
  }
}
.card.lg.pantrycard .post-body .inside .card-top .count .inner div a {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #2b2c2e;
  text-transform: uppercase;
  display: block;
  transition: color 0.3s ease;
}
@media (max-width: 1199px) {
  .card.lg.pantrycard .post-body .inside .card-top .count .inner div a {
    font-family: 'Hind', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }
}
.card.lg.pantrycard .post-body .inside .card-top .count .inner div a:hover {
  color: #ffffff;
  text-decoration: none;
}
.card.lg.pantrycard .post-body .inside .card-top .pantry-card-list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  .card.lg.pantrycard .post-body .inside .card-top .pantry-card-list {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.lg.pantrycard .post-body .inside .card-top .pantry-card-list {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .card.lg.pantrycard .post-body .inside .card-top .pantry-card-list {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 420px) {
  .card.lg.pantrycard .post-body .inside .card-top .pantry-card-list {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.card.lg.pantrycard .post-body .inside .card-top .pantry-card-list a.btn-primary {
  width: auto;
  display: inline-block;
}
.card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul {
  padding: 0 0 0 25px;
  margin: 0;
  list-style: none;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul {
    padding-left: 0;
    text-align: center;
  }
}
.card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul:before {
  content: '\f017';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  position: absolute;
  left: 0;
  top: 6px;
  color: #ddddde;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul:before {
    position: static;
    display: block;
  }
}
@media (max-width: 420px) {
  .card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul:before {
    position: static;
    display: block;
  }
}
.card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul li {
  border-bottom: 1px solid #d5d5d6;
  padding: 10px 0 7px 0;
}
.card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul li:last-child {
  border-bottom: 0;
}
.card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul li a {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #57585d;
  text-transform: uppercase;
}
.card.lg.pantrycard .post-body .inside .card-top .pantry-card-list ul li a:hover {
  text-decoration: none;
}
.card.lg.pantrycard footer {
  padding: 0 3px 3px;
  background: url(images/faded-center-bg.png) no-repeat top center;
}
.card.lg.pantrycard footer .inner {
  padding: 20px;
  border-bottom: 1px solid #cacbcc;
  border-left: 1px solid #cacbcc;
  border-right: 1px solid #cacbcc;
  border-top: none;
  background: none;
}
.card.lg.pantrycard footer .inner .feat-img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .card.lg.pantrycard footer .inner .feat-img {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 1199px) {
  .card.lg.pantrycard footer .inner .feat-img {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .card.lg.pantrycard footer .inner .feat-img {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 560px) {
  .card.lg.pantrycard footer .inner .feat-img {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 420px) {
  .card.lg.pantrycard footer .inner .feat-img {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.card.lg.pantrycard footer .inner .feat-img img {
  max-width: 100%;
  background: #ffffff;
  -webkit-box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
}
.card.lg.pantrycard footer .inner .feat-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .card.lg.pantrycard footer .inner .feat-item {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 1199px) {
  .card.lg.pantrycard footer .inner .feat-item {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .card.lg.pantrycard footer .inner .feat-item {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 560px) {
  .card.lg.pantrycard footer .inner .feat-item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 460px) {
  .card.lg.pantrycard footer .inner .feat-item {
    position: relative;
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 420px) {
  .card.lg.pantrycard footer .inner .feat-item {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.card.lg.pantrycard footer .inner .feat-item h4 {
  margin: 5px 0;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  color: #abacae;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.card.lg.pantrycard footer .inner .feat-item h5 {
  margin: 0;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #57585d;
  text-transform: uppercase;
}
.card.lg.pantrycard footer .inner .feat-action {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .card.lg.pantrycard footer .inner .feat-action {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .card.lg.pantrycard footer .inner .feat-action {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    margin-top: 5px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card.lg.pantrycard footer .inner .feat-action {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 991px) {
  .card.lg.pantrycard footer .inner .feat-action {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .card.lg.pantrycard footer .inner .feat-action {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .card.lg.pantrycard footer .inner .feat-action {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 460px) {
  .card.lg.pantrycard footer .inner .feat-action {
    position: relative;
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 420px) {
  .card.lg.pantrycard footer .inner .feat-action {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }
}
.card.lg.pantrycard footer .inner .feat-action .btn.btn-small {
  transition: background 0.3s ease;
}
@media (max-width: 560px) {
  .card.lg.pantrycard footer .inner .feat-action .btn.btn-small {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }
}
@media (max-width: 560px) {
  .card.lg.pantrycard footer .inner .feat-action .btn.btn-small span {
    padding: 6px 8px 4px;
  }
}
.card.chef .inner .post-top {
  background: #c01119;
}
.card.chef .inner .post-body {
  background: url(images/chef-bg.jpg) no-repeat;
  background-size: 100%;
  padding: 0 3px;
}
.card.chef .inner .post-body .inside {
  border-bottom: none;
  padding: 15px 30px;
}
.card.chef .inner .post-body .inside .chef-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 25px 15px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .card.chef .inner .post-body .inside .chef-block {
    float: left;
    width: 50%;
  }
}
.card.chef .inner .post-body .inside .chef-block:nth-child(odd) {
  border-right: 1px solid #cacbcc;
}
.card.chef .inner .post-body .inside .chef-block:nth-child(-n+2) {
  border-bottom: 1px solid #cacbcc;
}
.card.chef .inner .post-body .inside .chef-block img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.card.chef .inner .post-body .inside .chef-block h5 {
  background: #c01119;
  padding: 10px 10px 5px;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  margin: 10px 5px;
  text-transform: uppercase;
  display: inline-block;
}
.card.chef .inner .post-body .inside .chef-block h5 a {
  color: #fff;
  text-decoration: none;
}
.card.chef .inner .post-body .inside .chef-block .title {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.card.chef .inner .post-body .inside .chef-block .subtitle {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
}
.card.chef .inner footer {
  padding: 0 3px 3px;
  background: #181717;
}
.card.chef .inner footer .inner {
  background: #181717;
  color: #ffffff;
  border-bottom: 1px solid #cacbcc;
  border-left: 1px solid #cacbcc;
  border-right: 1px solid #cacbcc;
  padding: 20px;
}
.card.chef .inner footer .inner > span {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  margin-right: 10px;
}
.landing-cards.lg {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .landing-cards.lg {
    float: left;
    width: 50%;
  }
}
.chefs {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .chefs {
    float: left;
    width: 50%;
  }
}
/*main*/
#main.interior #primary {
  padding: 30px 0;
}
#main.tips {
  padding-bottom: 0px;
  margin-bottom: 30px;
}
#lg-callout,
#banner-callout {
  background: #f4f4f5;
  padding: 60px 0;
  -webkit-box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
}
#lg-callout .notecard,
#banner-callout .notecard {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#lg-callout .notecard.lg,
#banner-callout .notecard.lg {
  width: 100%;
}
@media (min-width: 768px) {
  #lg-callout .notecard,
  #banner-callout .notecard {
    float: left;
    width: 50%;
  }
}
#lg-callout .notecard .inner,
#banner-callout .notecard .inner {
  background: #ffffff;
  -webkit-box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 4px 7px 0 rgba(0, 0, 0, 0.15);
  padding: 3px;
}
#lg-callout .notecard .inner .inside,
#banner-callout .notecard .inner .inside {
  border: 1px solid #cacbcc;
  padding: 20px;
  text-align: center;
}
#lg-callout .notecard .inner .inside div,
#banner-callout .notecard .inner .inside div {
  font-size: 30px;
}
#lg-callout .notecard .inner .inside h5,
#banner-callout .notecard .inner .inside h5 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  color: #c01119;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#lg-callout .notecard .inner .inside p,
#banner-callout .notecard .inner .inside p {
  font-size: 16px;
  margin-bottom: 20px;
}
#lg-callout .notecard .inner .inside a,
#banner-callout .notecard .inner .inside a {
  margin: 0 5px;
}
#lg-callout .notecard.tips_trends .inner .inside h5,
#banner-callout .notecard.tips_trends .inner .inside h5 {
  color: #c01119;
}
/*Recipes Details*/
.row.no-margin {
  margin: 0;
}
.chart-header {
  overflow: auto;
}
.sizing-chart {
  float: left;
  width: calc(62% - 20px);
  padding-right: 20px;
}
.sizing-chart.full {
  width: 100%;
  padding-right: 0;
}
#recipe-chart {
  float: left;
  width: calc(38% - 20px);
  padding-left: 20px;
}
.recipe-table-outer td.instructions,
.recipe-table-outer td.ingredients {
  vertical-align: top;
}
.recipe-table-outer td.instructions {
  width: 45%;
  padding-left: 20px;
}
.recipe-table-outer tr.grey-sep {
  height: 1px;
  background: #d5d5d6;
}
.recipe-table {
  width: 100%;
  margin-bottom: 10px;
}
.recipe-table thead td {
  color: #c01119;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .05em;
  text-align: center;
  background-color: #f4f4f5;
  border-bottom: #c01119 solid 2px;
  text-transform: uppercase;
  padding-bottom: 4px;
  vertical-align: bottom;
}
.recipe-table thead td.table-title {
  font-family: 'Hind', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .recipe-table thead td.table-title {
    font-family: 'Hind', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
  }
}
@media (max-width: 385px) {
  .recipe-table thead td.table-title {
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }
}
.recipe-table thead td.table-title:last-child {
  width: 45%;
  padding-left: 20px;
}
.recipe-table thead td.amount,
.recipe-table thead td.weight {
  width: 90px;
}
@media (max-width: 480px) {
  .recipe-table thead td.amount,
  .recipe-table thead td.weight {
    width: 70px;
  }
}
.recipe-table tbody:before {
  content: "";
  display: block;
  height: 8px;
}
.recipe-table tbody tr:first-child td {
  border: none;
}
.recipe-table tbody td {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .05em;
  color: #57585d;
  text-align: center;
  background-color: #f4f4f5;
  padding: 20px 0;
  border-top: #ffffff solid 1px;
}
.recipe-table tbody td:first-child {
  text-align: left;
  background-color: transparent;
  border-top: #eaeaea solid 1px;
}
.recipe-table tbody td.amount,
.recipe-table tbody td.weight {
  width: 90px;
}
@media (max-width: 480px) {
  .recipe-table tbody td.amount,
  .recipe-table tbody td.weight {
    width: 70px;
  }
}
.recipe-table tbody.instructions-inner td {
  vertical-align: top;
  text-align: left;
  background-color: transparent;
  /*
				&:first-child {
				    font-weight: 600;
				    font-size: 24px;
				    line-height: 32px;
				    color: #ffffff;
				    background: @campbells-red;
				    -webkit-border-radius: 50%;
				    border-radius: 50%;
				    display: inline-block;
				    font-weight: bold;
				    letter-spacing: .05em;
				    width: 40px;
				    text-align: center;
				    padding: 4px 0 3px;
					margin-top:20px;
				    margin-right: 20px;
				}
				*/
}
.highlighted-recipt {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .highlighted-recipt {
    clear: both;
  }
}
.highlighted-recipt .top {
  overflow: auto;
  background: #c01119;
  border: #c01119 solid 1px;
  border-bottom: none;
  position: relative;
}
.highlighted-recipt .top div {
  padding: 6px;
  border: #ffffff solid 1px;
  border-right: none;
  border-bottom: none;
  color: #ffffff;
  float: left;
  width: 60%;
  line-height: 18px!important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlighted-recipt .top div {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .highlighted-recipt .top div {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .highlighted-recipt .top div {
    width: 100%;
    padding-right: 180px;
  }
}
@media (max-width: 480px) {
  .highlighted-recipt .top div {
    padding-right: 140px;
  }
}
.highlighted-recipt .top div .thumbnail {
  float: left;
}
@media (max-width: 767px) {
  .highlighted-recipt .top div .thumbnail {
    margin-right: 10px;
  }
}
.highlighted-recipt .top div .thumbnail img {
  width: 60px;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlighted-recipt .top div .thumbnail img {
    margin-bottom: 10px;
  }
}
.highlighted-recipt .top div.weight,
.highlighted-recipt .top div.amount {
  width: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .05em;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .highlighted-recipt .top div.weight,
  .highlighted-recipt .top div.amount {
    padding-right: 6px;
  }
}
@media (max-width: 480px) {
  .highlighted-recipt .top div.weight,
  .highlighted-recipt .top div.amount {
    width: 70px;
  }
}
.highlighted-recipt .top div.weight .center-text-v,
.highlighted-recipt .top div.amount .center-text-v {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.highlighted-recipt .top div.weight {
  border: none;
  border-top: #ffffff solid 1px;
  right: 90px;
}
@media (max-width: 480px) {
  .highlighted-recipt .top div.weight {
    right: 70px;
  }
}
.highlighted-recipt .top div.amount {
  border-right: #ffffff solid 1px;
  border-left: none;
}
.highlighted-recipt .top div .hr-txt {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .05em;
}
.highlighted-recipt .top div img {
  margin: 0 19px 0 0;
}
.highlighted-recipt .bottom {
  background: #9d0900;
  border: #9d0900 solid 1px;
  border-top: none;
  position: relative;
}
.highlighted-recipt .bottom div {
  padding: 5px;
  position: relative;
  color: #ffffff;
  border: none;
  border: #ffffff solid 1px;
  border-right: none;
  border-top: none;
  min-height: 70px;
}
.highlighted-recipt .bottom div.brdr {
  padding: 0;
  border-right: 1px solid #ffffff;
}
.highlighted-recipt .bottom div.bottom-txt {
  padding-right: 70px;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
}
.highlighted-recipt .bottom div.bottom-txt p {
  margin-bottom: 0;
}
.highlighted-recipt .bottom div .thumbnail {
  float: left;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .highlighted-recipt .bottom div .thumbnail {
    margin-right: 10px;
  }
}
.highlighted-recipt .bottom div .thumbnail img {
  width: 60px;
  height: auto;
  margin-right: 0;
  background: #fff;
  padding: 3px;
}
.highlighted-recipt .bottom div .hr-txt {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .05;
}
.highlighted-recipt .bottom div img {
  margin: 0 19px 0 0;
}
.highlighted-recipt .bottom div .center-text-v {
  /*position:absolute;
						left:84px;
						top: 50%;
						-ms-transform: translateY(-50%);
						transform: translateY(-50%);*/
}
.highlighted-recipt .bottom div .center-text-v p {
  color: #ffffff;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.highlighted-recipt .bottom div.fav-btn {
  position: absolute;
  right: 12px;
  top: 0;
  border: 0;
  text-align: center;
}
.step-sep {
  border-top: #eaeaea solid 1px;
  overflow: auto;
}
.step-sep:first-child {
  border: none;
}
.rec-step-mobile .sizing-chart,
.rec-step-mobile #recipe-chart {
  width: 100%;
  display: block;
  padding: 0;
}
.rec-step-mobile #recipe-chart {
  margin-top: 30px;
}
.rec-step-mobile #recipe-chart .recipe-table .table-title {
  padding-left: 0;
}
/*End Recipes Details*/
/*Solutions by Segment*/
.container.header-holder {
  padding-bottom: 36px;
  padding-top: 14px;
}
.container.header-holder header {
  width: 66%;
  float: left;
}
.container.header-holder .prod-toolbar {
  float: right;
  /*width: 23%;*/
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
  border: 1px solid #d5d5d6;
  border-left: 0px;
}
.container.header-holder .prod-toolbar .add-to-pantry {
  position: absolute;
  top: -21px;
  left: 0;
  background: #c01119;
  color: #ffffff;
  padding: 2px 2px;
  border: 0;
  text-align: center;
  transition: background 0.3s ease;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.03em;
  margin-right: 20px;
  display: block;
}
.container.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content {
  padding: 15px 22px 14px;
  border: 1px solid #ffffff;
}
.container.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content .brdr {
  display: block;
  border-color: #ffffff;
}
.container.header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content .simplefavorite-button {
  display: inline-block;
  margin: 10px -10px 5px auto;
  border: 1px solid #ffffff !important;
}
.container.header-holder .prod-toolbar .icon-btn.print-btn {
  margin: 0 10px 0 168px;
}
.container.header-holder .prod-toolbar .icon-btn {
  display: inline-block;
  font-size: 30px;
  color: #c01119;
  transition: color 0.3s ease;
  cursor: pointer;
}
.container.header-holder .prod-toolbar.no-pantry {
  width: auto;
  border: none;
}
#sbs-content {
  background-position: top;
  background-repeat: no-repeat;
  overflow: auto;
  max-width: 1280px;
  margin: 0 auto;
}
#sbs-content #column-holder {
  background: #ffffff;
  margin: 300px 40px 0;
  padding: 3px;
}
#sbs-content #column-holder #column-holder-int {
  overflow: auto;
  border: #d5d5d6 solid 1px;
  padding: 80px;
}
#sbs-content #column-holder #column-holder-int .column-holder {
  padding-bottom: 80px;
  overflow: auto;
}
#sbs-content #column-holder #column-holder-int .column-holder:last-child {
  padding-bottom: 0;
}
#sbs-content #column-holder #column-holder-int .column-holder p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: .05em;
}
#sbs-content #column-holder #column-holder-int hr {
  padding: 0 0 75px 0;
  margin: 70px 0 0 0;
}
#sbs-content #column-holder #column-holder-int h3 {
  color: #c01119;
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  padding: 0px 0 30px;
  clear: both;
  margin: 0;
}
/*End Solutions by Segment*/
/*bottom callout on landing pages*/
.bottom-callout {
  background: url(images/faded-center-bg.png) no-repeat top center;
  padding: 50px 15px;
  margin: 30px 0 0;
  float: none !important;
}
.bottom-callout .entry {
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bottom-callout .entry {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .bottom-callout .entry {
    float: left;
    width: 83.33333333%;
  }
}
.bottom-callout .entry h2 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  color: #c01119;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 10px;
}
.bottom-callout .entry > p {
  color: #414246;
  margin: 0 0 50px;
}
/* Single Product */
@media (max-width: 767px) {
  .single-prod-ctr .entry-header .entry-title,
  .print-prod-ctr .entry-header .entry-title {
    text-align: center;
  }
}
.single-prod-ctr .entry-content .prod-content-left,
.print-prod-ctr .entry-content .prod-content-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-left,
  .print-prod-ctr .entry-content .prod-content-left {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-left,
  .print-prod-ctr .entry-content .prod-content-left {
    padding-top: 0!important;
  }
}
.single-prod-ctr .entry-content .prod-content-left .prod-image-ctr,
.print-prod-ctr .entry-content .prod-content-left .prod-image-ctr {
  padding: 20px;
  border: 1px solid #d5d5d6;
  margin-bottom: 15px;
  text-align: center;
}
.single-prod-ctr .entry-content .prod-content-left .prod-image-ctr img,
.print-prod-ctr .entry-content .prod-content-left .prod-image-ctr img {
  margin: 0 auto!important;
}
.single-prod-ctr .entry-content .prod-content-left .tooltips-ctr,
.print-prod-ctr .entry-content .prod-content-left .tooltips-ctr {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-left .tooltips-ctr,
  .print-prod-ctr .entry-content .prod-content-left .tooltips-ctr {
    text-align: center;
  }
}
.single-prod-ctr .entry-content .prod-content-left .tooltips-ctr ul,
.print-prod-ctr .entry-content .prod-content-left .tooltips-ctr ul {
  list-style: none;
  padding-left: 0;
}
.single-prod-ctr .entry-content .prod-content-left .tooltips-ctr ul li,
.print-prod-ctr .entry-content .prod-content-left .tooltips-ctr ul li {
  display: block;
  float: left;
  margin: 0 8px 8px 0;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-left .tooltips-ctr ul li,
  .print-prod-ctr .entry-content .prod-content-left .tooltips-ctr ul li {
    display: inline-block;
    float: none;
    margin: 0 4px 4px 0;
  }
}
.single-prod-ctr .entry-content .prod-content-left .tooltips-ctr ul li img,
.print-prod-ctr .entry-content .prod-content-left .tooltips-ctr ul li img {
  margin: 0;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr,
.single-prod-ctr .entry-content .prod-content-left .ingredients-ctr,
.print-prod-ctr .entry-content .prod-content-left .ingredients-ctr,
.single-prod-ctr .entry-content .prod-content-left .allergens-ctr,
.print-prod-ctr .entry-content .prod-content-left .allergens-ctr {
  padding: 20px;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr img,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr img,
.single-prod-ctr .entry-content .prod-content-left .ingredients-ctr img,
.print-prod-ctr .entry-content .prod-content-left .ingredients-ctr img,
.single-prod-ctr .entry-content .prod-content-left .allergens-ctr img,
.print-prod-ctr .entry-content .prod-content-left .allergens-ctr img {
  max-width: 100%;
  margin: 0;
}
.single-prod-ctr .entry-content .prod-content-left .allergens-ctr,
.print-prod-ctr .entry-content .prod-content-left .allergens-ctr {
  border-color: #c01119;
}
.single-prod-ctr .entry-content .prod-content-left .allergens-ctr h3,
.print-prod-ctr .entry-content .prod-content-left .allergens-ctr h3 {
  margin: 0 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #c01119;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.single-prod-ctr .entry-content .prod-content-left .allergens-ctr ul,
.print-prod-ctr .entry-content .prod-content-left .allergens-ctr ul {
  overflow: auto;
  padding: 0;
  margin: 0;
}
.single-prod-ctr .entry-content .prod-content-left .allergens-ctr ul li,
.print-prod-ctr .entry-content .prod-content-left .allergens-ctr ul li {
  float: left;
  margin-right: 10px;
  background: #c01119;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  list-style: none;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 33px;
  height: 30px;
  letter-spacing: .025em;
  font-weight: 600;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr h2,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr h2,
  .print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr h2 {
    text-align: center;
  }
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .serv-size-title,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .serv-size-title {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .serv-size-title,
  .print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .serv-size-title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .serv-size-amt,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .serv-size-amt {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .serv-size-amt,
  .print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .serv-size-amt {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    margin-top: 5px;
  }
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-lg,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-lg,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-md,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-md,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-sm,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-sm {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #000000;
  margin: 7px 0;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-lg,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-lg {
  height: 8px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-md,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-md {
  height: 5px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-sm,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .black-bar-sm {
  height: 1px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .title-ctr span,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .title-ctr span {
  font-weight: 900;
  margin-right: 4px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .dv-ctr,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .dv-ctr {
  font-weight: 900;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .amt-per-serv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .amt-per-serv {
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .calories,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .calories {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .calories,
  .print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .calories {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .fat-calories,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .fat-calories {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .fat-calories,
  .print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .fat-calories {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    margin-top: 5px;
  }
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .dv-title,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .dv-title {
  text-align: right;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .total-fat,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .total-fat,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sat-fat,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sat-fat,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .trans-fat,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .trans-fat,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .poly-fat,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .poly-fat,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .mono-fat,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .mono-fat,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .cholesterol,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .cholesterol,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sodium,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sodium,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .carbs,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .carbs,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .fiber,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .fiber,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sugar,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sugar,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .protein,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .protein {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .total-fat-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .total-fat-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sat-fat-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sat-fat-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .trans-fat-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .trans-fat-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .poly-fat-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .poly-fat-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .mono-fat-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .mono-fat-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .cholesterol-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .cholesterol-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sodium-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sodium-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .carbs-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .carbs-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .fiber-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .fiber-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sugar-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .sugar-dv,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .protein-dv,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .protein-dv {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .indent,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .indent {
  padding-left: 7px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-a,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-a,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-c,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-c,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .calcium,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .calcium,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .iron,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .iron,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-e,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-e,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .thiamine,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .thiamine,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .magnesium,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .magnesium,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .zinc,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .zinc {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-a span,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-a span,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-c span,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-c span,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .calcium span,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .calcium span,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .iron span,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .iron span,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-e span,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-e span,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .thiamine span,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .thiamine span,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .magnesium span,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .magnesium span,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .zinc span,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .zinc span {
  font-weight: 400;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-c,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .vit-c,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .iron,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .iron,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .thiamine,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .thiamine,
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .zinc,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .zinc {
  text-align: right;
}
.single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .dot-sep,
.print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .dot-sep {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 6px;
  text-align: center;
}
.single-prod-ctr .entry-content .prod-content-left .ingredients-ctr,
.print-prod-ctr .entry-content .prod-content-left .ingredients-ctr {
  color: #000000;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-left .ingredients-ctr,
  .print-prod-ctr .entry-content .prod-content-left .ingredients-ctr {
    text-align: center;
  }
}
.single-prod-ctr .entry-content .prod-content-left .ingredients-ctr h3,
.print-prod-ctr .entry-content .prod-content-left .ingredients-ctr h3 {
  margin: 0 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.single-prod-ctr .entry-content .prod-content-left .ingredients-ctr p,
.print-prod-ctr .entry-content .prod-content-left .ingredients-ctr p {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
.single-prod-ctr .entry-content .prod-content-right,
.print-prod-ctr .entry-content .prod-content-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #57585d;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right,
  .print-prod-ctr .entry-content .prod-content-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right,
  .print-prod-ctr .entry-content .prod-content-right {
    padding-top: 0!important;
  }
}
.single-prod-ctr .entry-content .prod-content-right .filler,
.print-prod-ctr .entry-content .prod-content-right .filler {
  height: 5px;
  position: relative;
  width: 100%;
  z-index: 5;
  display: block;
  margin: 10px 0;
  clear: both;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr {
  border: 1px solid #d5d5d6;
}
@media (max-width: 991px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr {
    max-width: 720px!important;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr {
    left: 0!important;
    position: static!important;
    width: 100%!important;
  }
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size {
  text-align: center;
  padding: 15px;
  min-height: 90px!important;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code h5,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code h5,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size h5,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size h5 {
  text-transform: uppercase;
  color: #57585d;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code p,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code p,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size p,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size p {
  color: #c01119;
  margin: 0;
  line-height: 15px!important;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  border-right: 1px solid #d5d5d6;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code {
    position: relative !important;
    float: left !important;
    width: 50% !important;
    min-height: 1px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code p,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code p {
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code.prep-time p,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code.prep-time p {
  font-size: 24px;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code.prep-time p.not-available,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code.prep-time p.not-available {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) and (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size {
    float: left;
    width: 39.16666667%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size {
    position: relative !important;
    float: left !important;
    width: 50% !important;
    min-height: 1px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size p,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size p {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size.serving p,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size.serving p {
  font-size: 14px;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) and (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar {
    float: left;
    width: 35.83333333%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar {
    position: relative !important;
    float: left !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100%;
    text-align: center;
    padding: 15px 0 15px 0;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar:before,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar:before {
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% - 30px);
    background: #d5d5d6;
    position: absolute;
    top: 0;
    left: 15px;
  }
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .popover-title,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .popover-title {
  display: none;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a:hover,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a:hover,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a:visited,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a:visited,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a:active,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a:active,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a:focus,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .popover .social-counter a:focus {
  color: #ffffff;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry {
  position: absolute;
  top: -9px;
  left: 0;
  background: #c01119;
  color: #ffffff;
  padding: 2px 2px;
  border: 0;
  text-align: center;
  transition: background 0.3s ease;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.03em;
  margin-right: 20px;
  display: block;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry {
    position: static;
    display: inline-block;
    width: 175px;
  }
}
@media (max-width: 360px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry {
    display: block;
    margin: 0 auto;
  }
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .add-to-pantry-content,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .add-to-pantry-content {
  padding: 15px 22px 14px;
  border: 1px solid #ffffff;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .add-to-pantry-content :before,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .add-to-pantry-content :before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .brdr,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .brdr {
  display: block;
  border-color: #ffffff;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .simplefavorite-button,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .simplefavorite-button {
  display: inline-block;
  margin: 10px -10px 5px auto;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry:focus .icon,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry:focus .icon,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry:active .icon,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry:active .icon {
  background-position: 0px -54px;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .addToMenu,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .addToMenu,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .addToMenu-guest,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .addToMenu-guest {
  display: inline-block;
  vertical-align: top;
  margin: 10px auto 5px auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d5d5d6;
  background: #ffffff url(images/pantry/add-to-menu.png) 0 0 no-repeat;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .addToMenu:hover,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .addToMenu:hover,
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .addToMenu-guest:hover,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry .addToMenu-guest:hover {
  background-color: #c01119;
  border-color: #c01119;
  background-position: 0 -50px;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn {
  display: inline-block;
  font-size: 30px;
  color: #c01119;
  transition: color 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn {
    display: inline-block;
    width: 35px;
    position: relative;
    top: -25px;
  }
}
@media (max-width: 360px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn {
    top: 0;
    margin-top: 15px;
  }
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn:hover,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn:hover {
  color: #c4960c;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn.print-btn,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn.print-btn {
  margin: 0 15px 0 162px;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn.print-btn,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .icon-btn.print-btn {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr.recipe-top-area-ctr .row,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr.recipe-top-area-ctr .row {
    margin: 0 0 0 0;
  }
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr.recipe-top-area-ctr .row .case-code,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr.recipe-top-area-ctr .row .case-code {
  border-right: 0;
}
.single-prod-ctr .entry-content .prod-content-right .top-area-ctr.recipe-top-area-ctr .row .serving,
.print-prod-ctr .entry-content .prod-content-right .top-area-ctr.recipe-top-area-ctr .row .serving {
  border-left: 1px solid #d5d5d6;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr.recipe-top-area-ctr .row .prod-toolbar:before,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr.recipe-top-area-ctr .row .prod-toolbar:before {
    width: 100%;
    left: 0;
  }
}
.single-prod-ctr .entry-content .prod-content-right .mid-area-ctr,
.print-prod-ctr .entry-content .prod-content-right .mid-area-ctr {
  margin-top: 30px;
  border-bottom: 1px solid #d5d5d6;
  padding-bottom: 30px;
  display: flex;
}
.single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .row,
.print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .row {
  display: table;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .row,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .row {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo,
.print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo {
  height: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo {
    display: block;
    text-align: center;
  }
}
.single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo .thumbnail img,
.print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo .thumbnail img {
  margin: 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo .thumbnail img,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo .thumbnail img {
    margin: 0 auto!important;
  }
}
.single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .recipe-diff,
.print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .recipe-diff {
  float: left;
  width: 20%;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .recipe-diff,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .recipe-diff {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .recipe-diff .radial-progress,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .recipe-diff .radial-progress {
    margin: 0 auto;
  }
}
.single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title,
.print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none!important;
  display: table-cell;
  vertical-align: middle;
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title {
    text-align: center;
    margin-top: 0;
  }
}
.single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title p,
.print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title p {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title.recipe,
.print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title.recipe {
  width: 80%;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title.recipe,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title.recipe {
    width: 100%;
  }
}
.single-prod-ctr .entry-content .prod-content-right .features-ctr,
.print-prod-ctr .entry-content .prod-content-right .features-ctr {
  margin: 30px 0;
  display: table;
}
@media (max-width: 991px) {
  .single-prod-ctr .entry-content .prod-content-right .features-ctr,
  .print-prod-ctr .entry-content .prod-content-right .features-ctr {
    display: block;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .features-ctr,
  .print-prod-ctr .entry-content .prod-content-right .features-ctr {
    text-align: center;
  }
}
.single-prod-ctr .entry-content .prod-content-right .features-ctr p,
.print-prod-ctr .entry-content .prod-content-right .features-ctr p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.single-prod-ctr .entry-content .prod-content-right .features-ctr h4.inline,
.print-prod-ctr .entry-content .prod-content-right .features-ctr h4.inline {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1215px) {
  .single-prod-ctr .entry-content .prod-content-right .features-ctr h4.inline,
  .print-prod-ctr .entry-content .prod-content-right .features-ctr h4.inline {
    width: 130px;
  }
}
@media (max-width: 991px) {
  .single-prod-ctr .entry-content .prod-content-right .features-ctr h4.inline,
  .print-prod-ctr .entry-content .prod-content-right .features-ctr h4.inline {
    display: inline-block;
  }
}
.single-prod-ctr .entry-content .prod-content-right .features-ctr #yields,
.print-prod-ctr .entry-content .prod-content-right .features-ctr #yields {
  display: table-cell;
  vertical-align: middle;
  overflow: auto;
  padding: 0 30px 0 20px;
}
@media (max-width: 1215px) {
  .single-prod-ctr .entry-content .prod-content-right .features-ctr #yields,
  .print-prod-ctr .entry-content .prod-content-right .features-ctr #yields {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .single-prod-ctr .entry-content .prod-content-right .features-ctr #yields,
  .print-prod-ctr .entry-content .prod-content-right .features-ctr #yields {
    display: inline-block;
  }
}
.single-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=text],
.print-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=text] {
  width: 142px;
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: .05em;
  text-align: center;
  color: #57585d;
  outline: none;
  border: #d5d5d6 solid 1px;
  float: left;
}
@media (max-width: 1280px) {
  .single-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=text],
  .print-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=text] {
    width: 100px;
  }
}
.single-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=button],
.print-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=button] {
  width: 100px;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .05em;
  text-align: center;
  color: #57585d;
  outline: none;
  border: 1px solid #d5d3d5;
  height: 42px;
  text-transform: uppercase;
  float: left;
  border-left: none;
  background: #ebebec;
  background: -moz-linear-gradient(top, #ebebec 0%, #c6c6c7 100%);
  background: -webkit-linear-gradient(top, #ebebec 0%, #c6c6c7 100%);
  background: linear-gradient(to bottom, #ebebec 0%, #c6c6c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebec', endColorstr='#c6c6c7', GradientType=0);
}
.single-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=button]:hover,
.print-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=button]:hover {
  background: #fefeff;
  background: -moz-linear-gradient(top, #fefeff 0%, #d5d5d6 100%);
  background: -webkit-linear-gradient(top, #fefeff 0%, #d5d5d6 100%);
  background: linear-gradient(to bottom, #fefeff 0%, #d5d5d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefeff', endColorstr='@ext', GradientType=0);
}
.single-prod-ctr .entry-content .prod-content-right .features-ctr .note.left,
.print-prod-ctr .entry-content .prod-content-right .features-ctr .note.left {
  display: inline-block;
  max-width: 388px;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .05em;
  color: #57585d;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .single-prod-ctr .entry-content .prod-content-right .features-ctr .note.left,
  .print-prod-ctr .entry-content .prod-content-right .features-ctr .note.left {
    display: block;
    max-width: none;
    margin-top: 15px;
  }
}
.single-prod-ctr .entry-content .prod-content-right .preparation,
.print-prod-ctr .entry-content .prod-content-right .preparation,
.single-prod-ctr .entry-content .prod-content-right .handling,
.print-prod-ctr .entry-content .prod-content-right .handling,
.single-prod-ctr .entry-content .prod-content-right .storage,
.print-prod-ctr .entry-content .prod-content-right .storage {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .preparation,
  .print-prod-ctr .entry-content .prod-content-right .preparation,
  .single-prod-ctr .entry-content .prod-content-right .handling,
  .print-prod-ctr .entry-content .prod-content-right .handling,
  .single-prod-ctr .entry-content .prod-content-right .storage,
  .print-prod-ctr .entry-content .prod-content-right .storage {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .preparation,
  .print-prod-ctr .entry-content .prod-content-right .preparation,
  .single-prod-ctr .entry-content .prod-content-right .handling,
  .print-prod-ctr .entry-content .prod-content-right .handling,
  .single-prod-ctr .entry-content .prod-content-right .storage,
  .print-prod-ctr .entry-content .prod-content-right .storage {
    text-align: center;
    margin-bottom: 15px!important;
  }
}
.single-prod-ctr .entry-content .prod-content-right .preparation .inner,
.print-prod-ctr .entry-content .prod-content-right .preparation .inner,
.single-prod-ctr .entry-content .prod-content-right .handling .inner,
.print-prod-ctr .entry-content .prod-content-right .handling .inner,
.single-prod-ctr .entry-content .prod-content-right .storage .inner,
.print-prod-ctr .entry-content .prod-content-right .storage .inner {
  padding: 20px;
  border: 1px solid #d5d5d6;
}
.single-prod-ctr .entry-content .prod-content-right .preparation .inner h4,
.print-prod-ctr .entry-content .prod-content-right .preparation .inner h4,
.single-prod-ctr .entry-content .prod-content-right .handling .inner h4,
.print-prod-ctr .entry-content .prod-content-right .handling .inner h4,
.single-prod-ctr .entry-content .prod-content-right .storage .inner h4,
.print-prod-ctr .entry-content .prod-content-right .storage .inner h4 {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-prod-ctr .entry-content .prod-content-right .preparation .inner h4,
  .print-prod-ctr .entry-content .prod-content-right .preparation .inner h4,
  .single-prod-ctr .entry-content .prod-content-right .handling .inner h4,
  .print-prod-ctr .entry-content .prod-content-right .handling .inner h4,
  .single-prod-ctr .entry-content .prod-content-right .storage .inner h4,
  .print-prod-ctr .entry-content .prod-content-right .storage .inner h4 {
    font-size: 14px;
  }
}
.single-prod-ctr .entry-content .prod-content-right .preparation .inner p,
.print-prod-ctr .entry-content .prod-content-right .preparation .inner p,
.single-prod-ctr .entry-content .prod-content-right .handling .inner p,
.print-prod-ctr .entry-content .prod-content-right .handling .inner p,
.single-prod-ctr .entry-content .prod-content-right .storage .inner p,
.print-prod-ctr .entry-content .prod-content-right .storage .inner p {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
.single-prod-ctr .entry-content .prod-content-right .recipes-ctr,
.print-prod-ctr .entry-content .prod-content-right .recipes-ctr {
  background: url(images/products/recipes-top.png) top center no-repeat;
  padding-top: 30px;
  margin: 30px 0 60px 0;
  text-align: center;
}
.single-prod-ctr .entry-content .prod-content-right .recipes-ctr h4,
.print-prod-ctr .entry-content .prod-content-right .recipes-ctr h4 {
  margin: 0 0 16px 0;
}
.single-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe,
.print-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe,
  .print-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe {
    float: left;
    width: 33.33333333%;
  }
}
.single-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box .title,
.print-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box .title {
  background: #c4960c;
}
.single-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box .title .brdr,
.print-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box .title .brdr {
  border-color: #e2cb86;
}
.single-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box h6,
.print-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box h6 {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.single-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box .btn-ghost,
.print-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box .btn-ghost {
  background: #c4960c;
  color: #ffffff;
  width: 162px;
  margin-left: -81px;
}
.single-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box .btn-ghost:hover,
.print-prod-ctr .entry-content .prod-content-right .recipes-ctr .featured-recipe .brdr-shdw-box .btn-ghost:hover {
  background: #c01119;
}
.single-prod-ctr .entry-content .prod-content-right .serving-ideas-row,
.print-prod-ctr .entry-content .prod-content-right .serving-ideas-row {
  clear: both;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .serving-ideas-row,
  .print-prod-ctr .entry-content .prod-content-right .serving-ideas-row {
    text-align: center;
  }
}
.single-prod-ctr .entry-content .prod-content-right .serving-ideas-ctr,
.print-prod-ctr .entry-content .prod-content-right .serving-ideas-ctr,
.single-prod-ctr .entry-content .prod-content-right .more-ctr,
.print-prod-ctr .entry-content .prod-content-right .more-ctr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .serving-ideas-ctr,
  .print-prod-ctr .entry-content .prod-content-right .serving-ideas-ctr,
  .single-prod-ctr .entry-content .prod-content-right .more-ctr,
  .print-prod-ctr .entry-content .prod-content-right .more-ctr {
    float: left;
    width: 50%;
  }
}
.single-prod-ctr .entry-content .prod-content-right .serving-ideas-ctr p,
.print-prod-ctr .entry-content .prod-content-right .serving-ideas-ctr p,
.single-prod-ctr .entry-content .prod-content-right .more-ctr p,
.print-prod-ctr .entry-content .prod-content-right .more-ctr p {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.single-prod-ctr .entry-content .prod-content-right .packaging-ctr,
.print-prod-ctr .entry-content .prod-content-right .packaging-ctr {
  border: 1px solid #d5d5d6;
  padding: 20px 20px 0 20px;
  margin: 30px 0 45px 0;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .packaging-ctr,
  .print-prod-ctr .entry-content .prod-content-right .packaging-ctr {
    text-align: center;
  }
}
.single-prod-ctr .entry-content .prod-content-right .packaging-ctr h4,
.print-prod-ctr .entry-content .prod-content-right .packaging-ctr h4 {
  margin: 0 0 15px 0;
}
.single-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row,
.print-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row {
  margin: 0 -20px;
  background: #f4f4f5;
  border-top: 1px solid #d5d5d6;
}
.single-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell,
.print-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.single-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell:nth-child(2),
.print-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell:nth-child(2) {
  border-left: 1px solid #d5d5d6;
  border-right: 1px solid #d5d5d6;
}
.single-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell.fullw,
.print-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell.fullw {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px;
}
.single-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell span,
.print-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell span {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.single-prod-ctr .entry-content .prod-content-right .other-info-ctr,
.print-prod-ctr .entry-content .prod-content-right .other-info-ctr {
  margin: 30px 0;
}
.single-prod-ctr .entry-content .prod-content-right .other-info-ctr p,
.print-prod-ctr .entry-content .prod-content-right .other-info-ctr p {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .other-info-ctr,
  .print-prod-ctr .entry-content .prod-content-right .other-info-ctr {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .other-info-ctr.recipe-other-info,
  .print-prod-ctr .entry-content .prod-content-right .other-info-ctr.recipe-other-info {
    text-align: left;
  }
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr {
  background: #c01119;
  padding: 2px;
  margin: 40px 0 45px 0;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr {
  border: 1px solid #ffffff;
  padding: 15px;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr h4,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr h4 {
  text-align: center;
  color: #ffffff;
  margin-top: 0;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr h4:before,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr h4:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 24px;
  background: url(images/products/pantry-notes-icon.png) top center no-repeat;
  margin: 0 10px 0 0;
  position: relative;
  top: 4px;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr h4 span,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr h4 span {
  font-weight: 600;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr {
  background: url(images/products/notes-ctr-bg.png) bottom center repeat-x #ffffff;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr .notes-edge-left,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr .notes-edge-left {
  background: url(images/products/notes-left-bg.png) bottom left no-repeat;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr .notes-edge-left .notes-edge-right,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr .notes-edge-left .notes-edge-right {
  background: url(images/products/notes-right-bg.png) bottom right no-repeat;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr .notes-edge-left .notes-edge-right .notes-content,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr .notes-edge-left .notes-edge-right .notes-content {
  padding: 20px 20px 30px 20px;
  background: url(images/products/notes-peel.png) top right no-repeat;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr .notes-edge-left .notes-edge-right .notes-content textarea,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-ctr .notes-edge-left .notes-edge-right .notes-content textarea {
  border: 0;
  width: 100%;
  min-height: 120px;
  font-family: 'Kalam', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-btn-ctr,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-btn-ctr {
  text-align: center;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-btn-ctr .btn-ghost,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-btn-ctr .btn-ghost {
  background: #c01119;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: background 0.3s ease;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-btn-ctr .btn-ghost:hover,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-btn-ctr .btn-ghost:hover {
  background: #c4960c;
}
.single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-btn-ctr .btn-ghost span,
.print-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-btn-ctr .btn-ghost span {
  border-color: #ffffff;
  padding: 6px 20px 5px 20px;
}
.single-prod-ctr .entry-content .prod-content-right .support-ctr,
.print-prod-ctr .entry-content .prod-content-right .support-ctr {
  border: 1px solid #d5d5d6;
  margin-bottom: 40px;
  padding: 30px 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-prod-ctr .entry-content .prod-content-right .support-ctr,
  .print-prod-ctr .entry-content .prod-content-right .support-ctr {
    text-align: center;
  }
}
.single-prod-ctr .entry-content .prod-content-right .support-ctr h4,
.print-prod-ctr .entry-content .prod-content-right .support-ctr h4 {
  margin: 0;
}
.single-prod-ctr .entry-content .prod-content-right .support-ctr .arrow,
.print-prod-ctr .entry-content .prod-content-right .support-ctr .arrow {
  float: right;
  font-size: 22px;
}
.single-prod-ctr .entry-content .prod-content-right .support-ctr .arrow .on,
.print-prod-ctr .entry-content .prod-content-right .support-ctr .arrow .on {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-prod-ctr .entry-content .prod-content-right .support-ctr .arrow .fa,
.print-prod-ctr .entry-content .prod-content-right .support-ctr .arrow .fa {
  color: #c01119;
}
.single-prod-ctr .entry-content .prod-content-right .support-ctr p,
.print-prod-ctr .entry-content .prod-content-right .support-ctr p {
  margin-top: 15px;
  display: none;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.single-prod-ctr .entry-content .prod-content-right .bottom-box,
.print-prod-ctr .entry-content .prod-content-right .bottom-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .single-prod-ctr .entry-content .prod-content-right .bottom-box,
  .print-prod-ctr .entry-content .prod-content-right .bottom-box {
    float: left;
    width: 50%;
  }
}
.single-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner,
.print-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner {
  border: 1px solid #abacae;
  padding: 2px;
  text-align: center;
}
.single-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr,
.print-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr {
  border: 1px solid #abacae;
  padding: 15px 15px 30px 15px;
}
.single-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr h4,
.print-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr h4 {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 13px;
}
.single-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr p,
.print-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.single-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr .btn-ghost,
.print-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr .btn-ghost {
  background: #c01119;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.3s ease;
}
.single-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr .btn-ghost:hover,
.print-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr .btn-ghost:hover {
  background: #c4960c;
  text-decoration: none;
}
.single-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr .btn-ghost span,
.print-prod-ctr .entry-content .prod-content-right .bottom-box .box-inner .brdr .btn-ghost span {
  border-color: #ffffff;
}
.single-prod-ctr .entry-content .prod-content-right h4,
.print-prod-ctr .entry-content .prod-content-right h4 {
  color: #c01119;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.single-prod-ctr .entry-content .prod-content-right h4.underlined,
.print-prod-ctr .entry-content .prod-content-right h4.underlined {
  border-bottom: 2px solid #c01119;
  margin-bottom: 15px;
}
.single-prod-ctr .entry-content .prod-content-right a,
.print-prod-ctr .entry-content .prod-content-right a {
  color: #c01119;
}
.single-prod-ctr .entry-content .prod-content-right a:hover,
.print-prod-ctr .entry-content .prod-content-right a:hover {
  text-decoration: underline;
  color: #c01119;
}
.single-prod-ctr .entry-content .prod-content-right a:visited,
.print-prod-ctr .entry-content .prod-content-right a:visited,
.single-prod-ctr .entry-content .prod-content-right a:active,
.print-prod-ctr .entry-content .prod-content-right a:active,
.single-prod-ctr .entry-content .prod-content-right a:focus,
.print-prod-ctr .entry-content .prod-content-right a:focus {
  color: #c01119;
}
.single-prod-ctr .entry-content .prod-content-right .btn:hover,
.print-prod-ctr .entry-content .prod-content-right .btn:hover {
  text-decoration: none;
}
.prod-content-right .case-code,
.prod-content-right .pack-size {
  min-height: 90px!important;
}
section.related-products {
  background: url(images/products/related-products-top-bg.png) top center no-repeat #f4f4f5;
  padding: 40px 0 70px 0;
  text-align: center;
}
section.related-products h2 {
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #c01119;
  margin: 20px 0 40px 0;
}
section.related-products .related-prod-ctr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  section.related-products .related-prod-ctr {
    float: left;
    width: 25%;
  }
}
section.related-products .related-prod-ctr .brdr-shdw-box .content .brdr .img img {
  max-width: 100%;
  max-height: 240px;
}
section.related-products .related-prod-ctr.recipe-ctr .brdr-shdw-box .title {
  background: #c4960c;
}
section.related-products .related-prod-ctr.recipe-ctr .brdr-shdw-box .title .brdr {
  border-color: #e2cb86;
}
/* Related Cards for Product Detail and Recipe Detail - Do not modify please! */
/*.single-product, .single-recipe {
	.related_cards {
		.stage {
			.container;
				ul.products, ul.recipes {
					.make-row;
					width: auto;
					left: inherit;
					float: none;
						li {
							.make-xs-column(3);
							-webkit-box-shadow: none;
				            -moz-box-shadow: none;
				            box-shadow: none;
				            background: none;
				            margin-bottom: 30px;
				            @media(max-width:@screen-sm-max) {
				            	.make-xs-column(6);
				            	&:nth-child(3) {clear: left;}
				            }
				            @media(max-width:960px) {
				            	.make-xs-column(6)!important;
				            	margin-left: 0!important;
				            }
				            @media(max-width:600px) {
				            	.make-xs-column(12)!important;
				            }
								.inner {
									float: left;
									-webkit-box-shadow: 0px 3px 7px 0px rgba(171,172,174,1);
				                    -moz-box-shadow: 0px 3px 7px 0px rgba(171,172,174,1);
				                    box-shadow: 0px 3px 7px 0px rgba(171,172,174,1);
								}
						}
				}
		}
	}
}*/
@media (max-width: 1340px) {
  .single-product .related_cards .stage ul.products li .inner .cta {
    margin-left: -97px;
  }
}
/* END -- Single Product */
/*Nutrition at a Glance*/
.nagl-col ul {
  list-style: none;
  width: 100%;
  overflow: auto;
  padding: 0;
}
.nagl-col ul li {
  width: 33%;
  float: left;
  position: relative;
  padding: 28px 45px 28px 72px;
  transition-duration: 0s !important;
}
.nagl-col ul li h4 {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #57585d;
  margin: 0;
}
.nagl-col ul li p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #abacae;
}
.nagl-col ul li img {
  position: absolute;
  top: 28px;
  left: 0;
}
/*End Nutrition at a Glance*/
/* Generic Inner Page */
.inner-pg-header {
  position: relative;
  display: table;
  width: 100%;
  height: 293px;
}
.inner-pg-header .hdr-txt-ctr {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.inner-pg-header .hdr-txt-ctr h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Hind', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (max-width: 991px) {
  .inner-pg-header .hdr-txt-ctr h2 {
    font-family: 'Hind', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .inner-pg-header .hdr-txt-ctr h2 {
    font-family: 'Hind', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
  }
}
.inner-pg-content {
  padding: 60px 0;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.inner-pg-content .entry-header {
  text-align: center;
}
.inner-pg-related {
  background: url(images/related-top-bg.png) top center no-repeat #f4f4f5;
  padding: 40px 0 60px 0;
  text-align: center;
}
.inner-pg-related .related-callout-ctr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .inner-pg-related .related-callout-ctr {
    float: left;
    width: 33.33333333%;
  }
}
.inner-pg-related .related-callout-ctr .brdr-shdw-box .content {
  padding: 4px;
}
.inner-pg-related .related-callout-ctr .brdr-shdw-box .content .brdr {
  border: 1px solid #d5d5d6;
  padding: 20px 10px;
}
.inner-pg-related .related-callout-ctr .brdr-shdw-box .content .brdr .img .fa {
  font-size: 50px;
  color: #abacae;
}
.inner-pg-related .related-callout-ctr .brdr-shdw-box .content .brdr h6 {
  color: #c4960c;
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.inner-pg-related .related-callout-ctr .brdr-shdw-box .content .brdr .btn-ghost {
  margin-left: 0;
  position: static;
  width: auto;
  background: #c01119;
}
.inner-pg-related .related-callout-ctr .brdr-shdw-box .content .brdr .btn-ghost:hover {
  background: #c4960c;
}
.bab-left img {
  width: 100%;
}
.entry-content.bab {
  padding-left: 0;
  margin: 0 -20px;
}
#downloads {
  padding-bottom: 32px;
}
.download-area {
  float: left;
  width: 33.3%;
  overflow: auto;
  position: relative;
  padding: 1px;
  padding: 0 20px 10px;
}
.download-area:first-child,
.download-area:nth-child(3n+1) {
  clear: left;
}
.download-area .inside {
  float: left;
  width: 75%;
  padding-left: 20px;
}
.download-area .inside.download_preview {
  width: 25%;
  padding-left: 0;
}
.download-area .inside.bab {
  width: 100%;
  padding: 0;
  text-align: center;
  line-height: 19px;
  padding: 5px 0;
}
.download-area .inside.bab img {
  margin: 0;
}
.download-area .inside h3 {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: .05em;
  color: #57585d;
  margin: 13px 0 0;
}
.download-area .inside p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: .05em;
  color: #abacae;
  margin: 0;
}
.download-area .inside a {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: .05em;
  color: #c01119;
  margin: 0;
  padding: 10px 0;
}
.red-bold {
  color: #c01119;
  font-weight: 600;
}
/* END -- Generic Inner Page */
/* Generic Inner Child Page */
.inner-top-bar {
  display: block;
  position: relative;
  margin-bottom: 30px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .inner-top-bar {
    height: 112px;
  }
}
@media (max-width: 1199px) {
  .inner-top-bar {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .inner-top-bar {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.inner-top-bar.snacks,
.inner-top-bar.recipe,
.inner-top-bar.product {
  background-image: url(images/products/top-bar-snacks.jpg);
}
.inner-top-bar.about-us {
  margin-bottom: 0;
  overflow: hidden;
}
.inner-top-bar.solutions {
  background-image: url(images/solutions/top-bar-bg-placeholder.jpg);
}
.inner-top-bar.pantry-login {
  margin: -30px 0 60px 0;
  background-image: url(images/pantry/login-header.jpg);
}
.inner-top-bar.pantry-login .cat-icon {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
.inner-top-bar.pantry-login .cat-icon h1 {
  background: none;
}
.inner-top-bar .cat-icon {
  width: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
}
@media (max-width: 767px) {
  .inner-top-bar .cat-icon {
    text-align: center;
    width: 100%;
    float: none;
  }
}
.inner-top-bar .cat-icon img {
  float: left;
  margin: 6px 20px 0 0;
}
@media (max-width: 1199px) {
  .inner-top-bar .cat-icon img {
    max-width: 60px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .inner-top-bar .cat-icon img {
    float: none;
    display: inline-block;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .inner-top-bar .cat-icon img {
    max-width: 45px;
    margin-top: 10px;
  }
}
.inner-top-bar .cat-icon h1 {
  font-family: 'Hind', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  float: left;
  position: relative;
  margin: 0px 39px 0px 0px;
  padding: 16px 37px 0px 0px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: url(images/red-sep-line.png) top right no-repeat;
  min-height: 71px;
}
@media (max-width: 1199px) {
  .inner-top-bar .cat-icon h1 {
    font-family: 'Hind', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .inner-top-bar .cat-icon h1 {
    background: none;
  }
}
@media (max-width: 767px) {
  .inner-top-bar .cat-icon h1 {
    float: none;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .inner-top-bar .cat-icon h1 {
    font-family: 'Hind', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
  }
}
.inner-top-bar .cat-icon h1 .thin {
  font-weight: 300;
}
.inner-top-bar .cat-icon.full {
  width: 100%;
}
.inner-top-bar .cat-icon.full h1 {
  background: none;
}
.inner-top-bar .inner-top-bar-nav {
  width: auto;
  float: left;
  position: relative;
  display: block;
  /* innter top bar nav */
}
@media (max-width: 767px) {
  .inner-top-bar .inner-top-bar-nav {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 300px;
  }
}
.inner-top-bar .inner-top-bar-nav ul {
  float: left;
  position: relative;
  margin: 29px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-position: outside;
  display: block;
  cursor: pointer;
  /* ul */
}
@media (max-width: 767px) {
  .inner-top-bar .inner-top-bar-nav ul {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.inner-top-bar .inner-top-bar-nav ul li {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-position: outside;
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .inner-top-bar .inner-top-bar-nav ul li {
    text-align: center;
    width: 100%;
  }
}
.inner-top-bar .inner-top-bar-nav ul li a {
  background: url("images/arrow-down-white.png") right 4px no-repeat;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 0px;
  display: block;
  clear: both;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 767px) {
  .inner-top-bar .inner-top-bar-nav ul li a {
    float: none;
    text-align: center;
    display: inline-block;
  }
}
.inner-top-bar .inner-top-bar-nav ul li ul {
  display: none;
}
.inner-top-bar .inner-top-bar-nav ul:hover {
  background: #ffffff;
  margin-left: -13px;
  margin-top: 17px;
  margin-bottom: -1000px;
  padding-right: 2px;
  border: 1px solid #818286;
  z-index: 1000;
  /* hover */
}
@media (max-width: 767px) {
  .inner-top-bar .inner-top-bar-nav ul:hover {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 10px;
    float: left;
  }
}
.inner-top-bar .inner-top-bar-nav ul:hover li {
  width: 100%;
  border: 1px solid #818286;
  margin: 1px 1px 1px 1px;
  padding-left: 0px;
  padding-top: 9px;
  background: #ffffff;
  float: left;
}
.inner-top-bar .inner-top-bar-nav ul:hover li a {
  background: url("images/arrow-up-gray.png") right 10px top 4px no-repeat;
  width: 100%;
  text-indent: 10px;
  padding-right: 24px;
  color: #414246;
  text-align: left;
  float: left;
}
.inner-top-bar .inner-top-bar-nav ul:hover li a:hover {
  color: #c4960c;
}
.inner-top-bar .inner-top-bar-nav ul:hover li ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-position: inside;
  display: block;
  clear: both;
  border: none;
  background: #ffffff;
}
.inner-top-bar .inner-top-bar-nav ul:hover li ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 9px 0px 0px 0px;
  border: none;
  clear: both;
  border-top: 1px solid #d5d5d6;
}
.inner-top-bar .inner-top-bar-nav ul:hover li ul li a {
  background: none;
  color: #414246;
  float: left;
}
.inner-top-bar .inner-top-bar-nav ul:hover li ul li a:hover {
  color: #c4960c;
}
.inner-top-bar .inner-top-bar-back {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  text-align: right;
  float: right !important;
}
@media (min-width: 768px) {
  .inner-top-bar .inner-top-bar-back {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .inner-top-bar .inner-top-bar-back {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .inner-top-bar .inner-top-bar-back {
    position: absolute;
    top: 26px;
    right: 15px;
  }
}
@media (max-width: 600px) {
  .inner-top-bar .inner-top-bar-back {
    position: static;
    text-align: left;
    padding-top: 20px;
  }
}
.inner-top-bar .inner-top-bar-back .btn-ghost {
  border-color: #ffffff;
  background: none;
  color: #ffffff;
}
.inner-top-bar .inner-top-bar-back .btn-ghost:hover {
  border-color: #c4960c;
  color: #c4960c;
  background: #fff;
}
.inner-top-bar .inner-top-bar-back .btn-ghost span {
  border-color: #ffffff;
}
.inner-top-bar .inner-top-bar-back .btn-ghost span:hover {
  border-color: #c4960c;
}
.parent-49.inner-top-bar .inner-top-bar-nav {
  display: none;
}
.about-top-bar-nav {
  border-bottom: #d5d5d6 solid 1px;
}
.about-top-bar-nav ul {
  list-style: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  clear: both;
}
.about-top-bar-nav ul li {
  display: inline-block;
}
.about-top-bar-nav ul li a {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: .1em;
  color: #57585d;
  padding: 0 60px;
}
.about-top-bar-nav ul li a:hover {
  color: #c01119;
  text-decoration: none;
}
.about-top-bar-nav ul li.current_page_item a {
  color: #c01119;
  text-decoration: none;
}
.inner-child-pg-ctr {
  padding-bottom: 60px;
}
.inner-pg-toolbar {
  float: right;
  margin: 0 0 30px 15px;
}
@media (max-width: 600px) {
  .inner-pg-toolbar {
    float: none;
    display: block;
    margin-left: 0;
  }
}
.inner-pg-toolbar .add-to-pantry {
  background: #c01119;
  color: #ffffff;
  padding: 2px 2px;
  border: 0;
  text-align: center;
  transition: background 0.3s ease;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.03em;
  margin-right: 20px;
}
.inner-pg-toolbar .add-to-pantry .brdr {
  border-color: #ffffff;
}
.inner-pg-toolbar .add-to-pantry .icon {
  display: block;
  width: 55px;
  height: 54px;
  margin: 10px auto 5px auto;
  background: url(images/products/add-to-pantry-icon.png) top center no-repeat;
}
.inner-pg-toolbar .add-to-pantry:hover {
  background: #c4960c;
  color: #ffffff !important;
}
.inner-pg-toolbar .add-to-pantry:focus,
.inner-pg-toolbar .add-to-pantry:active {
  color: #ffffff !important;
  text-decoration: none!important;
}
.inner-pg-toolbar .add-to-pantry:focus .icon,
.inner-pg-toolbar .add-to-pantry:active .icon {
  background-position: 0px -54px;
}
.inner-pg-toolbar .icon-btn {
  display: inline-block;
  font-size: 30px;
  color: #c01119;
  transition: color 0.3s ease;
  position: relative;
  top: 10px;
}
.inner-pg-toolbar .icon-btn:hover {
  color: #c4960c;
}
.inner-pg-toolbar .icon-btn.print-btn {
  margin-right: 20px;
}
.about-temp article {
  margin: 0 auto;
  display: block;
  max-width: 1024px;
}
.about-temp article .container {
  padding-left: 0;
  padding-right: 0;
}
/* END -- Generic Inner Child Page */
/*Radial Graphic*/
.radial-progress {
  margin: 0 50px;
  width: 100px;
  height: 100px;
  background-color: #eaeaea;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
}
.radial-progress .circle .mask.no-trans,
.radial-progress .circle .fill.no-trans {
  transition: none;
}
.radial-progress .circle .mask {
  clip: rect(0px, 100px, 100px, 50px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 50px, 100px, 0px);
}
.radial-progress .inset {
  width: 70px;
  height: 70px;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  background-color: #fbfbfb;
  border-radius: 50%;
  text-align: center;
}
.radial-progress .inset span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.radial-progress.easy .circle .mask .fill {
  background-color: #4aa845;
}
.radial-progress.easy .inset span {
  color: #4aa845;
}
.radial-progress.medium .circle .mask .fill {
  background-color: #c4960c;
}
.radial-progress.medium .inset span {
  color: #c4960c;
  font-size: 15px;
}
.radial-progress.difficult .circle .mask .fill {
  background-color: #c01119;
}
.radial-progress.difficult .inset span {
  color: #c01119;
  font-size: 11px;
}
/*Card Colors*/
.results .entry-content .card-product header {
  background: #42317f;
}
.results .entry-content .card-product header h2 {
  background: #42317f;
  border-color: #a198bf;
}
.results .entry-content .card-product .results-more-holder {
  background: #42317f;
}
.results .entry-content .card-product .results-more-holder a {
  background: #42317f;
  border-color: #a198bf;
}
.results .entry-content .card-recipe header {
  background: #c4960c;
}
.results .entry-content .card-recipe header h2 {
  background: #c4960c;
  border-color: #e2cb86;
}
.results .entry-content .card-recipe .results-more-holder {
  background: #c4960c;
}
.results .entry-content .card-recipe .results-more-holder a {
  background: #c4960c;
  border-color: #e2cb86;
}
/*Form Syles*/
#contact-form.form-success .frm-success-cont,
#cb-register.form-success .frm-success-cont,
#cb_newsletter.form-success .frm-success-cont,
#ask-form.form-success .frm-success-cont,
#newsletter-form.form-success .frm-success-cont,
#sample-form.form-success .frm-success-cont,
#register-form.form-success .frm-success-cont,
#cb-login.form-success .frm-success-cont,
#myV8form.form-success .frm-success-cont,
#scratchCalcFormCtr.form-success .frm-success-cont,
#inbound-form.form-success .frm-success-cont {
  display: block !important;
}
#contact-form.form-success form,
#cb-register.form-success form,
#cb_newsletter.form-success form,
#ask-form.form-success form,
#newsletter-form.form-success form,
#sample-form.form-success form,
#register-form.form-success form,
#cb-login.form-success form,
#myV8form.form-success form,
#scratchCalcFormCtr.form-success form,
#inbound-form.form-success form {
  display: none;
}
#contact-form .alert-success,
#cb-register .alert-success,
#cb_newsletter .alert-success,
#ask-form .alert-success,
#newsletter-form .alert-success,
#sample-form .alert-success,
#register-form .alert-success,
#cb-login .alert-success,
#myV8form .alert-success,
#scratchCalcFormCtr .alert-success,
#inbound-form .alert-success {
  margin-right: 30px;
}
#contact-form form,
#cb-register form,
#cb_newsletter form,
#ask-form form,
#newsletter-form form,
#sample-form form,
#register-form form,
#cb-login form,
#myV8form form,
#scratchCalcFormCtr form,
#inbound-form form {
  padding-bottom: 100px;
  padding-right: 25px;
  padding-top: 30px;
}
#contact-form form .row,
#cb-register form .row,
#cb_newsletter form .row,
#ask-form form .row,
#newsletter-form form .row,
#sample-form form .row,
#register-form form .row,
#cb-login form .row,
#myV8form form .row,
#scratchCalcFormCtr form .row,
#inbound-form form .row {
  margin: 20px 0;
  position: relative;
}
#contact-form form input[type=text],
#cb-register form input[type=text],
#cb_newsletter form input[type=text],
#ask-form form input[type=text],
#newsletter-form form input[type=text],
#sample-form form input[type=text],
#register-form form input[type=text],
#cb-login form input[type=text],
#myV8form form input[type=text],
#scratchCalcFormCtr form input[type=text],
#inbound-form form input[type=text],
#contact-form form input[type=password],
#cb-register form input[type=password],
#cb_newsletter form input[type=password],
#ask-form form input[type=password],
#newsletter-form form input[type=password],
#sample-form form input[type=password],
#register-form form input[type=password],
#cb-login form input[type=password],
#myV8form form input[type=password],
#scratchCalcFormCtr form input[type=password],
#inbound-form form input[type=password],
#contact-form form select,
#cb-register form select,
#cb_newsletter form select,
#ask-form form select,
#newsletter-form form select,
#sample-form form select,
#register-form form select,
#cb-login form select,
#myV8form form select,
#scratchCalcFormCtr form select,
#inbound-form form select,
#contact-form form textarea,
#cb-register form textarea,
#cb_newsletter form textarea,
#ask-form form textarea,
#newsletter-form form textarea,
#sample-form form textarea,
#register-form form textarea,
#cb-login form textarea,
#myV8form form textarea,
#scratchCalcFormCtr form textarea,
#inbound-form form textarea,
#contact-form form input[type=number],
#cb-register form input[type=number],
#cb_newsletter form input[type=number],
#ask-form form input[type=number],
#newsletter-form form input[type=number],
#sample-form form input[type=number],
#register-form form input[type=number],
#cb-login form input[type=number],
#myV8form form input[type=number],
#scratchCalcFormCtr form input[type=number],
#inbound-form form input[type=number] {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: .05em;
  color: #57585d;
  padding: 7px 10px 5px;
  border: #d5d5d6 solid 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}
#contact-form form .pw-info,
#cb-register form .pw-info,
#cb_newsletter form .pw-info,
#ask-form form .pw-info,
#newsletter-form form .pw-info,
#sample-form form .pw-info,
#register-form form .pw-info,
#cb-login form .pw-info,
#myV8form form .pw-info,
#scratchCalcFormCtr form .pw-info,
#inbound-form form .pw-info {
  font-size: 12px;
  line-height: 16px;
  color: #abacae;
}
#contact-form form input,
#cb-register form input,
#cb_newsletter form input,
#ask-form form input,
#newsletter-form form input,
#sample-form form input,
#register-form form input,
#cb-login form input,
#myV8form form input,
#scratchCalcFormCtr form input,
#inbound-form form input {
  outline: none;
}
#contact-form form select,
#cb-register form select,
#cb_newsletter form select,
#ask-form form select,
#newsletter-form form select,
#sample-form form select,
#register-form form select,
#cb-login form select,
#myV8form form select,
#scratchCalcFormCtr form select,
#inbound-form form select {
  padding-bottom: 4px;
  background-image: url(images/form-select-box-arrow-sprite.png);
  background-repeat: no-repeat;
  background-position: top -2px right 20px;
}
#contact-form form textarea,
#cb-register form textarea,
#cb_newsletter form textarea,
#ask-form form textarea,
#newsletter-form form textarea,
#sample-form form textarea,
#register-form form textarea,
#cb-login form textarea,
#myV8form form textarea,
#scratchCalcFormCtr form textarea,
#inbound-form form textarea {
  resize: none;
}
#contact-form form input.error,
#cb-register form input.error,
#cb_newsletter form input.error,
#ask-form form input.error,
#newsletter-form form input.error,
#sample-form form input.error,
#register-form form input.error,
#cb-login form input.error,
#myV8form form input.error,
#scratchCalcFormCtr form input.error,
#inbound-form form input.error,
#contact-form form select.error,
#cb-register form select.error,
#cb_newsletter form select.error,
#ask-form form select.error,
#newsletter-form form select.error,
#sample-form form select.error,
#register-form form select.error,
#cb-login form select.error,
#myV8form form select.error,
#scratchCalcFormCtr form select.error,
#inbound-form form select.error,
#contact-form form textarea.error,
#cb-register form textarea.error,
#cb_newsletter form textarea.error,
#ask-form form textarea.error,
#newsletter-form form textarea.error,
#sample-form form textarea.error,
#register-form form textarea.error,
#cb-login form textarea.error,
#myV8form form textarea.error,
#scratchCalcFormCtr form textarea.error,
#inbound-form form textarea.error {
  border-color: #c01119;
  margin-bottom: 23px;
  background: #c01119;
  color: #ffffff;
}
#contact-form form input.error::-webkit-input-placeholder,
#cb-register form input.error::-webkit-input-placeholder,
#cb_newsletter form input.error::-webkit-input-placeholder,
#ask-form form input.error::-webkit-input-placeholder,
#newsletter-form form input.error::-webkit-input-placeholder,
#sample-form form input.error::-webkit-input-placeholder,
#register-form form input.error::-webkit-input-placeholder,
#cb-login form input.error::-webkit-input-placeholder,
#myV8form form input.error::-webkit-input-placeholder,
#scratchCalcFormCtr form input.error::-webkit-input-placeholder,
#inbound-form form input.error::-webkit-input-placeholder,
#contact-form form select.error::-webkit-input-placeholder,
#cb-register form select.error::-webkit-input-placeholder,
#cb_newsletter form select.error::-webkit-input-placeholder,
#ask-form form select.error::-webkit-input-placeholder,
#newsletter-form form select.error::-webkit-input-placeholder,
#sample-form form select.error::-webkit-input-placeholder,
#register-form form select.error::-webkit-input-placeholder,
#cb-login form select.error::-webkit-input-placeholder,
#myV8form form select.error::-webkit-input-placeholder,
#scratchCalcFormCtr form select.error::-webkit-input-placeholder,
#inbound-form form select.error::-webkit-input-placeholder,
#contact-form form textarea.error::-webkit-input-placeholder,
#cb-register form textarea.error::-webkit-input-placeholder,
#cb_newsletter form textarea.error::-webkit-input-placeholder,
#ask-form form textarea.error::-webkit-input-placeholder,
#newsletter-form form textarea.error::-webkit-input-placeholder,
#sample-form form textarea.error::-webkit-input-placeholder,
#register-form form textarea.error::-webkit-input-placeholder,
#cb-login form textarea.error::-webkit-input-placeholder,
#myV8form form textarea.error::-webkit-input-placeholder,
#scratchCalcFormCtr form textarea.error::-webkit-input-placeholder,
#inbound-form form textarea.error::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
#contact-form form input.error:-moz-placeholder,
#cb-register form input.error:-moz-placeholder,
#cb_newsletter form input.error:-moz-placeholder,
#ask-form form input.error:-moz-placeholder,
#newsletter-form form input.error:-moz-placeholder,
#sample-form form input.error:-moz-placeholder,
#register-form form input.error:-moz-placeholder,
#cb-login form input.error:-moz-placeholder,
#myV8form form input.error:-moz-placeholder,
#scratchCalcFormCtr form input.error:-moz-placeholder,
#inbound-form form input.error:-moz-placeholder,
#contact-form form select.error:-moz-placeholder,
#cb-register form select.error:-moz-placeholder,
#cb_newsletter form select.error:-moz-placeholder,
#ask-form form select.error:-moz-placeholder,
#newsletter-form form select.error:-moz-placeholder,
#sample-form form select.error:-moz-placeholder,
#register-form form select.error:-moz-placeholder,
#cb-login form select.error:-moz-placeholder,
#myV8form form select.error:-moz-placeholder,
#scratchCalcFormCtr form select.error:-moz-placeholder,
#inbound-form form select.error:-moz-placeholder,
#contact-form form textarea.error:-moz-placeholder,
#cb-register form textarea.error:-moz-placeholder,
#cb_newsletter form textarea.error:-moz-placeholder,
#ask-form form textarea.error:-moz-placeholder,
#newsletter-form form textarea.error:-moz-placeholder,
#sample-form form textarea.error:-moz-placeholder,
#register-form form textarea.error:-moz-placeholder,
#cb-login form textarea.error:-moz-placeholder,
#myV8form form textarea.error:-moz-placeholder,
#scratchCalcFormCtr form textarea.error:-moz-placeholder,
#inbound-form form textarea.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
#contact-form form input.error::-moz-placeholder,
#cb-register form input.error::-moz-placeholder,
#cb_newsletter form input.error::-moz-placeholder,
#ask-form form input.error::-moz-placeholder,
#newsletter-form form input.error::-moz-placeholder,
#sample-form form input.error::-moz-placeholder,
#register-form form input.error::-moz-placeholder,
#cb-login form input.error::-moz-placeholder,
#myV8form form input.error::-moz-placeholder,
#scratchCalcFormCtr form input.error::-moz-placeholder,
#inbound-form form input.error::-moz-placeholder,
#contact-form form select.error::-moz-placeholder,
#cb-register form select.error::-moz-placeholder,
#cb_newsletter form select.error::-moz-placeholder,
#ask-form form select.error::-moz-placeholder,
#newsletter-form form select.error::-moz-placeholder,
#sample-form form select.error::-moz-placeholder,
#register-form form select.error::-moz-placeholder,
#cb-login form select.error::-moz-placeholder,
#myV8form form select.error::-moz-placeholder,
#scratchCalcFormCtr form select.error::-moz-placeholder,
#inbound-form form select.error::-moz-placeholder,
#contact-form form textarea.error::-moz-placeholder,
#cb-register form textarea.error::-moz-placeholder,
#cb_newsletter form textarea.error::-moz-placeholder,
#ask-form form textarea.error::-moz-placeholder,
#newsletter-form form textarea.error::-moz-placeholder,
#sample-form form textarea.error::-moz-placeholder,
#register-form form textarea.error::-moz-placeholder,
#cb-login form textarea.error::-moz-placeholder,
#myV8form form textarea.error::-moz-placeholder,
#scratchCalcFormCtr form textarea.error::-moz-placeholder,
#inbound-form form textarea.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
#contact-form form input.error:-ms-input-placeholder,
#cb-register form input.error:-ms-input-placeholder,
#cb_newsletter form input.error:-ms-input-placeholder,
#ask-form form input.error:-ms-input-placeholder,
#newsletter-form form input.error:-ms-input-placeholder,
#sample-form form input.error:-ms-input-placeholder,
#register-form form input.error:-ms-input-placeholder,
#cb-login form input.error:-ms-input-placeholder,
#myV8form form input.error:-ms-input-placeholder,
#scratchCalcFormCtr form input.error:-ms-input-placeholder,
#inbound-form form input.error:-ms-input-placeholder,
#contact-form form select.error:-ms-input-placeholder,
#cb-register form select.error:-ms-input-placeholder,
#cb_newsletter form select.error:-ms-input-placeholder,
#ask-form form select.error:-ms-input-placeholder,
#newsletter-form form select.error:-ms-input-placeholder,
#sample-form form select.error:-ms-input-placeholder,
#register-form form select.error:-ms-input-placeholder,
#cb-login form select.error:-ms-input-placeholder,
#myV8form form select.error:-ms-input-placeholder,
#scratchCalcFormCtr form select.error:-ms-input-placeholder,
#inbound-form form select.error:-ms-input-placeholder,
#contact-form form textarea.error:-ms-input-placeholder,
#cb-register form textarea.error:-ms-input-placeholder,
#cb_newsletter form textarea.error:-ms-input-placeholder,
#ask-form form textarea.error:-ms-input-placeholder,
#newsletter-form form textarea.error:-ms-input-placeholder,
#sample-form form textarea.error:-ms-input-placeholder,
#register-form form textarea.error:-ms-input-placeholder,
#cb-login form textarea.error:-ms-input-placeholder,
#myV8form form textarea.error:-ms-input-placeholder,
#scratchCalcFormCtr form textarea.error:-ms-input-placeholder,
#inbound-form form textarea.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
#contact-form form input.error:placeholder-shown,
#cb-register form input.error:placeholder-shown,
#cb_newsletter form input.error:placeholder-shown,
#ask-form form input.error:placeholder-shown,
#newsletter-form form input.error:placeholder-shown,
#sample-form form input.error:placeholder-shown,
#register-form form input.error:placeholder-shown,
#cb-login form input.error:placeholder-shown,
#myV8form form input.error:placeholder-shown,
#scratchCalcFormCtr form input.error:placeholder-shown,
#inbound-form form input.error:placeholder-shown,
#contact-form form select.error:placeholder-shown,
#cb-register form select.error:placeholder-shown,
#cb_newsletter form select.error:placeholder-shown,
#ask-form form select.error:placeholder-shown,
#newsletter-form form select.error:placeholder-shown,
#sample-form form select.error:placeholder-shown,
#register-form form select.error:placeholder-shown,
#cb-login form select.error:placeholder-shown,
#myV8form form select.error:placeholder-shown,
#scratchCalcFormCtr form select.error:placeholder-shown,
#inbound-form form select.error:placeholder-shown,
#contact-form form textarea.error:placeholder-shown,
#cb-register form textarea.error:placeholder-shown,
#cb_newsletter form textarea.error:placeholder-shown,
#ask-form form textarea.error:placeholder-shown,
#newsletter-form form textarea.error:placeholder-shown,
#sample-form form textarea.error:placeholder-shown,
#register-form form textarea.error:placeholder-shown,
#cb-login form textarea.error:placeholder-shown,
#myV8form form textarea.error:placeholder-shown,
#scratchCalcFormCtr form textarea.error:placeholder-shown,
#inbound-form form textarea.error:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #ffffff;
}
#contact-form form select.error,
#cb-register form select.error,
#cb_newsletter form select.error,
#ask-form form select.error,
#newsletter-form form select.error,
#sample-form form select.error,
#register-form form select.error,
#cb-login form select.error,
#myV8form form select.error,
#scratchCalcFormCtr form select.error,
#inbound-form form select.error {
  background-image: url(images/form-select-box-arrow-sprite.png);
  background-repeat: no-repeat;
  background-position: bottom -2px right 20px;
}
#contact-form form label.error,
#cb-register form label.error,
#cb_newsletter form label.error,
#ask-form form label.error,
#newsletter-form form label.error,
#sample-form form label.error,
#register-form form label.error,
#cb-login form label.error,
#myV8form form label.error,
#scratchCalcFormCtr form label.error,
#inbound-form form label.error {
  position: absolute;
  bottom: 1px;
  left: 0;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .025em;
  color: #c01119;
  margin: 0;
}
#contact-form form .half,
#cb-register form .half,
#cb_newsletter form .half,
#ask-form form .half,
#newsletter-form form .half,
#sample-form form .half,
#register-form form .half,
#cb-login form .half,
#myV8form form .half,
#scratchCalcFormCtr form .half,
#inbound-form form .half {
  overflow: auto;
}
#contact-form form .half div,
#cb-register form .half div,
#cb_newsletter form .half div,
#ask-form form .half div,
#newsletter-form form .half div,
#sample-form form .half div,
#register-form form .half div,
#cb-login form .half div,
#myV8form form .half div,
#scratchCalcFormCtr form .half div,
#inbound-form form .half div {
  width: calc(50% - 10px);
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
#contact-form form .half div input,
#cb-register form .half div input,
#cb_newsletter form .half div input,
#ask-form form .half div input,
#newsletter-form form .half div input,
#sample-form form .half div input,
#register-form form .half div input,
#cb-login form .half div input,
#myV8form form .half div input,
#scratchCalcFormCtr form .half div input,
#inbound-form form .half div input,
#contact-form form .half div textarea,
#cb-register form .half div textarea,
#cb_newsletter form .half div textarea,
#ask-form form .half div textarea,
#newsletter-form form .half div textarea,
#sample-form form .half div textarea,
#register-form form .half div textarea,
#cb-login form .half div textarea,
#myV8form form .half div textarea,
#scratchCalcFormCtr form .half div textarea,
#inbound-form form .half div textarea,
#contact-form form .half div select,
#cb-register form .half div select,
#cb_newsletter form .half div select,
#ask-form form .half div select,
#newsletter-form form .half div select,
#sample-form form .half div select,
#register-form form .half div select,
#cb-login form .half div select,
#myV8form form .half div select,
#scratchCalcFormCtr form .half div select,
#inbound-form form .half div select {
  width: 100%;
}
#contact-form form .half div:last-child,
#cb-register form .half div:last-child,
#cb_newsletter form .half div:last-child,
#ask-form form .half div:last-child,
#newsletter-form form .half div:last-child,
#sample-form form .half div:last-child,
#register-form form .half div:last-child,
#cb-login form .half div:last-child,
#myV8form form .half div:last-child,
#scratchCalcFormCtr form .half div:last-child,
#inbound-form form .half div:last-child {
  margin: 0 0 0 10px;
}
#contact-form form .half div#zip,
#cb-register form .half div#zip,
#cb_newsletter form .half div#zip,
#ask-form form .half div#zip,
#newsletter-form form .half div#zip,
#sample-form form .half div#zip,
#register-form form .half div#zip,
#cb-login form .half div#zip,
#myV8form form .half div#zip,
#scratchCalcFormCtr form .half div#zip,
#inbound-form form .half div#zip {
  width: calc(25% - 10px);
}
#contact-form form .half div#contact_meth,
#cb-register form .half div#contact_meth,
#cb_newsletter form .half div#contact_meth,
#ask-form form .half div#contact_meth,
#newsletter-form form .half div#contact_meth,
#sample-form form .half div#contact_meth,
#register-form form .half div#contact_meth,
#cb-login form .half div#contact_meth,
#myV8form form .half div#contact_meth,
#scratchCalcFormCtr form .half div#contact_meth,
#inbound-form form .half div#contact_meth,
#contact-form form .half div#newsletter_position,
#cb-register form .half div#newsletter_position,
#cb_newsletter form .half div#newsletter_position,
#ask-form form .half div#newsletter_position,
#newsletter-form form .half div#newsletter_position,
#sample-form form .half div#newsletter_position,
#register-form form .half div#newsletter_position,
#cb-login form .half div#newsletter_position,
#myV8form form .half div#newsletter_position,
#scratchCalcFormCtr form .half div#newsletter_position,
#inbound-form form .half div#newsletter_position {
  width: calc(75% - 10px);
}
#contact-form form .full,
#cb-register form .full,
#cb_newsletter form .full,
#ask-form form .full,
#newsletter-form form .full,
#sample-form form .full,
#register-form form .full,
#cb-login form .full,
#myV8form form .full,
#scratchCalcFormCtr form .full,
#inbound-form form .full {
  overflow: auto;
}
#contact-form form .full div,
#cb-register form .full div,
#cb_newsletter form .full div,
#ask-form form .full div,
#newsletter-form form .full div,
#sample-form form .full div,
#register-form form .full div,
#cb-login form .full div,
#myV8form form .full div,
#scratchCalcFormCtr form .full div,
#inbound-form form .full div {
  float: left;
  position: relative;
  width: 100%;
}
#contact-form form .full input,
#cb-register form .full input,
#cb_newsletter form .full input,
#ask-form form .full input,
#newsletter-form form .full input,
#sample-form form .full input,
#register-form form .full input,
#cb-login form .full input,
#myV8form form .full input,
#scratchCalcFormCtr form .full input,
#inbound-form form .full input,
#contact-form form .full select,
#cb-register form .full select,
#cb_newsletter form .full select,
#ask-form form .full select,
#newsletter-form form .full select,
#sample-form form .full select,
#register-form form .full select,
#cb-login form .full select,
#myV8form form .full select,
#scratchCalcFormCtr form .full select,
#inbound-form form .full select,
#contact-form form .full textarea,
#cb-register form .full textarea,
#cb_newsletter form .full textarea,
#ask-form form .full textarea,
#newsletter-form form .full textarea,
#sample-form form .full textarea,
#register-form form .full textarea,
#cb-login form .full textarea,
#myV8form form .full textarea,
#scratchCalcFormCtr form .full textarea,
#inbound-form form .full textarea {
  width: 100%;
  float: left;
}
#contact-form form .full .form-group,
#cb-register form .full .form-group,
#cb_newsletter form .full .form-group,
#ask-form form .full .form-group,
#newsletter-form form .full .form-group,
#sample-form form .full .form-group,
#register-form form .full .form-group,
#cb-login form .full .form-group,
#myV8form form .full .form-group,
#scratchCalcFormCtr form .full .form-group,
#inbound-form form .full .form-group {
  margin: 0 !important;
}
#contact-form form .full .form-group .pantry-checkbox input[type=checkbox],
#cb-register form .full .form-group .pantry-checkbox input[type=checkbox],
#cb_newsletter form .full .form-group .pantry-checkbox input[type=checkbox],
#ask-form form .full .form-group .pantry-checkbox input[type=checkbox],
#newsletter-form form .full .form-group .pantry-checkbox input[type=checkbox],
#sample-form form .full .form-group .pantry-checkbox input[type=checkbox],
#register-form form .full .form-group .pantry-checkbox input[type=checkbox],
#cb-login form .full .form-group .pantry-checkbox input[type=checkbox],
#myV8form form .full .form-group .pantry-checkbox input[type=checkbox],
#scratchCalcFormCtr form .full .form-group .pantry-checkbox input[type=checkbox],
#inbound-form form .full .form-group .pantry-checkbox input[type=checkbox] {
  visibility: visible;
  display: block !important;
}
#contact-form form .has-error .form-control,
#cb-register form .has-error .form-control,
#cb_newsletter form .has-error .form-control,
#ask-form form .has-error .form-control,
#newsletter-form form .has-error .form-control,
#sample-form form .has-error .form-control,
#register-form form .has-error .form-control,
#cb-login form .has-error .form-control,
#myV8form form .has-error .form-control,
#scratchCalcFormCtr form .has-error .form-control,
#inbound-form form .has-error .form-control {
  border-color: #c01119;
  margin-bottom: 23px;
  background: #c01119;
  color: #fff;
}
#contact-form form .has-error .form-control:placeholder-shown,
#cb-register form .has-error .form-control:placeholder-shown,
#cb_newsletter form .has-error .form-control:placeholder-shown,
#ask-form form .has-error .form-control:placeholder-shown,
#newsletter-form form .has-error .form-control:placeholder-shown,
#sample-form form .has-error .form-control:placeholder-shown,
#register-form form .has-error .form-control:placeholder-shown,
#cb-login form .has-error .form-control:placeholder-shown,
#myV8form form .has-error .form-control:placeholder-shown,
#scratchCalcFormCtr form .has-error .form-control:placeholder-shown,
#inbound-form form .has-error .form-control:placeholder-shown {
  color: #fff;
}
#contact-form form input[type=checkbox],
#cb-register form input[type=checkbox],
#cb_newsletter form input[type=checkbox],
#ask-form form input[type=checkbox],
#newsletter-form form input[type=checkbox],
#sample-form form input[type=checkbox],
#register-form form input[type=checkbox],
#cb-login form input[type=checkbox],
#myV8form form input[type=checkbox],
#scratchCalcFormCtr form input[type=checkbox],
#inbound-form form input[type=checkbox] {
  width: 30px;
  height: 30px;
  border: #d5d5d6 solid 1px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  float: left;
  margin: 0 20px 0 0;
}
#contact-form form input[type=checkbox]:checked,
#cb-register form input[type=checkbox]:checked,
#cb_newsletter form input[type=checkbox]:checked,
#ask-form form input[type=checkbox]:checked,
#newsletter-form form input[type=checkbox]:checked,
#sample-form form input[type=checkbox]:checked,
#register-form form input[type=checkbox]:checked,
#cb-login form input[type=checkbox]:checked,
#myV8form form input[type=checkbox]:checked,
#scratchCalcFormCtr form input[type=checkbox]:checked,
#inbound-form form input[type=checkbox]:checked {
  background: url(images/form-checkbox-check.gif) center no-repeat;
}
#contact-form form .newsletter_text,
#cb-register form .newsletter_text,
#cb_newsletter form .newsletter_text,
#ask-form form .newsletter_text,
#newsletter-form form .newsletter_text,
#sample-form form .newsletter_text,
#register-form form .newsletter_text,
#cb-login form .newsletter_text,
#myV8form form .newsletter_text,
#scratchCalcFormCtr form .newsletter_text,
#inbound-form form .newsletter_text {
  font-family: 'Hind', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: .05em;
  color: #57585d;
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
}
#contact-form form input[type=submit],
#cb-register form input[type=submit],
#cb_newsletter form input[type=submit],
#ask-form form input[type=submit],
#newsletter-form form input[type=submit],
#sample-form form input[type=submit],
#register-form form input[type=submit],
#cb-login form input[type=submit],
#myV8form form input[type=submit],
#scratchCalcFormCtr form input[type=submit],
#inbound-form form input[type=submit] {
  float: left;
  z-index: 0;
  padding: 20px 40px 16px 20px;
  background: #ebebec url(images/header-footer/newsletter-arrow.png);
  background: url(images/header-footer/newsletter-arrow.png), -moz-linear-gradient(#ebebec 0%, #c6c6c7 100%);
  background: url(images/header-footer/newsletter-arrow.png), -webkit-linear-gradient(#ebebec 0%, #c6c6c7 100%);
  background: url(images/header-footer/newsletter-arrow.png), -webkit-gradient(linear, 0 100%, 0 0, from(#ebebec), to(#c6c6c7));
  background: url(images/header-footer/newsletter-arrow.png), -o-linear-gradient(#ebebec 0%, #c6c6c7 100%);
  background: url(images/header-footer/newsletter-arrow.png), linear-gradient(#ebebec 0%, #c6c6c7 100%);
  background-position: center right -4px;
  border: 0px solid #d5d3d5;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #57585d;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  background-repeat: no-repeat;
}
#contact-form form input[type=submit]:hover,
#cb-register form input[type=submit]:hover,
#cb_newsletter form input[type=submit]:hover,
#ask-form form input[type=submit]:hover,
#newsletter-form form input[type=submit]:hover,
#sample-form form input[type=submit]:hover,
#register-form form input[type=submit]:hover,
#cb-login form input[type=submit]:hover,
#myV8form form input[type=submit]:hover,
#scratchCalcFormCtr form input[type=submit]:hover,
#inbound-form form input[type=submit]:hover {
  background: #ebebec url(images/header-footer/newsletter-arrow.png);
  background: url(images/header-footer/newsletter-arrow.png), -moz-linear-gradient(top, #fefeff 0%, #d5d5d6 100%);
  background: url(images/header-footer/newsletter-arrow.png), -webkit-linear-gradient(top, #fefeff 0%, #d5d5d6 100%);
  background: url(images/header-footer/newsletter-arrow.png), linear-gradient(to bottom, #fefeff 0%, #d5d5d6 100%);
  background-position: center right -4px;
  background-repeat: no-repeat;
}
#cb-login form {
  padding: 0;
}
/* newsletter sign up form */
#cb_newsletter .form-horizontal {
  margin-bottom: 30px;
}
#cb_newsletter .form-horizontal fieldset {
  padding: 15px;
}
#cb_newsletter .form-horizontal fieldset .form-group {
  margin-left: 0;
  margin-right: 0;
}
#cb_newsletter .form-horizontal fieldset .form-group.d3-firstname,
#cb_newsletter .form-horizontal fieldset .form-group.d3-lastname,
#cb_newsletter .form-horizontal fieldset .form-group.d3-position,
#cb_newsletter .form-horizontal fieldset .form-group.d3-industry {
  width: calc(50% - 8px);
  display: inline-block;
  float: left;
}
@media (max-width: 480px) {
  #cb_newsletter .form-horizontal fieldset .form-group.d3-firstname,
  #cb_newsletter .form-horizontal fieldset .form-group.d3-lastname,
  #cb_newsletter .form-horizontal fieldset .form-group.d3-position,
  #cb_newsletter .form-horizontal fieldset .form-group.d3-industry {
    width: 100%;
    display: block;
    float: none;
  }
}
#cb_newsletter .form-horizontal fieldset .form-group.d3-firstname,
#cb_newsletter .form-horizontal fieldset .form-group.d3-position {
  margin-right: 16px;
}
#cb_newsletter .form-horizontal fieldset .form-group.d3-phone,
#cb_newsletter .form-horizontal fieldset .form-group.d3-fax,
#cb_newsletter .form-horizontal fieldset .form-group.d3-postal_code {
  width: calc(32% - 8px);
  display: inline-block;
  float: left;
}
@media (max-width: 480px) {
  #cb_newsletter .form-horizontal fieldset .form-group.d3-phone,
  #cb_newsletter .form-horizontal fieldset .form-group.d3-fax,
  #cb_newsletter .form-horizontal fieldset .form-group.d3-postal_code {
    width: 100%;
    display: block;
    float: none;
  }
}
#cb_newsletter .form-horizontal fieldset .form-group.d3-phone,
#cb_newsletter .form-horizontal fieldset .form-group.d3-fax {
  margin-right: 16px;
}
#cb_newsletter .form-horizontal fieldset .form-group.d3-pantry-checkbox,
#cb_newsletter .form-horizontal fieldset .form-group.d3-captcha {
  width: 100%;
  display: block;
  clear: both;
}
#cb_newsletter .form-horizontal fieldset .form-group.d3-pantry-checkbox label {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}
/* Home Page Brands */
.home #brands {
  padding-bottom: 0;
}
#ul-brands {
  width: 80%;
  margin: 0px 10% 0px 10%;
  float: left;
  list-style: none;
  padding: 0px 0px 0px 0px;
}
#ul-brands li {
  float: left;
  width: 25%;
  padding: 0;
  margin: 0px 0px 60px 0px;
  height: 100px;
  text-align: center;
}
#ul-brands li:nth-child(5),
#ul-brands li:nth-child(6),
#ul-brands li:nth-child(7),
#ul-brands li:nth-child(8) {
  margin-bottom: 0px;
}
/*Font Icons to Images*/
.fa-print {
  text-indent: -9999999px;
}
.fa-print:before {
  background-image: url(images/print-sprite-28.png);
  display: block;
  width: 28px;
  height: 28px;
}
.fa-print:hover:before {
  background-position: 0px -28px;
}
.fa-share-alt {
  text-indent: -9999999px;
}
.fa-share-alt:before {
  background-image: url(images/share-sprite-28.png);
  display: block;
  width: 28px;
  height: 28px;
}
.fa-share-alt:hover:before {
  background-position: 0px -28px;
}
.nutrition-facts {
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  border: 1px solid #000000;
  color: #000000 !important;
}
.nutrition-facts h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 28px;
  color: #000000 !important;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 15px 0;
}
.nutrition-facts .serv-size-title {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.nutrition-facts .serv-size-amt {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.nutrition-facts .black-bar-lg,
.nutrition-facts .black-bar-md,
.nutrition-facts .black-bar-sm {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #000000 !important;
  margin: 7px 0;
}
.nutrition-facts .black-bar-lg {
  height: 8px;
}
.nutrition-facts .black-bar-md {
  height: 5px;
}
.nutrition-facts .black-bar-sm {
  height: 1px;
}
.nutrition-facts .title-ctr span {
  font-weight: 900;
  margin-right: 4px;
}
.nutrition-facts .dv-ctr {
  font-weight: 900;
}
.nutrition-facts .amt-per-serv {
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.nutrition-facts .calories {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.nutrition-facts .fat-calories {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.nutrition-facts .dv-title {
  text-align: right;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.nutrition-facts .total-fat,
.nutrition-facts .sat-fat,
.nutrition-facts .trans-fat,
.nutrition-facts .poly-fat,
.nutrition-facts .mono-fat,
.nutrition-facts .cholesterol,
.nutrition-facts .sodium,
.nutrition-facts .carbs,
.nutrition-facts .fiber,
.nutrition-facts .sugar,
.nutrition-facts .protein {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.nutrition-facts .total-fat-dv,
.nutrition-facts .sat-fat-dv,
.nutrition-facts .trans-fat-dv,
.nutrition-facts .poly-fat-dv,
.nutrition-facts .mono-fat-dv,
.nutrition-facts .cholesterol-dv,
.nutrition-facts .sodium-dv,
.nutrition-facts .carbs-dv,
.nutrition-facts .fiber-dv,
.nutrition-facts .sugar-dv,
.nutrition-facts .protein-dv {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.nutrition-facts .indent {
  padding-left: 7px;
}
.nutrition-facts .vit-a,
.nutrition-facts .vit-c,
.nutrition-facts .calcium,
.nutrition-facts .iron,
.nutrition-facts .vit-e,
.nutrition-facts .thiamine,
.nutrition-facts .magnesium,
.nutrition-facts .zinc {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.nutrition-facts .vit-a span,
.nutrition-facts .vit-c span,
.nutrition-facts .calcium span,
.nutrition-facts .iron span,
.nutrition-facts .vit-e span,
.nutrition-facts .thiamine span,
.nutrition-facts .magnesium span,
.nutrition-facts .zinc span {
  font-weight: 400;
}
.nutrition-facts .vit-c,
.nutrition-facts .iron,
.nutrition-facts .thiamine,
.nutrition-facts .zinc {
  text-align: right;
}
.nutrition-facts .dot-sep {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 6px;
  text-align: center;
}
/* generic single template styles */
.single-content-ctr {
  padding: 40px 15px;
}
/* END -- generic single template styles */
/* **** */
.nutrition-facts-ctr,
.ingredients-ctr {
  padding: 20px;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
.nutrition-facts-ctr img,
.ingredients-ctr img {
  max-width: 100%;
  margin: 0;
}
.nutrition-facts-ctr {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
}
.nutrition-facts-ctr h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 15px 0;
}
.nutrition-facts-ctr .serv-size-title {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nutrition-facts-ctr .serv-size-title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nutrition-facts-ctr .serv-size-amt {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nutrition-facts-ctr .serv-size-amt {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    margin-top: 5px;
  }
}
.nutrition-facts-ctr .black-bar-lg,
.nutrition-facts-ctr .black-bar-md,
.nutrition-facts-ctr .black-bar-sm {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #000000;
  margin: 7px 0;
}
.nutrition-facts-ctr .black-bar-lg {
  height: 8px;
}
.nutrition-facts-ctr .black-bar-md {
  height: 5px;
}
.nutrition-facts-ctr .black-bar-sm {
  height: 1px;
}
.nutrition-facts-ctr .title-ctr span {
  font-weight: 900;
  margin-right: 4px;
}
.nutrition-facts-ctr .dv-ctr {
  font-weight: 900;
}
.nutrition-facts-ctr .amt-per-serv {
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.nutrition-facts-ctr .calories {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nutrition-facts-ctr .calories {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nutrition-facts-ctr .fat-calories {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nutrition-facts-ctr .fat-calories {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    margin-top: 5px;
  }
}
.nutrition-facts-ctr .dv-title {
  text-align: right;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.nutrition-facts-ctr .total-fat,
.nutrition-facts-ctr .sat-fat,
.nutrition-facts-ctr .trans-fat,
.nutrition-facts-ctr .poly-fat,
.nutrition-facts-ctr .mono-fat,
.nutrition-facts-ctr .cholesterol,
.nutrition-facts-ctr .sodium,
.nutrition-facts-ctr .carbs,
.nutrition-facts-ctr .fiber,
.nutrition-facts-ctr .sugar,
.nutrition-facts-ctr .protein {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.nutrition-facts-ctr .total-fat-dv,
.nutrition-facts-ctr .sat-fat-dv,
.nutrition-facts-ctr .trans-fat-dv,
.nutrition-facts-ctr .poly-fat-dv,
.nutrition-facts-ctr .mono-fat-dv,
.nutrition-facts-ctr .cholesterol-dv,
.nutrition-facts-ctr .sodium-dv,
.nutrition-facts-ctr .carbs-dv,
.nutrition-facts-ctr .fiber-dv,
.nutrition-facts-ctr .sugar-dv,
.nutrition-facts-ctr .protein-dv {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.nutrition-facts-ctr .indent {
  padding-left: 7px;
}
.nutrition-facts-ctr .vit-a,
.nutrition-facts-ctr .vit-c,
.nutrition-facts-ctr .calcium,
.nutrition-facts-ctr .iron,
.nutrition-facts-ctr .vit-e,
.nutrition-facts-ctr .thiamine,
.nutrition-facts-ctr .magnesium,
.nutrition-facts-ctr .zinc {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.nutrition-facts-ctr .vit-a span,
.nutrition-facts-ctr .vit-c span,
.nutrition-facts-ctr .calcium span,
.nutrition-facts-ctr .iron span,
.nutrition-facts-ctr .vit-e span,
.nutrition-facts-ctr .thiamine span,
.nutrition-facts-ctr .magnesium span,
.nutrition-facts-ctr .zinc span {
  font-weight: 400;
}
.nutrition-facts-ctr .vit-c,
.nutrition-facts-ctr .iron,
.nutrition-facts-ctr .thiamine,
.nutrition-facts-ctr .zinc {
  text-align: right;
}
.nutrition-facts-ctr .dot-sep {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 6px;
  text-align: center;
}
.nutrition-facts-ctr .nutr-disclaimer {
  margin-top: 15px;
}
.nutrition-facts-ctr .nutr-disclaimer div {
  margin-bottom: 10px;
}
.nutrition-facts-ctr .nutr-disclaimer div:last-child {
  margin-bottom: 0;
}
.nutrition-facts-ctr .nutr-disclaimer .effective-date,
.nutrition-facts-ctr .nutr-disclaimer .last-change-date {
  font-size: 12px;
}
.my-v8-header img {
  max-width: 100%;
  height: auto;
}
.my-v8-content {
  margin-top: -150px;
  padding-bottom: 0;
}
@media (max-width: 1650px) {
  .my-v8-content {
    margin-top: -120px;
  }
}
@media (max-width: 1350px) {
  .my-v8-content {
    margin-top: -90px;
  }
}
@media (max-width: 991px) {
  .my-v8-content {
    margin-top: -60px;
  }
}
@media (max-width: 650px) {
  .my-v8-content {
    margin-top: -30px;
  }
}
.my-v8-content .content {
  text-align: center;
  margin-bottom: 30px;
}
.my-v8-content .content .entry-header .entry-title {
  font-weight: 600;
}
.my-v8-content .content .entry-content,
.my-v8-content .content .entry-content p {
  font-size: 18px;
  color: #57585d;
}
@media (max-width: 767px) {
  .my-v8-content .content .entry-content,
  .my-v8-content .content .entry-content p {
    font-size: 16px;
  }
}
.my-v8-content .content .v8-contest-step-ctr {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-v8-content .content .v8-contest-step-ctr .v8-contest-step {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .my-v8-content .content .v8-contest-step-ctr .v8-contest-step {
    float: left;
    width: 33.33333333%;
  }
}
.my-v8-content .content .v8-contest-step-ctr .v8-contest-step img {
  margin: 0 auto 1.5em auto!important;
}
@media (max-width: 767px) {
  .my-v8-content .content .v8-contest-step-ctr .v8-contest-step img {
    margin-bottom: 45px!important;
  }
}
.my-v8-content .content .sep {
  height: 32px;
  width: 100%;
  background: url(images/myv8menu/sep.jpg) top center no-repeat;
  margin-bottom: 30px;
}
.my-v8-content .content h2 {
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.2em;
}
@media (max-width: 990px) {
  .my-v8-content .content h2 {
    font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}
.my-v8-content #myV8form form {
  padding: 0 100px 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .my-v8-content #myV8form form {
    padding: 0 0 30px;
  }
}
.my-v8-content #myV8form form select {
  background-position: top -2px right 8px;
}
@media (max-width: 650px) {
  .my-v8-content #myV8form form .half div {
    width: 100%!important;
    margin: 0 !important;
  }
  .my-v8-content #myV8form form .half div:first-child {
    margin-bottom: 20px!important;
  }
}
.my-v8-content #myV8form form .half div#v8-city {
  width: calc(25% - 10px);
}
@media (max-width: 991px) {
  .my-v8-content #myV8form form .half div#v8-city {
    width: calc(50% - 10px);
    margin-right: 0!important;
  }
}
.my-v8-content #myV8form form .half div#v8-state,
.my-v8-content #myV8form form .half div#v8-zip {
  width: calc(12.5% - 10px);
}
@media (max-width: 991px) {
  .my-v8-content #myV8form form .half div#v8-state,
  .my-v8-content #myV8form form .half div#v8-zip {
    width: calc(25% - 15px);
    margin: 0 0 0 20px!important;
  }
}
@media (max-width: 650px) {
  .my-v8-content #myV8form form .half div#v8-state,
  .my-v8-content #myV8form form .half div#v8-zip {
    margin-left: 0!important;
  }
}
@media (max-width: 650px) {
  .my-v8-content #myV8form form .half div#v8-zip {
    margin-top: 20px!important;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .my-v8-content #myV8form form .half div#v8-hdyhau select {
    font-size: 20px!important;
  }
}
@media (max-width: 550px) {
  .my-v8-content #myV8form form .half div#v8-hdyhau select {
    font-size: 18px!important;
  }
}
@media (max-width: 440px) {
  .my-v8-content #myV8form form .half div#v8-hdyhau select {
    font-size: 16px!important;
  }
}
@media (max-width: 991px) {
  .my-v8-content #myV8form form .half div#v8-hdyhau,
  .my-v8-content #myV8form form .half div#v8-rep {
    width: 100%;
    margin: 20px 0 0 0!important;
  }
}
.my-v8-content #myV8form form .upload-hide {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.my-v8-content #myV8form form .filename-field {
  background: url(images/myv8menu/choose-file.png) 15px 3px no-repeat;
  padding-left: 160px;
}
@media (max-width: 650px) {
  .my-v8-content #myV8form form .filename-field {
    padding-left: 10px;
    background: #fff;
  }
}
.my-v8-content #myV8form form #recipe-fname,
.my-v8-content #myV8form form #recipe-image-fname,
.my-v8-content #myV8form form #recipe-file,
.my-v8-content #myV8form form #recipe-image {
  float: left;
}
.my-v8-content #myV8form form #recipe-fname,
.my-v8-content #myV8form form #recipe-image-fname {
  width: calc(100% - 160px);
  margin: 0 0;
}
@media (max-width: 485px) {
  .my-v8-content #myV8form form #recipe-fname,
  .my-v8-content #myV8form form #recipe-image-fname {
    width: 100%;
  }
}
.my-v8-content #myV8form form #recipe-file,
.my-v8-content #myV8form form #recipe-image {
  width: 160px;
  margin: 0;
  height: 44px;
  text-align: right;
}
@media (max-width: 485px) {
  .my-v8-content #myV8form form #recipe-file,
  .my-v8-content #myV8form form #recipe-image {
    text-align: left;
    width: 100%;
  }
  .my-v8-content #myV8form form #recipe-file label.error,
  .my-v8-content #myV8form form #recipe-image label.error {
    bottom: -10px !important;
  }
}
.my-v8-content #myV8form form #recipe-file label,
.my-v8-content #myV8form form #recipe-image label {
  margin: 0;
  line-height: auto;
}
.my-v8-content #myV8form form #recipe-file label.error,
.my-v8-content #myV8form form #recipe-image label.error {
  line-height: 14px;
  margin-top: 5px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.my-v8-content #myV8form form .file-types {
  padding-top: 5px;
  font-size: 12px;
}
.my-v8-content #myV8form form #terms-conditions {
  overflow: hidden;
  font-weight: 600;
}
.my-v8-content #myV8form form #terms-conditions label {
  position: relative;
  top: 15px;
  overflow: hidden;
}
.my-v8-content #myV8form form #terms-conditions label input {
  margin-right: 10px;
}
.my-v8-content #myV8form form .cta {
  background: #c01119;
  height: 34px;
  position: relative;
  padding: 0px 2px 0px 0px;
  border: 1px solid #c01119;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}
.my-v8-content #myV8form form .cta:hover {
  background: #fff;
  border-color: #c4960c;
}
.my-v8-content #myV8form form .cta:hover div {
  color: #c4960c!important;
  border-color: #c4960c;
  background-position: 114px -83px;
}
.my-v8-content #myV8form form .cta div {
  background: url(images/cta-arrow-sprite-39.png) 114px -5px no-repeat;
  height: 30px;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 19px 0px 15px;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
.my-v8-content #myV8form form .g-recaptcha {
  text-align: center;
}
.my-v8-content #myV8form form .g-recaptcha div {
  margin: 0 auto;
}
.my-v8-content #myV8form form #submit_button {
  float: none;
  margin: 0 auto;
}
.my-v8-content #myV8form form #submit_button.cta {
  padding: 0;
  height: 44px;
}
.my-v8-content #myV8form form #submit_button.cta:hover div {
  background-position: 180px -78px;
}
.my-v8-content #myV8form form #submit_button.cta div {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding: 0 24px 0 15px;
  background-position: 180px 0;
}
@media (max-width: 1140px) {
  .my-v8-content .pre_footer {
    padding-top: 60px;
  }
}
.my-v8-content .pre_footer .tips_large_cards {
  width: 100%;
}
.my-v8-content .pre_footer .tips_large_cards li {
  width: calc(50% - 15px);
}
@media (max-width: 600px) {
  .my-v8-content .pre_footer .tips_large_cards li {
    width: 100%;
  }
  .my-v8-content .pre_footer .tips_large_cards li:first-child,
  .my-v8-content .pre_footer .tips_large_cards li:last-child {
    margin-right: 0;
    margin-left: 0;
  }
}
.my-v8-content .pre_footer .tips_large_cards li:first-child {
  margin-right: 15px;
}
@media (min-width: 600px) {
  .my-v8-content .pre_footer .tips_large_cards li:last-child {
    margin-left: 15px;
  }
}
.my-v8-content .pre_footer .tips_large_cards li .image {
  width: calc(100% + 2px);
  display: block;
}
.my-v8-content .pre_footer .tips_large_cards li .content a.cta {
  margin-left: -77px;
}
.my-v8-content .pre_footer .tips_large_cards li .content a.cta div {
  font-size: 16px;
  font-weight: 500;
}
.my-v8-content .col-sm-4 {
  text-align: center;
}
.my-v8-content .col-sm-4 img {
  padding: 0 30px;
}
.my-v8-content hr {
  border-width: 3px;
}
.my-v8-content div.pre_footer ul.callouts {
  height: auto;
}
.my-v8-content div.pre_footer ul.callouts li {
  height: auto;
}
.my-v8-content div.pre_footer ul.callouts li .content {
  padding-bottom: 30px;
}
.my-v8-content div.pre_footer ul.callouts li .content img {
  width: 100%;
  height: auto;
  float: none;
  position: relative;
  margin: auto;
  left: unset;
  display: block;
  clear: both;
  border: 0px;
  padding: 3px;
  padding-bottom: 30px;
}
.my-v8-content div.pre_footer ul.callouts li .content p {
  margin: 0px auto 22px auto;
  padding: 0 30px;
  width: 100%;
}
#myV8form {
  position: relative;
}
#myV8form #loader {
  background-color: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
#myV8form #loader img {
  left: 50%;
  position: absolute;
  top: 50%;
}
#myV8form #loader.active {
  display: block !important;
}
#myV8form button:disabled {
  cursor: not-allowed !important;
}
/* inbound landing page */
.page-template-page-inbound-landing #main.inbound-landing-content {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 530px) {
  .page-template-page-inbound-landing #main.inbound-landing-content {
    padding: 60px 0 !important;
    margin-bottom: 0;
  }
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr,
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-ctr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr,
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-ctr {
    float: left;
    width: 50%;
  }
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr {
  color: #fff;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-title {
  color: #fff;
  font-size: 64px;
  line-height: 66px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 3px solid #c01119;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-title {
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-title {
    font-size: 42px;
    line-height: 44px;
  }
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-content p,
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-content ul {
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-content ul {
  margin-bottom: 25px;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-content sup {
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-left: 2px;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-content .sources {
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #cacbcc;
  list-style: none;
  margin-top: 25px;
  padding: 0;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-content-ctr .entry-content .sources sup {
  font-family: 'Hind', sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  padding: 0;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap {
  -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap {
    margin-top: 20px;
  }
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap form {
  padding: 0!important;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap form select {
  height: 44px;
  padding: 0 10px;
  line-height: 44px;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap form #prod_name {
  background: #eaeaea;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-upper {
  background: #c01119;
  padding: 5px 5px 0;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-upper header {
  border-top: 1px solid #d5d5d6;
  border-right: 1px solid #d5d5d6;
  border-left: 1px solid #d5d5d6;
  padding: 20px 45px;
  text-align: center;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-upper header h2.entry-title {
  color: #ffffff;
  font-family: 'Hind', sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0.06em;
  margin: 0;
}
@media (max-width: 1199px) {
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-upper header h2.entry-title {
    font-family: 'Hind', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-upper header h2.entry-title {
    font-family: 'Hind', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-upper header h2.entry-title {
    font-family: 'Hind', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
  }
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower {
  background: #ffffff;
  padding: 0 5px 5px;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .ib-form-lower-inner {
  border-bottom: 1px solid #d5d5d6;
  border-right: 1px solid #d5d5d6;
  border-left: 1px solid #d5d5d6;
  padding: 20px;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .captcha-ctr {
  text-align: center;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .captcha-ctr .g-recaptcha {
  display: inline-block;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .row.half.product-fields div {
    width: 100%;
    margin: 0;
  }
  .page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .row.half.product-fields div:first-child {
    margin-bottom: 20px;
  }
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .row .alert {
  float: none;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  color: #c01119;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .button-ctr {
  text-align: center;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .button-ctr .global-cta {
  cursor: pointer;
  margin: 0 auto;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .button-ctr .global-cta[disabled] {
  cursor: not-allowed;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .button-ctr .global-cta div {
  font-size: 22px;
  background: url(images/hero-cta-arrow-sprite.png) right 14px top -3px no-repeat;
}
.page-template-page-inbound-landing #main.inbound-landing-content .inbound-form-wrap .ib-form-lower .button-ctr .global-cta:hover div {
  background: url(images/hero-cta-arrow-sprite.png) right 14px top -57px no-repeat;
}
/* end -- inbound landing page */
/* pages that need love */
table#two-column {
  width: 100%;
  border-collapse: collapse;
}
table#two-column tr td {
  vertical-align: top;
  align: left;
  padding: 0px 0px 20px 0px;
}
table#two-column tr td:first-child {
  width: 50%;
  padding: 0px 40px 0px 0px;
}
table#two-column tr td:nth-child(2) {
  width: 50%;
}
table#four-column {
  width: 100%;
  border-collapse: collapse;
  padding-bottom: 20px;
  /* if only TH had been used */
}
table#four-column tr td {
  vertical-align: top;
  align: left;
  padding: 20px 0px 0px 0px;
}
table#four-column tr td h1,
table#four-column tr td h2,
table#four-column tr td h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
table#four-column tr td:first-child {
  width: 10%;
}
table#four-column tr td:nth-child(2),
table#four-column tr td:nth-child(3),
table#four-column tr td:nth-child(4) {
  width: 30%;
  padding-left: 20px;
}
table#four-column tr:first-child td {
  border-bottom: 1px solid #d5d5d6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* my pantry edit */
div.recipeRow .RecipeGroupFieldHeadings {
  background: #d5d5d6;
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0px 0px 0px;
  padding: 7px 0px 5px 0px;
  display: none !important;
}
div.recipeRow .RecipeGroupFieldHeadings .CostPerServing,
div.recipeRow .RecipeGroupFieldHeadings .SuggestedPrice {
  width: 75px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #57585d;
  text-align: center;
}
div.recipeRow .RecipeGroupFieldHeadings .CostPerServing {
  margin-left: 56.2%;
}
div.recipeRow:nth-child(1) .RecipeGroupFieldHeadings {
  display: block !important;
}
div.mobile_title_only {
  display: none;
}
.profits {
  height: auto;
}
.profits .default,
.profits .calculated {
  padding-top: 20px;
  min-height: 20px;
  line-height: 18px !important;
  overflow: hidden;
}
@media (max-width: 1199px) {
  div.recipeRow .RecipeGroupFieldHeadings .CostPerServing {
    margin-left: 64%;
  }
}
@media (max-width: 991px) {
  div.recipeRow .RecipeGroupFieldHeadings .CostPerServing {
    margin-left: 61%;
  }
}
@media (max-width: 767px) {
  div.recipeRow .RecipeGroupFieldHeadings .CostPerServing {
    margin-left: 63%;
  }
}
@media (max-width: 650px) {
  div.recipeRow .RecipeGroupFieldHeadings .CostPerServing {
    margin-left: 69%;
  }
}
@media (max-width: 600px) {
  div.recipeRow .RecipeGroupFieldHeadings {
    display: none;
  }
  div.mobile_title_only {
    display: block !important;
  }
  .profits {
    width: 100% !important;
  }
  .profits .default,
  .profits .calculated {
    width: 100% !important;
    padding-top: 0px;
    padding-bottom: 10px;
    min-height: 20px;
    line-height: 18px !important;
    overflow: hidden;
    margin-right: 10px !important;
  }
  .profits .calculated {
    margin-left: 10px !important;
    text-indent: 10px !important;
  }
}
.note .form-control {
  -moz-appearance: none;
  border: 1px solid #d5d5d6;
  color: #57585d;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 30px;
  outline: medium none;
  padding: 7px 10px 5px;
  width: 100%;
}
/* chili regionalization */
#chili_regionalization_page {
  box-sizing: content-box !important;
}
#chili_regionalization_page #chili_regionalization {
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  display: block;
  border-top: 1px solid #d5d5d6;
  /* chili_regionalization */
}
#chili_regionalization_page #chili_regionalization div.pagecontent {
  width: 80%;
  margin: 0px auto 0px auto;
  display: block;
  text-align: center;
}
#chili_regionalization_page #chili_regionalization div.pagecontent.wide {
  width: 100%;
}
#chili_regionalization_page #chili_regionalization div.pagecontent h2 {
  width: 100%;
  float: left;
  position: relative;
  margin: 55px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  display: block;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #c01119;
  text-transform: uppercase;
}
#chili_regionalization_page #chili_regionalization div.pagecontent h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 47px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  display: block;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #c4960c;
  text-transform: uppercase;
}
#chili_regionalization_page #chili_regionalization div.pagecontent p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  display: block;
}
#chili_regionalization_page #chili_regionalization div.pagecontent h4 {
  background-image: url(images/brands/brands-cards-products-icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #57585d;
  text-align: left;
  text-indent: 60px;
  line-height: 100px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel {
  box-sizing: content-box !important;
  background: #000 url(images/chili-regionalizer/chili-wheel-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  float: left;
  position: relative;
  margin: 53px 0px 13px 0px;
  padding: 30px 0px 45px 0px;
  display: block;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .stars {
  background: url(images/chili-regionalizer/stars.png) center top no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 0;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .stars.bottom {
  top: auto;
  bottom: 20px;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container {
  background: url(images/chili-regionalizer/wheel.png) center center no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
  height: 616px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  z-index: 1;
  /* wheel_container */
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .chili {
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  width: 320px;
  height: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -160px;
  z-index: 10;
  display: none;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .chili.current {
  display: block;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .chili.midwestern {
  background-image: url(images/chili-regionalizer/chili-nobean.png);
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .chili.southern {
  background-image: url(images/chili-regionalizer/chili-southwest.png);
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .chili.northern {
  background-image: url(images/chili-regionalizer/chili-heartybeef.png);
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .chili.western {
  background-image: url(images/chili-regionalizer/chili-con-carne.png);
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .chili .banner {
  background: url(images/chili-regionalizer/banner-chili.png) center center no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 268px;
  height: 53px;
  position: absolute;
  left: 50%;
  margin-left: -134px;
  bottom: 60px;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .chili .banner h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-tranform: uppercase;
  color: #000000;
  font-family: 'NEXA', sans-serif;
  font-size: 11px;
  line-height: 8px;
  font-weight: bold;
  text-align: center;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .chili .banner h4 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  color: #000000;
  font-family: "Sanchez", serif;
  font-size: 15px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight {
  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;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  -ms-transform: scale(0.5, 0.5);
  /* IE 9 */
  -webkit-transform: scale(0.5, 0.5);
  /* Safari */
  transform: scale(0.5, 0.5);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  /* highlight */
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight.current {
  opacity: 1;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight .icon {
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  width: 174px;
  height: 160px;
  float: left;
  position: relative;
  margin: 0px 0px 21px -87px;
  padding: 0px 0px 0px 0px;
  display: block;
  left: 50%;
  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;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight h2 {
  color: #2b2c2e;
  text-transform: uppercase;
  font-family: 'NEXA', sans-serif;
  font-size: 20px;
  line-height: 14px;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_western {
  background-image: url(images/chili-regionalizer/highlight-right.png);
  width: 378px;
  height: 502px;
  right: -35px;
  top: 60px;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_western .icon {
  background-image: url(images/chili-regionalizer/cactus-large.png);
  margin-top: 37%;
  left: 63%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_western h2 {
  left: 13%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight.small#highlight_western {
  right: 160px;
  opacity: 0;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_northern {
  background-image: url(images/chili-regionalizer/highlight-left.png);
  width: 378px;
  height: 502px;
  left: -30px;
  top: 60px;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_northern .icon {
  background-image: url(images/chili-regionalizer/shooting-star-large.png);
  margin-top: 37%;
  left: 37%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_northern h2 {
  left: -13%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_midwestern {
  background-image: url(images/chili-regionalizer/highlight-top.png);
  width: 503px;
  height: 378px;
  left: 11%;
  top: -6%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_midwestern .icon {
  background-image: url(images/chili-regionalizer/wheat-large.png);
  margin-top: 5%;
  left: 50%;
  margin-bottom: -8px;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_southern {
  background-image: url(images/chili-regionalizer/highlight-bottom.png);
  width: 503px;
  height: 378px;
  left: 11%;
  bottom: -9%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container .highlight#highlight_southern .icon {
  background-image: url(images/chili-regionalizer/sun-large.png);
  margin-top: 25%;
  left: 50%;
  margin-bottom: -8px;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
  list-style-position: outside;
  /* wheel */
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li {
  width: 50%;
  height: 30%;
  position: absolute;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  cursor: pointer;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li .icon {
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  width: 77px;
  height: 70px;
  float: left;
  position: relative;
  margin: 0px 0px 10px -39px;
  padding: 0px 0px 0px 0px;
  display: block;
  left: 50%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'NEXA', sans-serif;
  font-size: 18px;
  line-height: 14px;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  -webkit-transition: font 0.3s ease;
  -moz-transition: font 0.3s ease;
  -o-transition: font 0.3s ease;
  -ms-transition: font 0.3s ease;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li:hover h2 {
  color: #c4960c;
  font-size: 19px;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li:hover .icon {
  background-position: center bottom;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li#wheel_midwestern {
  left: 50%;
  top: 4%;
  margin-left: -25%;
  z-index: 1;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li#wheel_midwestern .icon {
  background-image: url(images/chili-regionalizer/wheat.png);
  margin-top: 9%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li#wheel_western {
  right: -7%;
  top: 45%;
  margin-top: -25%;
  z-index: 0;
  height: 60%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li#wheel_western .icon {
  background-image: url(images/chili-regionalizer/cactus.png);
  margin-top: 46%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li#wheel_southern {
  bottom: 6%;
  left: 50%;
  margin-left: -25%;
  z-index: 1;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li#wheel_southern .icon {
  background-image: url(images/chili-regionalizer/sun.png);
  margin-top: 22%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li#wheel_northern {
  top: 46%;
  left: -7%;
  margin-top: -25%;
  z-index: 0;
  height: 60%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel #wheel_container ul#wheel li#wheel_northern .icon {
  background-image: url(images/chili-regionalizer/shooting-star.png);
  margin-top: 44%;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .logo {
  background: url(images/chili-regionalizer/chili-regionalizer-logo.png) center center no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 229px;
  height: 189px;
  float: left;
  position: relative;
  margin: 50px 0px 0px -115px;
  padding: 0px 0px 0px 0px;
  left: 25%;
  z-index: 1;
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
  transform: scale(1.2, 1.2);
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .logo.desktop {
  display: block;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .logo.mobile {
  display: none;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content {
  width: calc(50% - 80px);
  height: 225px;
  float: left;
  position: relative;
  margin: 30px 0px 0px 40px;
  padding: 0px 0px 0px 0px;
  z-index: 1;
  display: none;
  /* content */
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content#instructions {
  display: block;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content.current {
  /* display: block;	 */
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content div.title {
  width: auto;
  height: 32px;
  margin: -26px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: table;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content div.title h1 {
  font-family: 'NEXA', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  margin: 0px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
  display: block;
  float: left;
  position: relative;
  height: 32px;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content div.title div.star {
  background: url(images/chili-regionalizer/star.png) center center no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 26px;
  height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  float: left;
  position: relative;
}
@-webkit-keyframes star-twinkle {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: .8;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: .8;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes star-twinkle-alt {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: .7;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content ul {
  width: calc(100% - 50px);
  float: left;
  position: relative;
  margin: 30px 0px 10px 20px;
  padding: 30px 25px 0px 25px;
  display: block;
  list-style-type: none;
  list-style-position: outside;
  border-top: 2px solid #c01119;
  clear: both !important;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content ul li {
  background: url(images/chili-regionalizer/banner.png) center top no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: calc(50% - 10px);
  height: 38px;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Sanchez', serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.75);
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content ul li:nth-child(even) {
  margin-left: 20px;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content ul li:hover,
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content ul li.current {
  background-position: center bottom;
  color: #000000;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content p.description {
  width: calc(100% - 50px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 20px;
  padding: 0px 25px 0px 25px;
  display: none;
  color: #ffffff;
  font-family: 'Sanchez', serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
#chili_regionalization_page #chili_regionalization #chili_regionalizer_wheel .content p.description.current {
  display: block;
}
#chili_regionalization_page ul.card-holder-modified {
  background-position: center top !important;
  margin-top: 0px !important;
}
#chili_regionalization_page main {
  padding-bottom: 0px !important;
}
#chili_regionalization_page div.chili_wheel_cards {
  padding-top: 40px !important;
}
#chili_regionalization_page ul.callouts li {
  float: none;
  margin: 0 auto;
  overflow: auto;
}
@media (max-width: 1300px) and (min-width: 1130px) {
  #chili_regionalization {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
    left: 0% !important;
    /* regionalizer */
  }
  #chili_regionalization .content {
    width: calc(50% - 40px);
    margin: 30px 0px 0px 20px;
    /* content */
  }
  #chili_regionalization .content div.title h1 {
    font-size: 34px !important;
  }
  #chili_regionalization .content ul {
    width: 100% !important;
    margin: 30px 0px 10px 0px;
    padding: 30px 0px 0px 0px !important;
  }
  #chili_regionalization .content ul li {
    height: 43px;
    font-size: 16px;
    line-height: 43px;
  }
  #chili_regionalization .content p.description {
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 22px;
    line-height: 28px;
  }
  #chili_regionalization #wheel_container {
    height: 585px !important;
    -ms-transform: scale(0.95, 0.95);
    /* IE 9 */
    -webkit-transform: scale(0.95, 0.95);
    /* Safari */
    transform: scale(0.95, 0.95);
    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;
  }
  #chili_regionalization .highlight {
    /* highlight */
  }
  #chili_regionalization .highlight#highlight_western {
    top: 8% !important;
    right: -7% !important;
  }
  #chili_regionalization .highlight#highlight_northern {
    top: 8% !important;
    left: -6% !important;
  }
  #chili_regionalization .highlight#highlight_midwestern {
    left: 10% !important;
    top: -10% !important;
  }
  #chili_regionalization .highlight#highlight_southern {
    left: 10% !important;
    bottom: -13% !important;
  }
  /* 1300 */
}
@media (max-width: 1200px) and (min-width: 1130px) {
  #chili_regionalization {
    /* regionalizer */
  }
  #chili_regionalization .logo {
    width: 180px !important;
    height: 149px !important;
    margin: 30px 100px 0px -11% !important;
    left: 25% !important;
    clear: right !important;
  }
  #chili_regionalization .content {
    width: 500px !important;
    margin-left: 0px !important;
    /* content */
  }
  #chili_regionalization .content div.title h1 {
    font-size: 30px !important;
  }
  #chili_regionalization .content ul li {
    height: 40px !important;
    font-size: 14px  !important;
    line-height: 40px  !important;
  }
  #chili_regionalization .content p.description {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #chili_regionalization #wheel_container {
    height: 523px !important;
    -ms-transform: scale(0.85, 0.85);
    /* IE 9 */
    -webkit-transform: scale(0.85, 0.85);
    /* Safari */
    transform: scale(0.85, 0.85);
  }
  #chili_regionalization #wheel_midwestern .icon {
    margin-top: 2% !important;
  }
  #chili_regionalization #wheel_southern .icon {
    margin-top: 23% !important;
  }
  #chili_regionalization .highlight {
    /* highlight */
  }
  #chili_regionalization .highlight#highlight_western {
    top: 6% !important;
    right: -11% !important;
  }
  #chili_regionalization .highlight#highlight_northern {
    top: 6% !important;
    left: -10% !important;
  }
  #chili_regionalization .highlight#highlight_midwestern {
    left: 5% !important;
    top: -15% !important;
  }
  #chili_regionalization .highlight#highlight_southern {
    left: 5% !important;
    bottom: -18% !important;
  }
  /* 1200 */
}
@media (max-width: 1130px) {
  #chili_regionalization .stars {
    top: 10px !important;
  }
  #chili_regionalization .stars.bottom {
    top: auto !important;
    bottom: 10px !important;
  }
  #chili_regionalization #wheel_container {
    width: 640px !important;
    height: 616px;
    left: 50% !important;
    clear: both !important;
    margin: -80px 0px 0px -320px !important;
    -ms-transform: scale(0.8, 0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8, 0.8);
    /* Safari */
    transform: scale(0.8, 0.8);
    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;
  }
  #chili_regionalization .logo {
    width: 180px !important;
    height: 149px !important;
    margin: 20px 0px 20px -90px !important;
    left: 50% !important;
    clear: both !important;
  }
  #chili_regionalization .logo.desktop {
    display: none !important;
  }
  #chili_regionalization .logo.mobile {
    display: block !important;
  }
  #chili_regionalization div.content {
    -ms-transform: scale(0.8, 0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8, 0.8);
    /* Safari */
    transform: scale(0.8, 0.8);
    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;
    width: 640px !important;
    left: 50% !important;
    margin: -60px 0px 60px -320px !important;
    clear: both !important;
  }
  /* 1130 */
}
@media (max-width: 780px) {
  #chili_regionalization_page {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0px !important;
    height: 1600px !important;
  }
  #chili_regionalization_page #chili_regionalizer_wheel {
    overflow-x: hidden !important;
  }
  #chili_regionalization_page .logo {
    margin: -10px 0px 0px -90px !important;
    -ms-transform: scale(0.75, 0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75, 0.75);
    /* Safari */
    transform: scale(0.75, 0.75);
    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;
  }
  #chili_regionalization_page .stars {
    width: 150% !important;
    left: -25% !important;
    -ms-transform: scale(0.7, 0.7);
    /* IE 9 */
    -webkit-transform: scale(0.7, 0.7);
    /* Safari */
    transform: scale(0.7, 0.7);
    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;
    top: 10px !important;
  }
  #chili_regionalization_page .stars.bottom {
    top: auto !important;
    bottom: 10px !important;
  }
  #chili_regionalization_page #wheel_container {
    -ms-transform: scale(0.7, 0.7);
    /* IE 9 */
    -webkit-transform: scale(0.7, 0.7);
    /* Safari */
    transform: scale(0.7, 0.7);
    margin-top: -120px !important;
  }
  #chili_regionalization_page #chili_regionalizer_wheel div.content {
    -ms-transform: scale(0.8, 0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8, 0.8);
    /* Safari */
    transform: scale(0.8, 0.8);
    width: 640px !important;
    left: 50% !important;
    margin: -80px 0px 60px -320px !important;
    clear: both !important;
  }
  /* 780 */
}
@media (max-width: 600px) {
  #chili_regionalization #chili_regionalizer_wheel {
    height: 940px !important;
  }
  #chili_regionalization .logo {
    margin: -10px 0px 0px -90px !important;
    -ms-transform: scale(0.75, 0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75, 0.75);
    /* Safari */
    transform: scale(0.75, 0.75);
    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;
  }
  #chili_regionalization .stars {
    width: 150% !important;
    left: -25% !important;
    -ms-transform: scale(0.7, 0.7);
    /* IE 9 */
    -webkit-transform: scale(0.7, 0.7);
    /* Safari */
    transform: scale(0.7, 0.7);
    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;
    top: 10px !important;
  }
  #chili_regionalization .stars.bottom {
    top: auto !important;
    bottom: 10px !important;
  }
  #chili_regionalization #wheel_container {
    -ms-transform: scale(0.7, 0.7);
    /* IE 9 */
    -webkit-transform: scale(0.7, 0.7);
    /* Safari */
    transform: scale(0.7, 0.7);
    margin-top: -120px !important;
  }
  #chili_regionalization .banner {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
    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;
  }
  #chili_regionalization .content {
    width: calc(50% - 40px) !important;
    margin: 30px 0px 0px 20px !important;
    /* content */
  }
  #chili_regionalization .content.current {
    /* display: block;	 */
  }
  #chili_regionalization .content div.title {
    width: auto;
    height: 32px;
    margin: -26px auto 0px auto;
    padding: 0px 0px 0px 0px;
    display: table;
  }
  #chili_regionalization .content div.title h1 {
    font-size: 36px !important;
  }
  #chili_regionalization .content ul {
    width: 280px !important;
    float: left;
    position: relative;
    margin: 30px 0px 10px -140px !important;
    padding: 30px 0px 0px 0px !important;
    left: 50% !important;
    display: block;
    list-style-type: none;
    list-style-position: outside;
    border-top: 2px solid #c01119;
  }
  #chili_regionalization .content ul li {
    width: 246px !important;
    margin: 0px 0px 20px -123px !important;
    padding: 0px 0px 0px 0px;
    clear: both !important;
    left: 50% !important;
  }
  #chili_regionalization .content ul li:nth-child(even) {
    margin-left: -123px !important;
  }
  #chili_regionalization .content p.description {
    width: 320px !important;
    margin: -10px 0px 0px -160px !important;
    padding: 0px 0px 0px 0px !important;
    float: left !important;
    clear: both !important;
    left: 50% !important;
  }
  /* 535 */
}
@media (max-width: 460px) {
  #chili_regionalization #chili_regionalizer_wheel {
    height: 880px !important;
  }
  #chili_regionalization #wheel_container {
    -ms-transform: scale(0.6, 0.6);
    /* IE 9 */
    -webkit-transform: scale(0.6, 0.6);
    /* Safari */
    transform: scale(0.6, 0.6);
    margin-top: -140px !important;
    margin-bottom: -40px !important;
  }
  #chili_regionalization .banner {
    -ms-transform: scale(1.3, 1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3, 1.3);
    /* Safari */
    transform: scale(1.3, 1.3);
    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;
  }
  #chili_regionalization .content {
    width: calc(50% - 40px) !important;
    margin: 30px 0px 0px 20px !important;
  }
  #chili_regionalization .content.current {
    /* display: block;	 */
  }
  #chili_regionalization .content div.title {
    width: auto;
    height: 32px;
    margin: -26px auto 0px auto;
    padding: 0px 0px 0px 0px;
    display: table;
  }
  #chili_regionalization .content div.title h1 {
    font-size: 32px !important;
  }
  /* 460 */
}
@media (max-width: 390px) {
  #chili_regionalization #chili_regionalizer_wheel {
    height: 840px !important;
  }
  #chili_regionalization #wheel_container {
    -ms-transform: scale(0.55, 0.55);
    /* IE 9 */
    -webkit-transform: scale(0.55, 0.55);
    /* Safari */
    transform: scale(0.55, 0.55);
    margin-top: -160px !important;
    margin-bottom: -60px !important;
  }
  #chili_regionalization .content {
    width: calc(50% - 40px) !important;
    margin: 30px 0px 0px 20px !important;
  }
  #chili_regionalization .content.current {
    /* display: block;	 */
  }
  #chili_regionalization .content div.title h1 {
    font-size: 26px !important;
  }
  /* 390 */
}
ul#flavor-complexity-chart {
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 26px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  /* */
}
ul#flavor-complexity-chart li {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
ul#flavor-complexity-chart li img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  display: block;
}
img.flavor_complexity {
  width: 100% !important;
  max-width: 901px !important;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px -450px !important;
  left: 50% !important;
  display: block;
}
ul#scratch_cards {
  width: 100%;
  float: left;
  position: relative;
  margin: 60px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  list-style-position: outside;
  list-style-type: none;
  /* */
}
ul#scratch_cards li.scratch_card {
  width: calc(50% - 22px);
  max-width: 620px;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d5d5d6;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
ul#scratch_cards li.scratch_card a.cta {
  background: #c01119;
  width: auto;
  height: 44px;
  float: left;
  position: relative;
  margin: -80px 0px 20px 0px;
  padding: 0px 0px 1px 0px;
  border: 1px solid #c01119;
  display: block;
  white-space: nowrap;
}
ul#scratch_cards li.scratch_card a.cta div {
  background: url(images/hero-cta-arrow-sprite.png) right 15px top -6px no-repeat;
  width: calc(100% - 2px);
  height: 40px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 38px 0px 18px;
  display: block;
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
}
ul#scratch_cards li.scratch_card a.cta:hover {
  background: #ffffff;
  border: 1px solid #c4960c;
  /* campbells-gold*/
}
ul#scratch_cards li.scratch_card a.cta:hover div {
  background-position: right 15px bottom -6px !important;
  color: #c4960c;
  border: 1px solid #c4960c;
}
ul#scratch_cards li.scratch_card .scratch_card_content {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  float: left;
  position: relative;
  margin: 2px 2px 2px 2px;
  padding: 0px 0px 90px 0px;
  display: block;
  border: 1px solid #d5d5d6;
}
ul#scratch_cards li.scratch_card .scratch_card_content img {
  width: calc(100% + 6px);
  max-width: none;
  height: auto;
  float: left;
  margin: -3px -3px 30px -3px !important;
  padding: 0px 0px 0px 0px;
  display: block;
}
ul#scratch_cards li.scratch_card .scratch_card_content ul {
  width: 70%;
  float: left;
  position: relative;
  margin: -10px 15% 30px 15%;
  padding: 0px 0px 0px 0px;
  list-style-position: outside;
  list-style-type: none;
  display: block;
}
ul#scratch_cards li.scratch_card .scratch_card_content ul li {
  width: calc(100% - 20px);
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px !important;
  padding: 0px 0px 0px 20px !important;
  clear: both;
  display: block;
  font-size: 16px;
  line-height: 18px !important;
  text-align: left !important;
}
ul#scratch_cards li.scratch_card .scratch_card_content ul li::before {
  content: "\002022";
  color: #c01119;
  margin-left: -20px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  ul#scratch_cards {
    flex-direction: column;
    align-items: center;
  }
  ul#scratch_cards li.scratch_card {
    width: calc(100% - 4px);
    margin: 0px 0px 20px 0px;
    display: block;
  }
  ul#scratch_cards li.scratch_card a.cta {
    margin: -90px 0px 20px -167px;
    left: 50%;
  }
  img.flavor_complexity {
    margin: 0px 0px 0px 0px !important;
    left: 0% !important;
  }
}
@media (max-width: 410px) {
  ul#scratch_cards li.scratch_card a.cta {
    margin: -90px 0px 20px -133px;
    height: 34px;
  }
  ul#scratch_cards li.scratch_card a.cta div {
    background: url(images/hero-cta-arrow-sprite.png) right 15px top -11px no-repeat !important;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  ul#scratch_cards li.scratch_card a.cta:hover div {
    background-position: right 15px bottom -11px !important;
  }
}
.boombox {
  margin-top: 20px;
}
.boombox img {
  width: 100%;
}
@media (max-width: 768px) {
  .boombox img {
    width: auto;
  }
}
.rec-title {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 20px;
}
.pantry-options span {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #c01119 !important;
  letter-spacing: 2px;
  margin-left: 10px;
}
#menu_row_name .form-control {
  border: 1px solid #d5d5d6;
  font-weight: 300;
  height: 40px;
  padding-left: 7px;
}
.recipe-new-container {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}
.recipe-new-container .new-icon {
  font-size: 16px;
}
.new-icon {
  background-color: #c4960c;
  display: inline-block;
  margin: auto 12px;
  padding: 0 !important;
}
.new-icon span {
  background-color: #c01119;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 10px;
  margin: 2px;
  padding: 8px 6px 6px;
  text-transform: uppercase;
}
.results .entry-content #search-details article .search-new {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.results .entry-content #search-details article .search-new .new-icon {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.search-new {
  width: 8%;
}
@media (max-width: 768px) {
  .search-new {
    text-align: center;
    width: 90%;
  }
  .search-new .new-icon {
    float: none !important;
  }
}
.search-new .new-icon {
  margin-top: 25px;
  margin-left: 12px;
  margin-right: 0;
}
@media (max-width: 992px) {
  .search-new .new-icon {
    margin-top: 10px;
  }
}
.search-fav .addToMenu {
  position: absolute;
}
@media (max-width: 768px) {
  .search-fav {
    width: 25% !important;
  }
}
.pantry-open-pantry-btn {
  background-color: #c4960c;
  color: #ffffff !important;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 10px;
  text-transform: uppercase;
}
.pantry-open-pantry-btn:hover {
  color: #e6e6e6 !important;
  text-decoration: none;
}
#main .ajaxloading {
  padding: 16px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0.8;
  display: block;
  bottom: 0;
  right: 0;
  background-position: center;
}
#main .ajaxloading .bloading {
  background-image: url('images/campbells-preloader.gif');
  width: 100%;
  height: 100%;
  background-position: center 10%;
  margin: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.myv8menu-terms-and-conditions .cat-icon {
  display: none !important;
}
.page-template-page-our-story {
  background-image: url('images/our-story/our-story-bg.jpg');
}
.page-template-page-our-story .our-story-header img {
  width: 100%;
}
@media (max-width: 768px) {
  .page-template-page-our-story .our-story-header {
    padding-bottom: 30px;
  }
}
.page-template-page-our-story .our-story-content {
  padding-bottom: 0;
}
.page-template-page-our-story .our-story-content .cta {
  background: #c01119;
  height: 34px;
  position: relative;
  padding: 0;
  border: 1px solid #c01119;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  text-decoration: none !important;
}
.page-template-page-our-story .our-story-content .cta:hover {
  background: #fff;
  border-color: #c4960c;
}
.page-template-page-our-story .our-story-content .cta:hover div {
  color: #c4960c!important;
  border-color: #c4960c;
  background-position: 114px -83px;
}
.page-template-page-our-story .our-story-content .cta div {
  background: url(images/cta-arrow-sprite-39.png) 114px -5px no-repeat;
  height: 30px;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 19px 0px 15px;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}
.page-template-page-our-story .made-to-serve {
  background-image: url('images/our-story/ingredients.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 100px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .page-template-page-our-story .made-to-serve .mts-content {
    text-align: center;
    padding: 30px 15px !important;
  }
}
.page-template-page-our-story .made-to-serve .video-container {
  background-image: url('images/our-story/os-texture.jpg');
  box-shadow: -2px 7px 14.85px 0.15px rgba(25, 25, 25, 0.35);
  padding: 30px;
}
.page-template-page-our-story .made-to-serve .video-container.show-video {
  padding: 30px;
  padding-bottom: 22px;
}
.page-template-page-our-story .made-to-serve .video-container iframe {
  max-width: 100%;
  width: 100%;
}
.page-template-page-our-story .made-to-serve .video-container .made-video-placeholder {
  cursor: pointer;
}
.page-template-page-our-story .made-to-serve .mts-content {
  padding: 0 30px;
}
.page-template-page-our-story .crafted {
  background-image: url('images/our-story/os-crafted.jpg');
  background-repeat: repeat-y;
  background-size: 100%;
  box-shadow: 0px 0px 23.5px 1.5px rgba(25, 25, 25, 0.15);
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .page-template-page-our-story .crafted {
    padding-top: 0;
  }
}
.page-template-page-our-story .crafted .crafted-ct-mobile {
  margin-top: -40px;
}
.page-template-page-our-story .crafted .crafted-ct-mobile img {
  width: 100%;
}
.page-template-page-our-story .crafted .crafted-ct {
  position: unset;
}
.page-template-page-our-story .crafted .crafted-ct .img-container {
  background-repeat: no-repeat;
  bottom: -100px;
  position: absolute;
  top: -100px;
}
@media (max-width: 768px) {
  .page-template-page-our-story .crafted .crafted-ct .img-container {
    top: 0;
  }
}
.page-template-page-our-story .crafted .cc-left .img-container {
  background-position: right;
  left: 0;
  width: 22%;
}
.page-template-page-our-story .crafted .cc-right .img-container {
  background-position: left;
  right: 0;
  width: 33.3333%;
}
.page-template-page-our-story .partnership {
  background-image: url('images/our-story/os-partnership-mobile.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .page-template-page-our-story .partnership {
    background-image: url('images/our-story/os-partnership.png');
  }
}
@media (max-width: 768px) {
  .page-template-page-our-story .partnership img {
    margin: auto !important;
  }
}
.page-template-page-our-story .os-brands {
  background-image: url('images/our-story/os-brands.jpg');
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  box-shadow: 0px 0px 23.5px 1.5px rgba(25, 25, 25, 0.15);
  padding-bottom: 50px;
  padding-top: 100px;
}
.page-template-page-our-story .os-brands .div-img img {
  margin: auto;
}
.page-template-page-our-story .os-brands #os-brands {
  list-style-type: none;
  padding-left: 0;
}
.page-template-page-our-story .os-brands #os-brands li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-template-page-our-story .os-brands #os-brands li {
    float: left;
    width: 12.5%;
  }
}
@media (max-width: 768px) {
  .page-template-page-our-story .os-brands #os-brands li {
    float: left;
    margin-bottom: 45px;
    width: 50%;
  }
}
.page-template-page-our-story .os-brands #os-brands li img {
  max-width: 100%;
}
.page-template-page-our-story .os-brands .entry-content {
  padding-bottom: 30px;
}
.page-template-page-our-story .entry-title {
  font-weight: bold;
  margin-top: 0;
}
/* Made to serve Pledge */
#made-to-serve-pledge-landing {
  min-height: 10% !important;
  background-attachment: fixed;
  background-image: url(images/made-to-serve-pledge/mts-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #made-to-serve-pledge-landing.iphone:after {
    content: "";
    position: fixed;
    /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh;
    /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1;
    /* needed to keep in the background */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  #made-to-serve-pledge-landing {
    background-size: cover;
  }
}
#made-to-serve-pledge-landing img {
  max-width: 100% !important;
}
#made-to-serve-pledge-landing #mts-container #mts-header {
  padding-top: 15px;
}
#made-to-serve-pledge-landing #mts-container #mts-header .logo {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#made-to-serve-pledge-landing #mts-container #mts-header .tag {
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
#made-to-serve-pledge-landing #card {
  margin-bottom: 50px;
}
#made-to-serve-pledge-landing #card .front.off,
#made-to-serve-pledge-landing #card .back.off {
  opacity: 0;
}
#made-to-serve-pledge-landing .cta {
  background: #c01119;
  height: 34px;
  position: relative;
  padding: 0px 2px 0px 0px;
  border: 1px solid #c01119;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}
#made-to-serve-pledge-landing .cta:hover {
  background: #ffffff;
  border-color: #c4960c;
}
#made-to-serve-pledge-landing .cta:hover div {
  color: #c4960c!important;
  border-color: #c4960c;
  background-position: 114px -83px;
}
#made-to-serve-pledge-landing .cta.workplace-share div {
  background-position: 230px 0;
}
#made-to-serve-pledge-landing .cta.workplace-share:hover div {
  background-position: 230px -78px !important;
}
#made-to-serve-pledge-landing .cta div {
  background: url(images/cta-arrow-sprite-39.png) 114px -5px no-repeat;
  background-position: 180px 0;
  height: 40px;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0 40px 0 15px;
  border: 1px solid #ffffff;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
}
#made-to-serve-pledge-landing label.error {
  color: red;
  font-size: 12px;
}
#made-to-serve-pledge-landing #overlay_submit_button,
#made-to-serve-pledge-landing #submit_button {
  float: none;
}
#made-to-serve-pledge-landing #overlay_submit_button.cta,
#made-to-serve-pledge-landing #submit_button.cta {
  padding: 0;
  height: 44px;
  text-decoration: none;
}
#made-to-serve-pledge-landing #overlay_submit_button.cta:hover div,
#made-to-serve-pledge-landing #submit_button.cta:hover div {
  background-position: 180px -78px;
}
#made-to-serve-pledge-landing #frmMadeToServePledgeEdit {
  display: none;
}
#made-to-serve-pledge-landing #mts-form-container {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(images/made-to-serve-pledge/mts-form-bg.jpg);
  box-shadow: 0px 5px 25px 0px rgba(25, 25, 25, 0.65);
  padding: 30px;
  padding-top: 45px;
  position: relative;
  /* Pledge Share View */
}
@media (min-width: 992px) {
  #made-to-serve-pledge-landing #mts-form-container {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  #made-to-serve-pledge-landing #mts-form-container {
    margin-left: 12.5%;
  }
}
@media (max-width: 768px) {
  #made-to-serve-pledge-landing #mts-form-container {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#made-to-serve-pledge-landing #mts-form-container .form-left,
#made-to-serve-pledge-landing #mts-form-container .form-right {
  padding-left: 15px;
  padding-right: 15px;
}
#made-to-serve-pledge-landing #mts-form-container .form-left {
  text-align: center;
}
#made-to-serve-pledge-landing #mts-form-container .form-left img {
  margin-bottom: 30px;
  margin-top: 0;
}
#made-to-serve-pledge-landing #mts-form-container .form-left p {
  color: #57585d;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #made-to-serve-pledge-landing #mts-form-container .form-left p {
    font-size: 13px;
  }
}
#made-to-serve-pledge-landing #mts-form-container .form-right.single-pledge {
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
#made-to-serve-pledge-landing #mts-form-container .pick-image-text {
  color: #c4960c;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 900;
}
#made-to-serve-pledge-landing #mts-form-container input.form-control {
  font-family: 'Yellowtail', cursive;
  font-size: 18px;
  height: 40px;
}
#made-to-serve-pledge-landing #mts-form-container input.form-control::-webkit-input-placeholder {
  color: #abacae;
  font-family: 'Roboto Slab', serif;
}
#made-to-serve-pledge-landing #mts-form-container input.form-control:-moz-placeholder {
  color: #abacae;
  font-family: 'Roboto Slab', serif;
}
#made-to-serve-pledge-landing #mts-form-container input.form-control::-moz-placeholder {
  color: #abacae;
  font-family: 'Roboto Slab', serif;
}
#made-to-serve-pledge-landing #mts-form-container input.form-control:-ms-input-placeholder {
  color: #abacae;
  font-family: 'Roboto Slab', serif;
}
#made-to-serve-pledge-landing #mts-form-container input.form-control:placeholder-shown {
  color: #abacae;
  font-family: 'Roboto Slab', serif;
}
#made-to-serve-pledge-landing #mts-form-container textarea.form-control {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0;
  outline: 0 !important;
}
@media (max-width: 768px) {
  #made-to-serve-pledge-landing #mts-form-container textarea.form-control {
    min-height: 150px;
  }
}
#made-to-serve-pledge-landing #mts-form-container .made-to-serve-label {
  background-color: #ffffff;
  color: #c01119;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  display: block;
  margin: 0;
  padding: .375rem .75rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  #made-to-serve-pledge-landing #mts-form-container .made-to-serve-label {
    font-size: 15px;
  }
}
#made-to-serve-pledge-landing #mts-form-container .form-control {
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  box-shadow: 0px 0px 15px 0px rgba(43, 44, 46, 0.25);
  color: #495057;
  display: block;
  padding: .375rem .75rem;
  font-size: 18px;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
#made-to-serve-pledge-landing #mts-form-container .radio-image-select {
  margin-bottom: 5px;
  padding: 0 5px;
  z-index: 9999;
}
#made-to-serve-pledge-landing #mts-form-container .radio-image-select input {
  display: none;
}
#made-to-serve-pledge-landing #mts-form-container .radio-image-select input[type=radio]:checked + .img-select-label img {
  border: 4px solid #c4960c;
}
#made-to-serve-pledge-landing #mts-form-container .img-select-label {
  cursor: pointer;
}
#made-to-serve-pledge-landing #mts-form-container .img-select-label img {
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px rgba(43, 44, 46, 0.25);
  max-width: 100%;
  transition: all 0.3s ease;
}
#made-to-serve-pledge-landing #mts-form-container .img-select-label img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#made-to-serve-pledge-landing #mts-form-container .pledge-btn-container {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  text-align: center;
}
#made-to-serve-pledge-landing #mts-form-container .pledge-image img {
  background-color: #ffffff;
  border: 20px solid #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(43, 44, 46, 0.25);
  width: 70%;
}
@media (min-width: 768px) {
  #made-to-serve-pledge-landing #mts-form-container .pledge-image img {
    width: 100%;
  }
}
#made-to-serve-pledge-landing #mts-form-container .pledge-content {
  color: #414246;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px;
}
#made-to-serve-pledge-landing #mts-form-container .pledge-content .pledge-text {
  color: #c01119;
  font-weight: 900;
}
#made-to-serve-pledge-landing #mts-form-container .pledge-content .pledge-text:before {
  content: "'";
  background-image: url(images/made-to-serve-pledge/quote-left.png);
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  width: 20px;
  font-size: 0;
  background-size: 100%;
}
#made-to-serve-pledge-landing #mts-form-container .pledge-content .pledge-text-p {
  display: inline;
}
#made-to-serve-pledge-landing #mts-form-container .pledge-content .pledge-text-p:after {
  content: "'";
  background-image: url(images/made-to-serve-pledge/quote-right.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  top: 0;
  left: 0;
  margin-left: 10px;
  width: 20px;
  font-size: 0;
  background-size: 100%;
}
#made-to-serve-pledge-landing #mts-form-container .pledge-signature {
  font-family: 'Yellowtail', cursive;
  color: #414246;
  font-size: 32px;
}
#made-to-serve-pledge-landing #mts-form-container .pledge-divider {
  background-image: url("images/made-to-serve-pledge/pledge-divider-bg.png") !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: 100%;
  height: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#made-to-serve-pledge-landing #mts-form-container .pledge-share-text {
  color: #c01119;
  font-size: 30px ;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  #made-to-serve-pledge-landing #mts-form-container .pledge-share-text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #made-to-serve-pledge-landing #mts-form-container .pledge-share-text {
    padding-right: 15px;
  }
}
#made-to-serve-pledge-landing #mts-form-container .pledge-fb img {
  border-radius: 5px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.23);
}
#made-to-serve-pledge-landing #mts-form-container .pledge-edit,
#made-to-serve-pledge-landing #mts-form-container .pledge-edit-cancel {
  background: none;
  border: 0;
  color: #c01119;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: bold;
  outline: 0;
  text-decoration: underline;
}
#made-to-serve-pledge-landing #mts-form-container .pledge-edit-form-container {
  display: none;
}
#made-to-serve-pledge-landing #bottom_bar {
  background-image: url(images/made-to-serve-pledge/mts-footer-bg.jpg);
  margin-top: 130px;
  height: 40px;
  position: fixed;
  bottom: 0;
}
#made-to-serve-pledge-landing #bottom_bar #content {
  color: #e4ad99;
}
#made-to-serve-pledge-landing #bottom_bar #content a {
  color: #ffffff;
  margin-left: 30px;
  text-decoration: underline;
}
#made-to-serve-pledge-landing #pledge-share-overlay {
  background-color: rgba(24, 23, 23, 0.95);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 100;
  text-align: center;
}
#made-to-serve-pledge-landing #pledge-share-overlay .overlay-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#made-to-serve-pledge-landing #pledge-share-overlay #overlay_submit_button {
  margin-bottom: 30px;
  margin-top: 30px;
}
#made-to-serve-pledge-landing #pledge-share-overlay .not-now {
  background: none;
  border: 0;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  text-decoration: underline;
}
#made-to-serve-pledge-landing .is-table-row {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #made-to-serve-pledge-landing .is-table-row {
    display: table;
  }
  #made-to-serve-pledge-landing .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  #made-to-serve-pledge-landing .is-table-row {
    display: table;
    float: none;
    height: 100%;
    overflow: auto;
    vertical-align: top;
  }
  #made-to-serve-pledge-landing .is-table-row .table-middle-align {
    display: table-cell;
    vertical-align: middle;
  }
}
body.single-brands main {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 30px;
}
@media (max-width: 850px) {
  body.single-brands main {
    background: #ffffff !important;
  }
}
@media (min-width: 768px) {
  body.single-brands .entry-content {
    padding: 0 50px;
  }
}
body.single-brands .hero-left.brand {
  height: auto !important;
}
body.single-brands div.brand_cards,
body.single-brands div.search_cards {
  background: none;
}
body.single-brands .brand-landing-container {
  position: relative;
}
body.single-brands .brand-landing-container .blue-top {
  background-color: #5979bc;
  height: 185px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
body.single-brands .brand-landing-container .brand-landing-content-container {
  margin-top: 90px;
  padding-top: 35px;
  position: relative;
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab {
  border-bottom: 0;
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li {
  background-color: #ffffff;
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li.active {
  border: 1px solid #d5d5d6;
  border-bottom: 0 !important;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 2px;
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li.active a {
  border: 1px solid #d5d5d6;
  border-bottom: 0 !important;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #c01119;
  margin-bottom: -6px;
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li.active .icon-gray {
  display: none;
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li.active .icon-red {
  display: initial;
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li a {
  color: #57585d;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: -2px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li a {
    font-size: 26px;
  }
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li .icon-red,
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li .icon-gray {
  max-height: 35px;
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li .icon-gray {
  display: initial;
}
body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li .icon-red {
  display: none;
}
@media (max-width: 767px) {
  body.single-brands .brand-landing-container .brand-landing-content-container #brands-landing-tab li .visible-xs {
    display: inline-block !important;
    margin-left: 10px;
  }
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content {
  background-color: #ffffff;
  border: 1px solid #d5d5d6;
  border-bottom: 0 !important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d5d5d6), to(rgba(0, 0, 0, 0) 25%)) 27 100%;
  -webkit-border-image: -webkit-linear-gradient(#d5d5d6, rgba(0, 0, 0, 0) 25%) 27 100%;
  -moz-border-image: -moz-linear-gradient(#d5d5d6, rgba(0, 0, 0, 0) 25%) 27 100%;
  -o-border-image: -o-linear-gradient(#d5d5d6, rgba(0, 0, 0, 0) 25%) 27 100%;
  border-image: linear-gradient(to bottom, #d5d5d6 25, rgba(0, 0, 0, 0) 25%) 27 100%;
  padding: 2px;
  margin-bottom: 30px;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .tab-pane {
  border: 1px solid #d5d5d6;
  border-bottom: 0 !important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d5d5d6), to(rgba(0, 0, 0, 0) 25%)) 27 100%;
  -webkit-border-image: -webkit-linear-gradient(#d5d5d6, rgba(0, 0, 0, 0) 25%) 27 100%;
  -moz-border-image: -moz-linear-gradient(#d5d5d6, rgba(0, 0, 0, 0) 25%) 27 100%;
  -o-border-image: -o-linear-gradient(#d5d5d6, rgba(0, 0, 0, 0) 25%) 27 100%;
  border-image: linear-gradient(to bottom, #d5d5d6 25, rgba(0, 0, 0, 0) 25%) 27 100%;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .tab-top {
  border-top: 1px solid #d5d5d6;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .flexslider {
  border: 0;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 50px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .flexslider {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .flexslider .slides li img {
    margin-bottom: 15px !important;
  }
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .flexslider .flex-direction-nav li a {
  opacity: 1;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .flexslider .flex-direction-nav li .flex-prev {
  left: -15px;
}
@media (min-width: 768px) {
  body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .flexslider .flex-direction-nav li .flex-prev {
    left: 50px;
  }
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .flexslider .flex-direction-nav li .flex-next {
  right: -15px;
}
@media (min-width: 768px) {
  body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .flexslider .flex-direction-nav li .flex-next {
    right: 50px;
  }
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .flexslider .flex-direction-nav a:before {
  border: 5px solid #d5d5d6;
  border-radius: 100%;
  color: #d5d5d6;
  font-size: 20px;
  text-align: center;
  width: 40px;
}
@media (max-width: 768px) {
  body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #foh-flexslider-nav,
  body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #boh-flexslider-nav {
    display: none !important;
  }
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #boh-flexslider-nav ul.slides,
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #foh-flexslider-nav ul.slides {
  width: 100% !important;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #boh-flexslider-nav ul.slides li,
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #foh-flexslider-nav ul.slides li {
  margin: 15px 1%;
  padding-left: 5px;
  padding-right: 5px;
  width: 23% !important;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content {
  background: #ffffff url(images/faded-center-bg.png) center top no-repeat;
  margin-top: 60px;
  padding-top: 60px;
  width: 100%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content {
    margin-top: 0;
  }
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content p {
  text-align: center;
  color: #818286;
  font-size: 18px;
  font-weight: 300;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content .col-xs-6,
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content .col-sm-3 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content img {
  margin-bottom: 15px;
  max-width: 100%;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content .row {
  padding: 60px 0;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content small {
  text-align: left;
  display: block;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content h2 {
  color: #9d0900;
  font-size: 30px;
  margin-bottom: 45px;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content div.cta {
  background-color: #c01119;
  display: inline-block;
  height: 40px;
  position: relative;
  margin: 0px 10px 13px 10px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .brand-tab-content div.cta a {
  background-image: url(images/header-footer/arrow-right-sprite-24.png);
  background-position: right 7px top 3px;
  background-repeat: no-repeat;
  color: #ffffff;
  width: 100%;
  height: 36px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  line-height: 36px;
  border: 1px solid #ffffff;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #foh-flexslider,
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #boh-flexslider {
  overflow: hidden;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #foh-flexslider .slides,
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #boh-flexslider .slides {
  padding: 25px 50px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #foh-flexslider .slides,
  body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #boh-flexslider .slides {
    padding: 25px;
  }
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #foh-flexslider .slides img,
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content #boh-flexslider .slides img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  text-align: center;
  width: auto;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .fs-nav li {
  border: 1px solid #d5d5d6;
  border-radius: 4px;
  color: #57585d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 15px;
  padding: 20px 15px;
  position: relative;
  text-align: center;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .fs-nav li:hover {
  cursor: pointer;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .fs-nav .flex-active-slide {
  background-color: #ebebeb;
  color: #c0121a;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .fs-nav .flex-active-slide .tooltip-arrow {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ebebeb;
  position: absolute;
  top: -18px;
  border-style: solid;
  left: 46%;
  text-align: center;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .childbrand-title {
  color: #c01119;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .childbrand-content p {
  color: #818286;
  font-size: 18px;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .childbrand-content ul li,
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .childbrand-content ol li {
  list-style-type: none;
  color: #818286;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
  width: 80%;
}
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .childbrand-content ul li:before,
body.single-brands .brand-landing-container .brand-landing-content-container .tab-content .childbrand-content ol li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  width: 10px;
  height: 10px;
  left: 15px;
  margin-right: 5px;
  position: absolute;
}
body.single-brands .brand-landing-container .brand-landing-content-container .sep {
  height: 32px;
  width: 100%;
  background: url(images/myv8menu/sep.jpg) top center no-repeat;
  margin-bottom: 30px;
}
body.single-brands .brand-landing-callout-container {
  background: #f4f4f5;
}
body.single-brands .brand-landing-callout-container div.pre_footer {
  background: #f4f4f5 !important;
}
body.single-brands .brand-landing-callout-container > div {
  display: none;
}
body.single-brands .brand-landing-callout-container > div.active {
  display: block;
}
body.single-brands .brand-landing-callout-container .pre_footer ul.callouts {
  height: auto;
}
body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li {
  height: auto;
}
body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content {
  padding: 15px 30px;
}
body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content img {
  float: none;
  height: auto;
  left: 0;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-xs-6,
body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-sm-3,
body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-sm-6,
body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-sm-4 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-xs-6,
  body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-sm-3,
  body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-sm-6,
  body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-sm-4 {
    margin-bottom: 30px;
  }
  body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-xs-6:nth-of-type(2n+1),
  body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-sm-3:nth-of-type(2n+1),
  body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-sm-6:nth-of-type(2n+1),
  body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .content .col-sm-4:nth-of-type(2n+1) {
    clear: both;
  }
}
body.single-brands .brand-landing-callout-container .pre_footer ul.callouts li .row a {
  font-size: 14px;
  line-height: 1.25;
  display: inline-block;
  margin-top: 10px;
}
body.single-brands .brand-landing-callout-container h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
}
body.single-brands .brand-landing-callout-container p {
  color: #818286;
  font-size: 18px;
}
@media (max-width: 768px) {
  body.single-brands .brand-landing-callout-container p {
    margin: 0 0 20px 0 !important;
    width: 100% !important;
  }
}
body.single-brands .brand-landing-callout-container .brand-landing-callout-container-boh-tab .pre_footer {
  background-color: transparent !important;
}
body.single-brands .brand-landing-callout-container div.cta {
  background-color: #c01119;
  display: inline-block;
  height: 40px;
  position: relative;
  margin: 0px 10px 13px 10px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
body.single-brands .brand-landing-callout-container div.cta a {
  background-image: url(images/header-footer/arrow-right-sprite-24.png);
  background-position: right 7px top 3px;
  background-repeat: no-repeat;
  color: #ffffff;
  width: 100%;
  height: 36px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  line-height: 36px;
  border: 1px solid #ffffff;
}
body.single-brands .brand-landing-callout-container .row {
  margin-bottom: 30px;
}
.trends-infographic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.trends-infographic .step {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trends-infographic .logo {
  max-width: 500px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .trends-infographic {
    flex-wrap: wrap;
  }
  .trends-infographic .container {
    max-width: 250px;
  }
}
.trends-infographic .img-container {
  padding: 0 40px;
}
.trends-infographic img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.a2020-report h3 {
  text-transform: capitalize;
  font-size: 16px;
}
a.cta.btn {
  background-color: #c01119;
  width: auto;
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
a.cta.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
a.cta.btn span:after {
  margin: 0 0 5px 5px;
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 10px;
  height: 10px;
  width: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 5.9 9.9' style='enable-background:new 0 0 5.9 9.9;' xml:space='preserve'%3E%3Cpolygon class='st0' points='0,0 5.9,4.9 0,9.9 ' style='fill:%23fff;&%2310;'/%3E%3C/svg%3E");
}
a.cta.btn:hover {
  background-color: #57585d;
}
ul.card-holder-modified.slick-slider {
  display: flex !important;
}
ul.card-holder-modified.slick-slider .slick-track li.card {
  margin: 0 10px 20px !important;
}
ul.card-holder-modified.slick-slider .slick-track li.card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
ul.card-holder-modified.slick-slider .slick-track li.card .content a.simplefavorite-button.favBtn,
ul.card-holder-modified.slick-slider .slick-track li.card .content a.addToMenu {
  align-self: flex-end;
}
ul.card-holder-modified.slick-slider .slick-track li.card .content .fa-inverse {
  height: 0px;
  display: flex;
}
ul.card-holder-modified.slick-slider .slick-track li.card.recipes .content a.simplefavorite-button.favBtn {
  margin: -50px 40px 5px 0;
}
ul.card-holder-modified.slick-slider button.slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0 -10px;
  padding: 0px 0px 0px 0px;
  display: block;
  border-radius: 30px;
  border: 1px solid #d8d8d9;
  overflow: hidden;
  text-indent: -99999px;
  outline: none;
  z-index: 10;
  align-self: center;
}
ul.card-holder-modified.slick-slider button.slick-arrow.slick-prev {
  transform: scale(1.5) scaleX(-1);
  background: #fff url(/wp-content/themes/pfw-wp-campbells-food-service/images/cta-arrow-sprite-39.png) center bottom -5px no-repeat;
}
ul.card-holder-modified.slick-slider button.slick-arrow.slick-next {
  transform: scale(1.5);
  background: #fff url(/wp-content/themes/pfw-wp-campbells-food-service/images/cta-arrow-sprite-39.png) center bottom -5px no-repeat;
}
ul.card-holder-modified.slick-slider button.slick-arrow:hover {
  background-color: #c4960c;
  background-position: center top -5px;
  border-color: #c4960c;
}
#cb-update #pantryupdate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#cb-update #pantryupdate .form-row {
  width: 100%;
}
#cb-update #pantryupdate .form-row #profileSubBtn {
  margin-top: 10px;
}
#cb-update #pantryupdate .form-row .form-group {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px 0;
}
#cb-update #pantryupdate .form-row .form-group input,
#cb-update #pantryupdate .form-row .form-group select {
  padding: 5px;
}
/* CSS Document */
#mobile_nav_bar {
  display: none;
}
#mobile_nav {
  display: none;
}
#site_header {
  background: #ffffff;
  width: 100%;
  height: 160px;
  position: fixed;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  left: 0px;
  top: 0px;
  /* border-bottom: 1px solid @extra-light-gray;	*/
  z-index: 10000;
}
#site_header.sticky {
  height: 90px;
}
/* utility bar */
#site_header #utility_bar {
  background: #cacbcc;
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  z-index: 1500;
}
#site_header.sticky #utility_bar {
  display: none;
}
#site_header #utility_bar #utility_nav {
  width: 1280px;
  height: 40px;
  margin: 0px auto 0px auto;
}
#site_header #utility_bar ul#language {
  background: none;
  width: auto;
  height: 30px;
  float: left;
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 0px 2px 0px 0px;
  display: block;
  border: 1px solid #818286;
  overflow: hidden;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  color: #414246;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  list-style: none;
  list-style-position: inside;
  cursor: pointer;
  z-index: 100000;
}
#site_header #utility_bar ul#language.open {
  height: auto;
}
#site_header #utility_bar ul#language:hover {
  background: #ffffff;
}
#site_header #utility_bar ul#language li {
  width: 100%;
  height: 26px;
  float: left;
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 0px 23px 0px 10px;
  border: 1px solid #818286;
  clear: both;
  display: block;
}
#site_header #utility_bar ul#language li a,
#site_header #utility_bar ul#language li a:visited {
  color: #414246;
  text-decoration: none;
}
#site_header #utility_bar ul#language.open li:hover a {
  color: #c4960c;
}
#site_header #utility_bar ul#language li:first-child {
  background-image: url(images/header-footer/language-arrow-sprite.png);
  background-position: right 7px top 0px;
  background-repeat: no-repeat;
}
#site_header #utility_bar ul#language.open li:first-child {
  background-position: right 7px bottom 1px;
  border-bottom: 1px solid #d5d5d6;
}
#site_header #utility_bar ul#language.open li:last-child {
  border-top: 0px;
  margin-top: -1px;
}
/* */
#site_header #utility_bar #phone_number {
  width: auto;
  height: 14px;
  float: right;
  position: relative;
  margin: 11px 40px 0px 0px;
  color: #57585d;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  display: block;
}
#site_header #utility_bar #phone_number strong {
  font-weight: 700;
  color: #c01119;
}
#site_header #utility_bar #phone_number em {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-style: normal;
  float: right;
  position: relative;
  margin: 3px 0px 0px 10px;
}
/* */
#site_header #utility_bar a.utility-link:link,
#site_header #utility_bar a.utility-link:visited {
  width: auto;
  height: auto;
  float: right;
  position: relative;
  margin: 14px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #c01119;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 1067px) {
  #site_header #utility_bar a.utility-link:link,
  #site_header #utility_bar a.utility-link:visited {
    margin: 14px 40px 0px 0px;
  }
}
#site_header #utility_bar a.utility-link:hover,
#site_header #utility_bar a.utility-link:visited:hover {
  text-decoration: none;
  color: #ffffff;
}
/* */
#site_header #utility_bar #utility_pantry {
  background: #abacae;
  width: auto;
  height: 40px;
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  overflow: hidden;
}
#site_header #utility_bar #utility_pantry.logged_in {
  background-color: #ffffff;
  width: 390px;
  height: 39px;
  -webkit-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.25);
}
#site_header #utility_bar #utility_pantry a#logo {
  width: 144px;
  height: 25px;
  float: left;
  position: relative;
  margin: 4px 15px 0px 10px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
}
#site_header #utility_bar #utility_pantry a.cta:link,
#site_header #utility_bar #utility_pantry a.cta:visited {
  background-color: #c01119;
  width: auto;
  height: 30px;
  float: left;
  position: relative;
  margin: 5px 10px 0px 0px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
#site_header #utility_bar #utility_pantry a.cta.dark {
  background-color: #57585d;
}
#site_header #utility_bar #utility_pantry a.cta div {
  width: 100%;
  height: 26px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  line-height: 26px;
  border: 1px solid #ffffff;
}
#site_header #utility_bar #utility_pantry a#sign_up div {
  background-image: url(images/header-footer/check-sprite-24.png);
  background-position: right 7px top -1px;
  background-repeat: no-repeat;
  padding-right: 24px;
}
#site_header #utility_bar #utility_pantry a.cta div {
  background-image: url(images/header-footer/arrow-right-sprite-24.png);
  background-position: right 7px top -1px;
  background-repeat: no-repeat;
  padding-right: 22px;
}
#site_header #utility_bar #utility_pantry a.cta:hover,
#site_header #utility_bar #utility_pantry a.cta:visited:hover {
  background: #ffffff;
  color: #c4960c;
}
#site_header #utility_bar #utility_pantry a#dashboard {
  float: right;
  margin-right: 10px;
}
#site_header #utility_bar #utility_pantry:not(.logged_out) a.cta:hover {
  border: 1px solid #c4960c;
  padding: 1px 1px 1px 1px;
}
#site_header #utility_bar #utility_pantry a.cta:hover div {
  background-position: right 7px bottom 1px !important;
  border: 1px solid #c4960c;
}
#site_header #utility_bar #utility_pantry.logged_in.open {
  height: auto;
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px px 20px 0px rgba(0, 0, 0, 0.25);
}
#site_header #utility_bar #utility_pantry ul#pantry_recent {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 15px 0px 17px 0px;
  list-style-type: none;
}
#site_header #utility_bar #utility_pantry ul#pantry_recent li {
  width: 65px;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 0px 0px;
}
#site_header #utility_bar #utility_pantry ul#pantry_recent li p {
  clear: both;
  line-height: 12px;
}
#site_header #utility_bar #utility_pantry ul#pantry_recent li:first-child {
  margin-left: 20px;
}
#site_header #utility_bar #utility_pantry ul#pantry_recent li a:link,
#site_header #utility_bar #utility_pantry ul#pantry_recent li a:visited {
  float: left;
  position: relative;
  display: block;
  outline: none;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #57585d;
  text-align: center;
  text-transform: uppercase;
  leter-spacing: 0.05em;
}
#site_header #utility_bar #utility_pantry ul#pantry_recent li a:hover,
#site_header #utility_bar #utility_pantry ul#pantry_recent li a:visited:hover {
  color: #c01119;
}
#site_header #utility_bar #utility_pantry ul#pantry_recent li a img {
  width: 65px;
  height: 65px;
  float: left;
  position: relative;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d5d5d6;
}
#site_header #utility_bar #utility_pantry #profile_bar {
  background: url(images/header-footer/my-pantry-profile-bar-bg.png) center top repeat-x;
  width: 100%;
  height: 51px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  clear: both;
  display: table;
}
#site_header #utility_bar #utility_pantry #profile_bar span {
  display: table-cell;
  vertical-align: middle;
  color: #c01119;
  font-weight: 500;
}
#site_header #utility_bar #utility_pantry #profile_bar a.profile_image {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  margin: 5px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
  border: 0px solid #ffffff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  outline: none;
  overflow: hidden;
}
#site_header #utility_bar #utility_pantry #profile_bar a.profile_name:link,
#site_header #utility_bar #utility_pantry #profile_bar a.profile_name:visited {
  float: left;
  position: relative;
  margin: 20px 0px 0px 20px;
  font-weight: 500;
  color: #c01119;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.025em;
  text-transform: capitalize;
}
#site_header #utility_bar #utility_pantry #profile_bar a.profile_name:hover,
#site_header #utility_bar #utility_pantry #profile_bar a.profile_name:visited:hover {
  text-decoration: none;
  color: #c4960c;
}
#site_header #utility_bar #utility_pantry #profile_bar a.cta {
  float: right;
  margin: 10px 10px 0px 0px;
}
@media screen and (max-width: 1340px) {
  #site_header #utility_bar #utility_nav {
    width: 100%;
  }
  #site_header #utility_bar ul#language {
    margin-left: 10px;
  }
}
/* site nav */
#site_header #site_navbar {
  width: 1280px;
  height: 158px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  z-index: 0;
}
#site_header.sticky #site_navbar {
  height: 90px;
}
#site_header #site_navbar #campbells-fs-logo {
  /* logo for sticky nav as shrining the full-size logo with css degrades the image quality (blurry).  Moved completely out of the way in case the nested IMG tag doesn't load quickly */
  background: url(images/header-footer/campbells-fs-logo_small.png) -235px top no-repeat;
  width: 160px;
  height: 97px;
  float: left;
  position: relative;
  margin: 12px 0px 0px 10px;
  /* 31 */
  padding: 0px 0px 0px 0px;
  display: block;
}
#site_header #site_navbar #campbells-fs-logo img {
  width: 160px;
  height: 97px;
}
#site_header.sticky #site_navbar #campbells-fs-logo {
  background-position: 0px 0px;
  width: 120px;
  /* 141 */
  height: 73px;
  margin: 10px -242px 0px 10px;
}
#site_header.sticky #site_navbar #campbells-fs-logo img {
  /* we'll hide this and use the image we stuck in the link's background */
  /* use some fancy hide and show order to make the transition smooth if and when animation is used for sticky transition */
  width: 120px;
  height: 73px;
  display: none;
}
/* */
#site_header #site_navbar ul#menu-header-navigation {
  width: auto;
  height: auto;
  float: right;
  position: relative;
  margin: 6px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
  z-index: 50;
}
#site_header.sticky #site_navbar ul#menu-header-navigation {
  margin: 7px 0px 0px 0px;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
  background: #ffffff;
  width: auto;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 0px 2px;
  display: block;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  z-index: 100;
}
#site_header #site_navbar ul#menu-hea der-navigation li.current a div,
#site_header #site_navbar ul#menu-header-navigation li.current_page_ancestor > a div,
#site_header #site_navbar ul#menu-header-navigation li.current_page_item > a {
  color: #c01119 !important;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a:link,
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a:visited {
  background: #ffffff;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 25px;
  line-height: 24px;
  font-weight: 600;
  color: #57585d;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 20;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 33px 28px 5px 29px;
  display: block;
  clear: both;
  color: #abacae;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
  font-size: 22px;
  line-height: 22px;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
  display: none;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
  padding: 0px 18px 26px 20px;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
  padding: 27px 14px 27px 15px;
  /* font-size: 20px; */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    padding: 33px 0px 5px 0px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding: 0px 0px 26px 0px;
  }
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children:hover,
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children.open {
  border: 1px solid #d5d5d6;
  border-bottom: 1px solid #ffffff;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children:hover a,
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children.open a {
  border: 1px solid #d5d5d6;
  padding-bottom: 3px;
  margin-bottom: -4px;
  border-bottom: 1px solid #ffffff;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children:hover a div,
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children.open a div {
  color: #c01119;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children:hover a div.fix {
  background: #ffffff;
  width: 2px;
  height: 2px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  z-index: 1000;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children:hover a div.fix.left {
  margin: 0px 0px 0px -3px;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children:hover a div.fix.right {
  float: right;
  margin: 0px -3px 0px 0px;
}
/* */
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu {
  background: #ffffff;
  float: left;
  position: static;
  margin: -2px -2000px -100px -3px;
  padding: 0px 0px 2px 0px;
  left: 0px;
  top: 111px;
  list-style-type: none;
  -webkit-border-radius: 7px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius: 7px;
  -moz-border-radius-topleft: 0px;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border: 1px solid #d5d5d6;
  z-index: 10;
  display: none;
  clear: both;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children:hover ul.sub-menu,
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children.open ul.sub-menu {
  display: block;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li {
  min-width: 80%;
  height: auto;
  width: calc(100% - 4px);
  float: left;
  position: relative;
  margin: 0px 2px 0px 2px;
  padding: 0px 0px 0px 0px;
  display: block;
  border-left: 1px solid #d5d5d6;
  border-right: 1px solid #d5d5d6;
  clear: both;
  border-bottom: 0px;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li:first-child {
  margin-top: 2px;
  border-top: 1px solid #d5d5d6;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li:first-child a {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 1px solid #d5d5d6;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li:last-child a {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li a:link,
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li a:visited {
  width: 100%;
  height: 14px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 26px 30px 26px 30px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #57585d;
  text-align: left;
  border: 0px;
  clear: both;
  white-space: nowrap;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li:first-child a {
  padding-top: 29px;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li:last-child a {
  padding-bottom: 43px;
}
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li a:hover,
#site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children ul.sub-menu li a:visited:hover {
  color: #c01119;
}
/* */
#site_header #site_navbar ul#menu-header-navigation li.vdiv {
  background: url(images/header-footer/header-nav-div.png) left bottom no-repeat;
  width: 1px;
  height: 112px;
  float: left;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 14px 0px 8px;
  border: 0px;
  border-radius: 0px;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.vdiv {
  background: none;
}
/* */
#site_header #site_navbar ul#menu-header-navigation li.brands,
#site_header #site_navbar ul#menu-header-navigation li.search {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 0px 2px;
  display: block;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  z-index: 0 !important;
}
#site_header #site_navbar ul#menu-header-navigation li.brands a:link,
#site_header #site_navbar ul#menu-header-navigation li.brands a:visited,
#site_header #site_navbar ul#menu-header-navigation li.search a:link,
#site_header #site_navbar ul#menu-header-navigation li.search a:visited {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 66px 22px 28px 22px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #57585d;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.brands a,
#site_header.sticky #site_navbar ul#menu-header-navigation li.search a {
  width: 104px;
  height: 70px;
  padding: 0px 0px 0px 0px;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.brands a span,
#site_header.sticky #site_navbar ul#menu-header-navigation li.search a span {
  display: none;
}
#site_header #site_navbar ul#menu-header-navigation li.brands a {
  background-image: url(images/header-footer/campbells-c_brands-nav.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#site_header #site_navbar ul#menu-header-navigation li.search a {
  background-image: url(images/header-footer/search-glass_nav-sprite.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.brands a {
  background-position: center top -7px;
  height: 70px;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.search a {
  background-position: center top -6px;
  height: 70px;
}
#site_header #site_navbar ul#menu-header-navigation li.brands a:hover,
#site_header #site_navbar ul#menu-header-navigation li.brands a:visited:hover,
#site_header #site_navbar ul#menu-header-navigation li.search a:hover,
#site_header #site_navbar ul#menu-header-navigation li.search a:visited:hover {
  color: #c01119;
}
#site_header #site_navbar ul#menu-header-navigation li.brands.open {
  border: 1px solid #d5d5d6;
  border-bottom: 1px solid #ffffff;
}
#site_header #site_navbar ul#menu-header-navigation li.brands.open a {
  color: #c01119;
  border: 1px solid #d5d5d6;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -4px;
  padding-bottom: 31px;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.brands.open {
  background-color: #ffffff;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.brands.open a {
  background-color: #ffffff;
  padding-bottom: 77px;
}
#site_header #site_navbar ul#menu-header-navigation li.search.open {
  background-color: #c01119;
  border: 0px solid #c01119;
  border-bottom: 1px solid #c01119;
}
#site_header #site_navbar ul#menu-header-navigation li.search.open a,
#site_header #site_navbar ul#menu-header-navigation li.search.open:hover a {
  background-position: center bottom 3px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #c01119;
  margin-bottom: -4px;
  padding: 67px 23px 30px 23px;
}
#site_header.sticky #site_navbar ul#menu-header-navigation li.search.open a,
#site_header.sticky #site_navbar ul#menu-header-navigation li.search.open:hover a {
  background-color: #c01119;
  background-position: center bottom -25px;
  padding: 0px 0px 4px 0px;
  width: 106px;
  height: 84px;
}
@media screen and (max-width: 1340px) {
  #site_header #site_navbar {
    width: calc(100% - 40px);
  }
  #site_header.sticky #site_navbar {
    /*  height: 80px; */
  }
  /* */
  #site_header.sticky #site_navbar ul#menu-header-navigation li.vdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 5px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    padding: 33px 23px 5px 24px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding: 0px 12px 26px 12px;
  }
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding: 25px 23px 25px 24px;
  }
}
@media screen and (max-width: 1280px) {
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 5px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    padding: 33px 18px 5px 19px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding: 0px 10px 26px 11px;
  }
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding: 27px 18px 27px 19px;
  }
}
@media screen and (max-width: 1230px) {
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 5px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    font-size: 14px;
    line-height: 18px;
    padding: 37px 18px 5px 19px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    font-size: 18px;
    line-height: 21px;
    padding: 0px 10px 27px 11px;
  }
}
@media screen and (max-width: 1160px) {
  #site_header.sticky #site_navbar #campbells-fs-logo {
    margin-left: 0px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 0px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    padding: 37px 13px 5px 14px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding: 0px 10px 27px 10px;
    font-size: 18px;
    line-height: 21px;
  }
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products:hover a div:nth-of-type(2),
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products.open a div:nth-of-type(2),
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes:hover a div:nth-of-type(2),
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes.open a div:nth-of-type(2) {
    padding-bottom: 28px;
  }
  #site_header.sticky #site_navbar ul#menu-header-navigation li.search {
    margin-right: -10px !important;
  }
}
@media screen and (max-width: 1110px) {
  #site_header.sticky #site_navbar ul#menu-header-navigation li.brands a:link,
  #site_header.sticky #site_navbar ul#menu-header-navigation li.brands a:visited,
  #site_header.sticky #site_navbar ul#menu-header-navigation li.search a:link,
  #site_header.sticky #site_navbar ul#menu-header-navigation li.search a:visited,
  #site_header.sticky #site_navbar ul#menu-header-navigation li.search a:hover,
  #site_header.sticky #site_navbar ul#menu-header-navigation li.brands a:hover {
    /* padding: 66px 17px 32px 17px !important; */
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  #site_header.sticky #site_navbar ul#menu-header-navigation li.brands a {
    /* padding-bottom: 20px;*/
    width: 84px !important;
  }
  #site_header.sticky #site_navbar ul#menu-header-navigation li.search a {
    background-position: center top -7px;
    width: 84px !important;
  }
  #site_header.sticky #site_navbar ul#menu-header-navigation li.search.open {
    margin-left: 2px;
  }
}
@media screen and (max-width: 1180px) {
  #site_header #site_navbar #campbells-fs-logo {
    background-position: center center;
    width: 120px;
    height: 73px;
    margin: 24px 0px 0px 10px;
  }
  #site_header #site_navbar #campbells-fs-logo img {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  #site_header #site_navbar #campbells-fs-logo {
    margin: 24px 0px 0px 0px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 0px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    font-size: 14px;
    line-height: 16px;
    padding: 39px 13px 5px 14px;
  }
  #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    font-size: 16px;
    line-height: 19px;
    padding: 0px 10px 29px 10px;
  }
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding-top: 32px;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products:hover a div:nth-of-type(2),
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products.open a div:nth-of-type(2),
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes:hover a div:nth-of-type(2),
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes.open a div:nth-of-type(2) {
    padding-bottom: 26px;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
/* */
/* products */
#site_header #products_navbar {
  background: #ffffff;
  width: 100%;
  height: auto;
  position: fixed;
  margin: 0px 0px -200px 0px;
  border-top: 1px solid #d5d5d6;
  border-bottom: 1px solid #d5d5d6;
  display: none;
  z-index: 1;
  overflow: hidden;
}
#site_header #products_navbar.open {
  display: block;
}
#site_header #products_nav {
  width: 100%;
  height: 160px;
  margin: 2px 0px 2px 0px;
  border-top: 1px solid #d5d5d6;
  border-bottom: 1px solid #d5d5d6;
}
#site_header #products_nav ul {
  width: 100%;
  max-width: 1240px;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}
#site_header #products_nav ul li {
  background-position: center top 30px;
  background-repeat: no-repeat;
  width: 14.285%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
#site_header #products_nav ul li:hover {
  background-position: center top -122px;
}
#site_header #products_nav ul li a:link,
#site_header #products_nav ul li a:visited {
  width: 100%;
  height: 43px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 109px 0px 0px 0px;
  text-align: center;
  color: #57585d;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
#site_header #products_nav ul li a:hover,
#site_header #products_nav ul li a:visited:hover {
  color: #c01119;
}
#site_header #products_nav ul li.bakery {
  background-image: url(images/header-footer/products_bakery.png);
}
#site_header #products_nav ul li.beverages {
  background-image: url(images/header-footer/products_beverages.png);
}
#site_header #products_nav ul li.entrees {
  background-image: url(images/header-footer/products_entrees.png);
}
#site_header #products_nav ul li.sauces-and-salsas {
  background-image: url(images/header-footer/products_sauces-salsas.png);
}
#site_header #products_nav ul li.snacks {
  background-image: url(images/header-footer/products_snacks.png);
}
#site_header #products_nav ul li.soups {
  background-image: url(images/header-footer/products_soups.png);
}
#site_header #products_nav ul li.texture-modified {
  background-image: url(images/header-footer/products_texture-modified.png);
}
#site_header #products_nav ul li.bases-broths-and-stocks,
#site_header #products_nav ul li.bases-broths-stocks {
  background-image: url(images/header-footer/products_stocks-and-bases.png);
}
/* */
/* recipes */
#site_header #recipes_navbar {
  background: #ffffff;
  width: 100%;
  height: auto;
  position: fixed;
  margin: 0px 0px -200px 0px;
  border-top: 1px solid #d5d5d6;
  border-bottom: 1px solid #d5d5d6;
  display: none;
  z-index: 1;
  overflow: hidden;
}
#site_header #recipes_navbar.open {
  display: block;
}
#site_header #recipes_nav {
  width: 100%;
  height: 307px;
  margin: 2px 0px 2px 0px;
  border-top: 1px solid #d5d5d6;
  border-bottom: 1px solid #d5d5d6;
}
#site_header #recipes_nav ul {
  max-width: 1240px;
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}
#site_header #recipes_nav ul li {
  background-position: center top 30px;
  background-repeat: no-repeat;
  width: 20%;
  /* 16.667 for 6 across */
  height: 152px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
#site_header #recipes_nav ul li:nth-child(1),
#site_header #recipes_nav ul li:nth-child(2),
#site_header #recipes_nav ul li:nth-child(3),
#site_header #recipes_nav ul li:nth-child(4),
#site_header #recipes_nav ul li:nth-child(5),
#site_header #recipes_nav ul li:nth-child(6) {
  height: 153px;
  border-bottom: 1px solid #d5d5d6;
}
#site_header #recipes_nav ul li:hover {
  background-position: center top -122px;
}
#site_header #recipes_nav ul li a:link,
#site_header #recipes_nav ul li a:visited {
  width: 100%;
  height: 43px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 109px 0px 0px 0px;
  text-align: center;
  color: #57585d;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
#site_header #recipes_nav ul li a:hover,
#site_header #recipes_nav ul li a:visited:hover {
  color: #c01119;
}
#site_header #recipes_nav ul li.new-recipes {
  background-image: url(images/header-footer/recipes_new-recipes.png);
}
#site_header #recipes_nav ul li.most-popular {
  background-image: url(images/header-footer/recipes_most-popular.png);
}
#site_header #recipes_nav ul li.appetizer {
  background-image: url(images/header-footer/recipes_appetizer.png);
}
#site_header #recipes_nav ul li.beverage {
  background-image: url(images/header-footer/recipes_beverage.png);
}
#site_header #recipes_nav ul li.dessert {
  background-image: url(images/header-footer/recipes_dessert.png);
}
#site_header #recipes_nav ul li.kid-friendly {
  background-image: url(images/header-footer/recipes_kid-friendly.png);
}
#site_header #recipes_nav ul li.main-dish {
  background-image: url(images/header-footer/recipes_main-dish.png);
}
#site_header #recipes_nav ul li.salad {
  background-image: url(images/header-footer/recipes_salad.png);
}
#site_header #recipes_nav ul li.sauce {
  background-image: url(images/header-footer/recipes_sauce.png);
}
#site_header #recipes_nav ul li.side-dish {
  background-image: url(images/header-footer/recipes_side-dish.png);
}
#site_header #recipes_nav ul li.soup {
  background-image: url(images/header-footer/recipes_soup.png);
}
#site_header #recipes_nav ul li.vegetarian {
  background-image: url(images/header-footer/recipes_vegetarian.png);
}
/* */
/* brands  */
#site_header #brands_navbar {
  background: #ffffff;
  width: 100%;
  position: fixed;
  margin: 1px 0px 0px 0px;
  border-bottom: 1px solid #d5d5d6;
  z-index: -1000;
  /* for animation */
  display: block;
  overflow: hidden;
  margin-top: 0px;
  height: 0px;
}
#site_header #brands_navbar.open {
  height: auto;
  margin-top: 1px;
}
#site_header #brands_nav {
  width: 100%;
  height: auto;
  margin: 2px 0px 2px 0px;
  border-top: 1px solid #d5d5d6;
  border-bottom: 1px solid #d5d5d6;
}
#mobile_brands .brands-container,
#site_header #brands_nav .brands-container,
#main #brands .brands-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1020px) {
  #mobile_brands .brands-container,
  #site_header #brands_nav .brands-container,
  #main #brands .brands-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#mobile_brands .brands-container .brands-category,
#site_header #brands_nav .brands-container .brands-category,
#main #brands .brands-container .brands-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100%/2);
}
@media screen and (max-width: 1020px) {
  #mobile_brands .brands-container .brands-category,
  #site_header #brands_nav .brands-container .brands-category,
  #main #brands .brands-container .brands-category {
    width: 100%;
  }
}
#mobile_brands .brands-container .brands-category .category-title,
#site_header #brands_nav .brands-container .brands-category .category-title,
#main #brands .brands-container .brands-category .category-title {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.7px;
  text-align: center;
  color: #c4960c;
  text-transform: uppercase;
  padding: 30px 0 15px;
}
#mobile_brands .brands-container .brands-category .category-brands,
#site_header #brands_nav .brands-container .brands-category .category-brands,
#main #brands .brands-container .brands-category .category-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  #mobile_brands .brands-container .brands-category .category-brands,
  #site_header #brands_nav .brands-container .brands-category .category-brands,
  #main #brands .brands-container .brands-category .category-brands {
    display: none;
  }
}
#mobile_brands .brands-container .brands-category .category-brands .brand-link,
#site_header #brands_nav .brands-container .brands-category .category-brands .brand-link,
#main #brands .brands-container .brands-category .category-brands .brand-link {
  width: 136px;
  height: 135px;
  border-radius: 10px;
  border: solid 1px #dcddde;
  margin: 15px 0;
}
#mobile_brands .brands-container .brands-category .category-brands .brand-link a,
#site_header #brands_nav .brands-container .brands-category .category-brands .brand-link a,
#main #brands .brands-container .brands-category .category-brands .brand-link a {
  height: inherit;
  width: inherit;
  padding: 20px 10px;
  display: flex;
}
#mobile_brands .brands-container .brands-category .category-brands .brand-link a img,
#site_header #brands_nav .brands-container .brands-category .category-brands .brand-link a img,
#main #brands .brands-container .brands-category .category-brands .brand-link a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#mobile_brands .brands-container .brands-category .category-brands .brand-link:hover,
#site_header #brands_nav .brands-container .brands-category .category-brands .brand-link:hover,
#main #brands .brands-container .brands-category .category-brands .brand-link:hover {
  border-color: #c01119;
  border-width: 3px;
}
#mobile_brands .brands-container .brands-category .category-brands.mobile,
#site_header #brands_nav .brands-container .brands-category .category-brands.mobile,
#main #brands .brands-container .brands-category .category-brands.mobile {
  height: 0px;
  overflow-y: hidden;
  width: 435px;
}
@media screen and (max-width: 1020px) {
  #mobile_brands .brands-container .brands-category .category-brands.mobile,
  #site_header #brands_nav .brands-container .brands-category .category-brands.mobile,
  #main #brands .brands-container .brands-category .category-brands.mobile {
    display: flex;
    height: auto;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  #mobile_brands .brands-container .brands-category .category-brands.mobile,
  #site_header #brands_nav .brands-container .brands-category .category-brands.mobile,
  #main #brands .brands-container .brands-category .category-brands.mobile {
    width: 330px;
  }
}
@media screen and (max-width: 480px) {
  #mobile_brands .brands-container .brands-category .category-brands.mobile,
  #site_header #brands_nav .brands-container .brands-category .category-brands.mobile,
  #main #brands .brands-container .brands-category .category-brands.mobile {
    width: 240px;
  }
}
#mobile_brands .brands-container .brands-category .category-brands.mobile .slick-slide,
#site_header #brands_nav .brands-container .brands-category .category-brands.mobile .slick-slide,
#main #brands .brands-container .brands-category .category-brands.mobile .slick-slide {
  width: 435px;
}
@media screen and (max-width: 768px) {
  #mobile_brands .brands-container .brands-category .category-brands.mobile .slick-slide,
  #site_header #brands_nav .brands-container .brands-category .category-brands.mobile .slick-slide,
  #main #brands .brands-container .brands-category .category-brands.mobile .slick-slide {
    width: 330px;
  }
}
@media screen and (max-width: 480px) {
  #mobile_brands .brands-container .brands-category .category-brands.mobile .slick-slide,
  #site_header #brands_nav .brands-container .brands-category .category-brands.mobile .slick-slide,
  #main #brands .brands-container .brands-category .category-brands.mobile .slick-slide {
    width: 240px;
  }
}
#mobile_brands .brands-container .brands-category .category-brands.mobile .slick-slide > div,
#site_header #brands_nav .brands-container .brands-category .category-brands.mobile .slick-slide > div,
#main #brands .brands-container .brands-category .category-brands.mobile .slick-slide > div {
  display: flex;
}
#mobile_brands .brands-container .brands-category .category-brands.mobile .brand-link,
#site_header #brands_nav .brands-container .brands-category .category-brands.mobile .brand-link,
#main #brands .brands-container .brands-category .category-brands.mobile .brand-link {
  margin: 5px !important;
}
@media screen and (max-width: 768px) {
  #mobile_brands .brands-container .brands-category .category-brands.mobile .brand-link,
  #site_header #brands_nav .brands-container .brands-category .category-brands.mobile .brand-link,
  #main #brands .brands-container .brands-category .category-brands.mobile .brand-link {
    height: 100px;
  }
  #mobile_brands .brands-container .brands-category .category-brands.mobile .brand-link a,
  #site_header #brands_nav .brands-container .brands-category .category-brands.mobile .brand-link a,
  #main #brands .brands-container .brands-category .category-brands.mobile .brand-link a {
    padding: 10px 5px;
  }
}
#mobile_brands .brands-container .brands-category .category-brands.mobile .brand-link a,
#site_header #brands_nav .brands-container .brands-category .category-brands.mobile .brand-link a,
#main #brands .brands-container .brands-category .category-brands.mobile .brand-link a {
  width: 100%;
  padding: 25px 20px;
}
#mobile_brands .brands-container .brands-category .brands-slider-container,
#site_header #brands_nav .brands-container .brands-category .brands-slider-container,
#main #brands .brands-container .brands-category .brands-slider-container {
  display: none;
}
@media screen and (max-width: 1020px) {
}
#mobile_brands .brands-container .brands-category .brands-slider-container .slick-dots,
#site_header #brands_nav .brands-container .brands-category .brands-slider-container .slick-dots,
#main #brands .brands-container .brands-category .brands-slider-container .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}
#mobile_brands .brands-container .brands-category .brands-slider-container .slick-dots li,
#site_header #brands_nav .brands-container .brands-category .brands-slider-container .slick-dots li,
#main #brands .brands-container .brands-category .brands-slider-container .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}
#mobile_brands .brands-container .brands-category .brands-slider-container .slick-dots li button,
#site_header #brands_nav .brands-container .brands-category .brands-slider-container .slick-dots li button,
#main #brands .brands-container .brands-category .brands-slider-container .slick-dots li button {
  outline: none;
  border-radius: 100%;
  font-size: 0;
  width: 15px;
  height: 15px;
  border: solid 1px #dcddde;
  background: none;
}
#mobile_brands .brands-container .brands-category .brands-slider-container .slick-dots li:last-child,
#site_header #brands_nav .brands-container .brands-category .brands-slider-container .slick-dots li:last-child,
#main #brands .brands-container .brands-category .brands-slider-container .slick-dots li:last-child {
  padding-right: 0px;
}
#mobile_brands .brands-container .brands-category .brands-slider-container .slick-dots li.slick-active button,
#site_header #brands_nav .brands-container .brands-category .brands-slider-container .slick-dots li.slick-active button,
#main #brands .brands-container .brands-category .brands-slider-container .slick-dots li.slick-active button {
  background-color: #c4960c;
  border: none;
}
#mobile_brands .brands-container .brands-category#brands-meals,
#site_header #brands_nav .brands-container .brands-category#brands-meals,
#main #brands .brands-container .brands-category#brands-meals {
  border-left-width: 0;
  border-right: 1px solid #e9eaeb;
  border-top-width: 0;
  border-bottom-width: 0;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e9eaeb 20%, #e9eaeb 80%, rgba(255, 255, 255, 0) 100%) 1 stretch;
}
@media screen and (max-width: 1020px) {
  #mobile_brands .brands-container .brands-category#brands-meals,
  #site_header #brands_nav .brands-container .brands-category#brands-meals,
  #main #brands .brands-container .brands-category#brands-meals {
    border-right: none;
    border-bottom: 1px solid #e9eaeb;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e9eaeb 20%, #e9eaeb 80%, rgba(255, 255, 255, 0) 100%) 1 stretch;
    padding-bottom: 15px;
  }
}
#mobile_brands .brands-container .brands-category#brands-meals .brand-link,
#site_header #brands_nav .brands-container .brands-category#brands-meals .brand-link,
#main #brands .brands-container .brands-category#brands-meals .brand-link {
  margin-right: 20px;
}
#mobile_brands .brands-container .brands-category#brands-snacks .brand-link,
#site_header #brands_nav .brands-container .brands-category#brands-snacks .brand-link,
#main #brands .brands-container .brands-category#brands-snacks .brand-link {
  margin-left: 20px;
}
@media screen and (max-width: 1070px) {
  #site_header #brands_navbar.open {
    /* height: 224px;*/
  }
  #site_header #brands_navbar ul {
    /* height: 216px; */
  }
}
/* search bar */
#site_header #search_navbar {
  background: #c01119;
  width: 100%;
  position: absolute;
  margin: 1px 0px 0px 0px;
  /* for animation */
  display: block;
  margin-top: 0px;
  height: 0px;
  border-bottom: 1px solid #d5d5d6;
  overflow: hidden;
}
#site_header #search_navbar.open {
  height: auto;
  margin-top: 0px;
  border-bottom: 0px solid #c01119;
  overflow: visible;
}
#site_header #search_nav {
  width: 100%;
  height: 120px;
  margin: 2px 0px 2px 0px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 0;
}
#site_header #search_navbar.open #search_nav {
  /* fix height difference between search and brands bar due to color differences and body movement */
  height: 82px;
}
#site_header.sticky #search_navbar.open #search_nav {
  height: 82px;
}
#site_header #search_nav form {
  background: #ffffff;
  width: 1280px;
  height: 60px;
  float: left;
  position: relative;
  margin: 10px 0px 0px -640px;
  padding: 0px 0px 0px 0px;
  left: 50%;
  z-index: 0;
}
#site_header.sticky #search_navbar #search_nav form {
  margin-top: 10px;
}
#site_header #search_nav form input {
  width: calc(100% - /*237px*/249px);
  height: 55px;
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 15px 20px 5px 20px;
  border: 0px;
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
  color: #57585d;
  font-family: 'Hind', sans-serif;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* ie10+ */
  #site_header #search_nav form input {
    line-height: normal !important;
    vertical-align: middle !important;
  }
  #site_header #search_nav form input:-ms-input-placeholder {
    /* IE 10+ */
    line-height: normal !important;
    vertical-align: middle !important;
    padding-top: 7px;
    padding-bottom: 0px;
  }
}
#site_header #search_nav form #searchsubmit {
  background: url(images/header-footer/search-button.png) 0px 0px no-repeat;
  width: 60px;
  height: 60px;
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
  outline: none;
}
#site_header #search_nav form #searchsubmit:hover {
  background-position: 0px -60px;
}
#site_header #search_nav form #searchsubmit:active {
  background-position: 0px -120px;
}
#site_header #search_nav form #searchCat-button {
  float: left;
  z-index: 0;
  margin-right: 0;
  width: 189px !important;
  padding: 23px 0px 19px 0px;
  background: #ebebec;
  background: -moz-linear-gradient(top, #ebebec 0%, #c6c6c7 100%);
  background: -webkit-linear-gradient(top, #ebebec 0%, #c6c6c7 100%);
  background: linear-gradient(to bottom, #ebebec 0%, #c6c6c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebec', endColorstr='#c6c6c7', GradientType=0);
  border: 0px solid #d5d3d5;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}
#site_header #search_nav form #searchCat-button.ui-state-hover {
  background: #fefeff;
  background: -moz-linear-gradient(top, #fefeff 0%, #d5d5d6 100%);
  background: -webkit-linear-gradient(top, #fefeff 0%, #d5d5d6 100%);
  background: linear-gradient(to bottom, #fefeff 0%, #d5d5d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefeff', endColorstr='@extra-light-gray', GradientType=0);
}
#site_header #search_nav form #searchCat-button.ui-state-hover.ui-state-focus {
  background: #c6c6c7;
  background: -moz-linear-gradient(top, #c6c6c7 0%, #ebebec 100%);
  background: -webkit-linear-gradient(top, #c6c6c7 0%, #ebebec 100%);
  background: linear-gradient(to bottom, #c6c6c7 0%, #ebebec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c7', endColorstr='#ebebec', GradientType=0);
}
#site_header #search_nav form #searchCat-button.ui-selectmenu-button span.ui-selectmenu-text {
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #57585d;
  font-family: 'Hind', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  padding: 0px 30px 0px 0px;
  text-align: center;
}
#site_header #search_nav form #searchCat-button.ui-selectmenu-button .ui-icon {
  background-image: url(images/header-footer/search-cat-arrow.png);
  background-position: center;
  right: 16px;
}
#searchCat-menu {
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.42);
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #c5c5c6;
  background: -moz-linear-gradient(top, #c5c5c6 0%, #ebebec 100%);
  background: -webkit-linear-gradient(top, #c5c5c6 0%, #ebebec 100%);
  background: linear-gradient(to bottom, #c5c5c6 0%, #ebebec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c6', endColorstr='#ebebec', GradientType=0);
  margin-top: -60px;
  width: 174px;
  float: left;
  position: relative;
  display: block;
  padding: 0px 0px 0px 0px !important;
  border: 0px !important;
}
#searchCat-menu li {
  width: 100%;
  height: 60px !important;
  padding: 22px 0px 18px 0px;
  margin: 0px 0px 0px 0px !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: 'Hind', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  text-align: center;
  color: #57585d;
  border: 0px;
  border-top: #cccccc solid 1px;
  line-height: 1em;
  float: left;
  position: relative;
  display: block;
}
#searchCat-menu li.ui-menu-item:first-child .ui-menu-item-wrapper {
  text-align: left;
  padding-left: 20px;
  background-image: url(images/header-footer/search-cat-arrow-up.png);
  background-position: center right 16px;
  background-repeat: no-repeat;
  border: 0px !important;
}
#searchCat-menu li.ui-menu-item:first-child:hover .ui-state-active {
  background-image: url(images/header-footer/search-cat-arrow-up-active.png);
}
#searchCat-menu li.ui-menu-item:hover {
  background: #57585d;
  color: #ffffff;
}
#searchCat-menu li .ui-state-active {
  border: none;
  background: none;
  font-weight: 600;
  color: #ffffff;
}
#searchCat-menu li:nth-child(2) {
  border-top: 1px solid #c0c1c3;
}
#searchCat-menu li:last-child {
  border-bottom: none !important;
  margin-bottom: -1px;
}
@media screen and (max-width: 1340px) {
  #site_header #search_nav form {
    width: calc(100% - 40px);
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    left: auto;
  }
}
#newsletter_bar {
  background: #c01119;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#newsletter_bar #content {
  width: 100%;
  float: left;
  position: relative;
  margin: 2px 0px 2px 0px;
  padding: 0px 20px 0px 20px;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#newsletter_bar #content form {
  max-width: 1280px;
  width: 100%;
  margin: 30px auto 30px auto;
}
@media (max-width: 950px) {
  #newsletter_bar #content form .content-section {
    margin-bottom: 20px;
  }
}
#newsletter_bar #content form div.title {
  background: url(images/header-footer/campbells-c_newsletter-bar.png) left 5px no-repeat;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 62px;
  display: block;
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
}
#newsletter_bar #content form p {
  height: auto;
  float: left;
  position: relative;
  margin: 22px 0px 0px 40px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #fff;
}
#newsletter_bar #content form .newsletter-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#newsletter_bar #content form .newsletter {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 50%;
  width: 100%;
}
#newsletter_bar #content form input#email_address {
  background: #fff;
  max-width: 615px;
  width: 100%;
  display: block;
  /* 615 */
  height: 60px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 30px;
  padding: 4px 20px 0px 20px;
  font-family: "Hind", sans-serif;
  font-size: 24px;
  line-height: 50px;
  font-weight: 300;
  color: #57585d;
  -webkit-font-smoothing: antialiased;
  border: 0px;
  outline: none;
}
#newsletter_bar #content form input#newsletter_submit {
  background: #ebebec url(images/header-footer/newsletter-arrow.png);
  background: url(images/header-footer/newsletter-arrow.png), -moz-linear-gradient(#ebebec 0%, #c6c6c7 100%);
  background: url(images/header-footer/newsletter-arrow.png), -webkit-linear-gradient(#ebebec 0%, #c6c6c7 100%);
  background: url(images/header-footer/newsletter-arrow.png), -webkit-gradient(linear, 0 100%, 0 0, from(#ebebec), to(#c6c6c7));
  background: url(images/header-footer/newsletter-arrow.png), -o-linear-gradient(#ebebec 0%, #c6c6c7 100%);
  background: url(images/header-footer/newsletter-arrow.png), linear-gradient(#ebebec 0%, #c6c6c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebec', endColorstr='#c6c6c7', GradientType=0);
  background-position: right top;
  border: 0px solid #d5d3d5;
  width: 160px;
  height: 60px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 4px 40px 0px 0px;
  border: 0px;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  color: #57585d;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  outline: none;
  text-align: left;
  text-indent: 40px;
}
#newsletter_bar #content form input#newsletter_submit:hover {
  background: #ebebec url(images/header-footer/newsletter-arrow.png);
  background: url(images/header-footer/newsletter-arrow.png), -moz-linear-gradient(top, #fefeff 0%, #d5d5d6 100%);
  background: url(images/header-footer/newsletter-arrow.png), -webkit-linear-gradient(top, #fefeff 0%, #d5d5d6 100%);
  background: url(images/header-footer/newsletter-arrow.png), linear-gradient(to bottom, #fefeff 0%, #d5d5d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefeff', endColorstr='#d5d5d6', GradientType=0);
  background-position: right top;
}
#newsletter_bar #content form input#newsletter_submit:active {
  background: #c6c6c7 url(images/header-footer/newsletter-arrow.png);
  background: url(images/header-footer/newsletter-arrow.png), -moz-linear-gradient(top, #c6c6c7 0%, #ebebec 100%);
  background: url(images/header-footer/newsletter-arrow.png), -webkit-linear-gradient(top, #c6c6c7 0%, #ebebec 100%);
  background: url(images/header-footer/newsletter-arrow.png), linear-gradient(to bottom, #c6c6c7 0%, #ebebec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c7', endColorstr='#ebebec', GradientType=0);
  background-position: right top;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #newsletter_bar #content form input#email_address {
    width: 599px;
  }
  #newsletter_bar #content form input#newsletter_submit {
    float: right;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #newsletter_bar #content input[name="Email"] {
    width: 599px;
  }
  #newsletter_bar #content input[type="submit"] {
    float: right;
  }
}
/* */
#footer {
  background: #cacbcc;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#footer #content {
  width: 1280px;
  height: 249px;
  margin: 40px auto 40px auto;
  padding: 0px 0px 0px 0px;
  display: block;
}
#footer #content ul#menu-footer-nav {
  width: 780px;
  height: 168px;
  float: left;
  position: relative;
  margin: 39px 0px -40px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
  overflow: hidden;
}
/* columns would be awesome here, but we're supporting IE9... */
#footer #content ul#menu-footer-nav li {
  width: 260px;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 35px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children {
  width: 260px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children a {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: none;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children ul {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children ul li {
  width: auto;
  clear: both;
  overflow: hidden;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children ul li:last-child {
  margin-bottom: 0px;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children ul li a {
  float: left;
  position: relative;
  margin: -5px 0px -9px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #c01119;
  text-transform: uppercase;
  text-decoration: none !important;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children ul li:not(.telephone) a:hover,
#footer #content ul#menu-footer-nav li.menu-item-has-children ul li:not(.telephone) a:visited:hover {
  color: #fff;
  text-decoration: none !important;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children ul li.telephone a:link,
#footer #content ul#menu-footer-nav li.menu-item-has-children ul li.telephone a:visited {
  letter-spacing: 0.15em;
  color: #57585d;
  font-weight: 700;
  text-decoration: none !important;
  cursor: default;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children ul li.telephone a strong {
  color: #c01119;
}
#footer #content ul#menu-footer-nav li.menu-item-has-children ul li.telephone a em {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.01em;
  float: right;
  position: relative;
  margin: 7px 0px 0px 5px;
}
/*  */
#footer #content #footer_pantry {
  background: #fff;
  width: 420px;
  height: 249px;
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#footer #content #footer_pantry #pantry_content {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  float: left;
  position: relative;
  margin: 2px 0px 0px 2px;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d5d5d6;
  overflow: hidden;
}
#footer #content #footer_pantry.logged_out #pantry_content #logo {
  float: left;
  position: relative;
  margin: 20px 0px 0px 105px;
}
#footer #content #footer_pantry.logged_out #pantry_content p {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  line-height: 12px;
  font-weight: 400;
  text-transform: none;
  color: #57585d;
  clear: both;
}
#footer #content #footer_pantry.logged_out #pantry_content a.cta:link,
#footer #content #footer_pantry.logged_out #pantry_content a.cta:visited {
  background-color: #c01119;
  width: auto;
  height: 40px;
  float: left;
  position: relative;
  margin: 5px 20px 0px 0px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
#footer #content #footer_pantry.logged_out #pantry_content a.cta.dark {
  background-color: #57585d;
}
#footer #content #footer_pantry.logged_out #pantry_content a.cta div {
  width: 100%;
  height: 36px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 40px 0px 20px;
  line-height: 38px;
  border: 1px solid #fff;
}
#footer #content #footer_pantry.logged_out #pantry_content a#sign_up div {
  background-image: url("images/cta-check-sprite-39.png");
  /* images/header-footer/check-sprite-34.png */
  background-position: right 12px top -3px;
  background-repeat: no-repeat;
  padding-right: 33px;
}
#footer #content #footer_pantry.logged_out #pantry_content a.cta div {
  background-image: url("images/cta-arrow-sprite-39.png");
  /* images/header-footer/arrow-right-sprite-34.png */
  background-position: right 12px top -3px;
  background-repeat: no-repeat;
  padding-right: 24px;
}
#footer #content #footer_pantry.logged_out #pantry_content a.cta:hover,
#footer #content #footer_pantry.logged_out #pantry_content a.cta:visited:hover {
  background-color: #fff;
  color: #c4960c;
  border: 1px solid #c4960c;
  padding: 1px 1px 1px 1px;
}
#footer #content #footer_pantry.logged_out #pantry_content a.cta:hover div,
#footer #content #footer_pantry.logged_out #pantry_content a.cta:visited:hover div {
  background-position: right 12px bottom -2px !important;
  border: 1px solid #c4960c;
}
#footer #content #footer_pantry.logged_out #pantry_content a#sign_up {
  margin-left: 76px;
}
/*  */
#footer #content #footer_pantry.logged_in #pantry_content #logo {
  float: left;
  position: relative;
  margin: 13px 0px 16px -72px;
  left: 50%;
  clear: both;
}
#footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent {
  width: calc(100% - 40px);
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 20px;
  padding: 15px 0px 0px 0px;
  list-style-type: none;
  border-top: 1px solid #eaeaea;
}
#footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li {
  width: 65px;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 31px;
  padding: 0px 0px 0px 0px;
}
#footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li p {
  clear: both;
  line-height: 12px;
}
#footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li:first-child {
  margin-left: 10px;
}
#footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li a:link,
#footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li a:visited {
  float: left;
  position: relative;
  display: block;
  outline: none;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #57585d;
  text-align: center;
  text-transform: uppercase;
  leter-spacing: 0.05em;
}
#footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li a:hover,
#footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li a:visited:hover {
  color: #c01119;
}
#footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li a img {
  width: 65px;
  height: 65px;
  float: left;
  position: relative;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d5d5d6;
}
#footer #content #footer_pantry.logged_in #pantry_content #profile_bar {
  background: url(images/header-footer/my-pantry-profile-bar-bg.png) center top repeat-x;
  width: 100%;
  height: 52px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
}
#footer #content #footer_pantry.logged_in #pantry_content #profile_bar a.profile_image {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  margin: 7px 10px 0px 20px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
  border: 0px solid #dadadb;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  outline: none;
  overflow: hidden;
}
#footer #content #footer_pantry.logged_in #pantry_content #profile_bar p {
  float: left;
  position: relative;
  margin: 20px 0px 0px 20px;
  font-weight: 500;
  color: #c01119;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.025em;
  text-transform: capitalize;
}
#footer #content #footer_pantry.logged_in #pantry_content a.cta:link,
#footer #content #footer_pantry.logged_in #pantry_content a.cta:visited {
  background-color: #c01119;
  width: auto;
  height: 30px;
  float: left;
  position: relative;
  margin: 5px 10px 0px 0px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
#footer #content #footer_pantry.logged_in #pantry_content a.cta.dark {
  background-color: #57585d;
}
#footer #content #footer_pantry.logged_in #pantry_content a.cta:hover {
  border: 1px solid #c4960c;
  padding: 1px 1px 1px 1px;
}
#footer #content #footer_pantry.logged_in #pantry_content a.cta div {
  width: 100%;
  height: 26px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  line-height: 26px;
  border: 1px solid #fff;
}
#footer #content #footer_pantry.logged_in #pantry_content a.cta div {
  background-image: url(images/header-footer/arrow-right-sprite-24.png);
  background-position: right 7px top -1px;
  background-repeat: no-repeat;
  padding-right: 22px;
}
#footer #content #footer_pantry.logged_in #pantry_content a.cta:hover div {
  background-position: right 7px bottom 1px;
  border: 1px solid #c4960c;
}
#footer #content #footer_pantry.logged_in #pantry_content a.cta:hover,
#footer #content #footer_pantry.logged_in #pantry_content a.cta:visited:hover {
  background: #fff;
  color: #c4960c;
}
#footer #content #footer_pantry.logged_in #pantry_content #profile_bar a.cta {
  float: right;
  margin: 12px 20px 0px 0px;
}
/* */
#footer #content ul#menu-social-links {
  width: 136px  !important;
  height: 32px;
  float: left;
  position: relative;
  margin: 68px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  display: block;
  overflow: hidden;
}
#footer #content ul#menu-social-links li {
  width: 32px !important;
  height: 32px !important;
  float: left !important;
  position: relative !important;
  margin: 0px 20px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  overflow: hidden !important;
  display: block !important;
}
#footer #content ul#menu-social-links li:last-child {
  margin-right: 0px !important;
}
#footer #content ul#menu-social-links li a:link,
#footer #content ul#menu-social-links li a:visited {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  width: 32px !important;
  height: 32px !important;
  float: left !important;
  position: relative !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  text-decoration: none !important;
  text-indent: -9999px !important;
  text-align: left !important;
  display: block !important;
  cursor: pointer;
  overflow: hidden !important;
}
#footer #content ul#menu-social-links li.fb a {
  background-image: url('images/header-footer/facebook.png');
}
#footer #content ul#menu-social-links li.tw a {
  background-image: url('images/header-footer/twitter.png');
}
#footer #content ul#menu-social-links li.yt a {
  background-image: url('images/header-footer/youtube.png');
}
#footer #content ul#menu-social-links li.linkedin a {
  background-image: url('images/header-footer/linkedin.png');
}
/* */
#bottom_bar {
  background: #57585d;
  width: 100%;
  min-height: 40px;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#bottom_bar #content {
  width: 800px;
  margin: 0px auto 0px auto;
  color: #ffffff;
  font-family: "Hind", sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}
#bottom_bar #content p {
  position: relative;
  margin: 6px 0px 0px 0px;
  text-align: center;
}
#bottom_bar #content ul {
  position: relative;
  margin: 15px 0px 0px 0px;
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
  width: auto;
}
#bottom_bar #content ul:after {
  content: '';
  clear: both;
  display: block;
}
@media screen and (min-width: 1360px) {
  #bottom_bar #content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6px;
    margin-top: 8px;
  }
}
#bottom_bar #content ul li {
  float: left;
  position: relative;
  margin: 0px 20px 0px 0px;
  display: block;
}
#bottom_bar #content ul li a:link,
#bottom_bar #content ul li a:visited {
  color: #ffffff;
  font-family: "Hind", sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
#bottom_bar #content ul li a:hover,
#bottom_bar #content ul li a:visited:hover {
  color: #c4960c;
  text-decoration: none;
}
#google_language_translator {
  width: auto;
  float: left;
  position: relative;
  margin: 0;
  padding: 0px 2px 0px 0px;
  display: block;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  color: #414246;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  list-style: none;
  list-style-position: inside;
  cursor: pointer;
}
#google_language_translator select {
  color: #000;
}
/* footer responsive */
@media screen and (max-width: 1360px) {
  #newsletter_bar {
    /* newsletter bar */
  }
  #newsletter_bar #content {
    /* content */
  }
  #newsletter_bar #content .content__inner {
    width: calc(100% - 40px);
    margin: 30px auto 0 auto;
    /* form */
  }
  #newsletter_bar #content .content__inner input[name="Email"] {
    width: 100%;
  }
  #footer {
    /* footer */
  }
  #footer #content {
    width: calc(100% - 40px);
    height: auto;
    float: left;
    position: relative;
    margin: 0px 20px 0px 20px;
    padding: 20px 0px 20px 0px;
  }
  #footer #content ul#menu-footer-nav {
    width: 650px;
    height: auto;
    margin: 39px 0px -40px 0px;
    padding: 0px 0px 0px 0px;
    /* ul */
  }
  #footer #content ul#menu-footer-nav li {
    width: 200px !important;
    height: auto;
    margin: 0px 0px 35px 0px;
  }
  #footer #content ul#menu-footer-nav li.telephone {
    width: 250px !important;
  }
  #footer #content ul#menu-footer-nav ul#menu-social-links {
    width: 136px  !important;
    height: 32px;
    float: left;
    position: relative;
    margin: 70px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
    overflow: hidden;
  }
  #footer #content ul#menu-footer-nav ul#menu-social-links li {
    width: 32px !important;
    height: 32px !important;
    float: left !important;
    position: relative !important;
    margin: 0px 20px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    overflow: hidden !important;
    display: block !important;
  }
  #footer #content ul#menu-footer-nav ul#menu-social-links li:last-child {
    margin-right: 0px !important;
  }
  #bottom_bar #content {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  /* end 1360 */
}
@media screen and (max-width: 1140px) {
  #newsletter_bar {
    /* newsletter bar */
  }
  #newsletter_bar #content {
    /* content */
  }
  #newsletter_bar #content .content__inner {
    /* form */
  }
  #newsletter_bar #content .content__inner div.title {
    padding: 10px 0 0 62px;
    font-size: 32px;
    line-height: 48px;
  }
  #newsletter_bar #content .content__inner p {
    margin: 23px 0px 0px 20px;
  }
  #newsletter_bar #content .content__inner input[name="Email"] {
    font-size: 18px;
    margin-left: 18px;
  }
  #footer {
    /* footer */
  }
  #footer #content {
    padding-top: 33px;
    padding-bottom: 40px;
  }
  #footer #content ul#menu-footer-nav {
    width: calc(100% - 450px);
    height: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    /* ul */
  }
  #footer #content ul#menu-footer-nav li {
    width: 50% !important;
    height: auto;
    margin: 0px 0px 10px 0px;
  }
  #footer #content ul#menu-footer-nav li ul.sub-menu {
    width: 100% !important;
  }
  #footer #content ul#menu-footer-nav li ul.sub-menu li {
    width: 100% !important;
  }
  #footer #content ul#menu-footer-nav li ul.sub-menu li a {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  #footer #content ul#menu-footer-nav li.menu-item-right {
    width: 100% !important;
  }
  #footer #content ul#menu-footer-nav li.menu-item-right ul {
    height: 100px !important;
  }
  #footer #content ul#menu-footer-nav li.menu-item-right ul li:last-child {
    position: absolute;
    left: 0px;
    top: 10px;
  }
  #footer #content ul#menu-footer-nav li.menu-item-right ul li:first-child {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  #footer #content ul#menu-footer-nav li.telephone em {
    float: none !important;
  }
  #footer #content ul#menu-footer-nav ul#menu-social-links {
    width: 136px  !important;
    height: right;
    float: left;
    position: relative;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
    overflow: hidden;
  }
  #footer #content ul#menu-footer-nav ul#menu-social-links li {
    width: 32px !important;
    height: 32px !important;
    float: left !important;
    position: relative !important;
    margin: 0px 20px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    overflow: hidden !important;
    display: block !important;
  }
  #footer #content ul#menu-footer-nav ul#menu-social-links li:last-child {
    margin-right: 0px !important;
  }
  /* end 1140 */
}
@media screen and (max-width: 930px) {
  #newsletter_bar {
    height: auto;
    /* newsletter bar */
  }
  #newsletter_bar #content {
    height: auto;
    padding-bottom: 20px;
    /* content */
  }
  #newsletter_bar #content .content__inner {
    height: auto;
    /* form */
  }
  #newsletter_bar #content .content__inner div.title {
    width: auto;
    margin-top: 0px;
    padding: 0px 0px 0px 62px;
    margin-left: -112px;
    font-size: 32px;
    line-height: 44px;
    clear: both;
    left: 50%;
  }
  #newsletter_bar #content .content__inner p {
    width: 100%;
    margin: -24px 0px 20px 0px;
    clear: both;
    font-size: 18px;
    text-align: center;
    text-indent: 19px;
  }
  #newsletter_bar #content .content__inner .wds-esc-form-simple {
    clear: both;
  }
  #newsletter_bar #content .content__inner input[name="Email"] {
    font-size: 18px;
    margin-left: 0px;
  }
  /* end 930 */
}
@media screen and (max-width: 890px) {
  #footer {
    /* footer */
  }
  #footer #content {
    padding-top: 33px;
    padding-bottom: 40px;
  }
  #footer #content ul#menu-footer-nav {
    width: 100% !important;
    height: auto;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    /* ul */
  }
  #footer #content ul#menu-footer-nav li {
    width: 50% !important;
    height: auto;
    margin: 0px 0px 10px 0px;
  }
  #footer #content ul#menu-footer-nav li ul.sub-menu {
    width: 100% !important;
  }
  #footer #content ul#menu-footer-nav li ul.sub-menu li {
    width: 100% !important;
  }
  #footer #content ul#menu-footer-nav li ul.sub-menu li a {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    text-align: center !important;
  }
  #footer #content ul#menu-footer-nav li.menu-item-right {
    width: 100% !important;
  }
  #footer #content ul#menu-footer-nav li.menu-item-right ul {
    height: 90px !important;
  }
  #footer #content ul#menu-footer-nav li.menu-item-right ul li:last-child {
    position: absolute;
    left: 0px;
    top: 10px;
  }
  #footer #content ul#menu-footer-nav li.menu-item-right ul li:first-child {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  #footer #content ul#menu-footer-nav li.telephone em {
    float: none !important;
  }
  #footer #content ul#menu-footer-nav ul#menu-social-links {
    width: 136px  !important;
    height: right;
    float: left;
    position: relative;
    margin: 10px 0px 30px -21px;
    left: 50%;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
    overflow: hidden;
  }
  #footer #content ul#menu-footer-nav ul#menu-social-links li {
    width: 32px !important;
    height: 32px !important;
    float: left !important;
    position: relative !important;
    margin: 0px 20px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    overflow: hidden !important;
    display: block !important;
  }
  #footer #content ul#menu-footer-nav ul#menu-social-links li:last-child {
    margin-right: 0px !important;
  }
  #footer #content #footer_pantry {
    float: left;
    clear: both;
    left: 50%;
    margin-left: -210px;
  }
  /* end 890 */
}
@media screen and (max-width: 810px) {
  #bottom_bar {
    height: auto;
  }
  #bottom_bar #content p {
    width: 100%;
    text-align: center;
  }
  #bottom_bar #content ul {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
  }
  #bottom_bar #content ul li {
    width: 33%;
    text-align: center;
    margin-right: 0px;
  }
}
@media screen and (max-width: 530px) {
  #newsletter_bar {
    /* newsletter bar */
  }
  #newsletter_bar #content {
    /* content */
  }
  #newsletter_bar #content .content__inner {
    margin-top: 20px;
    /* form */
  }
  #newsletter_bar #content .content__inner div.title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #newsletter_bar #content .content__inner input[name="Email"] {
    margin-left: 0;
    clear: both;
    text-align: center;
  }
  #newsletter_bar #content .content__inner input[type="submit"] {
    width: 100%;
    left: 0;
    margin-left: 0;
    clear: both;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
  }
  #bottom_bar {
    height: auto;
  }
  #bottom_bar #content p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0px 0px 0px;
  }
  #bottom_bar #content ul {
    width: 100%;
    text-align: center;
    margin: 13px 0px 0px 0px;
    padding: 0px 0px 0px 0px !important;
  }
  #bottom_bar #content ul li {
    width: 100%;
    text-align: center;
    left: 0px !important;
    float: left !important;
    margin: 0px 0px 12px -1px !important;
    padding: 0px 0px 0px 0px !important;
    text-indent: 0px !important;
  }
  #bottom_bar #content ul li a {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  /* end 530 */
}
@media screen and (max-width: 460px) {
  #footer #content ul#menu-footer-nav li ul.sub-menu li a {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #footer #content #footer_pantry {
    width: calc(100% - 0px);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    left: 0px;
  }
  #footer #content #footer_pantry.logged_out {
    height: 279px;
  }
  #footer #content #footer_pantry.logged_out #pantry_content #logo {
    left: 50%;
    margin-left: -75px;
  }
  #footer #content #footer_pantry.logged_out #pantry_content #logo img {
    width: 150px !important;
    height: auto;
  }
  #footer #content #footer_pantry.logged_out #pantry_content p {
    font-size: 14px;
    line-height: 22px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0px;
  }
  #footer #content #footer_pantry.logged_out #pantry_content a.cta:link,
  #footer #content #footer_pantry.logged_out #pantry_content a.cta:visited {
    left: 0px !important;
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-top: 10px !important;
    float: left !important;
    position: relative !important;
    clear: both !important;
    text-align: center !important;
  }
  /*  */
  #footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li {
    width: 50%;
    margin: 0px 0px 0px 0px;
  }
  #footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li:first-child {
    margin-left: 0px;
  }
  #footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li:nth-child(3),
  #footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li:last-child {
    display: none !important;
  }
  #footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li a img {
    left: 50%;
    margin: 0px 0px 8px -32px;
  }
  #footer #content #footer_pantry.logged_in #pantry_content ul#pantry_recent li a div {
    width: 80%;
    float: left;
    position: relative;
    clear: both;
    margin-left: 10%;
  }
  /* end 460 */
}
/* */
/* mobile menu */
@media screen and (max-width: 1020px) {
  /* PX width TBD */
  body {
    padding-top: 81px;
  }
  body.open-toggle-nav {
    /* search and brands are different sizes? */
    padding-top: 81px;
    /* 161 */
  }
  /* prevent body scrolling when nav is open */
  body.mobilenav {
    position: fixed;
    overflow: hidden;
  }
  /* turn off desktop menu */
  #site_header {
    display: none;
  }
  /* mobile menu stuff */
  #mobile_nav_bar {
    background: #ffffff;
    width: 100%;
    height: 81px;
    position: fixed;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid #d5d5d6;
    z-index: 10000;
    display: block;
    /* end mobile nav*/
  }
  #mobile_nav_bar a#logo {
    /* background: url(images/mobile-nav/campbells-fs-logo_mobile-nav.png) left top no-repeat; */
    width: 134px;
    /* 134 */
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
    outline: none;
    text-decoration: none;
    display: block;
    z-index: 10000;
    /* trying to fix ios...*/
    -webkit-transform: translate3d(0, 0, 0);
  }
  #mobile_nav_bar a#logo img {
    width: 134px;
    /* 134 */
    height: 80px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
  }
  #mobile_nav_bar #mobile_brands_btn {
    background: #ffffff url(images/mobile-nav/campbells-c-sprite.png) center 0px no-repeat;
    width: 54px;
    height: 80px;
    position: absolute;
    right: 129px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #ffffff;
    border-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    z-index: 1;
  }
  #mobile_nav_bar #mobile_brands_btn:hover {
    background-position: center -80px;
  }
  #mobile_nav_bar #mobile_brands_btn div.button_center {
    width: 50px;
    height: 78px;
    position: absolute;
    left: 1px;
    top: 1px;
    border: 1px solid #ffffff;
    border-bottom: 0px;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
  }
  #mobile_nav_bar #mobile_brands_btn.open {
    height: 81px;
    border: 1px solid #d5d5d6;
    border-bottom: 1px solid #ffffff;
  }
  #mobile_nav_bar #mobile_brands_btn.open div.button_center {
    height: 81px;
    border: 1px solid #d5d5d6;
    border-bottom: 1px solid #ffffff;
  }
  #mobile_nav_bar #mobile_brands_btn.open:hover {
    background-position: center 0px;
  }
  #mobile_nav_bar #mobile_search_btn {
    background: #ffffff url(images/mobile-nav/search-sprite.png) center 0px no-repeat;
    width: 54px;
    height: 80px;
    position: absolute;
    right: 75px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #ffffff;
    border-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    z-index: 1;
  }
  #mobile_nav_bar #mobile_search_btn:hover {
    background-position: center -80px;
  }
  #mobile_nav_bar #mobile_search_btn div.button_center {
    width: 50px;
    height: 78px;
    position: absolute;
    left: 1px;
    top: 1px;
    border: 1px solid #ffffff;
    border-bottom: 0px;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
  }
  #mobile_nav_bar #mobile_search_btn.open {
    background-position: center -160px;
    background-color: #c01119;
    border: 1px solid #c01119;
    border-bottom: 0px;
  }
  #mobile_nav_bar #mobile_search_btn.open div.button_center {
    height: 81px;
    border-bottom: 1px solid #c01119;
  }
  #mobile_nav_bar #mobile_menu_btn {
    background: url(images/mobile-nav/mobile-menu-btn-sprite.png) 0px 0px no-repeat;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    cursor: pointer;
  }
  #mobile_nav_bar #mobile_menu_btn:hover {
    background-position: 0px -40px;
  }
  #mobile_nav_bar #mobile_search {
    background: #c01119;
    width: 100%;
    height: 81px;
    position: absolute;
    left: 0px;
    top: 80px;
    display: none;
    z-index: 0;
    /* end mobile search */
  }
  #mobile_nav_bar #mobile_search.open {
    display: block;
  }
  #mobile_nav_bar #mobile_search form {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 2px;
    height: 77px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: block;
  }
  #mobile_nav_bar #mobile_search form input#s {
    background: #ffffff;
    width: calc(100% - 80px);
    height: 40px;
    position: absolute;
    left: 20px;
    top: 17px;
    border: 0px;
    padding-top: 2px;
    font-family: "Hind", sans-serif;
    font-size: 20px;
    font-weight: 300px;
    vertical-align: middle;
    text-indent: 10px;
    color: #57585d;
    letter-spacing: 0.025em;
    -webkit-font-smoothing: antialiased;
    outline: none;
  }
  #mobile_nav_bar #mobile_search form input#mobile_search_submit {
    background: #cccccc url(images/mobile-nav/search-btn.png) 0px 0px no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 17px;
    display: block;
    cursor: pointer;
    border: 0px;
    outline: none;
  }
  #mobile_nav_bar #mobile_search form input#mobile_search_submit:hover,
  #mobile_nav_bar #mobile_search form input#mobile_search_submit:active {
    background-position: 0px -40px;
  }
  #mobile_nav_bar #mobile_brands {
    background: #ffffff;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 81px;
    display: none;
    border-bottom: 1px solid #d5d5d6;
    z-index: 0;
    /* end mobile brands */
  }
  #mobile_nav_bar #mobile_brands.open {
    display: block;
  }
  #mobile_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 81px;
    display: none;
    z-index: 1001;
    /* end mobile nav */
  }
  #mobile_nav.open {
    display: block;
  }
  #mobile_nav div.menu_functions {
    background: #ffffff;
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0px;
    top: -81px;
  }
  #mobile_nav div.menu_functions a#logo {
    /* background: url(images/mobile-nav/campbells-fs-logo_mobile-nav.png) left top no-repeat; */
    width: 134px;
    /* 134 */
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
    outline: none;
    text-decoration: none;
    display: block;
    z-index: 10000;
    /* trying to fix ios...*/
    -webkit-transform: translate3d(0, 0, 0);
  }
  #mobile_nav div.menu_functions a#logo img {
    width: 134px;
    /* 134 */
    height: 80px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
  }
  #mobile_nav div.menu_functions #mobile_nav_close {
    background: url(images/mobile-nav/close-x.png) 0px 0px no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    cursor: pointer;
  }
  #mobile_nav div.menu_functions #mobile_nav_close:hover {
    background-position: 0px -40px;
  }
  #mobile_nav div.menu_functions ul#language {
    background: #ffffff;
    width: auto;
    height: 30px;
    position: absolute;
    right: 80px;
    top: 25px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #abacae;
    overflow: hidden;
    list-style-type: none;
    list-style-position: outside;
    cursor: pointer;
  }
  #mobile_nav div.menu_functions ul#language.open {
    height: auto;
  }
  #mobile_nav div.menu_functions ul#language.open li:first-child {
    background-position: right 10px bottom 0px;
    margin-bottom: -2px;
  }
  #mobile_nav div.menu_functions ul#language li {
    width: 65px;
    height: 26px;
    float: left;
    position: relative;
    margin: 1px 1px 1px 1px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #abacae;
    display: block;
    overflow: hidden;
    clear: both;
  }
  #mobile_nav div.menu_functions ul#language li:first-child {
    background: url(images/header-footer/language-arrow-sprite.png) right 10px top 1px no-repeat;
  }
  #mobile_nav div.menu_functions ul#language li a {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #414246;
    display: block;
  }
  #mobile_nav div.menu_functions ul#language li a:hover {
    text-decoration: none;
    color: #c4960c;
  }
  #mobile_nav #mobile_nav_content {
    background: #cacbcc;
    width: 100%;
    height: calc(100% - 81px);
    /* needed for scrolling due to positioning with navbar */
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 40px 0px;
    display: block;
    overflow-y: auto;
    z-index: 100;
    /* end mobile_nav_content */
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav {
    background: #ffffff;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0px 0px 38px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    list-style-type: none;
    list-style-position: outside;
    z-index: 100;
    /* end ul#menu-mobile-nav */
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100%;
    height: 78px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    border-bottom: 1px solid #d5d5d6;
    overflow: hidden;
    z-index: 1;
    /* end li */
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.open {
    height: auto;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.open div.arrow {
    background-position: left bottom;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li a {
    width: 100%;
    height: 78px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    display: block;
    z-index: 0;
    font-size: 26px;
    line-height: 78px;
    font-weight: 600;
    color: #57585d;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li div.arrow {
    background: url(images/mobile-nav/nav-arrows.png) 0px 0px no-repeat;
    width: 78px;
    height: 78px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    z-index: 1;
    cursor: pointer;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-has-children div.arrow {
    display: block;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-products {
    background-image: url(images/mobile-nav/products.png);
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-recipes {
    background-image: url(images/mobile-nav/recipes.png);
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-solutions {
    background-image: url(images/mobile-nav/solutions.png);
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-solutions ul.sub-menu li:nth-child(3) {
    border-right: 0px;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-solutions ul.sub-menu li:last-child {
    float: right !important;
    margin-left: -100px !important;
    width: calc(50% + 1px);
    clear: none !important;
    border-left: 1px solid #d5d5d6;
    /* margin-right: ~"calc(50% - 1px)";	*/
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-tips-trends {
    background-image: url(images/mobile-nav/tips-trends.png);
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-contact-us {
    background-image: url(images/mobile-nav/contact.png);
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-about-us {
    background-image: url(images/mobile-nav/our-story.png);
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-my-pantry {
    background-color: #c01119;
    background-image: url(images/mobile-nav/my-pantry.png);
    margin-top: -1px;
    border-top: 1px solid #c01119;
    border-bottom: 1px solid #c01119;
    z-index: 1;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-my-pantry a {
    color: #ffffff;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-my-pantry a em {
    font-style: normal;
    font-weight: 300;
    margin-right: 5px;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li.menu-item-behind-our-lines {
    background-image: url(images/mobile-nav/behind-our-lines.png);
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li:last-child {
    border-bottom: 0px;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li ul.sub-menu {
    width: calc(100% - 40px);
    float: left;
    position: relative;
    margin: 9px 20px 40px 20px;
    padding: 0px 0px 0px 0px;
    display: block;
    list-style-type: none;
    list-style-position: outside;
    /* end ul.sub-menu */
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li ul.sub-menu li {
    background-image: none !important;
    width: 50%;
    height: auto !important;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    border: 0px;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li ul.sub-menu li:nth-child(odd) {
    margin-right: -1px;
    border-right: 1px solid #d5d5d6;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li ul.sub-menu li:first-child a {
    padding-top: 0px;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li ul.sub-menu li:nth-child(2) a {
    padding-top: 0px;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li ul.sub-menu li:nth-last-child(2) a {
    padding-bottom: 0px;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li ul.sub-menu li:last-child a {
    padding-bottom: 0px;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li ul.sub-menu li div.arrow {
    display: none !important;
  }
  #mobile_nav #mobile_nav_content ul#menu-mobile-nav li ul.sub-menu li a {
    width: calc(100% - 30px);
    height: auto;
    float: left;
    position: relative;
    margin: 0px 15px 0px 15px;
    padding: 25px 0px 15px 0px;
    display: block;
    overflow: visible !important;
    z-index: 0;
    font-size: 18px;
    line-height: 22px;
    color: #818286;
  }
  #mobile_nav #mobile_nav_content #phone_number {
    margin: 0px auto 0px auto;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #57585d;
  }
  #mobile_nav #mobile_nav_content #phone_number strong {
    color: #c01119;
  }
  #mobile_nav #mobile_nav_content #phone_number em {
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    padding: 0px 0px 3px 5px;
  }
  #mobile_nav #mobile_nav_content ul#mobile-nav-social {
    width: 136px  !important;
    height: 32px;
    float: left;
    position: relative;
    margin: 23px 0px 0px -21px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
    overflow: hidden;
    left: 50%;
  }
  #mobile_nav #mobile_nav_content ul#mobile-nav-social li {
    width: 32px !important;
    height: 32px !important;
    float: left !important;
    position: relative !important;
    margin: 0px 20px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    overflow: hidden !important;
    display: block !important;
  }
  #mobile_nav #mobile_nav_content ul#mobile-nav-social li a {
    background-position: left top !important;
    background-repeat: no-repeat !important;
    width: 32px !important;
    height: 32px !important;
    float: left !important;
    position: relative !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    text-decoration: none !important;
    text-indent: -9999px !important;
    text-align: left !important;
    display: block !important;
    cursor: pointer;
    overflow: hidden !important;
  }
  #mobile_nav #mobile_nav_content ul#mobile-nav-social li:last-child {
    margin-right: 0px !important;
  }
  #mobile_nav #mobile_nav_content ul#mobile-nav-social li.fb a {
    background-image: url(images/header-footer/facebook.png);
  }
  #mobile_nav #mobile_nav_content ul#mobile-nav-social li.tw a {
    background-image: url(images/header-footer/twitter.png);
  }
  #mobile_nav #mobile_nav_content ul#mobile-nav-social li.yt a {
    background-image: url(images/header-footer/youtube.png);
  }
  #mobile_nav #mobile_nav_content ul#mobile-nav-social li.linkedin a {
    background-image: url(images/header-footer/linkedin.png);
  }
  /* end screen width media query */
}
@media screen and (max-width: 480px) {
  /* brands tab starts intefering with the logo at ~302 wide */
  #mobile_nav_bar #mobile_brands_btn {
    right: 119px;
  }
  #mobile_nav_bar #mobile_search_btn {
    right: 65px;
  }
  #mobile_nav_bar #mobile_menu_btn {
    right: 10px;
  }
  ul#menu-mobile-nav li {
    background-position: -10px 0px !important;
  }
  ul#menu-mobile-nav li div.arrow {
    right: -10px !important;
  }
  #mobile_nav div.menu_functions #mobile_nav_close {
    right: 10px;
  }
  #mobile_nav div.menu_functions ul#language {
    right: 60px;
  }
}
@media screen and (max-width: 400px) {
  li.menu-item-behind-our-lines {
    text-indent: 40px;
  }
}
@media screen and (max-width: 450px) {
  ul#menu-mobile-nav li a {
    font-size: 20px !important;
  }
  ul#menu-mobile-nav li ul.sub-menu {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  ul#menu-mobile-nav li ul.sub-menu li a {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}
@media screen and (max-width: 380px) {
  #mobile_search_btn {
    width: 40px !important;
    right: 62px !important;
  }
  #mobile_search_btn div.button_center {
    width: 36px !important;
  }
  #mobile_brands_btn {
    width: 40px !important;
    right: 106px !important;
  }
  #mobile_brands_btn div.button_center {
    width: 36px !important;
  }
  /* */
}
.pushr {
  height: 0 !important;
}
.with-pushr.top-bar-enable #tpbr_topbar {
  transition: top 0.1s ease-in-out;
  top: 160px !important;
}
.with-pushr.top-bar-enable.open-toggle-nav-search #tpbr_topbar {
  top: 244px !important;
}
.with-pushr.top-bar-enable.sticky #tpbr_topbar {
  top: 91px !important;
}
.with-pushr.top-bar-enable.sticky.open-toggle-nav-search #tpbr_topbar {
  top: 176px !important;
}
/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1340px) {
  ul#team-members {
    width: 100%;
    margin-left: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .content {
    width: 100%;
    max-width: none;
  }
  .content .image {
    max-width: calc(100% - 30px);
  }
  .home_hero {
    width: 100%;
    height: 560px;
    position: relative;
  }
  .home_hero .stage {
    width: calc(100% - 40px);
  }
  .home_hero .stage .content {
    width: calc(50% - 40px);
    margin: 5% 0px 0px 40px;
  }
  .home_hero .stage a.image {
    width: 50%;
    max-width: 560px;
    height: auto;
    max-height: 560px;
    float: right;
    position: relative;
    margin: 0px 0px 0px 0px;
  }
  .home_hero .stage a.image img {
    width: 100%;
    height: auto;
  }
  #main #brands {
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
  }
  #main #brands .wrap {
    width: calc(100% - 40px);
    margin: 0px 20px 0px 20px;
    padding: 57px 0px 0px 0px;
  }
  div.one_can_cards .stage,
  div.tools_cards .stage,
  div.tips_cards .stage,
  div.tips-trends_cards .stage,
  div.home_cards .stage,
  div.solutions_cards .stage,
  div.brand_cards .stage,
  div.search_cards .stage,
  div.related_cards .stage,
  div.products_related_recipe_cards .stage {
    width: calc(100% - 40px);
    /* stage */
  }
  div.one_can_cards .stage h3,
  div.tools_cards .stage h3,
  div.tips_cards .stage h3,
  div.tips-trends_cards .stage h3,
  div.home_cards .stage h3,
  div.solutions_cards .stage h3,
  div.brand_cards .stage h3,
  div.search_cards .stage h3,
  div.related_cards .stage h3,
  div.products_related_recipe_cards .stage h3 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  div.one_can_cards .stage p,
  div.tools_cards .stage p,
  div.tips_cards .stage p,
  div.tips-trends_cards .stage p,
  div.home_cards .stage p,
  div.solutions_cards .stage p,
  div.brand_cards .stage p,
  div.search_cards .stage p,
  div.related_cards .stage p,
  div.products_related_recipe_cards .stage p {
    width: 90%;
    margin: 0px 5% 0px 5%;
  }
  div.one_can_cards .stage ul,
  div.tools_cards .stage ul,
  div.tips_cards .stage ul,
  div.tips-trends_cards .stage ul,
  div.home_cards .stage ul,
  div.solutions_cards .stage ul,
  div.brand_cards .stage ul,
  div.search_cards .stage ul,
  div.related_cards .stage ul,
  div.products_related_recipe_cards .stage ul {
    width: 100%;
    /* 826px */
    margin: 57px 0px 0px 0px;
    /* -413px */
    left: auto;
    /* ul */
  }
  div.one_can_cards .stage ul li,
  div.tools_cards .stage ul li,
  div.tips_cards .stage ul li,
  div.tips-trends_cards .stage ul li,
  div.home_cards .stage ul li,
  div.solutions_cards .stage ul li,
  div.brand_cards .stage ul li,
  div.search_cards .stage ul li,
  div.related_cards .stage ul li,
  div.products_related_recipe_cards .stage ul li {
    width: calc(25% - 15px);
    /* 20 px margin between 3 cards, 60/4 = 15 */
    /* li */
  }
  div.one_can_cards .stage ul li:last-child,
  div.tools_cards .stage ul li:last-child,
  div.tips_cards .stage ul li:last-child,
  div.tips-trends_cards .stage ul li:last-child,
  div.home_cards .stage ul li:last-child,
  div.solutions_cards .stage ul li:last-child,
  div.brand_cards .stage ul li:last-child,
  div.search_cards .stage ul li:last-child,
  div.related_cards .stage ul li:last-child,
  div.products_related_recipe_cards .stage ul li:last-child {
    margin-right: 0px !important;
  }
  div.one_can_cards .stage ul li .content,
  div.tools_cards .stage ul li .content,
  div.tips_cards .stage ul li .content,
  div.tips-trends_cards .stage ul li .content,
  div.home_cards .stage ul li .content,
  div.solutions_cards .stage ul li .content,
  div.brand_cards .stage ul li .content,
  div.search_cards .stage ul li .content,
  div.related_cards .stage ul li .content,
  div.products_related_recipe_cards .stage ul li .content {
    /* content */
  }
  div.one_can_cards .stage ul li .content .image,
  div.tools_cards .stage ul li .content .image,
  div.tips_cards .stage ul li .content .image,
  div.tips-trends_cards .stage ul li .content .image,
  div.home_cards .stage ul li .content .image,
  div.solutions_cards .stage ul li .content .image,
  div.brand_cards .stage ul li .content .image,
  div.search_cards .stage ul li .content .image,
  div.related_cards .stage ul li .content .image,
  div.products_related_recipe_cards .stage ul li .content .image {
    width: calc(100% - 20px);
    /*    233 x 131 */
    max-width: 100% !important;
    height: 131px !important;
  }
  div.one_can_cards .stage ul li .content p,
  div.tools_cards .stage ul li .content p,
  div.tips_cards .stage ul li .content p,
  div.tips-trends_cards .stage ul li .content p,
  div.home_cards .stage ul li .content p,
  div.solutions_cards .stage ul li .content p,
  div.brand_cards .stage ul li .content p,
  div.search_cards .stage ul li .content p,
  div.related_cards .stage ul li .content p,
  div.products_related_recipe_cards .stage ul li .content p {
    width: calc(100% - 30px);
    margin: 0px 15px 45px 15px;
    font-size: 16px;
    line-height: 24px;
  }
  div.one_can_cards .stage ul li .content p.title,
  div.tools_cards .stage ul li .content p.title,
  div.tips_cards .stage ul li .content p.title,
  div.tips-trends_cards .stage ul li .content p.title,
  div.home_cards .stage ul li .content p.title,
  div.solutions_cards .stage ul li .content p.title,
  div.brand_cards .stage ul li .content p.title,
  div.search_cards .stage ul li .content p.title,
  div.related_cards .stage ul li .content p.title,
  div.products_related_recipe_cards .stage ul li .content p.title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  div.one_can_cards .stage ul li .content a.cta,
  div.tools_cards .stage ul li .content a.cta,
  div.tips_cards .stage ul li .content a.cta,
  div.tips-trends_cards .stage ul li .content a.cta,
  div.home_cards .stage ul li .content a.cta,
  div.solutions_cards .stage ul li .content a.cta,
  div.brand_cards .stage ul li .content a.cta,
  div.search_cards .stage ul li .content a.cta,
  div.related_cards .stage ul li .content a.cta,
  div.products_related_recipe_cards .stage ul li .content a.cta {
    /* cta */
  }
  div.one_can_cards .stage ul li .content a.cta.products,
  div.tools_cards .stage ul li .content a.cta.products,
  div.tips_cards .stage ul li .content a.cta.products,
  div.tips-trends_cards .stage ul li .content a.cta.products,
  div.home_cards .stage ul li .content a.cta.products,
  div.solutions_cards .stage ul li .content a.cta.products,
  div.brand_cards .stage ul li .content a.cta.products,
  div.search_cards .stage ul li .content a.cta.products,
  div.related_cards .stage ul li .content a.cta.products,
  div.products_related_recipe_cards .stage ul li .content a.cta.products {
    margin-left: -97px !important;
  }
  div.one_can_cards .stage ul li .content a.cta.recipes,
  div.tools_cards .stage ul li .content a.cta.recipes,
  div.tips_cards .stage ul li .content a.cta.recipes,
  div.tips-trends_cards .stage ul li .content a.cta.recipes,
  div.home_cards .stage ul li .content a.cta.recipes,
  div.solutions_cards .stage ul li .content a.cta.recipes,
  div.brand_cards .stage ul li .content a.cta.recipes,
  div.search_cards .stage ul li .content a.cta.recipes,
  div.related_cards .stage ul li .content a.cta.recipes,
  div.products_related_recipe_cards .stage ul li .content a.cta.recipes {
    margin-left: -85px !important;
  }
  div.one_can_cards .stage ul li .content a.cta.solutions,
  div.tools_cards .stage ul li .content a.cta.solutions,
  div.tips_cards .stage ul li .content a.cta.solutions,
  div.tips-trends_cards .stage ul li .content a.cta.solutions,
  div.home_cards .stage ul li .content a.cta.solutions,
  div.solutions_cards .stage ul li .content a.cta.solutions,
  div.brand_cards .stage ul li .content a.cta.solutions,
  div.search_cards .stage ul li .content a.cta.solutions,
  div.related_cards .stage ul li .content a.cta.solutions,
  div.products_related_recipe_cards .stage ul li .content a.cta.solutions {
    margin-left: -86px !important;
  }
  div.one_can_cards .stage ul li .content a.cta.tips,
  div.tools_cards .stage ul li .content a.cta.tips,
  div.tips_cards .stage ul li .content a.cta.tips,
  div.tips-trends_cards .stage ul li .content a.cta.tips,
  div.home_cards .stage ul li .content a.cta.tips,
  div.solutions_cards .stage ul li .content a.cta.tips,
  div.brand_cards .stage ul li .content a.cta.tips,
  div.search_cards .stage ul li .content a.cta.tips,
  div.related_cards .stage ul li .content a.cta.tips,
  div.products_related_recipe_cards .stage ul li .content a.cta.tips {
    margin-left: -86px !important;
  }
  .landing_hero .stage {
    max-width: 1280px;
    width: 100%;
  }
  .landing_hero .stage .content {
    width: 47%;
    padding-left: 25px;
  }
  .landing_hero .stage ul.cards {
    width: 50%;
  }
  .landing_hero .stage ul.cards li {
    width: 47%;
  }
  .landing_hero .stage ul.cards li .content {
    width: calc(100% - 6px);
    /*    233 x 131 */
  }
  .landing_hero .stage ul.cards.recipes li,
  .landing_hero .stage ul.cards.solutions li {
    width: 100%;
  }
  .landing_hero .stage ul.cards.recipes li .content,
  .landing_hero .stage ul.cards.solutions li .content {
    width: calc(100% - 6px);
    /*    233 x 131 */
    max-width: 100%;
  }
  ul#category-list.products,
  ul#category-list.solutions {
    max-width: 1280px;
    width: 100%;
    left: auto;
    margin: 0 0 40px 0;
  }
  ul#category-list.products li,
  ul#category-list.solutions li {
    margin-right: 20px !important;
  }
  ul#category-list.products li:nth-child(even),
  ul#category-list.solutions li:nth-child(even) {
    margin-right: 0 !important;
  }
  ul#category-list.internal {
    max-width: 1280px;
    width: 100%;
    left: auto;
    margin: 0 0 40px 0;
    padding: 0 20px;
  }
  #page-stage {
    width: 100%;
    margin: 40px 0 60px;
    padding: 0 20px;
    left: auto;
  }
  ul.tips_large_cards,
  #meet-our-team-box {
    width: calc(50% - 10px);
  }
  ul.tips_large_cards li .image {
    max-width: 100%;
  }
  #page.calculator {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    left: 0px;
    /* #page.calculator	 */
  }
  #page.calculator div.left_content {
    width: calc(100% - 800px);
    float: left;
    margin-top: 0px !important;
  }
  #page.calculator div.left_content h2 {
    margin-top: 0px !important;
    width: auto !important;
  }
  #page.calculator div.left_content div.the_content {
    width: 100%;
    float: left;
    position: relative;
    display: block;
  }
  #page.calculator div.left_content div.the_content h1 {
    width: 100%;
    margin-top: 0px !important;
  }
  #page.calculator div.left_content div.the_content h2 {
    margin: 0px 0px 17px 0px !important;
  }
  #page.calculator #calculator {
    margin: 0px 0px 0px 0px;
    width: 780px;
  }
  #page.calculator #calculator p {
    width: calc(100% - 80px);
    float: left;
    position: relative;
    margin: 20px 0px 0px 80px;
    text-align: left;
  }
  /* my pantry 3col callout */
  div.pre_footer {
    /* padding: 60px 0px 60px 0px; */
    /* pre_footer */
  }
  div.pre_footer ul.callouts {
    width: 100%;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0 20px;
  }
  div.pre_footer ul.callouts li {
    width: calc(50% - 20px);
  }
  div.pre_footer .stage {
    width: calc(100% - 40px) !important;
    /* stage */
  }
  div.pre_footer .stage.mypantry .login_box {
    width: 341px !important;
    /* .login_box */
  }
  div.pre_footer .stage.mypantry .login_box .logo {
    width: 100%;
    margin: 33px 0px 0px 0px;
  }
  div.pre_footer .stage.mypantry .login_box p {
    width: calc(100% - 40px);
    /* margin: 0px 20px 21px 20px;
							font-size: 16px;
							line-height: 18px; */
  }
  div.pre_footer .stage.mypantry .login_box p.sub {
    /*
							margin-top: 21px;
							margin-bottom: 5px;
							font-size: 18px;*/
  }
  div.pre_footer .stage.mypantry .login_box a.dashboard {
    margin-left: 40px !important;
  }
  div.pre_footer .stage.mypantry .login_box a.signup {
    margin-left: 40px !important;
  }
  div.pre_footer .stage.mypantry .mypantry_callout_content {
    width: calc(100% - 347px);
    height: 310px;
    /* .callout content */
  }
  div.pre_footer .stage.mypantry .mypantry_callout_content ul {
    width: calc(100% - 80px);
    height: 165px;
    margin: 37px 0px 0px 40px;
    /* ul */
  }
  div.pre_footer .stage.mypantry .mypantry_callout_content ul li {
    width: 33.333%;
    height: 165px;
    padding: 115px 20px 0px 20px;
    display: block;
    font-size: 18px;
    line-height: 18px;
  }
  div.pre_footer .stage.mypantry .mypantry_callout_content p {
    width: calc(100% - 80px);
    margin: 0px 0px 0px 40px;
    padding: 13px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .landing_hero .stage ul.cards.tips-trends li .content {
    height: auto;
  }
  div.pre_footer ul.callouts li {
    height: auto;
  }
  div.pre_footer ul.callouts li .content {
    padding-bottom: 25px;
  }
}
@media (max-width: 1340px) and (min-width: 901px) {
  #page.calculator {
    /* #page.calculator	 */
  }
  #page.calculator #calculator div.number {
    width: 60px;
    height: 60px;
    margin: 20px 0px 0px 0px;
  }
  #page.calculator #calculator div.number em {
    margin: 12px 0px 0px 0px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.05em;
  }
  #page.calculator #calculator div.number strong {
    padding: 0px 0px 0px 3px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1230px) {
  /* tips-trends content breaking */
  #meet-our-team-box .footer .content .center {
    margin-left: 20px;
  }
}
@media (max-width: 1200px) {
  .home_hero {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
  }
  .home_hero .stage {
    width: calc(100% - 40px);
    height: 100%;
    float: left;
    position: relative;
    margin: 0px 20px 0px 20px;
  }
  .home_hero .stage .content {
    width: calc(45%);
    margin: 5% 0px 5% 5%;
    /* content */
  }
  .home_hero .stage .content h1 {
    padding: 0px 0px 8px 0px;
    font-size: 60px;
    line-height: 60px;
  }
  .home_hero .stage .content h2 {
    margin: 16px 0px 13px 0px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
  .home_hero .stage .content p {
    font-size: 18px;
    line-height: 26px;
  }
  .home_hero .stage a.image {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
  }
  .home_hero .stage a.image img {
    width: auto;
    height: 100%;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr {
    position: absolute;
    top: 0;
    left: -48.2%;
    width: calc(100vw - 40px);
  }
  .single-prod-ctr .entry-content .prod-content-left,
  .print-prod-ctr .entry-content .prod-content-left,
  .single-prod-ctr .entry-content .prod-content-right,
  .print-prod-ctr .entry-content .prod-content-right {
    padding-top: 110px;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar {
    float: right;
    width: 23.333333%;
  }
  #page.calculator {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    left: 0px;
    /* #page.calculator	 */
  }
  #page.calculator div.left_content {
    width: calc(100%);
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #page.calculator div.left_content div.the_content {
    width: calc(100% - 440px);
    float: left !important;
    position: relative;
    clear: none !important;
    margin-right: 0px !important;
  }
  #page.calculator div.left_content div.the_content h1 {
    width: 100% !important;
  }
  #page.calculator div.left_content div.the_content h2 {
    margin: 0px 0px 17px 0px;
  }
  #page.calculator div.left_content ul.callouts_left {
    width: 400px !important;
    float: right !important;
    clear: none !important;
    margin-top: -57px !important;
    margin-bottom: 20px;
  }
  #page.calculator #calculator {
    margin: 0px 0px 0px 0px;
    width: 100% !important;
  }
}
/* Large devices (large desktops, 992px and down) */
@media (max-width: 1199px) {
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr {
    left: -47.7%;
    width: calc(100vw);
    max-width: 940px;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar {
    width: 30.333333%;
  }
  table.creative-enhancements td {
    float: left;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  table.creative-enhancements td:before {
    right: 0 !important;
    left: 0 !important;
  }
  table.creative-enhancements td .virt-mid {
    right: 40px !important;
  }
  .nagl-col ul li {
    width: 50%;
  }
  #meet-our-team-box ul li {
    width: calc(50% - 20px);
  }
  #meet-our-team-box ul li:nth-child(1),
  #meet-our-team-box ul li:nth-child(3) {
    margin-left: 20px;
  }
  .download-area .inside a {
    font-size: 12px;
  }
  .contact .wrap .container {
    width: 100%;
  }
  .contact .wrap .container.right-container {
    width: 100%;
    min-height: 0;
    background: none;
  }
  .chef-bio .col-md-9 {
    padding-left: 40px;
  }
  .chef-bio .container.header-holder header {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  ul#category-list.recipes {
    max-width: 1280px;
    width: 100%;
    left: auto;
    margin: 0 0 40px 0;
  }
  p.center-content {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 20px;
  }
  #meet-our-team-box ul li img {
    width: 130px;
    height: 130px;
  }
  #meet-our-team-box .footer {
    height: auto;
  }
  #meet-our-team-box .footer .content .center {
    width: 100%;
    height: auto;
  }
  #meet-our-team-box .footer .content .center p {
    float: none;
    margin-top: 0;
  }
  #meet-our-team-box .footer .content .center a.cta {
    float: none;
    display: inline-block;
    margin-top: 15px;
  }
  /* my pantry 3col callout */
  div.pre_footer {
    padding: 20px 0px 20px 0px;
    /* pre_footer */
  }
  div.pre_footer .stage {
    /* stage */
  }
  div.pre_footer .stage.mypantry .login_box {
    /* .login_box */
  }
  div.pre_footer .stage.mypantry .login_box p {
    /* margin: 0px 20px 21px 20px;
							font-size: 16px;
							line-height: 18px; */
  }
  div.pre_footer .stage.mypantry .login_box p.sub {
    /*
							margin-top: 21px;
							margin-bottom: 5px;
							font-size: 18px;*/
  }
  div.pre_footer .stage.mypantry .mypantry_callout_content {
    /* .callout content */
  }
  div.pre_footer .stage.mypantry .mypantry_callout_content ul {
    width: calc(100% - 40px);
    margin: 27px 0px 0px 20px;
    /* ul */
  }
  div.pre_footer .stage.mypantry .mypantry_callout_content ul li {
    width: 33.333%;
    height: 165px;
    padding: 115px 10px 0px 10px;
    font-size: 16px;
    line-height: 16px;
  }
  div.pre_footer .stage.mypantry .mypantry_callout_content p {
    width: calc(100% - 40px);
    margin: 0px 0px 0px 20px;
    padding: 13px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1116px) {
  ul#category-list.recipes li:nth-child(5),
  ul#category-list.recipes li:nth-child(9) {
    margin-left: 20px !important;
  }
  ul#category-list.recipes li:nth-child(6),
  ul#category-list.recipes li:nth-child(12) {
    margin-left: 0px !important;
  }
}
@media (max-width: 1080px) {
  #main #brands {
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
  }
  #main #brands .wrap {
    width: calc(100% - 40px);
    margin: 0px 20px 0px 20px;
    padding: 57px 0px 0px 0px;
  }
  #main #brands .wrap p {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #main #brands .wrap #ul-brands {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  div.one_can_cards .stage ul li,
  div.tools_cards .stage ul li,
  div.tips_cards .stage ul li,
  div.tips-trends_cards .stage ul li,
  div.home_cards .stage ul li,
  div.solutions_cards .stage ul li,
  div.brand_cards .stage ul li,
  div.search_cards .stage ul li,
  div.related_cards .stage ul li,
  div.products_related_recipe_cards .stage ul li {
    width: calc(25% - 15px);
  }
  div.one_can_cards .stage ul li:last-child,
  div.tools_cards .stage ul li:last-child,
  div.tips_cards .stage ul li:last-child,
  div.tips-trends_cards .stage ul li:last-child,
  div.home_cards .stage ul li:last-child,
  div.solutions_cards .stage ul li:last-child,
  div.brand_cards .stage ul li:last-child,
  div.search_cards .stage ul li:last-child,
  div.related_cards .stage ul li:last-child,
  div.products_related_recipe_cards .stage ul li:last-child {
    margin-right: 0px !important;
  }
}
@media (max-width: 1020px) {
  body {
    padding-top: 81px !important;
  }
  .pagination .page {
    display: none;
  }
  #tpbr_topbar {
    z-index: 1000 !important;
    margin-top: -5px;
  }
  .with-pushr.sticky #tpbr_topbar,
  .with-pushr.sticky.top-bar-enable #tpbr_topbar,
  .with-pushr.sticky.top-bar-enable.open-toggle-nav-search #tpbr_topbar,
  .with-pushr.top-bar-enable #tpbr_topbar,
  .with-pushr.top-bar-enable.open-toggle-nav-search #tpbr_topbar {
    top: 86px !important;
  }
}
@media (max-width: 991px) {
  .chef-img img {
    float: none;
    margin: 0 auto;
  }
  div.one-can-image {
    width: 100%;
    margin-right: 0px;
  }
  div#contact-form form {
    padding-right: 0px !important;
    padding-top: 0px !important;
  }
  div#contact-form form div#emaildiv {
    width: 100%!important;
    clear: both;
  }
  div#contact-form form div#fnamediv,
  div#contact-form form div#lnamediv,
  div#contact-form form div#phonediv,
  div#contact-form form div#companynamediv,
  div#contact-form form div#faxdiv,
  div#contact-form form div#zip,
  div#contact-form form div#contact_meth,
  div#contact-form form div#contact_operator,
  div#contact-form form div#contact_position {
    width: 100% !important;
    clear: both !important;
    margin: 20px 0px 0px 0px !important;
  }
  div#contact-form form div#fnamediv,
  div#contact-form form div#phonediv,
  div#contact-form form div#zip,
  div#contact-form form div#contact_operator {
    margin-top: 0px !important;
  }
  div#contact-form form input,
  div#contact-form form select,
  div#contact-form form textarea {
    font-size: 18px !important;
  }
  div#contact-form form .newsletter_text {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 990px) {
  .landing_hero .stage ul.cards.recipes li .content p.title,
  .landing_hero .stage ul.cards.recipes li .content p.description {
    width: auto;
  }
  .home_hero .stage .content {
    width: calc(45%);
    margin: 5% 0px 5% 2.5%;
    /* content */
  }
  .home_hero .stage .content h1 {
    padding: 0px 0px 8px 0px;
    font-size: 48px;
    line-height: 48px;
  }
  .home_hero .stage .content h2 {
    margin: 16px 0px 13px 0px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
  }
  .home_hero .stage .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .home_hero .stage .content a.cta {
    background: #c01119;
    height: 44px;
    float: left;
    position: relative;
    padding: 0px 0px 0px 0px;
    border: 1px solid #c01119;
  }
  .home_hero .stage .content a.cta div {
    background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
    height: 40px;
    float: left;
    position: relative;
    margin: 1px 1px 1px 1px;
    padding: 0px 24px 0px 17px;
    border: 1px solid #ffffff;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 0.1em;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none !important;
  }
  .home_hero .stage .content a.cta:hover {
    background-color: #ffffff;
    border: 1px solid #c4960c;
  }
  .home_hero .stage .content a.cta:hover div {
    background-position: right 12px bottom -1px;
    color: #c4960c;
    border: 1px solid #c4960c;
  }
  .container.header-holder header {
    width: 100%;
    padding-bottom: 20px;
  }
  .entry-header .entry-title {
    font-size: 24px;
  }
  .results .entry-content #search-details article {
    height: auto;
  }
  .results .entry-content #search-details article div {
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .results .entry-content #search-details article .search-title {
    line-height: 20px;
  }
  .results .entry-content #search-details article .search-entry {
    line-height: 16px !important;
  }
  .results .entry-content #search-details article .search-fav {
    height: 70px;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr {
    left: -47%;
    width: calc(100vw);
    max-width: 750px;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar {
    width: 37.333333%;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size {
    float: left;
    width: 37.666667%;
  }
  #glossary-holder.sticky ul {
    position: fixed;
    top: 81px;
    width: 100%;
    max-width: 1270px;
    z-index: 100;
    left: 0;
  }
  .landing_hero .stage .content {
    width: 100%;
    max-width: 100%;
  }
  .landing_hero .stage .content h1,
  .landing_hero .stage .content p {
    float: none;
  }
  .landing_hero .stage ul.cards {
    width: 100%;
    clear: both;
  }
  .landing_hero .stage ul.cards li {
    width: calc(50% - 10px);
  }
  .landing_hero .stage ul.cards li .content {
    width: calc(100% - 6px);
  }
  ul.tips_large_cards {
    width: 100%;
  }
  ul.tips_large_cards li {
    width: calc(50% - 10px);
    height: auto;
  }
  ul.tips_large_cards li:first-child {
    margin-right: 20px;
  }
  ul.tips_large_cards li .content {
    height: auto;
    padding-bottom: 15px;
  }
  #meet-our-team-box {
    width: 100%;
    height: auto;
  }
  /* my pantry callout */
  .stage.mypantry .login_box {
    width: 100%;
    /* .login_box */
  }
  .stage.mypantry .login_box .logo {
    width: 100%;
    height: 119px;
    margin: 33px 0px 0px 0px;
  }
  .stage.mypantry .login_box p {
    width: calc(100% - 40px);
    margin: 0px 20px 21px 20px;
  }
  .stage.mypantry .login_box a.cta {
    background: #c01119;
    height: 44px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #c01119;
    /* cta */
  }
  .stage.mypantry .login_box a.cta div {
    background: url("images/cta-arrow-sprite-39.png") right 12px top 0px no-repeat;
    height: 40px;
    float: left;
    position: relative;
    margin: 1px 1px 1px 1px;
    padding: 0px 24px 0px 17px;
    border: 1px solid #ffffff;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 0.1em;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none !important;
  }
  .stage.mypantry .login_box a.cta.check div {
    background-image: url("images/cta-check-sprite-39.png");
    padding-right: 33px;
  }
  .stage.mypantry .login_box a.cta.dark {
    background-color: #57585d;
    border: 1px solid #57585d;
  }
  .stage.mypantry .login_box a.cta:hover {
    background-color: #ffffff;
    border: 1px solid #c4960c;
  }
  .stage.mypantry .login_box a.cta:hover div {
    background-position: right 12px bottom -1px;
    color: #c4960c;
    border: 1px solid #c4960c;
  }
  .stage.mypantry a.dashboard {
    margin-right: 0px !important;
    /*10 55 */
    margin-left: 126px !important;
  }
  .stage.mypantry a.signup {
    margin-right: 10px !important;
    margin-left: 80px !important;
  }
  div.pre_footer ul.callouts li {
    height: auto;
    width: 100% !important;
    margin-bottom: 25px;
  }
  div.pre_footer ul.callouts li .content {
    padding-bottom: 25px;
  }
  .results .entry-content #search-details article .search-fav {
    bottom: 0px;
    top: auto;
  }
}
@media (max-width: 960px) and (min-width: 840px) {
  #meet-our-team-box ul {
    padding: 25px;
  }
  #meet-our-team-box ul li {
    border: none !important;
    margin: 0 !important;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #meet-our-team-box ul li img {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  #page.calculator .left_content .the_content {
    width: 100% !important;
  }
  #page.calculator .left_content ul.callouts_left {
    display: none;
  }
}
@media (max-width: 960px) {
  div.one_can_cards .stage ul,
  div.tools_cards .stage ul,
  div.tips_cards .stage ul,
  div.tips-trends_cards .stage ul,
  div.home_cards .stage ul,
  div.solutions_cards .stage ul,
  div.brand_cards .stage ul,
  div.search_cards .stage ul,
  div.related_cards .stage ul,
  div.products_related_recipe_cards .stage ul {
    width: 100%;
  }
  div.one_can_cards .stage ul li,
  div.tools_cards .stage ul li,
  div.tips_cards .stage ul li,
  div.tips-trends_cards .stage ul li,
  div.home_cards .stage ul li,
  div.solutions_cards .stage ul li,
  div.brand_cards .stage ul li,
  div.search_cards .stage ul li,
  div.related_cards .stage ul li,
  div.products_related_recipe_cards .stage ul li {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
  div.one_can_cards .stage ul li:first-child,
  div.tools_cards .stage ul li:first-child,
  div.tips_cards .stage ul li:first-child,
  div.tips-trends_cards .stage ul li:first-child,
  div.home_cards .stage ul li:first-child,
  div.solutions_cards .stage ul li:first-child,
  div.brand_cards .stage ul li:first-child,
  div.search_cards .stage ul li:first-child,
  div.related_cards .stage ul li:first-child,
  div.products_related_recipe_cards .stage ul li:first-child,
  div.one_can_cards .stage ul li:nth-child(3),
  div.tools_cards .stage ul li:nth-child(3),
  div.tips_cards .stage ul li:nth-child(3),
  div.tips-trends_cards .stage ul li:nth-child(3),
  div.home_cards .stage ul li:nth-child(3),
  div.solutions_cards .stage ul li:nth-child(3),
  div.brand_cards .stage ul li:nth-child(3),
  div.search_cards .stage ul li:nth-child(3),
  div.related_cards .stage ul li:nth-child(3),
  div.products_related_recipe_cards .stage ul li:nth-child(3) {
    margin-left: 0px;
  }
  div.one_can_cards .stage ul li:nth-child(2),
  div.tools_cards .stage ul li:nth-child(2),
  div.tips_cards .stage ul li:nth-child(2),
  div.tips-trends_cards .stage ul li:nth-child(2),
  div.home_cards .stage ul li:nth-child(2),
  div.solutions_cards .stage ul li:nth-child(2),
  div.brand_cards .stage ul li:nth-child(2),
  div.search_cards .stage ul li:nth-child(2),
  div.related_cards .stage ul li:nth-child(2),
  div.products_related_recipe_cards .stage ul li:nth-child(2),
  div.one_can_cards .stage ul li:last-child,
  div.tools_cards .stage ul li:last-child,
  div.tips_cards .stage ul li:last-child,
  div.tips-trends_cards .stage ul li:last-child,
  div.home_cards .stage ul li:last-child,
  div.solutions_cards .stage ul li:last-child,
  div.brand_cards .stage ul li:last-child,
  div.search_cards .stage ul li:last-child,
  div.related_cards .stage ul li:last-child,
  div.products_related_recipe_cards .stage ul li:last-child {
    margin-right: 0px;
  }
  div.solutions_cards .stage ul li {
    width: calc(33% - 11px) !important;
    margin: 0px 0px 15px 0px !important;
  }
}
@media (max-width: 900px) {
  ul#category-list.recipes li:nth-child(4),
  ul#category-list.recipes li:nth-child(7),
  ul#category-list.recipes li:nth-child(10) {
    margin-left: 20px !important;
  }
  ul#category-list.recipes li:nth-child(5),
  ul#category-list.recipes li:nth-child(9),
  ul#category-list.recipes li:nth-child(6),
  ul#category-list.recipes li:nth-child(12) {
    margin-left: 0px !important;
  }
  ul#category-list.internal {
    width: calc(100% - 20px);
    margin: 0 auto;
    float: none;
  }
  ul#category-list.internal li {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  #page.calculator div .step p {
    float: left;
    clear: both;
    width: calc(100% - 120px);
    margin: 20px 0px 0px 120px;
  }
  #page.calculator div .step table {
    width: calc(100% - 120px) !important;
  }
  #page.calculator div .step table.profitperday.page {
    width: calc(100% - 120px) !important;
  }
  #page.calculator div .step table tr td:first-child {
    width: calc(100% - 30px);
    margin-left: 30px;
    float: none;
    display: block;
    clear: both;
    overflow: auto;
  }
  #page.calculator div .step table tr td input {
    width: 100%;
  }
  #page.calculator div .step table tr td.percent {
    width: calc(100% - 50px);
    border: none;
    margin-left: 50px;
    padding-right: 20px;
  }
  #page.calculator div .step table tr td.percent label {
    padding-left: 30px;
  }
  #page.calculator div .step table tr td.percent input {
    margin-left: 0;
  }
  #page.calculator div .step table tr td.math {
    display: inline-block;
    float: none;
    clear: left;
    margin-left: 20px;
  }
  #page.calculator div .step table tr td.mathpart2 {
    display: inline-block;
    float: none;
    padding-left: 5px;
    width: calc(100% - 45px);
  }
  #page.calculator div .step table tr td.mathpart2 select {
    width: 100%;
  }
  #page.calculator div .step table tr td.equals {
    width: calc(100% - 40px);
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -99999999px;
    padding-top: 0;
    margin-top: 20px;
    border-top: #d5d5d6 solid 3px;
    height: 0;
  }
  #page.calculator div .step table tr td.pps {
    padding-top: 0;
    width: calc(100% - 30px);
    margin-left: 30px;
    border: none;
  }
  #page.calculator div .step table tr td.pps input {
    width: 100% !important;
  }
  #page.calculator div .step table tr td.pps.percent_wide input {
    margin-left: 0;
    left: 0;
  }
  .nagl-col ul li {
    width: 100%;
  }
}
@media (max-width: 858px) {
  ul#category-list.solutions li {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  ul#category-list.solutions li:nth-child(even) {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  ul#category-list.products {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  ul#category-list.products li {
    width: calc(50% - 20px);
  }
  ul#category-list.products li h4 {
    font-size: 22px;
  }
  div.pre_footer .stage.mypantry .login_box {
    width: calc(100% - 6px) !important;
    text-align: center;
  }
  div.pre_footer .stage.mypantry .login_box a.dashboard {
    float: none;
    margin: 0 auto !important;
    display: inline-block;
  }
  div.pre_footer .stage.mypantry .mypantry_callout_content,
  div.pre_footer .stage.mypantry .login_box p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  ul#category-list.products li,
  ul#category-list.solutions li,
  ul#category-list.products li:nth-child(even),
  ul#category-list.solutions li:nth-child(even) {
    margin: 0 10px 20px !important;
  }
  div.pre_footer .stage.mypantry .login_box a.signup {
    margin-left: 0 !important;
  }
  div.pre_footer .stage.mypantry .login_box a.cta {
    float: none;
    display: inline-block;
  }
}
/* Large devices (large desktops, 768px and down) */
@media (max-width: 840px) {
  div.pre_footer ul.callouts li {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .home_hero {
    background-position: center center;
  }
  .home_hero .stage .content {
    width: 90% !important;
    max-width: 100% !important;
    margin: 10% 5% 2.5% 5%;
    /* content */
  }
  .home_hero .stage .content h1,
  .home_hero .stage .content h2,
  .home_hero .stage .content p {
    width: 100%;
    text-align: center;
  }
  .home_hero .stage .content a.cta {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home_hero .stage a.image {
    height: auto;
    width: 75%;
    left: auto;
    float: left;
    position: relative;
    margin-left: 12.5%;
  }
  .home_hero .stage a.image img {
    width: 100%;
    height: auto;
  }
  #main #brands {
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
  }
  #main #brands .wrap {
    width: calc(100% - 40px);
    margin: 0px 20px 0px 20px;
    padding: 57px 0px 0px 0px;
  }
  #main #brands .wrap h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #main #brands .wrap p {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #main #brands .wrap #ul-brands {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #open_menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    background: #c01119;
    padding: 0px 15px;
    color: #ffffff;
  }
  #open_menu span.arrows {
    display: inline-block;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
  }
  #open_menu span.small-text {
    font-size: 16px;
    float: left;
    margin-right: 6px;
  }
  #open_menu.open span.arrows {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #acc-menu {
    width: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
  }
  .results .entry-content #search-details {
    width: 100%;
    padding: 0;
    box-shadow: none;
    position: relative;
    padding-top: 40px;
    min-height: 0;
    padding-bottom: 50px;
  }
  .simplefavorite-button img {
    display: none !important;
  }
  #loader img {
    margin: 0 auto !important;
  }
  div.search_cards .stage ul.bottom-callout {
    padding-bottom: 50px;
  }
  div.search_cards .stage a.view-all-cta.bottom {
    display: block !important;
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  ul#category-list .products li,
  ul#category-list .solutions li {
    margin-right: 0 !important;
  }
  .inner-top-bar,
  .inner-pg-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #meet-our-team-box ul li {
    padding-bottom: 25px;
  }
}
@media (min-width: 841px) {
  #acc-menu {
    width: 19.2% !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 684px) {
  ul#category-list .recipes li:nth-child(3),
  ul#category-list .recipes li:nth-child(5),
  ul#category-list .recipes li:nth-child(7),
  ul#category-list .recipes li:nth-child(9) {
    margin-left: 20px !important;
  }
  ul#category-list .recipes li:nth-child(6),
  ul#category-list .recipes li:nth-child(12),
  ul#category-list .recipes li:nth-child(4),
  ul#category-list .recipes li:nth-child(10) {
    margin-left: 0px !important;
  }
  ul#category-list.products {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  ul#category-list.products li {
    width: calc(100% - 0px);
  }
}
@media (max-width: 540px) {
  .home_hero .stage .content h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #sbs-content {
    background-size: contain;
  }
  #sbs-content #column-holder {
    margin: 120px 0 0;
  }
  #sbs-content #column-holder #column-holder-int {
    border-left: none;
    border-right: none;
    padding: 80px 30px;
  }
  .results .entry-content #search-details article .search-fav {
    right: 7%;
  }
}
@media (max-width: 767px) {
  .wellness-content div {
    padding: 60px 0 60px;
  }
  .wellness-content div:before {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 25px;
  }
  #glossary-holder ul li {
    min-width: 20px;
  }
  .search-header.product header {
    padding-top: 28px;
  }
  .search-header.product header .search-title-holder {
    width: 100%;
  }
  .search-header.product header .results-num.details {
    width: 100%;
    padding-top: 25px;
  }
  .results .entry-content #search-details article .search-title {
    width: 90%;
  }
  .results .entry-content #search-details article .search-logo {
    padding-left: 0px;
    width: 13%;
  }
  .results .entry-content #search-details article .search-logo img.alignnone {
    margin: 0 !important;
  }
  .results .entry-content #search-details article .search-entry,
  .results .entry-content #search-details article .search-sku {
    width: 25%;
  }
  ul.tips_large_cards {
    padding-bottom: 25px;
  }
  ul.tips_large_cards li {
    width: 100%;
  }
  ul.tips_large_cards li:first-child {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  #glossary-holder {
    display: none !important;
  }
  ul#category-list.internal li {
    width: calc(100% - 20px);
  }
  #meet-our-team-box ul {
    padding: 25px;
  }
  #meet-our-team-box ul li {
    border: none !important;
    margin: 0 !important;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #meet-our-team-box ul li img {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .landing_hero .stage ul.cards li {
    width: 100%;
    margin-right: 0;
  }
  .products li:first-child {
    margin-bottom: 25px;
  }
  #calculator div.step div.number {
    float: none;
    margin: 0 auto 20px;
  }
  #page.calculator div .step p {
    margin: 20px 0 0;
    width: 100%;
  }
  #page.calculator div .step table {
    margin: 0;
    width: 100% !important;
  }
  #page.calculator div .step table.profitperday.page {
    width: 100% !important;
  }
  #cb_newsletter form .half div.d3-position {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width: 468px) {
  ul#category-list.recipes li {
    margin-left: 20px !important;
  }
  ul#category-list.recipes li:nth-child(6),
  ul#category-list.recipes li:nth-child(12),
  ul#category-list.recipes li:nth-child(4),
  ul#category-list.recipes li:nth-child(10) {
    margin-left: 20px !important;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    padding-top: 0px;
  }
  body.print {
    margin: 0 auto;
  }
  .container {
    width: 624px;
    padding: 0;
    margin: 0 auto;
  }
  #site_header,
  section.related-products,
  #newsletter_bar,
  #footer,
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar,
  .inner-top-bar.snacks,
  .inner-top-bar.recipe,
  .inner-top-bar.product,
  .single-prod-ctr #calculator-holder,
  .single-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=button],
  #bottom_bar #content ul {
    display: none !important;
  }
  .entry-header .entry-title {
    font-size: 16px;
    color: #c01119 !important;
    line-height: normal;
    text-align: right;
    margin-top: 0 !important;
    width: 100%;
    float: right;
    clear: both;
  }
  .entry-content {
    float: left;
  }
  .single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .dot-sep,
  .print-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr .dot-sep {
    padding-left: 0;
    padding-right: 0;
    font-size: 4px;
  }
  .entry-content .row {
    margin: 0;
  }
  .prod-content-right .case-code,
  .prod-content-right .pack-size,
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code,
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size,
  .print-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size {
    min-height: 50px !important;
  }
  .recipe-other-info li {
    font-size: 9px;
  }
  body.open-toggle-nav,
  body.open-toggle-nav-search,
  body.open-toggle-nav-brands {
    padding-top: 0;
  }
  .single-prod-ctr .entry-content .prod-content-left .prod-image-ctr {
    padding: 0;
    border: none;
    float: left !important;
    position: relative !important;
    display: block !important;
    clear: both !important;
    width: 180px !important;
    height: auto !important;
  }
  .single-prod-ctr .entry-content .prod-content-left .prod-image-ctr img {
    float: left !important;
    position: relative !important;
    display: block !important;
    clear: both !important;
    width: 180px !important;
    height: auto !important;
  }
  .single-prod-ctr .entry-content .prod-content-left {
    width: 180px;
    float: left;
    padding: 0;
  }
  .radial-progress {
    margin: 0;
    height: auto;
  }
  .radial-progress .inset span {
    font-size: 11px;
  }
  .radial-progress.easy .inset span {
    color: #4aa845 !important;
  }
  .radial-progress .inset {
    width: auto;
    height: auto;
    position: relative;
    margin-left: 0;
  }
  .single-prod-ctr .entry-content .prod-content-right {
    float: right !important;
    position: relative !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr {
    width: 400px !important;
    height: auto !important;
    float: left !important;
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    clear: both !important;
    display: block !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr .row {
    width: 400px !important;
    float: left !important;
    position: relative !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    display: block !important;
    border: 0px !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr .row::before,
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr .row::after {
    display: none !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr .row div.case-code,
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr .row div.prep-time {
    width: 30% !important;
    float: left !important;
    position: relative !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    display: block !important;
    border: 0px !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr .row div.pack-size,
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr .row div.serving {
    width: 70% !important;
    float: left !important;
    position: relative !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    display: block !important;
    border: 0px !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr .row div.pack-size p,
  .single-prod-ctr .entry-content .prod-content-right .recipe-top-area-ctr .row div.serving p {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr {
    margin-top: 10px;
    padding-bottom: 10px;
    display: block;
    clear: both;
    float: left;
    position: relative;
  }
  .single-prod-ctr .entry-content .prod-content-right {
    width: 401px;
    float: right;
    padding: 0 0 0 20px;
  }
  .single-prod-ctr .entry-content .prod-content-right .preparation .inner,
  .print-prod-ctr .entry-content .prod-content-right .preparation .inner,
  .single-prod-ctr .entry-content .prod-content-right .handling .inner,
  .print-prod-ctr .entry-content .prod-content-right .handling .inner,
  .single-prod-ctr .entry-content .prod-content-right .storage .inner,
  .print-prod-ctr .entry-content .prod-content-right .storage .inner {
    height: auto !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .features-ctr p,
  .print-prod-ctr .entry-content .prod-content-right .features-ctr p,
  .single-prod-ctr .entry-content .prod-content-right .preparation .inner p,
  .print-prod-ctr .entry-content .prod-content-right .preparation .inner p,
  .single-prod-ctr .entry-content .prod-content-right .handling .inner p,
  .print-prod-ctr .entry-content .prod-content-right .handling .inner p,
  .single-prod-ctr .entry-content .prod-content-right .storage .inner p,
  .print-prod-ctr .entry-content .prod-content-right .storage .inner p,
  .single-prod-ctr .entry-content .prod-content-left .ingredients-ctr p,
  .print-prod-ctr .entry-content .prod-content-left .ingredients-ctr p,
  .single-prod-ctr .entry-content .prod-content-left .allergens-ctr ul li,
  .print-prod-ctr .entry-content .prod-content-left .allergens-ctr ul li,
  .single-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell,
  .print-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell,
  .single-prod-ctr .entry-content .prod-content-right .serving-ideas-ctr p,
  .print-prod-ctr .entry-content .prod-content-right .serving-ideas-ctr p,
  .single-prod-ctr .entry-content .prod-content-right .more-ctr p,
  .print-prod-ctr .entry-content .prod-content-right .more-ctr p,
  .single-prod-ctr .entry-content .prod-content-right .other-info-ctr p,
  .print-prod-ctr .entry-content .prod-content-right .other-info-ctr p,
  .single-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell,
  .print-prod-ctr .entry-content .prod-content-right .packaging-ctr .pack-table .row .pack-table-cell {
    font-size: 11px;
    line-height: 13px;
  }
  .single-prod-ctr .entry-content .prod-content-right h4.underlined,
  .print-prod-ctr .entry-content .prod-content-right h4.underlined,
  .single-prod-ctr .entry-content .prod-content-right .preparation .inner h4,
  .print-prod-ctr .entry-content .prod-content-right .preparation .inner h4,
  .single-prod-ctr .entry-content .prod-content-right .handling .inner h4,
  .print-prod-ctr .entry-content .prod-content-right .handling .inner h4,
  .single-prod-ctr .entry-content .prod-content-right .storage .inner h4,
  .print-prod-ctr .entry-content .prod-content-right .storage .inner h4,
  .single-prod-ctr .entry-content .prod-content-right h4,
  .print-prod-ctr .entry-content .prod-content-right h4,
  .single-prod-ctr .entry-content .prod-content-left .allergens-ctr h3,
  .print-prod-ctr .entry-content .prod-content-left .allergens-ctr h3,
  .single-prod-ctr .entry-content .prod-content-right h4,
  .print-prod-ctr .entry-content .prod-content-right h4 {
    font-size: 12px;
  }
  .mid-area-ctr {
    width: 400px !important;
    height: auto !important;
    float: right !important;
    clear: both !important;
    display: block !important;
  }
  .mid-area-ctr .row {
    width: 400px !important;
    float: left !important;
    position: relative !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    display: block !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo .thumbnail img,
  .print-prod-ctr .entry-content .prod-content-right .mid-area-ctr .brand-logo .thumbnail img {
    max-height: 67px;
  }
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title {
    margin: 0;
  }
  .single-prod-ctr .entry-content .prod-content-right .mid-area-ctr .prod-title p {
    margin: 0;
    font-size: 11px;
    line-height: 13px;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .prod-toolbar .add-to-pantry {
    display: none;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code {
    border: none;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code h5,
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size h5 {
    font-size: 8px;
    line-height: 8px;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code.prep-time p,
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size.serving p {
    font-size: 18px;
    line-height: 18px;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .case-code {
    width: 30%;
    float: left;
  }
  .single-prod-ctr .entry-content .prod-content-right .top-area-ctr .pack-size {
    width: 70%;
    float: left;
  }
  .single-prod-ctr .entry-content .prod-content-right .features-ctr h4.inline {
    font-size: 14px;
    line-height: 7px;
    color: #c01119 !important;
    display: inline-block;
    float: left;
  }
  .single-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=text] {
    display: inline-block;
    float: left;
  }
  .single-prod-ctr .entry-content .prod-content-right .features-ctr {
    display: block;
  }
  .single-prod-ctr .entry-content .prod-content-right .features-ctr .note.left {
    display: block;
    max-width: 100%;
    width: 100%;
    clear: both;
    font-size: 11px;
  }
  .single-prod-ctr .entry-content .prod-content-right .features-ctr #yields input[type=text] {
    font-size: 12px;
    border: none;
    text-align: left;
  }
  .sizing-chart {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
  }
  #recipe-chart {
    padding: 10px 0 0;
    float: none;
    width: 100%;
    display: block;
  }
  .black-bar-lg,
  .black-bar-sm,
  .black-bar-md {
    background-color: #000 !important;
  }
  .single-prod-ctr .entry-content .prod-content-right .pantry-notes-ctr .brdr .notes-btn-ctr .btn-ghost {
    display: none;
  }
  .single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr h2,
  .single-prod-ctr .entry-content .prod-content-left .ingredients-ctr h3 {
    font-size: 11px;
  }
  .single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr,
  .single-prod-ctr .entry-content .prod-content-left .ingredients-ctr,
  .highlighted-recipt .top div.weight .center-text-v,
  .highlighted-recipt .top div.amount .center-text-v {
    font-size: 7px;
    line-height: 11px;
  }
  .single-prod-ctr .entry-content .prod-content-left .nutrition-facts-ctr {
    line-height: 8px;
    padding: 10px;
  }
  .single-prod-ctr .entry-content .prod-content-left .ingredients-ctr {
    padding: 10px;
  }
  .recipe-table tbody tr:first-child td {
    border: none;
  }
  .recipe-table thead td:first-child {
    font-size: 11px;
    line-height: 11px;
  }
  .recipe-table {
    margin-bottom: 0;
  }
  .recipe-table thead td.amount,
  .recipe-table thead td.weight,
  .recipe-table thead td.table-title {
    font-size: 9px;
    line-height: 11px;
  }
  .highlighted-recipt .bottom,
  .highlighted-recipt .top div .thumbnail {
    display: none;
  }
  .highlighted-recipt .top div {
    width: 187px;
  }
  .highlighted-recipt .top {
    border: none;
  }
  .highlighted-recipt .top div {
    padding: 0;
    overflow: hidden;
  }
  .recipe-table tbody td,
  .highlighted-recipt .top div .hr-txt,
  .recipe-table tbody.instructions-inner td:first-child {
    font-size: 9px;
    line-height: 12px;
    border: none;
    margin-top: 10px;
  }
  .recipe-table tbody td {
    border-top: #eaeaea solid 1px;
  }
  .highlighted-recipt .top div .hr-txt {
    color: #c01119 !important;
  }
  .recipe-table tbody td {
    padding: 5px 0;
  }
  .recipe-table tbody.instructions-inner td:first-child {
    margin-right: 0;
    text-align: left;
    width: 20px;
    color: #c01119 !important;
    margin-top: 2px;
  }
  .related_cards.recipes,
  .pre_footer.product-cards,
  .support-ctr,
  .related_cards.products,
  .brand_cards.products,
  .brand_cards.recipes,
  div.pre_footer,
  .container.header-holder,
  #page.calculator div.left_content {
    display: none;
  }
  .single-prod-ctr .entry-content .prod-content-right .preparation,
  .single-prod-ctr .entry-content .prod-content-right .handling,
  .single-prod-ctr .entry-content .prod-content-right .storage {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-prod-ctr .entry-content .prod-content-right .storage {
    margin-bottom: 0;
  }
  #sbs-content #column-holder {
    margin-top: 0;
  }
  .inner-top-bar {
    padding: 0;
  }
  .inner-top-bar .cat-icon {
    width: 100%;
  }
  .inner-top-bar .cat-icon h1 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .inner-top-bar .inner-top-bar-nav,
  .inner-top-bar .inner-top-bar-nav ul {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .inner-top-bar .inner-top-bar-nav ul li {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  #calculator {
    width: 100%;
  }
}
@media (max-width: 730px) {
  #main {
    padding: 0px !important;
    margin-bottom: 60px;
  }
  #main #brands {
    padding: 0px !important;
  }
  #main #brands .wrap {
    margin: 0px 20px 0px 20px;
    padding: 37px 0px 0px 0px;
  }
  #main #brands .wrap #ul-brands {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #main #brands .wrap #ul-brands li {
    height: 75px;
    margin-top: 30px;
  }
  #main #brands .wrap #ul-brands li img {
    width: auto;
    height: 100%;
  }
  #main #brands .wrap #ul-brands li:nth-child(1),
  #main #brands .wrap #ul-brands li:nth-child(2),
  #main #brands .wrap #ul-brands li:nth-child(3),
  #main #brands .wrap #ul-brands li:nth-child(4) {
    margin-top: 0px;
  }
}
@media (max-width: 680px) {
  ul.subpages.one-can li {
    width: calc(100%);
  }
  ul.subpages.one-can li:nth-child(odd) {
    margin-right: 0px;
  }
}
@media (max-width: 650px) {
  .pre_footer .stage.mypantry .mypantry_callout_content {
    height: auto !important;
  }
  .pre_footer .stage.mypantry .mypantry_callout_content ul {
    width: calc(100% - 80px);
    height: auto !important;
    margin-bottom: 0px !important;
    /* ul */
  }
  .pre_footer .stage.mypantry .mypantry_callout_content ul li {
    width: 33.333%;
    height: auto !important;
    padding: 68px 20px 0px 20px !important;
    margin-bottom: 20px !important;
    display: block;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.1em;
  }
  .pre_footer .stage.mypantry .mypantry_callout_content ul li:first-child {
    background-image: url("images/pantry/menus-48.png") !important;
  }
  .pre_footer .stage.mypantry .mypantry_callout_content ul li:nth-child(2) {
    background-image: url("images/pantry/recipes-48.png") !important;
  }
  .pre_footer .stage.mypantry .mypantry_callout_content ul li:last-child {
    background-image: url("images/pantry/products-48.png") !important;
  }
  .pre_footer .stage.mypantry .mypantry_callout_content p {
    width: calc(100% - 80px);
    margin-bottom: 20px !important;
    padding: 13px 0px 0px 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 620px) {
  #main {
    padding: 0px !important;
    margin-bottom: 50px;
  }
  #main #brands {
    padding: 0px !important;
  }
  #main #brands .wrap {
    margin: 0px 20px 0px 20px;
    padding: 37px 0px 0px 0px;
  }
  #main #brands .wrap #ul-brands {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #main #brands .wrap #ul-brands li {
    height: 60px;
    margin-top: 20px;
  }
  #main #brands .wrap #ul-brands li img {
    width: auto;
    height: 100%;
  }
  #main #brands .wrap #ul-brands li:nth-child(1),
  #main #brands .wrap #ul-brands li:nth-child(2),
  #main #brands .wrap #ul-brands li:nth-child(3),
  #main #brands .wrap #ul-brands li:nth-child(4) {
    margin-top: 0px;
  }
  .about-top-bar-nav ul li {
    width: 45%;
  }
}
@media (max-width: 600px) {
  div.one_can_cards .stage h3,
  div.tools_cards .stage h3,
  div.tips_cards .stage h3,
  div.tips-trends_cards .stage h3,
  div.home_cards .stage h3,
  div.solutions_cards .stage h3,
  div.brand_cards .stage h3,
  div.search_cards .stage h3,
  div.related_cards .stage h3,
  div.products_related_recipe_cards .stage h3 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  div.one_can_cards .stage ul,
  div.tools_cards .stage ul,
  div.tips_cards .stage ul,
  div.tips-trends_cards .stage ul,
  div.home_cards .stage ul,
  div.solutions_cards .stage ul,
  div.brand_cards .stage ul,
  div.search_cards .stage ul,
  div.related_cards .stage ul,
  div.products_related_recipe_cards .stage ul {
    width: 100%;
  }
  div.one_can_cards .stage ul li,
  div.tools_cards .stage ul li,
  div.tips_cards .stage ul li,
  div.tips-trends_cards .stage ul li,
  div.home_cards .stage ul li,
  div.solutions_cards .stage ul li,
  div.brand_cards .stage ul li,
  div.search_cards .stage ul li,
  div.related_cards .stage ul li,
  div.products_related_recipe_cards .stage ul li {
    margin-bottom: 15px;
    margin-right: 0px !important;
    margin-left: 10% !important;
  }
  table.creative-enhancements td img.alignleft {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  table.creative-enhancements td .virt-mid {
    position: relative;
    width: 100%;
    top: auto;
    float: left;
    right: auto !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 15px 25px;
  }
}
@media (max-width: 530px) {
  #main {
    padding: 0px !important;
    margin-bottom: 50px;
  }
  #main #brands {
    padding: 0px !important;
  }
  #main #brands .wrap {
    margin: 0px 20px 0px 20px;
    padding: 37px 0px 0px 0px;
  }
  #main #brands .wrap h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #main #brands .wrap #ul-brands {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: -20px;
  }
  #main #brands .wrap #ul-brands li {
    width: 33%;
    height: 60px;
    margin-top: 30px !important;
  }
  #main #brands .wrap #ul-brands li img {
    width: auto;
    height: 100%;
  }
  #main #brands .wrap #ul-brands li:nth-child(1),
  #main #brands .wrap #ul-brands li:nth-child(2),
  #main #brands .wrap #ul-brands li:nth-child(3) {
    margin-top: 0px !important;
  }
}
@media (max-width: 500px) {
  .about-top-bar-nav ul li {
    width: 100%;
  }
  .pre_footer .stage.mypantry .mypantry_callout_content ul {
    padding-top: 0px !important;
    margin-top: 20px !important;
    /* ul */
  }
  .pre_footer .stage.mypantry .mypantry_callout_content ul li {
    width: 100% !important;
    min-height: 48px !important;
    height: auto !important;
    padding: 20px 0px 0px 68px !important;
    margin: 0px 0px 20px 0px !important;
    display: block;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-align: left !important;
    background-position: left center !important;
  }
  .pre_footer .stage.mypantry .mypantry_callout_content p {
    width: calc(100% - 80px);
    margin-bottom: 20px !important;
    padding: 13px 0px 0px 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 470px) {
  #main {
    padding: 0px !important;
    margin-bottom: 50px;
  }
  #main #brands {
    padding: 0px !important;
  }
  #main #brands .wrap {
    margin: 0px 20px 0px 20px;
    padding: 37px 0px 0px 0px;
  }
  #main #brands .wrap #ul-brands {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #main #brands .wrap #ul-brands li {
    width: 50%;
    height: 60px;
    margin-top: 20px !important;
  }
  #main #brands .wrap #ul-brands li img {
    width: auto;
    height: 100%;
  }
  #main #brands .wrap #ul-brands li:nth-child(1),
  #main #brands .wrap #ul-brands li:nth-child(2) {
    margin-top: 0px !important;
  }
  #main #brands .wrap #ul-brands li:nth-child(3) {
    margin-top: 20px !important;
  }
  div.one_can_cards .stage ul,
  div.tools_cards .stage ul,
  div.tips_cards .stage ul,
  div.tips-trends_cards .stage ul,
  div.home_cards .stage ul,
  div.solutions_cards .stage ul,
  div.brand_cards .stage ul,
  div.search_cards .stage ul,
  div.related_cards .stage ul,
  div.products_related_recipe_cards .stage ul {
    width: 100%;
  }
  div.one_can_cards .stage ul li,
  div.tools_cards .stage ul li,
  div.tips_cards .stage ul li,
  div.tips-trends_cards .stage ul li,
  div.home_cards .stage ul li,
  div.solutions_cards .stage ul li,
  div.brand_cards .stage ul li,
  div.search_cards .stage ul li,
  div.related_cards .stage ul li,
  div.products_related_recipe_cards .stage ul li {
    margin-bottom: 15px;
    margin-right: 0px !important;
    margin-left: 0% !important;
  }
}
@media (max-width: 400px) {
  .home_hero .stage .content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
/* ie ie6 lte9 lte8 lte7 ie10 */
html.ie {
  /* */
  /* ie */
}
html.ie.ie10 {
  /* ie 10 only */
}
html.ie.ie10 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
  padding: 33px 0px 5px 0px;
}
html.ie.ie10 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
  padding: 0px 0px 26px 0px;
}
html.ie.ie9 {
  /* ie 9 only */
}
html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
  /* padding: 33px 28px 5px 29px; */
  padding-right: 0px !important;
  padding-left: 0px !important;
}
html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
  /* padding: 0px 28px 26px 29px; */
  padding-right: 0px !important;
  padding-left: 0px !important;
}
html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
  /* padding: 25px 28px 25px 29px; */
  padding: 25px 28px 25px 29px !important;
}
html.ie.ie9 #newsletter_bar #content form input#newsletter_submit {
  width: 140px;
  height: 60px;
  margin-left: 0px;
}
html.ie.ie9 #site_header.sticky #site_navbar #campbells-fs-logo {
  background-position: left center !important;
  width: 350px !important;
  height: 80px !important;
  margin-right: -350px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
html.ie #contact-form form select,
html.ie #ask-form form select,
html.ie #newsletter-form form select,
html.ie #sample-form form select {
  background-image: none !important;
}
html.ie #contact-form form select.error,
html.ie #ask-form form select.error,
html.ie #newsletter-form form select.error,
html.ie #sample-form form select.error {
  background-image: none !important;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #contact-form form select,
  #ask-form form select,
  #newsletter-form form select,
  #sample-form form select {
    background-image: none !important;
  }
  #contact-form form select.error,
  #ask-form form select.error,
  #newsletter-form form select.error,
  #sample-form form select.error {
    background-image: none !important;
  }
  #site_header.sticky #site_navbar #campbells-fs-logo {
    background-position: left center !important;
    width: 350px !important;
    height: 80px !important;
    margin-right: -350px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1340px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #site_header:not(.sticky) #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    padding-right: 0px;
    padding-left: 0px;
  }
  #site_header:not(.sticky) #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (min-width: 1361px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #newsletter_bar #content form input#newsletter_submit {
    width: 161px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 1360px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #newsletter_bar #content form input#newsletter_submit {
    width: 144px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1300px) {
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 0px !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    font-size: 18px !important;
    line-height: 18px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    letter-spacing: 0 !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    font-size: 22px !important;
    line-height: 21px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    letter-spacing: 0 !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.products a div:nth-of-type(2),
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.recipes a div:nth-of-type(2) {
    padding-bottom: 27px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding-bottom: 28px !important;
  }
  html.ie.ie10 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 0px !important;
  }
  html.ie.ie10 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    padding: 33px 0px 5px 0px !important;
  }
  html.ie.ie10 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding: 0px 0px 26px 0px !important;
  }
  html.ie.ie10 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding: 25px 23px 25px 24px !important;
  }
}
@media screen and (max-width: 1280px) {
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.products a div:nth-of-type(2),
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.recipes a div:nth-of-type(2) {
    padding-bottom: 27px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding-bottom: 28px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1231px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #site_header:not(.sticky) #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    font-size: 18px;
    line-height: 18px;
    padding-right: 0px;
    padding-left: 0px;
  }
  #site_header:not(.sticky) #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    font-size: 22px;
    line-height: 21px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 31px;
  }
}
@media screen and (max-width: 1230px) {
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 0px !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    font-size: 18px !important;
    line-height: 18px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    font-size: 22px !important;
    line-height: 21px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  html.ie.ie9 #site_header #site_navbar #campbells-fs-logo {
    background-position: 0px 0px !important;
    width: 141px !important;
    height: 60px !important;
    margin: 30px 0px 0px 10px;
  }
  html.ie.ie9 #site_header #site_navbar #campbells-fs-logo img {
    display: none !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.products a div:nth-of-type(2),
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.recipes a div:nth-of-type(2) {
    padding-bottom: 27px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding-bottom: 28px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar #campbells-fs-logo {
    /*background-position: 0px 0px !important;*/
    /* margin-top: 10px !important;
					margin-left: 10px !important;	*/
  }
}
@media screen and (max-width: 1230px) and (min-width: 116px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products:hover a div:nth-of-type(2),
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products.open a div:nth-of-type(2),
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes:hover a div:nth-of-type(2),
  #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes.open a div:nth-of-type(2) {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1190px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #site_header:not(.sticky) #site_navbar #campbells-fs-logo {
    background-position: center center;
    width: 141px;
    height: 60px;
    margin: 30px 0px 0px 10px;
  }
  #site_header:not(.sticky) #site_navbar #campbells-fs-logo img {
    display: none;
  }
}
@media screen and (max-width: 1160px) {
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 0px !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  html.ie.ie9 #site_header #site_navbar #campbells-fs-logo {
    background-position: center center;
    width: 141px;
    height: 60px;
    margin: 30px 0px 0px 10px;
  }
  html.ie.ie9 #site_header #site_navbar #campbells-fs-logo img {
    display: none;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products:hover a div:nth-of-type(2),
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products.open a div:nth-of-type(2),
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes:hover a div:nth-of-type(2),
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes.open a div:nth-of-type(2) {
    padding-bottom: 28px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.search {
    margin-right: -10px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar #campbells-fs-logo {
    /* background-position: 0px 0px !important;
		margin-top: 10px !important;
		margin-left: 10px !important; */
  }
}
@media screen and (max-width: 1140px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #newsletter_bar #content form input#newsletter_submit {
    width: 153px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 1130px) {
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 0px !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    margin-right: -10px !important;
    margin-left: -5px !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}
@media screen and (max-width: 1130px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #site_header:not(.sticky) #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 0px;
  }
  #site_header:not(.sticky) #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    margin-right: -10px;
    margin-left: -5px;
  }
  #site_header:not(.sticky) #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 1110px) {
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children {
    margin-right: 0px !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(1) {
    margin-right: -20px !important;
    margin-left: -5px !important;
  }
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    margin-right: -10px !important;
    margin-left: -10px !important;
    padding-bottom: 25px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.brands a:link,
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.brands a:visited,
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.search a:link,
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.search a:visited,
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.search a:hover,
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.brands a:hover {
    /* padding: 66px 17px 32px 17px !important; */
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.brands a {
    /* padding-bottom: 20px;*/
    width: 84px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.search a {
    width: 84px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.search.open {
    margin-left: 2px;
  }
}
@media screen and (max-width: 1060px) {
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products:hover a div:nth-of-type(2),
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products.open a div:nth-of-type(2),
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes:hover a div:nth-of-type(2),
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes.open a div:nth-of-type(2) {
    padding-bottom: 29px !important;
  }
}
@media screen and (max-width: 1040px) {
  html.ie.ie9 #site_header #site_navbar ul#menu-header-navigation li.menu-item-has-children a div:nth-of-type(2) {
    font-size: 20px !important;
    line-height: 19px !important;
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products:hover a div:nth-of-type(2),
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.products.open a div:nth-of-type(2),
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes:hover a div:nth-of-type(2),
  html.ie.ie9 #site_header.sticky #site_navbar ul#menu-header-navigation li.menu-item-has-children.recipes.open a div:nth-of-type(2) {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 930px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #newsletter_bar #content form input#newsletter_submit {
    width: 160px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 930px) {
  html.ie.ie9 #newsletter_bar #content form input#newsletter_submit {
    width: 160px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 530px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  #newsletter_bar #content form input#newsletter_submit {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 530px) {
  html.ie.ie9 #newsletter_bar #content form input#newsletter_submit {
    width: 100%;
    margin-left: 0px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  flex-basis: 100%;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
@media (max-width: 730px) {
  .tax-csc-video-category #main {
    margin-bottom: 0;
  }
}
@font-face {
  font-family: 'Veneer';
  src: url('css/fonts/veneer-webfont.woff2') format('woff2'), url('css/fonts/veneer-webfont.woff') format('woff');
}
@font-face {
  font-family: 'VeneerTwo';
  src: url('css/fonts/veneertwo-webfont.woff2') format('woff2'), url('css/fonts/veneertwo-webfont.woff') format('woff');
}
.bol-section-heading {
  color: #ffffff;
  font-family: 'VeneerTwo', 'sans-serif';
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-align: center;
}
@media (min-width: 1024px) {
  .bol-section-heading {
    font-size: 36px;
  }
}
.bol-section-heading.double-borders {
  display: inline-block;
  position: relative;
}
.bol-section-heading.double-borders::after,
.bol-section-heading.double-borders::before {
  background: #c4960c;
  bottom: -12px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.bol-section-heading.double-borders::after {
  bottom: -14px;
}
.behind-our-lines-hero {
  overflow: hidden;
  padding-bottom: 124px;
  position: relative;
}
@media screen and (min-width: 1067px) {
  .behind-our-lines-hero {
    padding-bottom: 60px;
  }
}
.behind-our-lines-hero .image-background,
.behind-our-lines-hero .video-background {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.behind-our-lines-hero .image-background::after,
.behind-our-lines-hero .video-background::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 65%, #080101 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.behind-our-lines-hero .video-background {
  object-position: center top;
}
.behind-our-lines-hero .image-background {
  margin: 0;
  object-position: center center;
}
.behind-our-lines-hero .image-background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.behind-our-lines-hero .behind-our-lines-hero-content {
  align-items: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 500px;
  padding: 23px;
}
@media screen and (min-width: 1076px) {
  .behind-our-lines-hero .behind-our-lines-hero-content {
    flex-direction: row;
  }
}
.behind-our-lines-hero .behind-our-lines-hero-content .behind-our-lines-hero-text {
  max-width: 530px;
}
.behind-our-lines-hero .behind-our-lines-hero-content .behind-our-lines-hero-logo {
  max-width: 206px;
}
@media screen and (min-width: 1076px) {
  .behind-our-lines-hero .behind-our-lines-hero-content .behind-our-lines-hero-logo {
    max-width: 495px;
  }
}
.behind-our-lines-hero.category-hero {
  padding-bottom: 20px;
}
.behind-our-lines-hero.category-hero .behind-our-lines-hero-content {
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  position: relative;
}
.behind-our-lines-hero.category-hero .behind-our-lines-hero-content .behind-our-lines-logo-button-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .behind-our-lines-hero.category-hero .behind-our-lines-hero-content .behind-our-lines-logo-button-wrap {
    padding: 0 10px;
    top: 30%;
  }
}
.behind-our-lines-hero.category-hero .behind-our-lines-hero-content .behind-our-lines-hero-logo {
  max-width: 107px;
}
@media screen and (min-width: 767px) {
  .behind-our-lines-hero.category-hero .behind-our-lines-hero-content .behind-our-lines-hero-logo {
    max-width: 152px;
  }
}
@media screen and (min-width: 1000px) {
  .behind-our-lines-hero.category-hero .behind-our-lines-hero-content .behind-our-lines-hero-logo {
    max-width: 225px;
  }
}
.behind-our-lines-hero.category-hero .behind-our-lines-hero-content .behind-our-lines-hero-buttons {
  margin-top: 0;
}
.behind-our-lines-hero.category-hero .behind-our-lines-hero-content .behind-our-lines-category-icon {
  background-position: center center;
  background-size: cover;
  height: 120px;
  width: 124px;
}
.behind-our-lines-hero .behind-our-lines-hero-heading {
  border-bottom: 1px solid #c4960c;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 19px;
  margin-top: 0;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  text-transform: inherit;
}
@media screen and (min-width: 1076px) {
  .behind-our-lines-hero .behind-our-lines-hero-heading {
    margin-top: 20px;
    padding-bottom: 12px;
  }
}
.behind-our-lines-hero .behind-our-lines-hero-heading::after {
  border-bottom: 1px solid #c4960c;
  bottom: 1px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.behind-our-lines-hero .behind-our-lines-hero-heading .first-line {
  display: block;
  font-family: 'VeneerTwo', 'sans-serif';
  font-size: 30px;
  line-height: 1.24;
}
@media screen and (min-width: 1076px) {
  .behind-our-lines-hero .behind-our-lines-hero-heading .first-line {
    font-size: 52px;
  }
}
.behind-our-lines-hero .behind-our-lines-hero-heading .second-line {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.14;
}
@media screen and (min-width: 1076px) {
  .behind-our-lines-hero .behind-our-lines-hero-heading .second-line {
    font-size: 42px;
  }
}
.behind-our-lines-hero .behind-our-lines-hero-description {
  color: #ffffff;
  text-align: center;
}
.behind-our-lines-hero .behind-our-lines-hero-description p {
  font-size: 16px;
  line-height: 1.5;
}
.behind-our-lines-hero .behind-our-lines-hero-description p:last-child {
  margin-bottom: 0;
}
.behind-our-lines-hero.category-hero .behind-our-lines-hero-heading {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-style: italic;
}
.behind-our-lines-hero.category-hero .behind-our-lines-hero-description {
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .behind-our-lines-hero.category-hero .behind-our-lines-hero-description {
    font-size: 18px;
  }
}
.behind-our-lines-hero .behind-our-lines-hero-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 26px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .behind-our-lines-hero .behind-our-lines-hero-buttons {
    flex-direction: row;
  }
}
.behind-our-lines-hero .bol-cta span {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px 13px 17px;
}
.behind-our-lines-hero .bol-cta + .bol-cta {
  margin-top: 20px;
}
@media screen and (min-width: 400px) {
  .behind-our-lines-hero .bol-cta + .bol-cta {
    margin-left: 20px;
    margin-top: 0;
  }
}
.behind-our-lines-hero .bol-cta:hover,
.behind-our-lines-hero .bol-cta:focus {
  background: #c01119;
  border-color: #c01119;
  color: #ffffff;
  text-decoration: none;
}
.behind-our-lines-hero .bol-cta .fas {
  color: inherit;
  display: inline;
  font-family: 'FontAwesome';
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  margin-left: 6px;
  text-decoration: inherit;
  vertical-align: middle;
}
@media screen and (min-width: 1076px) {
  .behind-our-lines-hero .bol-cta .fas {
    margin-left: 10px;
  }
}
.behind-our-lines-hero .bol-cta .fas.fa-caret-down {
  font-size: 10px;
}
.behind-our-lines-hero .bol-cta .fas.fa-bell {
  font-size: 13px;
}
.behind-our-lines-hero.category-hero .bol-cta span {
  font-size: 9px;
  font-weight: 600;
  padding: 13px 10px 12px 15px;
}
@media screen and (min-width: 767px) {
  .behind-our-lines-hero.category-hero .bol-cta span {
    font-size: 13px;
  }
}
.behind-our-lines-hero.category-hero .bol-cta .fas.fa-bell {
  font-size: 19px;
}
@media screen and (min-width: 767px) {
  .behind-our-lines-hero.category-hero .bol-cta .fas.fa-bell {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .behind-our-lines-hero.category-hero .bol-cta {
    border: none;
  }
  .behind-our-lines-hero.category-hero .bol-cta span {
    border: none;
  }
}
.bol-cta {
  transition: background-color 0.25s linear, border-color 0.25s linear;
}
.bol-cta.transparent {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 1px;
  text-transform: uppercase;
}
.bol-cta.transparent span {
  border: 1px solid #ffffff;
  display: block;
  letter-spacing: 2px;
}
.bol-cta.transparent.small {
  font-size: 13px;
  margin-right: 17px;
  padding: 1px;
}
.bol-cta.transparent.small span {
  align-items: center;
  display: flex;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 13px 7px 11px 13px;
}
.bol-cta.transparent.small:hover,
.bol-cta.transparent.small:focus {
  background: #c01119;
  border-color: #c01119;
  color: #ffffff;
  text-decoration: none;
}
.bol-cta.transparent.small i {
  display: inline;
  font-size: 9px;
  margin-left: 10px;
  margin-top: -2px;
}
.bol-cta.transparent.red.product {
  background: #c01119;
  border-color: #c01119;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.25px;
  min-width: 181px;
  width: 100%;
}
.bol-cta.transparent.red.product span {
  padding: 12px 11px 7px;
  position: relative;
}
.bol-cta.transparent.red.product i {
  font-size: 10px;
  position: absolute;
  right: 13px;
  top: 14px;
}
.bol-cta.transparent.red.product:hover,
.bol-cta.transparent.red.product:focus,
.bol-cta.transparent.red.product:focus {
  background: #9d0900;
  border-color: #9d0900;
  color: #ffffff;
  text-decoration: none;
}
.behind-our-lines-categories {
  padding: 17px 10px 47px;
}
@media screen and (min-width: 768px) {
  .behind-our-lines-categories {
    padding: 0 10px 56px;
  }
}
.behind-our-lines-categories .behind-our-lines-categories-content {
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
}
.behind-our-lines-categories .behind-our-lines-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .behind-our-lines-categories .behind-our-lines-categories-list {
    margin: 0 auto;
    max-width: 700px;
  }
}
.behind-our-lines-categories .behind-our-lines-video-category {
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  transition: background-color 0.25s linear;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .behind-our-lines-categories .behind-our-lines-video-category {
    width: 50%;
  }
}
@media screen and (min-width: 950px) {
  .behind-our-lines-categories .behind-our-lines-video-category {
    margin: 40px 0;
    width: 19%;
  }
}
.behind-our-lines-categories .behind-our-lines-video-category .behind-our-lines-category-icon {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  height: 124px;
  width: 128px;
}
.behind-our-lines-categories .behind-our-lines-video-category .behind-our-lines-category-icon svg {
  height: 100%;
  width: 100%;
}
.behind-our-lines-categories .behind-our-lines-video-category .behind-our-lines-category-icon .cls-1,
.behind-our-lines-categories .behind-our-lines-video-category .behind-our-lines-category-icon .cls-2 {
  transition: fill 0.25s linear;
}
.behind-our-lines-categories .behind-our-lines-video-category:hover,
.behind-our-lines-categories .behind-our-lines-video-category:focus {
  text-decoration: none;
}
.behind-our-lines-categories .behind-our-lines-video-category:hover .cls-1,
.behind-our-lines-categories .behind-our-lines-video-category:focus .cls-1,
.behind-our-lines-categories .behind-our-lines-video-category:hover .cls-2,
.behind-our-lines-categories .behind-our-lines-video-category:focus .cls-2 {
  fill: #c4960c;
}
.behind-our-lines-categories .behind-our-lines-video-category:hover .behind-our-lines-category-name,
.behind-our-lines-categories .behind-our-lines-video-category:focus .behind-our-lines-category-name {
  color: #c4960c;
}
.behind-our-lines-categories .behind-our-lines-categories-section-title {
  border-bottom: 1px solid #c4960c;
  color: #ffffff;
  display: inline-block;
  font-family: 'VeneerTwo', sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-bottom: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .behind-our-lines-categories .behind-our-lines-categories-section-title {
    margin-bottom: 12px;
    margin-top: 5px;
  }
}
.behind-our-lines-categories .behind-our-lines-categories-section-title::after {
  border-bottom: 1px solid #c4960c;
  bottom: -3px;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}
.behind-our-lines-categories .behind-our-lines-category-name {
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 19px;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 3px;
  text-transform: none;
  transition: color 0.25s linear;
}
.behind-our-lines-videos-and-categories {
  background-color: #000000;
  background-image: url("images/behind-our-lines/background.png");
  background-position: left 27%;
}
@media screen and (min-width: 350px) and (max-width: 768px) {
  .tax-csc-video-category .behind-our-lines-categories-list {
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 75%;
  }
  .tax-csc-video-category .behind-our-lines-categories-list .behind-our-lines-video-category {
    text-align: left;
    width: 100%;
  }
  .tax-csc-video-category .behind-our-lines-categories-list .behind-our-lines-category-icon,
  .tax-csc-video-category .behind-our-lines-categories-list .behind-our-lines-category-name {
    display: inline-block;
    vertical-align: middle;
  }
  .tax-csc-video-category .behind-our-lines-categories-list .behind-our-lines-category-icon {
    margin-right: 10px;
  }
  .tax-csc-video-category .behind-our-lines-categories-list .behind-our-lines-category-name {
    width: calc(100% - 140px);
  }
}
.behind-our-lines-featured-videos {
  position: relative;
  top: -58px;
}
.behind-our-lines-featured-videos.related-videos-content {
  top: 0;
}
.behind-our-lines-featured-videos .behind-our-lines-featured-videos-flex-wrap:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .behind-our-lines-featured-videos .behind-our-lines-featured-videos-flex-wrap:not(.slick-initialized) {
    justify-content: flex-start;
  }
}
.behind-our-lines-featured-videos .behind-our-lines-featured-videos-flex-wrap:not(.slick-initialized).behind-our-lines-video-carousel {
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .behind-our-lines-featured-videos .behind-our-lines-featured-videos-flex-wrap:not(.slick-initialized) .behind-our-lines-video-thumbnail {
    margin-left: 0;
    margin-right: 1%;
  }
}
@media screen and (min-width: 992px) {
  .behind-our-lines-featured-videos .behind-our-lines-featured-videos-flex-wrap:not(.slick-initialized) .behind-our-lines-video-thumbnail {
    margin-right: 1.5%;
  }
}
@media screen and (min-width: 1200px) {
  .behind-our-lines-featured-videos .behind-our-lines-featured-videos-flex-wrap:not(.slick-initialized) .behind-our-lines-video-thumbnail {
    margin-right: 1.3333%;
  }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .behind-our-lines-featured-videos .behind-our-lines-featured-videos-flex-wrap:not(.slick-initialized) .behind-our-lines-video-thumbnail:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .behind-our-lines-featured-videos .behind-our-lines-featured-videos-flex-wrap:not(.slick-initialized) .behind-our-lines-video-thumbnail:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .behind-our-lines-featured-videos .behind-our-lines-featured-videos-flex-wrap:not(.slick-initialized) .behind-our-lines-video-thumbnail:nth-child(4n+4) {
    margin-right: 0;
  }
}
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail-background {
  background-position: center center;
  background-size: cover;
}
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail {
  display: block;
  margin-bottom: 36px;
  width: 375px;
}
@media screen and (min-width: 800px) {
  .behind-our-lines-featured-videos .behind-our-lines-video-thumbnail {
    margin-right: 20px;
    width: 305px;
  }
}
@media screen and (min-width: 1200px) {
  .behind-our-lines-featured-videos .behind-our-lines-video-thumbnail {
    margin-bottom: 0;
  }
}
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail:last-child {
  margin-bottom: 0;
}
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail-background {
  height: 210px;
  padding: 3px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .behind-our-lines-featured-videos .behind-our-lines-video-thumbnail-background {
    height: 172px;
  }
}
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail-background .behind-our-lines-video-thumbnail-inner-border {
  border: 1px solid #ffffff;
  height: 100%;
  width: 100%;
}
.behind-our-lines-featured-videos.category-videos .behind-our-lines-video-thumbnail {
  margin-bottom: 29px;
  max-width: 370px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .behind-our-lines-featured-videos.category-videos .behind-our-lines-video-thumbnail {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .behind-our-lines-featured-videos.category-videos .behind-our-lines-video-thumbnail {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .behind-our-lines-featured-videos.category-videos .behind-our-lines-video-thumbnail {
    width: 24%;
  }
}
.behind-our-lines-featured-videos .behind-our-lines-video-title {
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-style: italic;
  margin: 11px 0 6px;
  text-align: center;
  text-transform: none;
}
.behind-our-lines-featured-videos .behind-our-lines-video-category {
  color: #c4960c;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail .behind-our-lines-video-thumbnail-background {
  backface-visibility: hidden;
  transition: transform 0.25s linear;
  transform: translateZ(0);
}
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail:not(.side-slide):hover,
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail:not(.side-slide):focus {
  text-decoration: none;
}
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail:not(.side-slide):hover .behind-our-lines-video-thumbnail-background,
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail:not(.side-slide):focus .behind-our-lines-video-thumbnail-background {
  transform: scale(1.048);
}
.behind-our-lines-featured-videos .behind-our-lines-video-thumbnail-background {
  overflow: hidden;
  position: relative;
}
.behind-our-lines-featured-videos .behind-our-lines-new-video {
  background-color: #c01119;
  color: #ffffff;
  font-family: 'VeneerTwo', 'sans-serif';
  font-size: 20px;
  left: -26px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  top: 13px;
  width: 110px;
  -webkit-font-smoothing: antialiased;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-slide {
  opacity: 0.5;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-active {
  opacity: 1;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-arrow {
  background: #c4960c;
  border-radius: 50%;
  height: 36px;
  top: 77px;
  width: 36px;
  z-index: 1000;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-arrow::before {
  display: block;
  font-family: 'FontAwesome';
  opacity: 1;
  text-align: center;
  width: 100%;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-arrow::after {
  border: 1px solid #c4960c;
  border-radius: 50%;
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  top: -2px;
  width: 41px;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-arrow:hover,
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-arrow.focus {
  background-color: #c01119;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-arrow:hover::after,
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-arrow.focus::after {
  border-color: #c01119;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-prev {
  left: 25px;
}
@media screen and (min-width: 1000px) {
  .behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-prev {
    left: 50%;
    transform: translateX(-500%);
  }
}
@media screen and (min-width: 1180px) {
  .behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-prev {
    transform: translateX(-1400%);
  }
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-prev::before {
  content: '\f0d9';
  padding-right: 4px;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-prev::after {
  left: -3px;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-next {
  right: 25px;
}
@media screen and (min-width: 1000px) {
  .behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-next {
    right: 50%;
    transform: translateX(500%);
  }
}
@media screen and (min-width: 1180px) {
  .behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-next {
    transform: translateX(1400%);
  }
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-next::before {
  content: '\f0da';
  padding-left: 4px;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-next::after {
  right: -3px;
}
.behind-our-lines-featured-videos .behind-our-lines-video-carousel .slick-track {
  padding: 10px 0 0;
}
.single-csc-video #main {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .single-csc-video #main {
    margin-bottom: 0;
  }
}
.single-csc-video video,
.single-csc-video embed,
.single-csc-video object,
.single-csc-video iframe {
  vertical-align: bottom;
}
.single-csc-video .fluid-embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.single-csc-video .fluid-embed embed,
.single-csc-video .fluid-embed object,
.single-csc-video .fluid-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-csc-video {
  background: #0d0102;
}
@media (min-width: 1024px) {
  .single-csc-video::before,
  .single-csc-video::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .single-csc-video::before {
    background-image: url('images/behind-our-lines/ep_naturalblack.jpg');
    background-position: left top;
  }
  .single-csc-video::after {
    background-image: url('images/behind-our-lines/wild_lines.png');
    background-repeat: no-repeat;
    background-position: center 500px;
    background-size: cover;
    opacity: 0.5;
  }
}
.single-csc-video.admin-bar .single-video-header {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .single-csc-video.admin-bar .single-video-header {
    margin-top: 0;
  }
}
.single-csc-video .single-video-header {
  margin-bottom: 11px;
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-header {
    margin-bottom: 16px;
    margin-top: 20px;
  }
}
.single-csc-video .single-video-header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 8px;
  width: auto;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-header .container {
    padding-left: 10px;
    padding-right: 14px;
  }
}
@media (min-width: 1300px) {
  .single-csc-video .single-video-header .container {
    width: 1300px;
  }
}
.single-csc-video .single-video-header .container::before,
.single-csc-video .single-video-header .container::after {
  display: none;
}
.single-csc-video .single-video-header .single-video-logo {
  max-width: 94px;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-header .single-video-logo {
    max-width: 134px;
  }
}
.single-csc-video .single-video-header .single-video-logo img {
  width: 100%;
}
.single-csc-video .single-video-header .single-video-category-menu {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-header .single-video-category-menu {
    min-height: 63px;
  }
}
.single-csc-video .single-video-section {
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-section {
    margin-bottom: 90px;
  }
}
.single-csc-video .single-video-section .container {
  max-width: 1200px;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-section .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1300px) {
  .single-csc-video .single-video-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-csc-video .single-video-section .container.video {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-section .container.video {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1300px) {
  .single-csc-video .single-video-section .container.video {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-csc-video .single-video-article-header {
  border-bottom: 1px solid #c4960c;
  margin-bottom: 23px;
  padding-bottom: 21px;
  position: relative;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-article-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-bottom: 25px;
    padding-right: 17px;
  }
}
.single-csc-video .single-video-article-header::after {
  background: #c4960c;
  bottom: 1px;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.single-csc-video .single-video-article {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-article {
    margin-top: 11px;
  }
}
.single-csc-video .single-video-article-title {
  color: #ffffff;
  flex: 0 1 820px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-article-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-article-content-container {
    display: flex;
    padding-left: 40px;
  }
}
.single-csc-video .single-video-article-content {
  letter-spacing: 0.4px;
  line-height: 1.8;
  width: 100%;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-article-content {
    flex: 1;
    padding-right: 65px;
  }
}
.single-csc-video .single-video-article-content .single-video-document-title {
  color: #ffffff;
  margin-top: 42px;
}
.single-csc-video .single-video-article-content .bol-cta.document {
  margin-top: 10px;
}
.single-csc-video .single-video-article-content .bol-cta.document:hover,
.single-csc-video .single-video-article-content .bol-cta.document:focus {
  color: #ffffff;
}
.single-csc-video .single-video-share-subscribe {
  align-items: center;
  display: flex;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-share-subscribe {
    margin-top: 13px;
  }
}
.single-csc-video .single-video-share-subscribe .fa-share-alt::before {
  background-position: center 28px;
}
.single-csc-video .single-video-product {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 1024px) {
  .single-csc-video .single-video-product {
    flex: 0 0 360px;
    margin-top: -12px;
  }
}
.category-navigation {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Playfair Display', serif;
}
.category-navigation a {
  color: #ffffff;
}
.category-navigation .dropdown-menu,
.category-navigation .dropdown-menu-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-navigation .dropdown-menu-container {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.category-navigation .dropdown-menu-sub {
  bottom: 1000%;
  height: 100%;
  margin-right: 0;
  min-width: 101%;
  position: absolute;
  right: -1px;
  text-align: right;
  z-index: 2;
}
.category-navigation .dropdown-menu-item {
  background: #000000;
  border: 1px solid rgba(196, 150, 12, 0.7);
  border-bottom: none;
  min-width: 300px;
  padding: 10px;
}
.category-navigation .dropdown-menu-item:hover a,
.category-navigation .dropdown-menu-item:focus a {
  color: #c4960c;
  text-decoration: none;
}
.category-navigation .dropdown-menu-item:last-child {
  border-bottom: 1px solid rgba(196, 150, 12, 0.7);
}
.category-navigation .dropdown-menu-item-parent {
  border: 1px solid transparent;
  border-bottom: none;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .category-navigation .dropdown-menu-item-parent:hover {
    border: 1px solid rgba(196, 150, 12, 0.7);
    border-bottom: none;
    color: #c4960c;
    overflow: inherit;
    outline: black;
  }
  .category-navigation .dropdown-menu-item-parent:hover > ul {
    bottom: 0;
    top: 100%;
  }
  .category-navigation .dropdown-menu-item-parent:hover .category-navigation-current-wrap > a {
    color: #c4960c;
  }
}
@media (min-width: 1200px) {
  .category-navigation .category-navigation-current-link:hover > .category-navigation-logo .category-navigation-icon,
  .category-navigation .nav-button:hover > .category-navigation-logo .category-navigation-icon,
  .category-navigation .category-navigation-current-link:focus > .category-navigation-logo .category-navigation-icon,
  .category-navigation .nav-button:focus > .category-navigation-logo .category-navigation-icon {
    background-position: center bottom;
  }
}
.category-navigation .category-navigation-current-wrap {
  align-items: center;
  display: flex;
  padding: 10px;
}
.category-navigation .category-navigation-current-wrap .category-navigation-logo .category-navigation-icon {
  height: 40px;
  width: 40px;
}
.category-navigation .category-navigation-current-link,
.category-navigation .category-navigation-current-button {
  display: inline-block;
  vertical-align: middle;
}
.category-navigation .category-navigation-current-link {
  align-items: center;
  background: transparent;
  display: flex;
  font-size: 14px;
  font-style: italic;
  border: none;
}
@media (min-width: 1024px) {
  .category-navigation .category-navigation-current-link {
    font-size: 22px;
    font-weight: 700;
  }
}
.category-navigation .category-navigation-current-link:hover,
.category-navigation .category-navigation-current-link:focus {
  color: #c4960c;
  text-decoration: none;
}
.category-navigation .category-navigation-current-button {
  background: transparent;
  border: none;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .category-navigation .category-navigation-current-button {
    font-size: 10px;
  }
}
.category-navigation .category-navigation-logo {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 30px;
  order: 2;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .category-navigation .category-navigation-logo {
    margin-left: 0;
    margin-right: 10px;
    max-width: 43px;
    order: unset;
  }
}
.category-navigation .category-navigation-logo .category-navigation-icon {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 30px;
  width: 30px;
}
.category-navigation .category-navigation-logo .category-navigation-icon.our-chefs {
  background-image: url('images/behind-our-lines/our-chefs.png');
}
.category-navigation .category-navigation-logo .category-navigation-icon.culinary-support {
  background-image: url('images/behind-our-lines/culinary-support.png');
}
.category-navigation .category-navigation-logo .category-navigation-icon.operational-support {
  background-image: url('images/behind-our-lines/operational-support.png');
}
.category-navigation .category-navigation-logo .category-navigation-icon.real-food-stories {
  background-image: url('images/behind-our-lines/real-food-stories.png');
}
.category-navigation .category-navigation-text {
  vertical-align: middle;
}
.category-navigation .category-navigation-title {
  order: 1;
}
@media (min-width: 1024px) {
  .category-navigation .category-navigation-title {
    margin-right: 10px;
    order: unset;
  }
}
.category-navigation .fa-caret-down {
  order: 3;
}
@media (min-width: 1024px) {
  .category-navigation .fa-caret-down {
    order: unset;
  }
}
.category-navigation.open .dropdown-menu-item-parent {
  border: 1px solid rgba(196, 150, 12, 0.7);
  border-bottom: none;
  overflow: hidden;
  position: relative;
  color: #c4960c;
  overflow: inherit;
  outline: black;
}
.category-navigation.open .dropdown-menu-item-parent > ul {
  bottom: 0;
  top: 100%;
}
.product-card {
  background: #ffffff;
  margin: 20px auto 0;
  max-width: 360px;
  padding: 0 3px 3px 3px;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .product-card {
    margin-top: 0;
  }
}
.product-card .product-card-image {
  background-position: center center;
  background-size: cover;
  height: 200px;
  margin-left: -4px;
  margin-right: -4px;
  position: relative;
}
.product-card .product-card-image::before,
.product-card .product-card-image::after {
  background: #c6c6c7;
  content: '';
  height: 100%;
  position: absolute;
  width: 1px;
}
.product-card .product-card-image::before {
  left: 3px;
}
.product-card .product-card-image::after {
  right: 3px;
  top: 0;
}
.product-card .product-card-content {
  color: #818286;
  padding: 6px 22px 27px;
  text-align: center;
}
.product-card .product-card-content .content {
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
.product-card .product-card-wrap {
  border: 1px solid #c6c6c7;
  border-top: none;
}
.product-card .product-card-pre-header {
  background: #c01119;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  margin: 0 -3px;
  padding: 3px 3px 0 3px;
  text-align: center;
  text-transform: uppercase;
}
.product-card .product-card-pre-header p {
  border: 1px solid #ffffff;
  border-bottom: none;
  margin: 0;
  padding-top: 5px;
}
.product-card .product-card-header h3 {
  color: #57585d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
}
.product-card .product-card-actions {
  bottom: -14px;
  position: absolute;
  right: 10px;
}
.product-card .product-card-actions .add-to-pantry-content {
  display: flex;
}
.product-card .product-card-actions .simplefavorite-button,
.product-card .product-card-actions .add-to-pantry-content .addToMenu {
  border-color: #d5d5d6;
  margin-right: 0;
}
.product-card .product-card-footer {
  bottom: -22px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.related-videos {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .related-videos {
    margin-bottom: 24px;
  }
}
.related-videos .container {
  padding: 0;
}
.related-videos .related-videos-header {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .related-videos .related-videos-header {
    margin-bottom: 44px;
  }
}
.related-videos .related-videos-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .related-videos .related-videos-content {
    justify-content: space-between;
  }
}
.related-videos .related-videos-content .behind-our-lines-video-thumbnail {
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
  width: 375px;
}
@media screen and (min-width: 767px) {
  .related-videos .related-videos-content .behind-our-lines-video-thumbnail {
    margin-right: 20px;
    width: 305px;
  }
}
@media screen and (min-width: 1200px) {
  .related-videos .related-videos-content .behind-our-lines-video-thumbnail {
    margin-bottom: 0;
  }
}
.related-videos .related-videos-content .behind-our-lines-video-thumbnail:last-child {
  margin-bottom: 0;
}
.related-videos .related-videos-footer {
  clear: both;
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 1024px) {
  .related-videos .related-videos-footer {
    margin-top: 30px;
  }
}
.related-videos .bol-cta:hover,
.related-videos .bol-cta:focus {
  color: #ffffff;
}
.related-videos .behind-our-lines-featured-videos {
  background: none;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .related-videos .behind-our-lines-featured-videos {
    margin: 0 auto;
    max-width: 85%;
  }
}
.related-videos .behind-our-lines-video-thumbnail {
  height: 250px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 375px;
  min-width: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .related-videos .behind-our-lines-video-thumbnail {
    max-width: 305px;
  }
}
@media (max-width: 1024px) {
  .related-videos .behind-our-lines-video-thumbnail-background {
    height: 210px;
  }
}
.related-videos .behind-our-lines-video-title {
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .related-videos .behind-our-lines-video-title {
    margin-top: 9px;
  }
}
.callouts .video-callouts {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .callouts .video-callouts {
    align-items: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.callouts .video-callouts li {
  box-shadow: none;
}
.callouts .callout {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .callouts .callout {
    flex: 1 48.2%;
    margin-bottom: 35px;
    margin-right: 20px;
    max-width: none;
    width: 48%;
  }
}
.callouts .callout:nth-child(2n) {
  margin-right: 0;
}
.callouts .callout::after,
.callouts .callout::before {
  background-color: #d5d5d6;
  bottom: 3px;
  content: '';
  height: 1px;
  left: 3px;
  position: absolute;
  right: 3px;
  z-index: 2;
}
.callouts .callout::before {
  bottom: auto;
  top: 3px;
}
.callouts .callout .content {
  border: none;
  height: 100%;
  max-width: none !important;
  min-height: 254px;
  padding-bottom: 70px;
  padding-top: 200px !important;
}
@media (min-width: 1024px) {
  .callouts .callout .content {
    padding-top: 160px !important;
  }
}
.callouts .callout .content p.title {
  color: #c4960c !important;
  font-size: 24px !important;
  margin-bottom: 13px !important;
  margin-top: 24px !important;
}
@media (min-width: 1024px) {
  .callouts .callout .content p.title {
    margin-top: 37px !important;
  }
}
.callouts .callout .content p {
  color: #818286;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.callouts .callout .content .bol-cta {
  bottom: 30px;
  height: 40px;
  margin-bottom: 0;
  position: absolute;
}
.callouts .callout .content .bol-cta div {
  background-position-y: -2px;
  font-size: 15px;
  height: 36px;
  letter-spacing: 2.25px;
  line-height: 37px;
}
.callouts .callout.no-image .content {
  padding-top: 0 !important;
}
.callouts .callout .border-left,
.callouts .callout .border-right {
  background: #d5d5d6;
  bottom: 3px;
  content: '';
  display: block;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 1px;
  z-index: 2;
}
.callouts .callout .border-right {
  left: auto;
  right: 3px;
}
.callouts .callout-featured-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .callouts .callout-featured-image {
    height: 170px;
  }
}
.behind-our-lines-callouts {
  background-color: #250306;
}
.pum-theme-campbell-theme > .pum-container {
  border: 1px solid #c01119;
  box-shadow: 0 0 0 2px #ffffff;
  padding: 70px 30px !important;
}
.pum-theme-campbell-theme > .pum-container .popmake-title {
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: auto;
  letter-spacing: .1em;
  color: #c01119;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.pum-theme-campbell-theme > .pum-container .pum-content + .pum-close {
  background: url(images/solutions/scratch-calculator/remove-item.jpg) center center no-repeat;
  right: 10px;
  text-indent: -9999em;
  top: 5px;
}
.pum-theme-campbell-theme > .pum-container .pum-content + .pum-close:hover {
  background-position: center center;
  opacity: 0.7;
}
.pum-theme-campbell-theme > .pum-container .popmake-content {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.pum-theme-campbell-theme > .pum-container input[type="submit"] {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  background: #c01119;
  background-image: url("images/cta-check-sprite-39.png");
  background-position: right 81px top 0;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 3px #c01119;
  color: #ffffff;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  padding: 12px 52px 9px;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .pum-theme-campbell-theme > .pum-container input[type="submit"] {
    background-position: right 26px top 0;
  }
}
@media (min-width: 640px) {
  .pum-theme-campbell-theme > .pum-container input[type="submit"]:hover {
    background-image: url("images/cta-check-sprite-39.png");
    background-position: right 26px top 0;
    background-repeat: no-repeat;
  }
}
.pum-theme-campbell-theme input[type="email"] {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  border: #d5d5d6 solid 1px;
  color: #57585d;
  letter-spacing: .05em;
  outline: none;
  padding: 7px 10px 5px;
  width: 100%;
}
@media (min-width: 640px) {
  .pum-theme-campbell-theme input[type="email"] {
    font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
  }
}
.pum-theme-campbell-theme input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 22px;
}
.pum-theme-campbell-theme input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 22px;
}
.pum-theme-campbell-theme input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 22px;
}
.pum-theme-campbell-theme input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 22px;
}
.pum-theme-campbell-theme .wds-esc-form-section {
  flex-direction: column;
}
.pum-theme-campbell-theme .wds-esc-form-control-submit {
  margin-bottom: 30px;
  margin-top: 30px;
  order: 2;
}
@media (min-width: 640px) {
  .pum-theme-campbell-theme .wds-esc-form-control-submit {
    margin: 30px auto;
    max-width: 200px;
  }
}
.pum-theme-campbell-theme .wds-esc-simple-recaptcha {
  margin-left: 0;
  margin-top: 30px;
  order: 1;
}
.pum-theme-campbell-theme .wds-esc-form-label {
  text-align: left;
}
.pum-theme-campbell-theme .wds-esc-form-required {
  color: #c01119;
}
.pum-theme-campbell-theme .loader {
  margin-left: 10px;
}
.page-template-page-behind-our-lines.modal-open {
  padding-right: 0px !important;
  overflow: hidden !important;
}
.page-template-page-behind-our-lines.modal-open .modal-header {
  border-bottom: 0px !important;
}
.page-template-page-behind-our-lines.modal-open .modal-header .close {
  background: #c01119;
  color: #fff;
  text-decoration: none;
  border: 3px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 8px;
  -webkit-box-shadow: -2px 1px 3px #ccc;
  -moz-box-shadow: -2px 1px 3px #ccc;
  box-shadow: -2px 1px 3px #ccc;
  opacity: 1 !important;
  outline: 0 !important;
  right: 2%;
}
.page-template-page-behind-our-lines.modal-open .modal-header .close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.page-template-page-behind-our-lines.modal-open .modal-dialog {
  max-width: 760px;
  width: 100%;
}
.page-template-page-behind-our-lines.modal-open .modal-footer {
  border-top: 0px !important;
}
.page-template-page-behind-our-lines.modal-open .modal-content {
  border: 1px solid #c01119;
  box-shadow: 0 0 0 2px #ffffff;
  padding: 10px !important;
  border-radius: 0;
  background-clip: border-box;
}
.page-template-page-behind-our-lines.modal-open .modal-body {
  max-width: 600px;
  margin: 0 auto;
}
.page-template-page-behind-our-lines.modal-open .modal-body h2 {
  font-family: 'Hind', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  letter-spacing: .1em;
  color: #c01119;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.page-template-page-behind-our-lines.modal-open .modal-body .gform_wrapper {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  color: #000000;
  font-family: 'Hind', sans-serif;
}
.page-template-page-behind-our-lines.modal-open .modal-body .gform_wrapper .ginput_container_email {
  width: 100%;
}
.page-template-page-behind-our-lines.modal-open .modal-body .gform_wrapper .ginput_container_email input {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  border: #d5d5d6 solid 1px;
  color: #57585d;
  letter-spacing: .05em;
  outline: none;
  padding: 7px 10px 5px;
  width: 100%;
}
.page-template-page-behind-our-lines.modal-open .modal-body .gform_wrapper .gform_button {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  background: #c01119;
  background-position: right 81px top 0;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 3px #c01119;
  color: #ffffff;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  padding: 12px 52px 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.page-template-page-behind-our-lines.modal-open .modal-body .gform_wrapper .gform_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-page-behind-our-lines.modal-open .modal-body .gform_wrapper .gform_footer .gform_ajax_spinner {
  width: 30px !important;
  height: 30px !important;
}
.page-template-page-landing-page,
.page-template-page-2019-thank-you {
  padding-top: 128px;
}
.landing-page-content .landing-page-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.landing-page-content .landing-page-flex-wrap .landing-page-content-section {
  padding-top: 40px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .landing-page-content .landing-page-flex-wrap .landing-page-content-section {
    padding-right: 50px;
    padding-top: 80px;
    width: 52.5%;
  }
}
.landing-page-content .landing-page-flex-wrap .landing-page-form-section {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .landing-page-content .landing-page-flex-wrap .landing-page-form-section {
    width: 47.5%;
  }
}
@media screen and (min-width: 992px) {
  .landing-page-content .landing-page-form-section {
    position: relative;
    top: -79px;
  }
}
@media screen and (min-width: 1250px) {
  .landing-page-content .landing-page-form-section {
    top: -113px;
  }
}
.landing-page-content .landing-page-form-section .inbound-form-ctr #frmInbound {
  padding: 0;
}
.landing-page-content .landing-page-form-section .inbound-form-ctr #frmInbound input,
.landing-page-content .landing-page-form-section .inbound-form-ctr #frmInbound textarea,
.landing-page-content .landing-page-form-section .inbound-form-ctr #frmInbound select {
  font-size: 20px;
  padding: 6px 10px 4px;
}
.landing-page-content .landing-page-form-section .inbound-form-ctr .inbound-form-wrap {
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}
.landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-upper {
  background-color: #c1101a;
  padding: 4px 4px 0 4px;
}
.landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-upper .entry-header {
  border: 1px solid #d5d5d6;
  border-bottom: none;
  color: #ffffff;
  padding-bottom: 4px;
}
.landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-upper .entry-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.86;
  margin: 0;
  padding: 11px 0 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-upper .entry-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  .landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-upper .entry-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-upper .entry-title {
    font-size: 50px;
  }
}
.landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-lower {
  padding: 0 4px 4px;
}
.landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-lower .ib-form-lower-inner {
  border: 1px solid #d5d5d6;
  border-top: none;
  padding: 20px;
}
.landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-lower .g-recaptcha > div {
  margin: 0 auto;
}
.landing-page-content .landing-page-form-section .inbound-form-ctr .ib-form-lower .button-ctr {
  text-align: center;
}
.landing-page-content {
  overflow: hidden;
}
.landing-page-content .entry-content li {
  color: #414246;
}
.landing-page-content .entry-content ul,
.landing-page-content .entry-content ol {
  margin-bottom: 24px;
}
.landing-page-content .entry-content p,
.landing-page-content .entry-content li {
  font-size: 24px;
  line-height: 1.75;
}
.landing-page-hero {
  position: relative;
}
.landing-page-hero .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.landing-page-hero .hero-image {
  display: block;
  height: 417px;
}
.landing-page-hero .hero-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.landing-page-hero .hero-content {
  position: absolute;
  top: 21%;
}
@media (min-width: 992px) {
  .landing-page-hero .hero-content {
    left: 50%;
    transform: translateX(-50%);
  }
}
.landing-page-hero .hero-content .hero-title {
  color: #ffffff;
  font-family: 'Hind', sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.175em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .landing-page-hero .hero-content .hero-title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .landing-page-hero .hero-content .hero-title {
    font-size: 60px;
  }
}
@media (min-width: 1250px) {
  .landing-page-hero .hero-content .hero-title {
    font-size: 85px;
  }
}
.contact .landing-page-hero .hero-content {
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.contact .landing-page-hero .hero-title {
  border-bottom: 5px solid #c1101a;
  display: inline-block;
}
.thank-you-content-section {
  padding: 35px 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .thank-you-content-section {
    padding: 70px 0;
  }
}
main.thank-you {
  padding-bottom: 0;
}
main.thank-you .double-cta-section {
  background-color: #f4f4f5;
}
.double-cta-section .double-cta-callouts {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 28px 0;
}
@media (min-width: 768px) {
  .double-cta-section .double-cta-callouts {
    align-items: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.double-cta-section .double-cta-callouts li {
  box-shadow: none;
  list-style: none;
}
.double-cta-section .callout {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .double-cta-section .callout {
    flex: 1 48.2%;
    margin-bottom: 0px;
    margin-right: 20px;
    max-width: 625px;
    width: 48%;
  }
}
.double-cta-section .callout:nth-child(2n) {
  margin-right: 0;
}
.double-cta-section .callout::after,
.double-cta-section .callout::before {
  background-color: #d5d5d6;
  bottom: 3px;
  content: '';
  height: 1px;
  left: 3px;
  position: absolute;
  right: 3px;
  z-index: 2;
}
.double-cta-section .callout::before {
  bottom: auto;
  top: 3px;
}
.double-cta-section .callout .content {
  align-items: center;
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: none !important;
  min-height: 254px;
  padding-bottom: 30px;
  padding-top: 200px !important;
  text-align: center;
}
@media (min-width: 1024px) {
  .double-cta-section .callout .content {
    padding-top: 160px !important;
  }
}
.double-cta-section .callout .content p.title {
  color: #c4960c !important;
  font-size: 24px !important;
  margin-bottom: 13px !important;
  margin-top: 24px !important;
}
@media (min-width: 1024px) {
  .double-cta-section .callout .content p.title {
    margin-top: 37px !important;
  }
}
.double-cta-section .callout .content p {
  color: #818286;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.double-cta-section .callout .content .bol-cta {
  height: 40px;
  left: 0;
  margin: auto 0 0;
  padding: 1px;
  position: relative;
  transform: none;
}
.double-cta-section .callout .content .bol-cta div {
  background-position-y: -2px;
  font-size: 15px;
  float: none;
  height: 36px;
  line-height: 37px;
  margin: 0;
}
.double-cta-section .callout .content .bol-cta:hover,
.double-cta-section .callout .content .bol-cta:focus {
  text-decoration: none;
}
.double-cta-section .callout.no-image .content {
  padding-top: 0 !important;
}
.double-cta-section .callout .border-left,
.double-cta-section .callout .border-right {
  background: #d5d5d6;
  bottom: 3px;
  content: '';
  display: block;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 1px;
  z-index: 2;
}
.double-cta-section .callout .border-right {
  left: auto;
  right: 3px;
}
.double-cta-section .callout-featured-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .double-cta-section .callout-featured-image {
    height: 170px;
  }
}
/* CSS Document */
#home-heroes {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7b0c0d+60,c0151b+100 */
  background: #7b0c0d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7b0c0d 60%, #c0151b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7b0c0d 60%, #c0151b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7b0c0d 60%, #c0151b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b0c0d', endColorstr='#c0151b', GradientType=0);
  /* IE6-9 */
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
}
#home-heroes .hero {
  background: #cacbcc;
  background-size: cover;
  background-position: center right;
  width: calc(100% - 480px - 10px);
  height: calc(90vh - 160px);
  max-height: 560px;
  min-height: 400px;
  margin: 0px 0px 10px 0px;
  position: relative;
  cursor: pointer;
}
#home-heroes .hero .mobile-bg {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 0;
  display: none;
}
#home-heroes .hero .content {
  width: 42.5%;
  position: absolute;
  left: 8.5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 1;
}
#home-heroes .hero .content h1 {
  width: 88%;
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 3vw;
  line-height: 2.5vw;
}
#home-heroes .hero .content h1 sup {
  vertical-align: baseline;
  position: relative;
  top: -0.15em;
}
#home-heroes .hero .content p {
  width: 88%;
  float: left;
  position: relative;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 27px;
}
#home-heroes .hero .content p sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
#home-heroes .hero .content a.cta {
  background: #c01119;
  height: 60px;
  float: left;
  position: relative;
  display: block;
  border: 2px solid #c01119;
  text-decoration: none;
}
#home-heroes .hero .content a.cta div {
  height: 56px;
  padding: 0px 40px 0px 30px;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 22px;
  line-height: 56px;
  display: inline-block;
  overflow: hidden;
}
#home-heroes .hero .content a.cta div::after {
  content: ' ';
  background: url('/wp-content/themes/pfw-wp-campbells-food-service/images/header-footer/arrow-right-sprite-24.png') center top -9px no-repeat;
  width: 7px;
  height: 9px;
  display: inline-block;
  margin: -2px -20px 2px 20px;
}
#home-heroes .hero .content a.cta:hover {
  background: #fff;
  border-color: #fff;
  text-decoration: none;
}
#home-heroes .hero .content a.cta:hover div {
  border-color: #c4960c;
  color: #c4960c;
  text-decoration: none;
}
#home-heroes .hero .content a.cta:hover div::after {
  background-position: center bottom -6px;
}
#home-heroes .hero:last-of-type {
  background-position: center left;
}
#home-heroes .hero:last-of-type .content {
  right: 8.5%;
  left: auto;
  justify-content: flex-end;
  align-items: flex-end;
}
#home-heroes .hero:last-of-type .content h1,
#home-heroes .hero:last-of-type .content p {
  text-align: right;
}
#home-heroes .cards-container {
  background: #fff;
  width: 480px;
  height: calc(90vh - 160px);
  max-height: 560px;
  min-height: 400px;
  position: relative;
  margin: 0px 0px 10px 0px;
  /* cards-container */
}
#home-heroes .cards-container::before {
  content: " ";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 3px;
  top: 3px;
  border: 1px solid #c6c6c7;
  z-index: 0;
}
#home-heroes .cards-container .cards {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  z-index: 1;
}
#home-heroes .cards-container .cards .card {
  width: 480px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  outline: 0;
}
#home-heroes .cards-container .cards .card .header {
  background: #c01119;
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 3px 3px 0px 3px;
  display: block;
}
#home-heroes .cards-container .cards .card .header h4 {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
#home-heroes .cards-container .cards .card .image {
  background-color: #cacbcc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 18vh;
  min-height: 110px;
  max-height: 198px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
}
#home-heroes .cards-container .cards .card .image::before {
  content: " ";
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
#home-heroes .cards-container .cards .card .image::after {
  content: " ";
  height: 100%;
  position: absolute;
  right: 3px;
  top: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
#home-heroes .cards-container .cards .card .image a.simplefavorite-button {
  position: absolute;
  margin-right: 0px;
  right: 10px;
  bottom: -20px;
  z-index: 10;
}
#home-heroes .cards-container .cards .card .image a.simplefavorite-button span i.fa-inverse {
  display: none;
}
#home-heroes .cards-container .cards .card .image a.addToMenu {
  background: #ffffff url("images/pantry/add-to-menu.png") 0px 0px no-repeat;
  width: 50px;
  height: 50px !important;
  overflow: hidden;
  display: inline-block !important;
  border: 1px solid #818286;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: -20px;
  outline: none;
  text-indent: -9999px;
}
#home-heroes .cards-container .cards .card .image a.addToMenu:hover,
#home-heroes .cards-container .cards .card .image a.addToMenu.favorited {
  background-color: #c01119;
  background-position: 0px -50px;
  border: 1px solid #c01119;
}
#home-heroes .cards-container .cards .card .content {
  width: calc(100% - 0px - 6px);
  height: calc(100% - 4px - 0px - 41.5% - 50px);
  margin: 0px 3px 3px 3px;
  padding: 0px 20px 60px 20px;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home-heroes .cards-container .cards .card .content h2 {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #57585d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
#home-heroes .cards-container .cards .card .content h2 sup {
  vertical-align: baseline;
  position: relative;
  top: -0.15em;
}
#home-heroes .cards-container .cards .card .content p {
  color: #818286;
  font-size: 18px;
  line-height: 27px;
}
#home-heroes .cards-container .cards .card .content p span.note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
#home-heroes .cards-container .cards .card .content p sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
#home-heroes .cards-container .cards .card .content a.cta {
  background: #c01119;
  height: 40px;
  float: left;
  position: relative;
  display: block;
  margin-top: 20px;
  border: 2px solid #c01119;
  text-decoration: none;
}
#home-heroes .cards-container .cards .card .content a.cta div {
  height: 36px;
  padding: 0px 25px 0px 20px;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 36px;
  display: inline-block;
}
#home-heroes .cards-container .cards .card .content a.cta div::after {
  content: ' ';
  background: url('/wp-content/themes/pfw-wp-campbells-food-service/images/cta-arrow-sprite-39.png') center top -14px no-repeat;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin: -2px -10px 2px 10px;
}
#home-heroes .cards-container .cards .card .content a.cta:hover {
  background: #fff !important;
  border-color: #fff !important;
  text-decoration: none;
}
#home-heroes .cards-container .cards .card .content a.cta:hover div {
  border-color: #c4960c;
  color: #c4960c;
  text-decoration: none;
}
#home-heroes .cards-container .cards .card .content a.cta:hover div::after {
  background-position: center top -92px;
}
#home-heroes .cards-container .cards .card.product .header {
  background-color: #42317f;
}
#home-heroes .cards-container .cards .card.recipe .header {
  background-color: #c4960c;
}
#home-heroes .cards-container .cards .card.recipe .image a.simplefavorite-button {
  right: 50px;
}
#home-heroes .cards-container .cards .card.mypantry {
  height: 100%;
}
#home-heroes .cards-container .cards .card.mypantry .content {
  height: calc(100% - 4px - 0px);
  margin: 3px 3px 3px 3px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #c6c6c7;
  border-bottom: 0;
  outline: 0;
}
#home-heroes .cards-container .cards .card.mypantry .content .mypantry-logo {
  background: url("/wp-content/themes/pfw-wp-campbells-food-service/images/mypantry-logo-large-card.png") center center no-repeat;
  background-size: 50%;
  width: 180px;
  height: 180px;
  border: 1px solid #d5d5d6;
  border-radius: 180px;
  position: relative;
}
#home-heroes .cards-container .cards .card.mypantry .content .mypantry-logo::after {
  content: ' ';
  width: 174px;
  height: 174px;
  border: 1px solid #d5d5d6;
  border-radius: 180px;
  position: absolute;
  left: 2px;
  top: 2px;
}
#home-heroes .cards-container .cards .card.mypantry .content h2 {
  font-weight: 200;
  color: #c01119;
  font-size: 42px;
  line-height: 42px;
}
#home-heroes .cards-container .cards .card.mypantry .content h2 strong {
  font-weight: 700;
}
#home-heroes .cards-container .cards .card.mypantry .content a.cta.secondary {
  background: #57585d;
  border-color: #57585d;
  margin-left: 10px;
}
#home-heroes .cards-container .cards .card.tools .header {
  background: #414246;
}
#home-heroes .cards-container .cards .card.tips .header {
  background-color: #42317f;
}
#home-heroes .cards-container .cards .card.solutions .header {
  background-color: #0873bb;
}
#home-heroes .cards-container .cards .card.recipe .header {
  background: #c4960c;
}
#home-heroes .cards-container .cards .card.product .header {
  background-color: #42317f;
}
#home-heroes .cards-container .cards-pagination {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0px;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#home-heroes .cards-container .cards-pagination button.slick-arrow {
  background: #fff url('/wp-content/themes/pfw-wp-campbells-food-service/images/cta-arrow-sprite-39.png') center bottom -5px no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border-radius: 30px;
  border: 1px solid #d8d8d9;
  overflow: hidden;
  text-indent: -99999px;
  order: 3;
  outline: none;
  z-index: 10;
}
#home-heroes .cards-container .cards-pagination button.slick-arrow:hover {
  background-color: #c4960c;
  background-position: center top -5px;
  border-color: #c4960c;
}
#home-heroes .cards-container .cards-pagination button.slick-arrow.slick-prev {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  order: 1;
  top: 0;
}
#home-heroes .cards-container .cards-pagination ul.slick-dots {
  width: auto;
  height: 10px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  display: block;
  order: 2;
  list-style-type: none;
  z-index: 10;
  top: 0;
}
#home-heroes .cards-container .cards-pagination ul.slick-dots li {
  width: 10px;
  height: 10px;
  float: left;
  position: relative;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border-radius: 10px;
  border: 1px solid #d8d8d9;
  overflow: hidden;
  text-indent: -99999px;
}
#home-heroes .cards-container .cards-pagination ul.slick-dots li button {
  width: 10px;
  height: 10px;
  float: left;
  position: relative;
  display: inline-block;
  opacity: 0;
}
#home-heroes .cards-container .cards-pagination ul.slick-dots li:hover,
#home-heroes .cards-container .cards-pagination ul.slick-dots li.slick-active {
  background-color: #c4960c;
  border-color: #c4960c;
}
#main #brands {
  padding: 100px 0px 40px 0px;
}
#main #brands .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main #brands .wrap h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
#main #brands .wrap .brands-container {
  background: url('/wp-content/themes/pfw-wp-campbells-food-service/images/faded-center-bg.png') center top no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 40px;
}
#main.our-story-content #brands .wrap {
  padding: 0;
}
@media screen and (max-width: 1368px) {
  #home-heroes .hero {
    background-image: none !important;
  }
  #home-heroes .hero .mobile-bg {
    display: block;
  }
  #home-heroes .hero .content {
    width: 83%;
    top: 11%;
    left: 8.5%;
    transform: none;
  }
  #home-heroes .hero .content a.cta {
    height: 40px;
    margin-top: 0px;
    border: 2px solid #c01119;
    min-width: 0;
  }
  #home-heroes .hero .content a.cta div {
    height: 36px;
    padding: 0px 25px 0px 20px;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 36px;
    display: inline-block;
  }
  #home-heroes .hero .content a.cta div::after {
    background: url('/wp-content/themes/pfw-wp-campbells-food-service/images/cta-arrow-sprite-39.png') center top -14px no-repeat;
    width: 5px;
    height: 9px;
    margin: -2px -10px 2px 10px;
  }
  #home-heroes .hero .content a.cta:hover div::after {
    background-position: center top -92px;
  }
}
@media screen and (max-width: 1340px) {
  #main #brands .wrap {
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (min-width: 1021px) and (min-height: 690px) {
  #home-heroes .cards-container .cards .card .image {
    height: 25vh;
    max-height: none;
  }
}
@media screen and (min-width: 1021px) and (min-height: 740px) {
  #home-heroes .cards-container .cards .card .image {
    height: 30vh;
    max-height: 260px;
  }
}
@media screen and (max-width: 1020px) {
  #home-heroes .hero {
    width: 100%;
    height: calc(100vh - 80px - 40px);
    max-height: 720px;
  }
  #home-heroes .hero .content {
    width: 80%;
    top: 10%;
    left: 10%;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  #home-heroes .hero .content h1 {
    font-size: 6vmin;
    line-height: 5.5vmin;
    text-align: left !important;
  }
  #home-heroes .hero .content p {
    text-align: left !important;
  }
  #home-heroes .hero .mobile-bg {
    background-size: cover;
  }
  #home-heroes .cards-container {
    width: calc(50% - 15px);
    margin: 0px 0px 10px 0px;
    height: auto;
    max-height: none;
    min-height: none;
  }
  #home-heroes .cards-container .cards .card {
    width: 100%;
  }
  #home-heroes .cards-container .cards .card .image {
    width: 100%;
    height: 220px;
    max-height: none;
    min-height: none;
  }
  #home-heroes .cards-container .cards .card .content {
    height: calc(100% - 4px - 0px - 20vh - 50px);
  }
  #home-heroes .cards-container .cards .card.mypantry .content .mypantry-logo {
    width: 100px;
    height: 100px;
  }
  #home-heroes .cards-container .cards .card.mypantry .content .mypantry-logo::after {
    width: 94px;
    height: 94px;
  }
  #home-heroes #hero1 {
    order: 1;
  }
  #home-heroes #hero2 {
    order: 2;
  }
  #home-heroes #card1 {
    order: 4;
    margin-right: 10px;
  }
  #home-heroes #card2 {
    order: 3;
    margin-left: 10px;
  }
  #main #brands {
    padding: 60px 0px 20px 0px !important;
  }
  #main #brands .wrap {
    padding: 0px 0px 0px 0px !important;
  }
  #main #brands .wrap h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #main #brands .wrap ul#our-brands {
    margin: 20px 0px -60px 0px;
  }
  #main #brands .wrap ul#our-brands li a img {
    width: 80%;
  }
}
@media screen and (max-width: 680px) {
  #home-heroes .cards-container {
    width: calc(100% - 20px);
    margin: 0px 10px 10px 10px !important;
  }
  #main #brands .wrap ul#our-brands {
    margin: 20px 0px -30px 0px;
    padding-top: 60px;
  }
  #main #brands .wrap ul#our-brands li {
    width: 33%;
    margin-bottom: 30px;
  }
  #main #brands .wrap ul#our-brands li a img {
    width: 70%;
  }
}
@media screen and (max-width: 560px) {
  #home-heroes .hero .content {
    width: calc(100% - 40px);
    top: 40px;
    left: 20px !important;
    right: auto !important;
  }
  #home-heroes .hero .content h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #home-heroes .hero .content p {
    margin: 0px 0px 20px 0px;
  }
  #main #brands .wrap ul#our-brands {
    padding-top: 40px;
  }
  #main #brands .wrap ul#our-brands li {
    width: 50%;
  }
  #main #brands .wrap ul#our-brands li a img {
    width: 80%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  #home-heroes .cards-container .cards .card .content {
    display: inline-block;
  }
  #home-heroes .cards-container .cards .card .content a.cta {
    display: inline-block;
    float: none;
  }
  #home-heroes .cards-container .cards .card.mypantry .content {
    display: inline-block;
  }
  #home-heroes .cards-container .cards .card.mypantry .content .mypantry-logo {
    margin: 0 auto;
  }
  #home-heroes .cards-container .cards .card.mypantry .content .ctas {
    display: inline-block;
  }
}
section#main section#primary.single-recipe article div.container {
  width: calc(100% - 40px) !important;
  max-width: 1270px;
}
section#main section#primary.single-recipe article div.container header.entry-header {
  margin-top: 27px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
section#main section#primary.single-recipe article div.container header.entry-header h1.entry-title {
  width: auto;
  max-width: calc(100% - 61px - 20px);
  margin: 0px 0px 0px 0px;
  padding-right: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 30px;
  line-height: 30px;
}
section#main section#primary.single-recipe article div.container header.entry-header .prod-toolbar {
  margin: -7px 0px 0px 0px;
  position: relative;
}
section#main section#primary.single-recipe article div.container header.entry-header .prod-toolbar #print_language {
  left: 0;
  right: auto;
  top: 50%;
  transform: translate(-100%, -50%);
}
section#main section#primary.single-recipe article div.container header.entry-header .prod-toolbar .popover {
  top: 50%;
  transform: translate(-100%, -50%);
}
section#main section#primary.single-recipe article div.container header.entry-header .prod-toolbar a,
section#main section#primary.single-recipe article div.container header.entry-header .prod-toolbar i {
  cursor: pointer;
}
section#main section#primary.single-recipe article div.container div.entry-content {
  width: 100%;
  position: relative;
  margin: 40px 0px 80px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#main section#primary.single-recipe article div.container div.entry-content .leftcol {
  float: left;
  width: 33%;
}
section#main section#primary.single-recipe article div.container div.entry-content .rightcol {
  width: 67%;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-hero-image {
  align-items: center;
  display: flex;
  height: 427px;
  justify-content: center;
  margin: 0px 0px 30px 0px;
  position: relative;
  border: 1px solid #d4d4d5;
  box-sizing: content-box;
  overflow: hidden;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-hero-image > #recipe-img {
  object-fit: cover;
  width: 100%;
  margin: 0 !important;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-hero-image .content-hero-inline-image {
  margin: 0;
  width: 100%;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-hero-image .add-to-pantry-content {
  position: absolute;
  right: 10px;
  top: 10px;
}
section#main section#primary.single-recipe article div.container div.entry-content #recipe-tip {
  position: relative;
  margin: 0px 0px 30px 0px;
  padding: 3px;
  border: 1px solid #d4d4d5;
}
section#main section#primary.single-recipe article div.container div.entry-content #recipe-tip .content {
  width: 100%;
  float: none;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 25px 20px 0px 20px;
  border: 1px solid #d4d4d5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#main section#primary.single-recipe article div.container div.entry-content #recipe-tip .content h5 {
  background: url("images/tip-lightbulb-gold.png") left center no-repeat;
  height: 30px;
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 27px;
  color: #c49600;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
section#main section#primary.single-recipe article div.container div.entry-content #recipe-tip .content p {
  width: 100%;
  margin: 0px 0px 20px 0px;
  text-align: center;
  color: #57585d;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}
section#main section#primary.single-recipe article div.container div.entry-content #nutrition-facts {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #c6c6c7;
}
section#main section#primary.single-recipe article div.container div.entry-content #nutrition-facts h5 {
  width: 100%;
  margin: 0px 0px 10px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  color: #000;
}
section#main section#primary.single-recipe article div.container div.entry-content #nutrition-facts .nutrition-facts-ctr {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition {
  position: relative;
  margin: 30px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #d4d4d5;
}
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition h5 {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  color: #000;
}
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition ul {
  width: 100%;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-position: outside;
}
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition ul li {
  clear: both;
  width: 100%;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 8px 0px;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  border-bottom: 1px solid #000;
  list-style-type: none;
}
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition ul li:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition ul li strong {
  float: left;
  position: relative;
  font-weight: 900;
  text-transform: capitalize;
}
section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition ul li em {
  float: right;
  position: relative;
  font-weight: 300;
  font-style: normal;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with {
  position: relative;
  margin: 0px 0px 50px 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with.phone {
  display: none;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with.leftcol {
  display: block;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with h5 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #c51b21;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card {
  width: 100%;
  height: auto;
  float: none;
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border: 1px solid #c6c6c7;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card:first-of-type {
  margin: 5px 0px 0px 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .header {
  background-color: #42317f;
  width: 100%;
  height: 35px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 3px 3px 0px 3px;
  display: block;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .header h4 {
  width: 100%;
  height: 35px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .image {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 198px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .image::before {
  content: " ";
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .image::after {
  content: " ";
  height: 100%;
  position: absolute;
  right: 3px;
  top: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .image a.simplefavorite-button {
  position: absolute;
  margin-right: 0px;
  right: 20px;
  top: 10px;
  z-index: 10;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .image a.simplefavorite-button span i.fa-inverse {
  display: none;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .image a.addToMenu {
  background: #ffffff url("images/pantry/add-to-menu.png") 0px 0px no-repeat;
  width: 50px;
  height: 50px !important;
  overflow: hidden;
  display: inline-block !important;
  border: 1px solid #818286;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: -20px;
  outline: none;
  text-indent: -9999px;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .image a.addToMenu:hover,
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .image a.addToMenu.favorited {
  background-color: #c01119;
  background-position: 0px -50px;
  border: 1px solid #c01119;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content {
  width: calc(100% - 0px - 6px);
  margin: 0px 3px 3px 3px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #c6c6c7;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content h2 {
  width: 100%;
  margin: 0px 0px 10px 0px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #57585d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content h2 sup {
  vertical-align: baseline;
  position: relative;
  top: -0.15em;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content p {
  width: 100%;
  color: #818286;
  font-size: 14px;
  line-height: 28px;
  margin: 0px 0px 0px 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content p sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content a.cta {
  background: #c01119;
  height: 40px;
  float: left;
  position: relative;
  display: block;
  margin: 20px 0px -44px 0px;
  border: 2px solid #c01119;
  text-decoration: none;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content a.cta div {
  height: 36px;
  padding: 0px 25px 0px 20px;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 36px;
  display: inline-block;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content a.cta div::after {
  content: ' ';
  background: url('images/cta-arrow-sprite-39.png') center top -14px no-repeat;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin: -2px -10px 2px 10px;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content a.cta:hover {
  background: #fff !important;
  border-color: #fff !important;
  text-decoration: none;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content a.cta:hover div {
  border-color: #c4960c;
  color: #c4960c;
  text-decoration: none;
}
section#main section#primary.single-recipe article div.container div.entry-content #made-with .card .content a.cta:hover div::after {
  background-position: center top -92px;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px 0px 20px 30px;
  align-items: flex-start;
  border: 1px solid #d4d4d5;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #nutrition-mobile {
  display: none;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .time {
  width: 20%;
  border-right: 1px solid #fff;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .serving {
  width: 40%;
  border-right: 1px solid #d4d4d5;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .time,
section#main section#primary.single-recipe article div.container div.entry-content .content-display .serving {
  background: #f5f5f5;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .time h5,
section#main section#primary.single-recipe article div.container div.entry-content .content-display .serving h5 {
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 12px;
  color: #57585d;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .time p,
section#main section#primary.single-recipe article div.container div.entry-content .content-display .serving p {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 18px;
  color: #c01119;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: none;
  font-weight: 600;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields {
  background: #fff;
  width: calc(40% + 2px);
  height: 81px;
  margin: -1px -5px 0px 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #d4d4d5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields h5 {
  background: url("images/info-i-gold.png") right top no-repeat;
  margin: 0px 10px 0px 0px;
  padding: 0px 20px 0px 0px;
  font-size: 18px;
  line-height: 18px;
  color: #c49600;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: none;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields form#yields {
  height: 42px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields form#yields input[type='text'] {
  width: 85px;
  height: 42px;
  margin: 0px 0px 0px 0px;
  color: #58595e;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #d4d4d5;
  border-right: 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields form#yields input[type='button'] {
  background: linear-gradient(to bottom, #ebebec 0%, #c6c6c7 100%);
  height: 42px;
  padding: 0px 25px 0px 25px;
  color: #58595e;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #d4d4d5;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields form#yields input[type='button']:hover {
  background: linear-gradient(to top, #ebebec 0%, #c6c6c7 100%);
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .description {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 40px 40px 40px 40px;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .description .recipe-diff {
  width: 100px;
  height: 100px;
  float: left;
  position: relative;
  margin: 0px 40px 0px 0px;
  padding: 0px 0px 0px 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .description .recipe-diff .radial-progress {
  margin: 0px 0px 0px 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .description p {
  width: calc(100% - 100px - 40px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 27px;
  color: #57585d;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display .description p span {
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  font-size: 10px !important;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #d4d4d5;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder .calc-header {
  background: url("images/arrow-down-gold.png") right 30px center no-repeat;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
  display: block;
  cursor: pointer;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder .calc-header.open {
  background-image: url("images/arrow-up-gold.png");
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder .calc-header h4 {
  background: url("images/calc-icon-gold.png") left center no-repeat;
  height: 40px;
  padding-left: 46px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c49600;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 0px;
  display: none;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step {
  padding: 0px 0px 0px 0px !important;
  border-bottom: 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step .number-ctr .number {
  transform: scale(0.75);
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table {
  width: calc(100% - 100px) !important;
  margin: 0px -40px 0px 0px;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table tr {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table td {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table td input {
  width: 100%;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table td input#ProfitMarginPerServing {
  background: #d5d5d6 !important;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table td.divider {
  border-left: 1px solid #d4d4d5;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step p.helper-text {
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 20px 0px 120px;
  text-align: center;
}
section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator p.note {
  background: #f5f5f5;
  width: calc(100% + 20px);
  font-size: 10px;
  line-height: 10px;
  margin: 0px -20px 0px 0px;
  padding: 20px 20px 20px 20px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions {
  margin: 0px 0px 0px 30px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions h3 {
  display: none;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  table-layout: fixed;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr {
  width: 100%;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr.grey-sep:last-of-type {
  display: none;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr.phone {
  display: none;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.ingredients {
  width: 52%;
  text-indent: 10px;
  padding: 10px 0px 10px 0px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.ingredients table.recipe-table {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.ingredients table.recipe-table tr {
  padding-bottom: 10px;
  border-bottom: 10px solid #fff;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.ingredients table.recipe-table tr td {
  width: calc(100% - 160px);
  padding: 10px 10px 10px 0px;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-indent: 0px;
  color: #d0ab33;
  border-top: none;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.ingredients table.recipe-table tr td a {
  font-weight: 600;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.ingredients table.recipe-table tr td.weight,
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.ingredients table.recipe-table tr td.amount {
  width: 80px;
  padding-right: 0px;
  text-align: center;
  font-weight: 300;
  color: #57585d;
  border-left: 1px solid #fff;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.spacer {
  background: #fff;
  width: 40px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.instructions {
  width: 43%;
  text-align: left;
  padding: 10px 0px 10px 0px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.instructions table.recipe-table tr td {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.instructions table.recipe-table tr td p {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table {
  margin: 0px 0px 0px 0px;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table thead tr td {
  height: 30px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #c51b21;
  text-align: right;
  border-bottom: 1px solid #c51b21;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table thead tr td.ingredients {
  width: calc(57% - 40px - 160px);
  text-indent: 20px;
  direction: rtl;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table thead tr td.weight,
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table thead tr td.amount {
  background: #c51b21;
  width: 80px;
  color: #c51b21;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table thead tr td.weight {
  border-right: 1px solid #fff;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table thead tr td.steps {
  width: 43%;
  text-align: left;
}
section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table thead tr td.spacer {
  background: #fff;
  width: 40px;
  border-color: #fff;
}
@media screen and (max-width: 1200px) {
  section#main section#primary.single-recipe article div.container header.entry-header {
    margin-top: 7px;
  }
  section#main section#primary.single-recipe article div.container header.entry-header h1.entry-title {
    font-size: 27px;
    line-height: 30px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-hero-image {
    height: 340px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .right-col {
    width: 67%;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display {
    margin: 0px 0px 20px 15px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .time p,
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .serving p {
    font-size: 16px;
    line-height: 16px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields h5 {
    font-size: 16px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields form#yields input[type='text'] {
    width: 60px;
    font-size: 18px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields form#yields input[type='button'] {
    font-size: 14px;
    padding: 0px 15px 0px 15px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .description {
    padding: 20px 20px 20px 20px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .description p {
    width: calc(100% - 100px - 40px);
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1020px) {
  section#main section#primary.single-recipe article div.container header.entry-header {
    margin-top: 7px;
  }
  section#main section#primary.single-recipe article div.container header.entry-header h1.entry-title {
    font-size: 27px;
    line-height: 30px;
  }
  section#main section#primary.single-recipe article div.container header.entry-header .prod-toolbar {
    margin-top: -7px;
  }
  section#main section#primary.single-recipe article div.container header.entry-header .prod-toolbar a.print-btn {
    display: none;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-hero-image {
    height: 340px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .time {
    width: 40%;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .serving {
    width: 60%;
    border-right: 0px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .yields {
    width: calc(100% + 2px);
    order: 3;
    margin: 0px -1px -1px -1px;
    border: 1px solid #fff;
    border-top: 1px solid #d4d4d5;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #d4d4d5;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder .calc-header {
    background: url("images/arrow-down-gold.png") right 30px center no-repeat;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 20px 40px 20px 40px;
    display: block;
    cursor: pointer;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder .calc-header.open {
    background-image: url("images/arrow-up-gold.png");
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder .calc-header h4 {
    background: url("images/calc-icon-gold.png") left center no-repeat;
    height: 40px;
    padding-left: 46px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c49600;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    display: none;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step {
    margin: 0px 0px 20px 0px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step .number-ctr {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step .number-ctr .number {
    margin: 0px 0px 0px 0px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table {
    width: calc(100% - 20px) !important;
    margin: 0px -40px 0px 20px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step p.helper-text {
    width: calc(100% - 20px) !important;
    padding: 0px 0px 0px 0px;
  }
  section#main section#primary.single-recipe article div.container #ingredients-instructions table.recipe-table-outer tbody tr td.instructions table.recipe-table tr td {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 860px) {
  section#main section#primary.single-recipe article div.container div.entry-content {
    flex-direction: column;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .leftcol,
  section#main section#primary.single-recipe article div.container div.entry-content .rightcol {
    float: none;
    width: 100%;
  }
  section#main section#primary.single-recipe article div.container div.entry-content {
    width: 100%;
    margin: 20px 0px 40px 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .desktop {
    display: none !important;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .mobile {
    display: block !important;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-hero-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    order: 1;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #recipe-tip {
    width: 100%;
    order: 10;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #nutrition-facts {
    width: 100%;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .child-nutrition {
    width: 100%;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .left-col,
  section#main section#primary.single-recipe article div.container div.entry-content .right-col {
    width: 100%;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #made-with.leftcol {
    order: 4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #made-with.leftcol h5 {
    width: 100%;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #made-with.leftcol .card {
    width: calc(50% - 10px);
    margin: 5px 0px 0px 0px !important;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display {
    width: 100%;
    margin: 0px 0px 20px 0px;
    order: 3;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .description .recipe-diff {
    width: 100%;
    margin: 0px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display .description p {
    width: 100%;
    text-align: center;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder .calc-header {
    padding: 20px 20px 20px 20px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #nutrition-mobile {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: block;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #nutrition-mobile h3 {
    background: #000 url("images/arrow-down-gold.png") right 30px center no-repeat;
    width: calc(100% + 40px);
    float: left;
    position: relative;
    margin: 0px -20px 0px -20px;
    padding: 20px 20px 20px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #nutrition-mobile.open h3 {
    background-image: url("images/arrow-up-gold.png");
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #nutrition-mobile.open #nutrition-facts {
    display: block;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #nutrition-mobile.open .child-nutrition {
    display: block;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #nutrition-mobile #nutrition-facts {
    float: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #nutrition-mobile .child-nutrition {
    display: none;
    margin: 0px 0px 20px 0px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions {
    width: 100%;
    margin: 0px 0px 0px 0px;
    order: 5;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions h3 {
    border-bottom: 1px solid #c51b21;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #recipe-tip {
    margin: 20px 0px 0px 0px;
  }
}
@media screen and (max-width: 640px) {
  section#main section#primary.single-recipe article div.container div.entry-content {
    margin-bottom: 0px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #made-with.leftcol {
    align-items: center;
    justify-content: center;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #made-with.leftcol .card {
    width: calc(100%);
    margin: 9px 0px 36px 0px !important;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table tr.made-with-tr.phone {
    display: none;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #made-with.phone {
    display: none;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table tr {
    flex-direction: column;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table tr td.small {
    height: 30px;
    padding: 0px 0px 0px 0px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table tr td.small strong {
    margin: -20px 0px 0px 0px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step table tr td.divider {
    width: 100%;
    padding: 0px 0px 0px 0px;
    border-left: none;
    border-top: 1px solid #d4d4d5;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step p.helper-text {
    margin-left: 20px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder #calculator .step .number-ctr {
    margin-left: 10px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table.header {
    display: none;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions h3 {
    display: block;
    line-height: 20px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer {
    margin-bottom: 20px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    display: block;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr.phone {
    display: block;
    padding-top: 10px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr.phone th {
    height: 30px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr.phone th.th-ingredients {
    width: calc(100% - 140px);
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr.phone th.th-weight-measure {
    width: 70px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 30px;
    text-transform: uppercase;
    border-left: 1px solid #fff;
    background: #ca2328;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    display: block;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td.ingredients {
    padding: 0px 0px 0px 0px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table tr {
    border-bottom: 5px solid #fff;
    padding-bottom: 0px;
    display: flex;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table tr td {
    width: calc(100% - 140px);
    text-align: left;
    min-height: 36px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table tr td.weight,
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table tr td.amount {
    width: 70px;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table tr td.weight span:last-of-type,
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table tr td.amount span:last-of-type {
    padding-left: 5px;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table tr td.made-with {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table tr td.made-with #made-with {
    width: 100%;
    margin: 10px 0px 50px 0px;
    text-indent: 0px !important;
  }
  section#main section#primary.single-recipe article div.container div.entry-content #ingredients-instructions table.recipe-table-outer tbody tr td table.recipe-table .instructions-inner tr td {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  section#main section#primary.single-recipe article div.container div.entry-content .content-display #calculator-holder .calc-header h4 {
    padding-right: 20px;
    line-height: 18px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  section#main section.single-recipe#primary article div.container div.entry-content {
    height: 7000px;
    /* fix for flexbox columns */
  }
  section#main section.single-recipe#primary article div.container div.entry-content .content-display #calculator-holder #calculator .step table td {
    width: auto !important;
  }
  section#main section.single-recipe#primary article div.container div.entry-content .content-display #calculator-holder #calculator .step table td input {
    width: 90px;
  }
  section#main section.single-recipe#primary article div.container div.entry-content .content-display #calculator-holder #calculator .step table.profitperday td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.entry-content .recipe-product-card-image {
  height: 100%;
}
section#main section#primary.single-prod-ctr article div.container {
  width: calc(100% - 40px) !important;
  max-width: 1270px;
}
section#main section#primary.single-prod-ctr article div.container header.entry-header {
  margin-top: 27px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
section#main section#primary.single-prod-ctr article div.container header.entry-header h1.entry-title {
  width: auto;
  max-width: calc(100% - 61px - 20px);
  margin: 0px 0px 0px 0px;
  padding-right: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 30px;
  line-height: 30px;
  text-align: left !important;
}
section#main section#primary.single-prod-ctr article div.container header.entry-header .prod-toolbar {
  margin: -7px 0px 0px 0px;
  position: relative;
}
section#main section#primary.single-prod-ctr article div.container header.entry-header .prod-toolbar #print_language {
  left: 0;
  right: auto;
  top: 50%;
  transform: translate(-100%, -50%);
}
section#main section#primary.single-prod-ctr article div.container header.entry-header .prod-toolbar .popover {
  top: 50%;
  transform: translate(-100%, -50%);
}
section#main section#primary.single-prod-ctr article div.container header.entry-header .prod-toolbar a,
section#main section#primary.single-prod-ctr article div.container header.entry-header .prod-toolbar i {
  cursor: pointer;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0px 80px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col {
  width: 33%;
  margin: 0px 0px 0px 0px;
  float: left;
  position: relative;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .prod-image-ctr {
  width: 100%;
  max-height: 520px;
  float: left;
  position: relative;
  margin: 0px;
  display: block;
  background: none !important;
  padding: 0 !important;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .prod-image-ctr .add-to-pantry-content {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 11;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .prod-image-ctr .recipe-new-container {
  left: 0px;
  top: 15px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .prod-image-ctr .featured-image {
  object-fit: cover;
  width: 100%;
  margin: 0;
  min-height: 410px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .add-images {
  display: flex;
  float: left;
  margin-top: 20px;
  flex-wrap: wrap;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .add-images .product-thumbnail {
  margin: 0 5px;
  flex: 0 21%;
  min-width: 70px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .add-images .product-thumbnail img {
  max-height: 97px;
  border: 2px solid #57585d;
  padding: 5px;
  border-radius: 10px;
  min-height: 97px;
  object-fit: contain;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .add-images .product-thumbnail.active img {
  border-color: #c01119;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .add-images .product-thumbnail:not(.active):hover img {
  border-color: #c01119;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col ul.product-icons {
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0px 13px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col ul.product-icons li {
  float: left;
  position: relative;
  margin: 0px 7px 7px 0px;
  padding: 0px 0px 0px 0px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col ul.product-icons li a {
  width: 36px;
  height: 36px;
  float: left;
  position: relative;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col ul.product-icons li .tooltip {
  width: 200px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel em {
  font-style: normal;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel > div {
  width: 100%;
  max-width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #c6c6c7;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel > div .table-title {
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel > div .serving-size {
  font-size: 1.4rem;
  line-height: 1.4;
  overflow: auto;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel > div .serving-size strong {
  font-weight: 400;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel > div .dv-row {
  text-align: right;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel > div .dv-row th {
  display: inline-block;
  position: initial;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel > div .calories th {
  font-size: 2.3rem;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel .nfp-nutrition-facts .calories td {
  margin-top: 0px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .nutrition-info {
  margin-top: 10px !important;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .nutrition-info p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .nutrition-info.other-info p {
  color: #57585d;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 300;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col {
  width: calc(67% - 30px);
  margin: 0px 0px 0px 30px;
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview {
  width: 100%;
  margin: 0px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #d4d4d5;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar {
  background: #f5f5f5;
  width: 25%;
  padding: 20px 10px 20px 10px;
  border-right: 1px solid #fff;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar.pack {
  width: 35%;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar.buttons {
  width: 40%;
  border-right: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar h5 {
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 12px;
  color: #57585d;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar p {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 24px;
  color: #c01119;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: none;
  font-weight: 600;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar a.cta {
  background: #c01119;
  height: 30px;
  float: left;
  position: relative;
  display: block;
  margin: 0px 0px 0px 0px;
  border: 2px solid #c01119;
  text-decoration: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar a.cta:last-of-type {
  margin-left: 5px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar a.cta div {
  height: 26px;
  padding: 0px 17px 0px 7px;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 26px;
  display: block;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar a.cta div::after {
  content: ' ';
  background: url('images/cta-arrow-sprite-39.png') center top -14px no-repeat;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin: -3px -10px 1px 5px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar a.cta:hover {
  background: #fff !important;
  border-color: #fff !important;
  text-decoration: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar a.cta:hover div {
  border-color: #c4960c;
  color: #c4960c;
  text-decoration: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar a.cta:hover div::after {
  background-position: center top -92px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .description {
  width: 100%;
  padding: 40px 40px 40px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .description .brand-logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 140px;
  height: 120px;
  margin: 0px 40px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .description .description-content {
  width: calc(100% - 120px - 40px);
  margin: 0px 0px -20px 0px;
  padding: 0px 0px 0px 0px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .description .description-content p {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  color: #57585d;
  font-size: 18px;
  line-height: 27px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .description .description-content p:empty {
  display: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion {
  width: calc(50% - 20px);
  margin: 0px 0px 0px 40px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  display: block;
  border: 1px solid #d4d4d5;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion p {
  word-break: break-word;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion h3 {
  background: url("images/arrow-down-red.png") right 30px center no-repeat;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 30px 30px 30px 30px;
  color: #c51b21;
  display: block;
  cursor: pointer;
  border-top: 1px solid #d4d4d5;
  outline: none;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion h3 span {
  display: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion h3.noborder {
  border: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion h3:last-of-type {
  background: #c51b21 url("images/arrow-down-white-9x5.png") right 30px center no-repeat;
  color: #fff;
  border: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion h3.black {
  background: #000 url("images/arrow-down-gold.png") right 30px center no-repeat;
  color: #fff;
  border: 0px;
  display: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion h3.ui-accordion-header-active {
  background-image: url("images/arrow-up-red.png");
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion h3.ui-accordion-header-active:last-of-type {
  background-image: url("images/arrow-up-white-9x5.png");
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion h3.ui-accordion-header-active.black {
  background-image: url("images/arrow-up-gold.png");
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel {
  padding: 1em .4em;
  border: 0;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile {
  display: none !important;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile > div {
  width: 100%;
  max-width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  border: 1px solid #c6c6c7;
  font-family: 'Roboto', sans-serif;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile > div .table-title {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile > div .servings-per-container {
  font-size: 1.4rem;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile > div .thick-bottom-border {
  padding-bottom: 0.3125rem;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile > div .serving-size {
  font-size: 1.4rem;
  line-height: 1.4;
  overflow: auto;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile > div .serving-size strong {
  font-weight: 400;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile > div .dv-row {
  text-align: right;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile > div .dv-row th {
  display: inline-block;
  position: initial;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion div.accordion-content {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 10px 30px;
  border: 0;
  border-radius: 0;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion div.accordion-content p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  color: #57585d;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 300;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion div.accordion-content p:empty {
  display: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion div.accordion-content p a {
  word-break: break-all;
  display: block;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion div.accordion-content.red {
  background: #c51b21;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion div.accordion-content.red p {
  color: #fff;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion div.accordion-content a {
  word-break: break-all;
  display: block;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column {
  width: calc(50% - 20px);
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column h4 {
  width: 100%;
  float: left;
  position: relative;
  margin: 30px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  color: #c51b21;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #c51b21;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column h4.allergens {
  background: url("images/icons/alert.jpg") left top 2px no-repeat;
  padding-left: 20px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column p {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  color: #57585d;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 300;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column p:empty {
  display: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column p.ingredients {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column ul.benefits {
  padding: 0;
  list-style: none;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column ul.benefits li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 20px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column ul.benefits li span {
  position: relative;
  background: url(/wp-content/themes/pfw-wp-campbells-food-service/images/header-footer/check-sprite-24.png) no-repeat left 2px top -23px;
  clear: both;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  display: inline-block;
  overflow: hidden;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column ul.allergens {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column ul.allergens li {
  height: 30px;
  margin: 10px 10px 0px 0px;
  padding: 0px 15px 0px 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #c49600;
  font-weight: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  border-radius: 40px;
  border: 1px solid #c49600;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #packaging-details {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d4d4d5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #packaging-details h4 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  color: #c51b21;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #packaging-details .cell {
  background: #f4f4f5;
  width: 33.333%;
  padding: 20px 20px 20px 20px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #packaging-details .cell:nth-child(4),
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #packaging-details .cell:nth-child(7) {
  border-right: 0px;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #packaging-details .cell p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #57585d;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
}
section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #packaging-details .cell p strong {
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  section#main section#primary.single-prod-ctr article div.container div.entry-content {
    margin-bottom: 40px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar {
    width: 20%;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar p {
    font-size: 20px;
    line-height: 20px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar.buttons {
    width: 45%;
    padding: 20px 5px 20px 5px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col {
    flex-direction: column;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview {
    margin-bottom: 0px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-details-column {
    width: 100%;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
}
@media screen and (max-width: 960px) {
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col {
    width: calc(67% - 15px);
    margin: 0px 0px 0px 15px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .case {
    width: 50%;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .pack {
    width: 50% !important;
    border: 0px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .buttons {
    background: none;
    width: 100% !important;
    padding: 0px 5px 30px 5px !important;
    order: 10;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .description {
    flex-direction: column;
    padding: 0px 30px 30px 30px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .description .brand-logo {
    width: 100%;
    margin: 0px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .description .description-content {
    width: 100%;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .description .description-content p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 860px) {
  section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col {
    width: 100%;
    max-width: 560px;
    margin: 0px 0px 20px 0px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col #nutrition-panel > div {
    display: none;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col .prod-image-ctr {
    background-size: contain;
    background-position: top left;
    width: calc(100% - 40px);
    padding-top: calc(100% - 40px);
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col ul.product-icons {
    width: 36px;
    margin: 0px 0px 0px 0px;
    float: right;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .left-col ul.product-icons li {
    width: 36px;
    margin: 0px 0px 10px 0px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion h3.black {
    display: block;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion div.accordion-content.nutrition {
    display: block;
    border-bottom: 1px solid #d4d4d5;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel {
    color: black;
    padding: 1em .4em;
    border: 0;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #information-accordion #nutrition-panel.mobile {
    display: inline-block !important;
  }
}
@media screen and (max-width: 500px) {
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar.buttons {
    flex-direction: column;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #product-overview .toolbar.buttons a {
    margin: 0px 0px 10px 0px !important;
  }
  section#main section#primary.single-prod-ctr article div.container div.entry-content .right-col #packaging-details .cell {
    width: 100%;
  }
}
.canned-soup-tool {
  overflow: hidden;
}
.canned-soup-tool .cta {
  background: #c01119;
  height: 49px;
  float: left;
  position: relative;
  display: block;
  margin: 0px 0px 0px 0px;
  border: 2px solid #c01119;
  text-decoration: none;
  padding: 2px;
}
.canned-soup-tool .cta div {
  height: 41px;
  padding: 0px 20px 0px 20px;
  border: 1px solid #fff;
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 43px;
  display: flex;
  align-items: center;
}
.canned-soup-tool .cta div::before {
  content: ' ';
  background: url(images/canned-soup-finder/search-glass_nav-sprite.png) center top no-repeat;
  width: 32px;
  height: 26px;
  display: inline-block;
  background-position: 0px -81px;
  background-size: 20px;
}
.canned-soup-tool .cta:hover {
  background: #fff !important;
  border-color: #c4960c !important;
  text-decoration: none;
}
.canned-soup-tool .cta:hover div {
  border-color: #c4960c;
  color: #c4960c;
  text-decoration: none;
  border: 1px solid #c4960c;
}
.canned-soup-tool .cta:hover div::before {
  background-position: 0 -44px;
}
.canned-soup-tool #content-brand .inner-top-bar {
  margin-bottom: 0;
}
.canned-soup-tool .hero {
  min-height: 480px;
  background: url("images/canned-soup-finder/concrete-texture.png") #c01119;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 5px;
}
.canned-soup-tool .hero .border {
  padding-top: 5px;
  border-top: 1px solid #ffffff;
}
.canned-soup-tool .hero .border .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0 0;
}
.canned-soup-tool .hero .border .content img {
  z-index: 10;
}
.canned-soup-tool .hero .border .content .title {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  left: -10px;
  bottom: -18px;
}
.canned-soup-tool .hero .border .content .title h1 {
  color: #ffffff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  line-height: 0.9;
}
.canned-soup-tool .hero .border .content .title span {
  color: #c4960c;
  font-size: 54px;
  font-family: 'Damion', cursive;
  font-weight: normal;
  position: relative;
  left: -30px;
}
.canned-soup-tool .hero .icons {
  display: flex;
  position: absolute;
  right: 48px;
  top: 26px;
  align-items: center;
  justify-content: center;
}
.canned-soup-tool .hero .icons .header-holder {
  padding: 0;
  width: auto;
}
.canned-soup-tool .hero .icons .header-holder header {
  display: none;
}
.canned-soup-tool .hero .icons .header-holder .prod-toolbar {
  width: 100%;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.canned-soup-tool .hero .icons .header-holder .prod-toolbar .add-to-pantry {
  background: none;
  top: 0;
  left: 0;
  position: relative;
  margin: 0;
}
.canned-soup-tool .hero .icons .header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content {
  padding: 0px 12px 1px;
  border: 0;
}
.canned-soup-tool .hero .icons .header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content > span {
  display: none;
}
.canned-soup-tool .hero .icons .header-holder .prod-toolbar .add-to-pantry .add-to-pantry-content .favBtn {
  margin: 0px -10px 0px auto;
}
.canned-soup-tool .hero .icons .header-holder .prod-toolbar .print-btn {
  margin: 0 10px;
}
.canned-soup-tool .hero .icons .add-to-pantry .add-to-pantry-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.canned-soup-tool .hero .icons .simplefavorite-button:hover {
  border: 1px solid #fff;
}
.canned-soup-tool .hero .icons .print-btn {
  margin: 0 15px 0 25px;
  display: none;
}
.canned-soup-tool .hero .icons .print-btn .fa-print:hover::before {
  background-position: 0 -30px;
}
.canned-soup-tool .hero .icons .print-btn .fa-print::before {
  background-position: 0 -58px;
}
.canned-soup-tool .hero .icons .fa-share-alt:hover::before {
  background-position: 0 -29px;
}
.canned-soup-tool .hero .icons .fa-share-alt::before {
  background-position: 0 -57px;
}
.canned-soup-tool .bottom-section {
  position: relative;
  background: url("/wp-content/themes/pfw-wp-campbells-food-service/images/canned-soup-finder/concrete-texture.png");
  background-repeat: repeat;
  background-size: contain;
  min-height: 500px;
  background-position: center center;
  padding: 5px 0 190px 0;
}
.canned-soup-tool .bottom-section::before {
  content: "";
  background: url(images/canned-soup-finder/ingredients-mobile-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: block;
  bottom: -60px;
  position: absolute;
  width: 584px;
  height: 344px;
}
.canned-soup-tool .bottom-section::after {
  content: "";
  background: url(images/canned-soup-finder/ingredients-mobile-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: block;
  bottom: -190px;
  position: absolute;
  width: 623px;
  height: 427px;
  right: 0;
}
.canned-soup-tool .bottom-section .border {
  border: 1px solid #cacbcc;
}
.canned-soup-tool .bottom-section .soup-tool {
  position: relative;
  top: -210px;
  z-index: 100;
  width: 100%;
  margin-bottom: -190px;
}
.canned-soup-tool .bottom-section .soup-tool#step3 {
  margin-bottom: -330px;
}
.canned-soup-tool .bottom-section .soup-tool .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  border-radius: 35px;
  padding: 0;
  position: relative;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-ctr {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-ctr.active {
  opacity: 1;
  height: auto;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-ctr.visible {
  display: flex;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .top-bar,
.canned-soup-tool .bottom-section .soup-tool .container .soup-selection .top-bar {
  width: 100%;
  background: #eaeaea;
  text-align: center;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
  position: relative;
  padding: 5px 5px 0 5px;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .top-bar .border,
.canned-soup-tool .bottom-section .soup-tool .container .soup-selection .top-bar .border {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .top-bar .border h2,
.canned-soup-tool .bottom-section .soup-tool .container .soup-selection .top-bar .border h2 {
  color: #c01119;
  font-weight: bold;
  font-size: 27px;
  position: relative;
  margin: 0;
  padding: 20px 65px 20px 20px;
  line-height: 30px;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .top-bar .border span,
.canned-soup-tool .bottom-section .soup-tool .container .soup-selection .top-bar .border span {
  position: absolute;
  right: 35px;
  top: 38%;
  cursor: pointer;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content,
.canned-soup-tool .bottom-section .soup-tool .container .soup-selection .main-content {
  border-radius: 35px;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .border,
.canned-soup-tool .bottom-section .soup-tool .container .soup-selection .border {
  border: 1px solid #cacbcc;
  border-radius: 35px;
}
.canned-soup-tool .bottom-section .soup-tool .container#step1 {
  background: transparent;
  width: 1260px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  z-index: 1;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .title {
  max-width: 560px;
  width: 100%;
  margin-bottom: 40px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .title h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  position: relative;
  max-width: 1030px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards::before {
  content: "";
  background: url("images/canned-soup-finder/veggies-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 181px;
  height: 339px;
  position: absolute;
  left: -111px;
  top: -89px;
  z-index: -1;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards::after {
  content: "";
  background: url("images/canned-soup-finder/veggies-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 224px;
  height: 296px;
  position: absolute;
  right: -100px;
  top: -28px;
  z-index: -1;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards .card {
  background: #ffffff;
  border-radius: 15px;
  width: 50%;
  margin-bottom: 0;
  padding: 5px;
  transition: all 250ms ease-out;
  cursor: pointer;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards .card .border {
  border: 1px solid #cacbcc;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards .card .border p {
  color: #c4960c;
  font-family: 'Damion', cursive;
  font-size: 36px;
  margin: 10px 0 0 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards .card .border h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards .card:hover {
  -webkit-box-shadow: 10px 10px 47px -17px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 10px 10px 47px -17px rgba(0, 0, 0, 0.46);
  box-shadow: 10px 10px 47px -17px rgba(0, 0, 0, 0.46);
  z-index: 100;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards .icon {
  position: absolute;
  z-index: 10;
  top: 30%;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .cards .empty {
  width: 30px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .copy {
  text-align: center;
  width: 100%;
  max-width: 865px;
  margin-top: 35px;
  padding: 0 20px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .copy p {
  color: #424241;
  font-size: 21px;
  text-align: center;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-1 .copy span {
  color: #c01119;
  font-size: 24px;
  font-weight: bold;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness {
  position: relative;
  z-index: 10;
  top: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content {
  width: 100%;
  padding: 0 5px 5px 5px;
  position: relative;
  background: #ffffff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .options {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .options .option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .options .option h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .options .option p {
  color: #626267;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border {
  padding: 60px 0 0 0;
  border-top: 0;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: #ffffff;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .cta-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 60px 0 30px 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider {
  position: relative;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .menu-profile-slider {
  margin: 180px auto 0 auto;
  width: 70%;
  height: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  background: #eaeaea;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .menu-profile-slider {
    margin-top: 125px;
  }
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .menu-profile-slider .ui-slider-handle {
  background: url(images/canned-soup-finder/slider-handle.png) top center no-repeat;
  border: 0;
  width: 40px;
  height: 52px;
  cursor: pointer;
  margin-top: -25px;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .menu-profile-slider .ui-slider-handle:hover {
  border: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .menu-profile-slider .ui-slider-handle:focus {
  outline: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .menu-profile-slider .point {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #abacae;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .menu-profile-slider .point.pt-1 {
  left: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .menu-profile-slider .point.pt-2 {
  left: 50%;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .menu-profile-slider .point.pt-3 {
  left: 99%;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .soups {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .soups {
    margin-top: 45px;
    left: -7%;
    right: -7%;
  }
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .soups .soup-ctr {
  width: 33.33333%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider .soups .soup-ctr img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.canned-soup-tool .bottom-section .soup-tool .container .trendiness .main-content .border .slider #menuProfileSlider {
  margin: 60px auto 0 auto;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 {
  z-index: 10;
  position: relative;
  top: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 5px 5px 5px;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #ffffff 43%, #f7f7f7 48%, #ffffff 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #ffffff 43%, #f7f7f7 48%, #ffffff 100%);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 43%, #f7f7f7 48%, #ffffff 100%);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border {
  padding: 60px 0 0 0;
  border-top: 0;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  width: 100%;
  background: #ffffff;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0 0 0;
  width: 100%;
  align-items: baseline;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li {
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li label img {
  max-width: 180px;
  max-height: 180px;
  width: 100%;
  height: 100%;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li label:nth-child(2) {
  padding: 0px 20px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li p {
  color: #c01119;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 100%;
  max-width: 370px;
  margin-top: 10px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li label,
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li input {
  cursor: pointer;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li input {
  display: none;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li .checkmark {
  background: url(images/canned-soup-finder/notChecked_.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li input:checked + .checkmark {
  background: url(images/canned-soup-finder/checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border .cta-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 {
  width: 100%;
  z-index: 10;
  position: relative;
  top: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper {
  width: 100%;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar {
  background: #c01119;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 0 0;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  padding: 10px 40px 15px 40px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item img {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item span {
  font-family: 'Hind', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  left: -16px;
  top: 2px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item h2::after {
  content: "";
  background: url(images/arrow-down-gold.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 5px;
  display: block;
  position: absolute;
  right: -27px;
  top: 6px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item.active {
  background: #ac0f16;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item.active h2::after {
  background: url(images/arrow-up-gold.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 {
  padding-bottom: 55px;
  position: relative;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .tab {
  transition: all 250ms ease-out;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .mobile-loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .mobile-loading img {
  opacity: 1;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .mobile-loading.display {
  display: flex !important;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: #ac0f16;
  padding: 40px 20px 0 20px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.33333%;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup img {
  width: 100%;
  max-width: 50px;
  margin: 0 20px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0px 10px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup label {
  margin: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup label:last-child {
  width: 75%;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup .checkmark {
  background: url(images/canned-soup-finder/notChecked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup input:checked + .checkmark {
  background: url(images/canned-soup-finder/checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness {
  position: relative;
  background: #ac0f16;
  margin: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider {
  position: relative;
  padding: 40px 0 50px 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .menu-profile-slider {
  margin: 180px auto 0 auto;
  width: 70%;
  height: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  background: #eaeaea;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .menu-profile-slider {
    margin-top: 125px;
  }
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .menu-profile-slider .ui-slider-handle {
  background: url(images/canned-soup-finder/slider-handle.png) top center no-repeat;
  border: 0;
  width: 40px;
  height: 52px;
  cursor: pointer;
  margin-top: -25px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .menu-profile-slider .ui-slider-handle:hover {
  border: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .menu-profile-slider .ui-slider-handle:focus {
  outline: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .menu-profile-slider .point {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #abacae;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .menu-profile-slider .point.pt-1 {
  left: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .menu-profile-slider .point.pt-2 {
  left: 50%;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .menu-profile-slider .point.pt-3 {
  left: 99%;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .soups {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .soups {
    margin-top: 45px;
    left: -7%;
    right: -7%;
  }
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .soups .soup-ctr {
  width: 33.33333%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .soups .soup-ctr img {
  margin: 0;
  max-width: 120px;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .soups .soup-ctr div {
  display: flex;
  flex-direction: column;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .soups .soup-ctr div h3,
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .soups .soup-ctr div p {
  color: #ffffff;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider #menuProfileSlider-step4 {
  margin: 60px auto 0 auto;
  position: relative;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  background: #ac0f16;
  position: relative;
  padding: 40px 0 0 40px;
  width: 98%;
  margin: 0 auto;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 33.3333%;
  flex-direction: column;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute p {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute img {
  margin: 0 10px;
  width: 100%;
  max-width: 22px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute label {
  margin: 0;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute label,
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute input {
  cursor: pointer;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute input {
  display: none;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute .checkmark {
  background: url(images/canned-soup-finder/notChecked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute input:checked + .checkmark {
  background: url(images/canned-soup-finder/checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content {
  width: 100%;
  background: #ffffff;
  border-radius: 35px;
  padding: 5px;
  margin-top: -50px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border {
  border: 1px solid #cacbcc;
  border-radius: 35px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border #loader {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  min-height: 600px;
  position: absolute;
  width: 98%;
  background: white;
  z-index: 100;
  border-radius: 20px;
  height: 90%;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0 0;
  width: 100%;
  align-items: baseline;
  padding-bottom: 10px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li .dneeds {
  display: flex;
  margin-top: -14px;
  justify-content: center;
  max-width: 200px;
  width: 100%;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li .dneeds a[data-original-title="Good Source of Protein"] img,
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li .dneeds a[data-original-title="Good Source of Fiber"] img {
  height: 40px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li .dneeds img {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #fff;
  padding: 2px;
  margin: 0 2px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li .add-to-pantry {
  position: absolute;
  right: 50px;
  top: 10px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li p {
  color: #c01119;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 100%;
  max-width: 370px;
  margin-top: 10px;
  padding: 0 10px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li label,
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li input {
  cursor: pointer;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li a {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 15px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border ul li a img.recipe-image {
  border-radius: 15px;
  width: 196px;
  height: 196px;
  visibility: hidden;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border #load_more {
  display: none;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border #load_more div::before {
  width: 0px;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border #load_more.loading {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border #load_more.visible {
  display: inline-block;
}
.canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .pre_footer {
  background: none;
}
@media (max-width: 1250px) {
  .canned-soup-tool .bottom-section .soup-tool .container .step-1 {
    overflow: hidden;
  }
}
@media (max-width: 1020px) {
  .canned-soup-tool #menuProfileSlider-step4 {
    display: none;
  }
  .canned-soup-tool .hero .border .content {
    justify-content: center;
  }
  .canned-soup-tool .hero .border .content .icons {
    top: 70px;
    right: 10px;
    flex-direction: column;
  }
  .canned-soup-tool .hero .border .content .icons .print-btn {
    display: none;
  }
  .canned-soup-tool .hero .border .content img {
    width: 100%;
    max-width: 150px;
  }
  .canned-soup-tool .hero .border .content .title h1 {
    font-size: 38px;
  }
  .canned-soup-tool .hero .border .content .title span {
    font-size: 49px;
  }
  .canned-soup-tool .bottom-section {
    padding: 0px;
    padding-bottom: 210px;
    margin-bottom: -100px;
  }
  .canned-soup-tool .bottom-section .soup-tool {
    top: -260px;
  }
  .canned-soup-tool .bottom-section .soup-tool#step1 {
    top: -260px;
    margin-bottom: 0px;
  }
  .canned-soup-tool .bottom-section .soup-tool#step3 {
    margin-bottom: -190px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 {
    overflow: hidden;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .title h2 {
    padding: 0 10px;
    font-size: 26px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .cards {
    flex-direction: column;
    padding: 0 10px;
    overflow: hidden;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .cards .card {
    width: 100%;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .cards .card .border h2 {
    font-size: 30px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .cards .card .border p {
    font-size: 24px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .cards::before {
    height: 100%;
    left: -84px;
    top: 41px;
    width: 213px;
    background: url(images/canned-soup-finder/Red-peppers.png) -10px -40px, url(images/canned-soup-finder/Spinach.png) 0 340px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .cards::after {
    width: 200px;
    top: 22px;
    height: 100%;
    background: url(images/canned-soup-finder/carrot.png) 0px 20px, url(images/canned-soup-finder/mushroom.png ) 0 340px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .cards .icon {
    top: auto;
    display: flex;
    align-self: center;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .title {
    padding: 0 10px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .title h2 {
    font-size: 21px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .copy {
    padding: 0 20px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 .step-1 .copy p {
    font-size: 16px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-2 {
    padding: 0 10px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-2 .top-bar .border span {
    top: 37%;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-2 .main-content .border {
    padding: 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-2 .main-content .border .slider .soups {
    display: flex;
    flex-direction: column;
    padding: 45px 0;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-2 .main-content .border .slider .soups .soup-ctr {
    width: 100%;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-2 .main-content .border .slider #menuProfileSlider {
    display: none;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-2 .main-content .border .slider .s3-buttons {
    display: none !important;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-2 .main-content .border .cta-row {
    display: none;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper {
    padding: 0 10px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar {
    padding: 15px 20px 0px 20px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item {
    flex-direction: column;
    margin: 0;
    padding: 10px 30px 15px 30px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item h2 {
    margin: 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item.soups .selected-soups {
    position: absolute;
    top: 18px;
    right: 40px;
    left: inherit;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item.attributes .selected-soups {
    position: absolute;
    left: inherit;
    top: 13px;
    right: 53px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item h2 {
    font-size: 12px;
    margin-top: 10px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar .filter-item h2::after {
    right: -16px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups {
    flex-direction: column;
    padding: 10px 0 10px 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup {
    max-width: 100%;
    padding: 0px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup > label {
    margin: 5px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .soups .soup > label img {
    margin: 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider {
    padding: 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .soups {
    display: flex;
    flex-direction: column;
    padding: 45px 0;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .soups .soup-ctr {
    width: 100%;
    flex-direction: column;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider #menuProfileSlider {
    display: none;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .trendiness .slider .s3-buttons {
    display: none !important;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes {
    flex-direction: column;
    padding: 10px 0 10px 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col {
    max-width: 100%;
    padding: 0 20px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute {
    max-width: 100%;
    padding: 0px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute > label {
    margin: 0 10px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .filter-bar-level2 .attributes .col .attribute > label img {
    margin: 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border .recipes {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border .recipes .recipe {
    width: auto;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .main-content .border .recipes .recipe .add-to-pantry {
    right: 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-4 .wrapper .pre_footer .callouts {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li {
    width: 50%;
  }
  .canned-soup-tool .bottom-section .soup-tool .container .step-3 .main-content .border ul li label:nth-child(2) {
    padding: 0px 20px;
  }
}
@media (max-width: 550px) {
  .canned-soup-tool .hero .border .content {
    justify-content: flex-start;
  }
  .canned-soup-tool .bottom-section {
    padding: 0px 0 120px 0;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step1 {
    margin-bottom: 120px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step3 {
    margin: 0 10px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step3 .step-3 .main-content {
    background: #ffffff;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step3 .step-3 .main-content .border ul li {
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step3 .step-3 .main-content .border ul li:nth-child(2n)::after {
    content: "";
    background: #eaeaea;
    height: 1px;
    width: 80%;
    display: block;
    bottom: 0;
    position: relative;
    bottom: -20px;
  }
  .canned-soup-tool .bottom-section .soup-tool .container#step3 .step-3 .main-content .border ul li:last-child::after {
    display: none;
  }
}
.canned-soup-tool .search-results {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.canned-soup-tool .search-results p.no-result {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #c01119;
}
#self-serve-landing-page .hero {
  background-image: url('/wp-content/themes/pfw-wp-campbells-food-service/images/self-serve/campbells_c.png');
  background-size: 40% !important;
  background-repeat: no-repeat !important;
  background-position: 30% 40%;
  margin: 0 0 55px 0;
}
#self-serve-landing-page .hero .hero-content {
  position: relative;
}
#self-serve-landing-page .hero .hero-content .intro-text {
  display: flex;
  flex-direction: column;
}
#self-serve-landing-page .hero .hero-content .intro-text h1 {
  font-family: 'VeneerTwo', 'sans-serif';
  color: #818286;
  margin: 14px 0 0 0;
}
#self-serve-landing-page .hero .hero-content .intro-text h1 span {
  display: block;
  margin: 10px 0;
}
#self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(1) {
  font-size: 58px;
}
#self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) {
  background: #c01119;
  padding: 13px 0px;
}
#self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) .text-wrap {
  padding: 0 0 0 56px;
}
#self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) {
  font-size: 9.3rem;
}
#self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) .text-wrap {
  line-height: 9rem;
}
#self-serve-landing-page .hero .hero-content .intro-text h2 {
  font-family: 'VeneerTwo', 'sans-serif';
  font-size: 2.4rem;
  color: #818286;
  margin: 0;
  letter-spacing: 0px;
}
#self-serve-landing-page .hero .hero-content .intro-text h2 .text-wrap {
  line-height: 30px !important;
  margin-top: 13px;
  max-width: 430px;
  width: 100%;
}
#self-serve-landing-page .hero .hero-content .text-wrap {
  max-width: 480px;
  padding: 0 0 0 60px;
  line-height: 60px;
}
#self-serve-landing-page .hero .hero-content .hero-image {
  position: relative;
}
#self-serve-landing-page .hero .hero-content .hero-image .container .row .col {
  display: flex;
  justify-content: flex-end;
}
#self-serve-landing-page .hero .hero-content .hero-image .container .row .col img {
  position: absolute;
  margin-top: -566px;
  margin-right: 35px;
  top: -100px;
  right: 0px;
}
#self-serve-landing-page .hero hr {
  border-top: 2px solid #eeeeee;
}
#self-serve-landing-page .hero .hero-callouts {
  margin-top: 52px;
}
#self-serve-landing-page .hero .hero-callouts .row {
  padding: 0 10px;
  display: flex;
}
#self-serve-landing-page .hero .hero-callouts .callout {
  background-color: #ffffff;
  border: 1.6px solid #818286;
  border-radius: 5px;
  padding: 10px 34px;
  margin: 0 3px;
  position: relative;
  height: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
}
#self-serve-landing-page .hero .hero-callouts .callout .wrapper {
  position: relative;
}
#self-serve-landing-page .hero .hero-callouts .callout .wrapper .content {
  width: 76%;
  margin-top: 42px;
  margin-left: 4px;
  margin-bottom: 42px;
}
#self-serve-landing-page .hero .hero-callouts .callout .wrapper .content h3 {
  font-family: 'VeneerTwo', 'sans-serif';
  font-size: 6rem;
  color: #818286;
  letter-spacing: 0px;
  line-height: 4.9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#self-serve-landing-page .hero .hero-callouts .callout .wrapper .content h3 span {
  display: block;
  font-size: 3.7rem;
}
#self-serve-landing-page .hero .hero-callouts .callout .wrapper .content h3 .line {
  background-color: #c01119;
  border-radius: 3px;
  padding: 3px;
  width: 25%;
  margin-top: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#self-serve-landing-page .hero .hero-callouts .callout .wrapper .content p {
  margin-top: 13px;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #818286;
}
#self-serve-landing-page .hero .hero-callouts .callout .image {
  position: absolute;
  bottom: -22px;
  right: -25px;
}
#self-serve-landing-page .hero .hero-callouts .callout .image img {
  z-index: 10;
  position: relative;
}
#self-serve-landing-page .hero .hero-callouts .callout#your-line .image {
  bottom: 0px;
}
#self-serve-landing-page .hero .hero-callouts .callout#grab .content {
  width: 86%;
}
#self-serve-landing-page .hero .hero-callouts .callout:hover {
  cursor: pointer;
  border: 1.6px solid #c01119;
}
#self-serve-landing-page .hero .hero-callouts .callout:hover .wrapper {
  position: relative;
}
#self-serve-landing-page .hero .hero-callouts .callout:hover .wrapper .content h3 {
  color: #c01119;
}
#self-serve-landing-page .hero .hero-callouts .callout:hover .wrapper .content h3 .line {
  width: 40%;
}
#self-serve-landing-page .hero .hero-callouts .callout:hover .wrapper .content .cta {
  background-color: #ffffff !important;
  border: 1px solid #c4960c !important;
  color: #c4960c !important;
}
#self-serve-landing-page .hero .hero-callouts .callout:hover .wrapper .content .cta span {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid #c4960c;
}
#self-serve-landing-page .soup-section {
  margin: 20px 0px;
}
#self-serve-landing-page .soup-section .title-block,
#self-serve-landing-page .soup-section .content-block,
#self-serve-landing-page .soup-section .footnote {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0px 20px;
}
#self-serve-landing-page .soup-section .title-block p {
  color: #818286;
}
#self-serve-landing-page .soup-section .content-block {
  margin-top: 40px;
}
#self-serve-landing-page .soup-section .content-block p {
  color: #818286;
  font-size: 16px !important;
}
#self-serve-landing-page .soup-section .content-block .header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
#self-serve-landing-page .soup-section .content-block .header > div {
  padding-left: 20px;
}
#self-serve-landing-page .soup-section .content-block .header > div.type {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}
#self-serve-landing-page .soup-section .content-block .header > div.type p {
  font-family: 'VeneerTwo', 'sans-serif';
  margin-bottom: 0;
  line-height: 22px;
  font-size: 24px !important;
}
#self-serve-landing-page .soup-section .content-block .content {
  display: flex;
}
#self-serve-landing-page .soup-section .content-block .content > div {
  padding: 36px 22px;
  border-top: 1px solid #d5d5d6;
  border-right: 1px solid #d5d5d6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
}
#self-serve-landing-page .soup-section .content-block .content > div p {
  font-weight: 600;
}
#self-serve-landing-page .soup-section .content-block .content > div.type-col {
  padding-left: 0px;
}
#self-serve-landing-page .soup-section .content-block .content > div.type-col p {
  font-size: 20px !important;
  color: #c01119;
  font-weight: 900;
}
#self-serve-landing-page .soup-section .content-block .content > div:last-child {
  border-right: 0px;
}
#self-serve-landing-page .soup-section .content-block .content p {
  font-size: 16px !important;
  line-height: 22px;
}
#self-serve-landing-page .soup-section .content-block .content:last-child {
  border-bottom: 1px solid #d5d5d6;
}
#self-serve-landing-page .soup-section .footnote {
  margin: 20px auto;
}
#self-serve-landing-page .soup-section .footnote p {
  font-size: 12px;
  text-align: center;
  color: #abacae;
}
.soup-m-img {
  transform: scale(0.6);
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  display: block;
  position: absolute;
  right: 0;
}
.title_ {
  font-family: 'VeneerTwo', 'sans-serif';
  color: #818286;
  margin: 0;
  letter-spacing: 0px;
  margin-left: -5px;
  line-height: 48px;
  font-size: 38px;
}
.title_ span {
  display: block;
  font-size: 58px;
  position: relative;
}
.title_ span sup {
  font-size: 30%;
  position: absolute;
  top: 0;
  margin-left: -10px;
}
.title_ .line {
  background-color: #c01119;
  border-radius: 3px;
  padding: 3px;
  width: 84px;
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta {
  margin-top: 30px;
  z-index: 20;
  line-height: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta span {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.callouts-section {
  background: #808285 url('/wp-content/themes/pfw-wp-campbells-food-service/images/self-serve/circle.png');
}
.callouts-section .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 60px 20px;
}
.callouts-section .wrapper h3,
.callouts-section .wrapper p {
  color: #ffffff;
}
.callouts-section .wrapper p {
  margin-top: 20px;
  line-height: 26px;
  max-width: 460px;
  width: 100%;
}
.callouts-section .wrapper img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 480px;
  width: 100%;
}
.callouts-section .wrapper img:hover {
  cursor: pointer;
  opacity: .8;
}
.accordion-row {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 20px 20px 40px 20px;
  background: #ffffff;
}
.accordion-row .panel-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-row .panel-body.active {
  max-height: 2000px;
}
.accordion-row .wrapper-header {
  padding: 10px 10px;
}
.accordion-row .wrapper-header h2 button {
  font-size: 30px;
  font-family: 'VeneerTwo', 'sans-serif';
  line-height: 36px;
  margin-bottom: 10px;
  padding: 20px;
  color: #c01119;
  outline: 0;
  letter-spacing: 0;
  width: 100%;
  text-align: left;
  position: relative;
}
.accordion-row .wrapper-header h2 button:hover {
  text-decoration: none;
  outline: 0;
}
.accordion-row .wrapper-header h2 button.active span {
  transform: rotate(180deg);
  right: -10px;
}
.accordion-row .wrapper-header h2 button span {
  position: absolute;
  right: 0;
  background: url(/wp-content/themes/pfw-wp-campbells-food-service/images/self-serve/arrow-up-red.png);
  background-repeat: no-repeat;
  background-position: 97%;
  top: 33%;
}
.accordion-row .wrapper-body > .row {
  padding: 10px 30px;
}
.accordion-row .wrapper-body > .row .content {
  padding-right: 30px;
}
.accordion-row .wrapper-body > .row .content .title-cta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.accordion-row .wrapper-body > .row .content .title-cta h3 {
  font-size: 28px;
  font-family: 'VeneerTwo', 'sans-serif';
  line-height: 26px;
  margin-bottom: 20px;
  color: #640000;
  letter-spacing: 0;
}
.accordion-row .wrapper-body > .row .content .title-cta h3 span {
  display: block;
  font-size: 18px;
}
.accordion-row .wrapper-body > .row .content > .accordion-copy {
  display: flex;
  margin-bottom: 20px;
}
.accordion-row .wrapper-body > .row .content > .accordion-copy p {
  line-height: 26px;
  color: #818286;
  font-size: 16px;
  font-family: 'Hind', sans-serif;
}
.accordion-row .wrapper-body > .row .content > .accordion-copy p:first-child {
  margin-top: 10px;
}
.accordion-row .wrapper-body > .row .content > .accordion-copy .line {
  padding: 2px;
  background: #c01119;
  border-radius: 3px;
  margin-right: 12px;
}
#self-serve-child-page {
  margin-top: -30px;
}
#self-serve-child-page .navcrumb {
  background: #c01119;
}
#self-serve-child-page .navcrumb #row {
  display: flex;
  align-items: center;
}
#self-serve-child-page .navcrumb a {
  font-family: 'VeneerTwo', 'sans-serif';
  color: #ffffff;
  margin: 0;
  letter-spacing: 0px;
  line-height: 30px;
  font-size: 24px;
  text-decoration: none;
}
#self-serve-child-page .navcrumb a span {
  display: block;
  font-size: 34px;
  position: relative;
}
#self-serve-child-page .navcrumb a .line {
  background-color: #9d0900;
  border-radius: 3px;
  padding: 2px;
  width: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#self-serve-child-page .navcrumb a:hover .line,
#self-serve-child-page .navcrumb a.active .line {
  background-color: #ffffff;
  width: 65px;
}
#self-serve-child-page .navcrumb .landing-link {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}
#self-serve-child-page .navcrumb .landing-link img:nth-child(1) {
  margin-right: 10px;
}
#self-serve-child-page .navcrumb .landing-link .arrow {
  position: absolute;
  right: -7%;
  top: 50%;
  bottom: 50%;
  margin: auto 0;
}
#self-serve-child-page .navcrumb .child-links {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 100;
  width: 70%;
  margin-left: 20px;
}
#self-serve-child-page .navcrumb .image {
  display: flex;
  justify-content: center;
  margin-top: -60px;
}
#self-serve-child-page .navcrumb .image img {
  margin-left: -15px;
}
#self-serve-child-page .top-section .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#self-serve-child-page .top-section .wrapper .first-row {
  margin-top: 40px;
  margin-bottom: 10px;
}
#self-serve-child-page .top-section .wrapper .first-row .title_ {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #c01119;
}
#self-serve-child-page .top-section .wrapper .first-row .title_ span {
  font-size: 70px;
}
#self-serve-child-page .top-section .wrapper .first-row p {
  font-size: 20px;
  font-family: 'VeneerTwo', 'sans-serif';
  color: #818286;
}
#self-serve-child-page .top-section .wrapper .first-row #todaybar {
  margin-top: -120px;
  max-width: 600px;
  float: right;
  width: 100%;
  margin-right: -30px;
}
#self-serve-child-page .top-section .wrapper .first-row #behindline_ {
  margin-top: -60px;
  max-width: 600px;
  float: right;
  width: 100%;
}
#self-serve-child-page .top-section .wrapper .first-row #grabgo {
  margin-top: -70px;
  max-width: 520px;
  float: right;
  width: 100%;
}
#self-serve-child-page .top-section .wrapper .second-row {
  margin-top: 40px;
  display: flex;
  border-top: 1px solid #d5d5d6;
}
#self-serve-child-page .top-section .wrapper .second-row img {
  width: 100%;
}
#self-serve-child-page .top-section .wrapper .second-row .left-col p {
  font-size: 14px;
  font-weight: 600;
  color: #640000;
  padding: 0px 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}
#self-serve-child-page .top-section .wrapper .second-row .right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
#self-serve-child-page .top-section .wrapper .second-row .right-col .title_ {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 20px;
  color: #640000;
}
#self-serve-child-page .top-section .wrapper .second-row .right-col .title_ span {
  font-size: 44px;
}
#self-serve-child-page .top-section .wrapper .second-row .right-col p {
  color: #818286;
  line-height: 26px;
}
#self-serve-child-page .body-section {
  background: #F2F2F2;
}
#self-serve-child-page .body-section .copy {
  max-width: 420px;
  width: 100%;
  padding-left: 20px;
}
#self-serve-child-page .body-section .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#self-serve-child-page .body-section .title_ {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 20px;
  color: #640000;
}
#self-serve-child-page .body-section .title_ span {
  font-size: 44px;
}
#self-serve-child-page .body-section .small-text {
  font-size: 14px;
  font-weight: 600;
  color: #640000;
  padding: 0px 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 30px;
}
#self-serve-child-page .body-section p {
  font-size: 16px;
  font-family: 'Hind', sans-serif;
  line-height: 26px;
  color: #818286;
}
#self-serve-child-page .body-section p a {
  color: #c01119;
  text-decoration: underline;
}
#self-serve-child-page .body-section .body-row-one,
#self-serve-child-page .body-section .body-row-two {
  max-width: 96%;
  margin: 40px auto 40px auto;
}
#self-serve-child-page .body-section .body-row-one img,
#self-serve-child-page .body-section .body-row-two img {
  max-width: 100%;
  height: auto;
}
#self-serve-child-page .body-section .body-row-two .img-f-r {
  float: right;
  padding-right: 20px;
}
#self-serve-child-page .info-section .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#self-serve-child-page .info-section .title_ {
  color: #640000;
  margin-bottom: 20px;
}
#self-serve-child-page .info-section .copy {
  max-width: 480px;
  width: 100%;
  padding-left: 20px;
}
#self-serve-child-page .info-section .copy p {
  color: #818286;
}
#self-serve-child-page .info-section img {
  max-width: 100%;
  height: auto;
}
#self-serve-child-page .info-section .info-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0px;
}
#self-serve-child-page .info-section .brochure-row {
  max-width: 900px;
  width: 100%;
  margin: 20px auto 50px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#self-serve-child-page .info-section .brochure-row .col {
  display: flex;
  justify-content: center;
}
#self-serve-child-page .info-section .brochure-row .col .media {
  width: 25%;
}
#self-serve-child-page .info-section .brochure-row .col .item {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
#self-serve-child-page .info-section .brochure-row .col img {
  padding: 10px;
  max-width: 100px;
  width: 100%;
}
#self-serve-child-page .info-section .brochure-row .col a.title {
  color: #818286;
  line-height: 20px;
}
#self-serve-child-page .info-section .brochure-row .col a.title:hover {
  text-decoration: none;
}
#self-serve-child-page .info-section .brochure-row .col a:nth-child(2) {
  font-size: 12px;
  font-weight: 300;
  font-weight: 600;
}
#self-serve-child-page .info-section .brochure-row .col a:nth-child(3) {
  color: #818286;
}
#self-serve-child-page .info-section .safety-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #c01119;
  max-width: 1130px;
  margin: 0 auto 40px auto;
}
#self-serve-child-page .info-section .safety-row .header {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0px;
  padding: 10px 0;
}
#self-serve-child-page .info-section .safety-row .header .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#self-serve-child-page .info-section .safety-row .header .row h3 {
  text-align: center;
  font-size: 30px;
  color: #c01119;
  font-family: 'VeneerTwo', 'sans-serif';
  line-height: 32px;
  margin-top: 13px;
}
#self-serve-child-page .info-section .safety-row .header .pattern-bg {
  position: relative;
  background: url('/wp-content/themes/pfw-wp-campbells-food-service/images/self-serve/safety_pattern.png');
  background-position: right;
  height: 22px;
}
#self-serve-child-page .info-section .safety-row .header .text-bg-white {
  background: url(/wp-content/themes/pfw-wp-campbells-food-service/images/self-serve/plain-white-background.jpg);
  background-position: center;
}
#self-serve-child-page .info-section .safety-row .info {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
}
#self-serve-child-page .info-section .safety-row .info p {
  font-weight: 600;
  color: #c01119;
  line-height: 26px;
}
#self-serve-child-page .info-section .safety-row .content {
  max-width: 940px;
  margin: 0 auto;
}
#self-serve-child-page .info-section .safety-row .content > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#self-serve-child-page .info-section .safety-row .content .note {
  text-align: center;
  font-weight: 600;
  color: #c01119;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#self-serve-child-page .info-section .safety-row .content h3,
#self-serve-child-page .info-section .safety-row .content h4 {
  font-family: 'VeneerTwo', 'sans-serif';
}
#self-serve-child-page .info-section .safety-row .content h3 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 36px;
}
#self-serve-child-page .info-section .safety-row .content h4 {
  color: #640000;
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
#self-serve-child-page .info-section .safety-row .content p {
  color: #818286;
  font-family: 'Hind', sans-serif;
  line-height: 24px;
  margin: 8px 0 10px 0;
}
#self-serve-child-page .callouts-section .w-auto {
  width: auto !important;
}
#self-serve-child-page .callouts-section .wrapper {
  max-width: 1200px;
}
#self-serve-child-page .callouts-section .wrapper h3 {
  margin: 10px 0 10px 3px;
}
#self-serve-child-page.adapt-page .top-section .wrapper .first-row {
  margin-bottom: 0px;
}
#self-serve-child-page.adapt-page .top-section .wrapper .second-row {
  margin-top: 0;
  padding-top: 40px;
}
#self-serve-child-page.adapt-page .top-section .wrapper .second-row .right-col .title_,
#self-serve-child-page.adapt-page .top-section .wrapper .second-row p {
  margin-left: 10px;
}
#self-serve-child-page.behind-page .top-section .wrapper .first-row .bottom-line {
  margin-top: -60px;
  z-index: -1;
  position: relative;
}
#self-serve-child-page.behind-page .top-section .wrapper .second-row {
  border: 0px;
}
#self-serve-child-page.behind-page .top-section .wrapper .second-row p {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
#self-serve-child-page.behind-page .body-section img {
  image-rendering: -webkit-optimize-contrast;
}
#self-serve-child-page.behind-page .body-section .copy {
  max-width: 500px;
}
#self-serve-child-page.grab-page .top-section .wrapper .first-row {
  border-bottom: 1px solid #d5d5d6;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row {
  border: 0px;
  display: flex;
  align-items: baseline;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row p {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row .left-col .title_ {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 20px;
  color: #640000;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row .left-col .title_ span {
  font-size: 44px;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row .left-col p {
  line-height: 26px;
  color: #818286;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  padding: 0;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row .number-circle-list {
  list-style: none;
  padding-left: 0;
  counter-reset: circle-counter;
  margin-top: 10px;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row .number-circle-list--list-item {
  counter-increment: circle-counter;
  margin-bottom: 0.25rem;
  font-size: 20px;
  font-family: 'VeneerTwo', 'sans-serif';
  color: #818286;
  margin-bottom: 5px;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row .number-circle-list--list-item:before {
  content: counter(circle-counter);
  background-color: #e1e1e1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  line-height: 23px;
  font-size: 14px;
  font-family: 'VeneerTwo', 'sans-serif';
  color: black;
  text-align: center;
  margin-right: 0.5rem;
  position: relative;
  top: -2px;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row .number-circle-list--list-item:last-child {
  margin-bottom: 0;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row .number-circle-list--list-item .number-circle-list--list-item {
  margin-left: 0.25rem;
}
#self-serve-child-page.grab-page .top-section .wrapper .second-row .number-circle-list--primary-color .number-circle-list--list-item:before {
  background-color: #640000;
  color: white;
}
#self-serve-child-page.grab-page .body-section .header-row {
  max-width: 96%;
  margin: 40px auto 40px auto;
}
#self-serve-child-page.grab-page .body-section > .wrapper {
  max-width: 1200px;
}
#self-serve-child-page.grab-page .body-section .tab-row {
  margin: 20px 0 40px 0;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left {
  border-radius: 3px;
  display: flex;
  justify-content: center;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs {
  border-bottom: 0;
  border-right: 1px solid #818286;
  width: 50%;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li {
  float: none;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 1px;
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  display: flex;
  justify-content: space-around;
  padding: 20px 0px;
  cursor: pointer;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #818286 #eeeeee #eeeeee;
  background: #ffffff;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a:hover .content h1 {
  color: #640000;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #818286 #eeeeee #eeeeee;
  background: #ffffff;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a:focus .content h1 {
  color: #640000;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a .image {
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a .image img {
  max-width: 96px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a .content h1 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #c01119;
  font-style: italic;
  font-family: 'VeneerTwo', 'sans-serif';
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li > a .content p {
  font-size: 16px;
  margin: 0;
  line-height: 20px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li.key-info {
  max-width: 440px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 20px;
  margin-top: 30px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li.key-info > .row {
  border-top: 1px solid #d5d5d6;
  padding-top: 20px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li.key-info .title {
  font-size: 14px;
  font-weight: 900;
  color: #640000;
  margin: 0;
  padding: 0 12px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li.key-info .left-group,
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li.key-info .right-group {
  padding: 14px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li.key-info .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li.key-info .item p {
  display: none;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs > li.key-info .item#hr {
  margin-bottom: 40px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs .active > a {
  border-color: #818286 transparent #818286 #818286;
  *border-right-color: #ffffff;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs .active > a:hover {
  border-color: #818286 transparent #818286 #818286;
  *border-right-color: #ffffff;
  background: #ffffff;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs .active > a:hover .content h1 {
  color: #640000;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs .active > a:focus {
  border-color: #818286 transparent #818286 #818286;
  *border-right-color: #ffffff;
  background: #ffffff;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs .active > a:focus .content h1 {
  color: #640000;
}
#self-serve-child-page.grab-page .body-section .tab-row .tabs-left > .nav-tabs .active > a .content h1 {
  color: #640000;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content {
  width: 50%;
  border-radius: 5px;
  border: 1px solid #818286;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 30px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content > .tab-pane {
  display: none;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content > .active {
  display: block;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .caption p {
  font-size: 16px;
  font-weight: 600;
  color: #c01119;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .caption th,
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .caption td {
  border: 0px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .header th,
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .header td {
  border-top: 0px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .header th {
  font-size: 14px;
  font-weight: 600;
  color: #640000;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .body {
  font-size: 14px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .body th,
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .body td {
  padding: 14px 8px;
}
#self-serve-child-page.grab-page .body-section .tab-row .tab-content .table .body td a {
  font-weight: 600;
  text-decoration: none;
  cursor: none;
  pointer-events: none;
  position: relative;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}
#self-serve-child-page.grab-page .body-section .tab-row .pill-content > .pill-pane {
  display: none;
}
#self-serve-child-page.grab-page .body-section .tab-row .pill-content > .active {
  display: block;
}
@media (max-width: 1200px) {
  #self-serve-landing-page .hero {
    margin-top: -50px;
    background-position: 30% 6%;
    background-size: 55% !important;
  }
  #self-serve-landing-page .hero .hero-content .text-wrap {
    padding: 0 0 0 0px;
    max-width: 380px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text {
    width: 100%;
    margin-top: 70px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) .text-wrap {
    padding: 0 0 0 0px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) {
    font-size: 6.4rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) .text-wrap {
    line-height: 7rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 {
    font-size: 2rem;
    margin-top: -15px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 .text-wrap {
    line-height: 22px !important;
    max-width: 300px;
  }
  #self-serve-landing-page .hero .hero-content .hero-image .container img {
    position: relative;
    margin: 0;
    top: -36px;
    max-width: 580px;
    margin-top: -436px !important;
  }
}
@media (max-width: 992px) {
  .callouts-section .wrapper .row > div {
    margin: 0 auto 40px auto;
  }
  .callouts-section .wrapper .row > div:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  #self-serve-landing-page .hero {
    margin-top: -50px;
    background-position: 30% 6%;
  }
  #self-serve-landing-page .hero .hero-content .text-wrap {
    padding: 0 0 0 0px;
    max-width: 380px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text {
    width: 100%;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) .text-wrap {
    padding: 0 0 0 0px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) {
    font-size: 6.4rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) .text-wrap {
    line-height: 7rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 {
    font-size: 2rem;
    margin-top: -15px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 .text-wrap {
    line-height: 22px !important;
    max-width: 300px;
  }
  #self-serve-landing-page .hero .hero-content .hero-image .container img {
    right: -50px !important;
    position: relative;
    margin: 0;
    top: -40px !important;
    max-width: 440px;
  }
  #self-serve-landing-page .hero .hero-callouts {
    margin-top: 20px;
  }
  #self-serve-landing-page .hero .hero-callouts .row {
    flex-direction: column;
  }
  #self-serve-landing-page .hero .hero-callouts .row .col {
    width: 100%;
    margin-bottom: 10px;
  }
  #self-serve-child-page .navcrumb .link-cols {
    margin-top: -20px;
  }
  #self-serve-child-page .navcrumb a {
    line-height: 20px;
    font-size: 18px;
  }
  #self-serve-child-page .navcrumb a span {
    font-size: 24px;
  }
  #self-serve-child-page .navcrumb:before {
    content: '';
    padding: 10px;
  }
  #self-serve-child-page .navcrumb .landing-link img {
    max-width: 30px;
  }
  #self-serve-child-page .navcrumb .landing-link .arrow {
    right: 0;
  }
  #self-serve-child-page .navcrumb .image img {
    width: 100%;
  }
  #self-serve-child-page .top-section .wrapper .first-row {
    flex-direction: column;
  }
  #self-serve-child-page .top-section .wrapper .first-row #todaybar {
    float: none;
    margin-top: 0px;
  }
  #self-serve-child-page .top-section .wrapper .second-row {
    flex-direction: column-reverse;
  }
  #self-serve-child-page .top-section .wrapper .second-row .left-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #self-serve-child-page .info-section .safety-row .content {
    padding: 10px 40px;
  }
  #self-serve-child-page .info-section .safety-row .content .col-md-5 {
    margin-bottom: 20px;
  }
  #self-serve-child-page .info-section .brochure-row .col {
    width: 50%;
  }
  #self-serve-child-page.behind-page .top-section .wrapper .first-row #behindline_ {
    margin-top: 0px;
    float: none;
  }
  #self-serve-child-page.grab-page .top-section .wrapper .first-row #grabgo {
    margin-top: 0px;
    max-width: 520px;
    float: none;
    width: 100%;
  }
  #self-serve-child-page.grab-page .body-section .tab-row .tabs-left .nav-tabs {
    width: 30%;
  }
  #self-serve-child-page.grab-page .body-section .tab-row .tabs-left .nav-tabs > li > a {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    padding-right: 10px;
    padding-left: 10px;
  }
  #self-serve-child-page.grab-page .body-section .tab-row .tabs-left .nav-tabs > li > a .content h1 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
  }
  #self-serve-child-page.grab-page .body-section .tab-row .tabs-left .nav-tabs > li > a .content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
  }
  #self-serve-child-page.grab-page .body-section .tab-row .tabs-left .nav-tabs > li.key-info .item#hr {
    margin-bottom: 20px;
  }
  #self-serve-child-page.grab-page .body-section .tab-row .tabs-left .nav-tabs > li.key-info .item img {
    max-width: 150px;
  }
  #self-serve-child-page.grab-page .body-section .tab-row .tabs-left .tab-content {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #self-serve-landing-page .hero .hero-content .text-wrap {
    max-width: 260px;
    padding-left: 15px;
  }
  #self-serve-landing-page .hero .hero-content .hero-image .container img {
    max-width: 382px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(1) {
    font-size: 33px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(1) .text-wrap {
    line-height: 33px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) .text-wrap {
    width: 200px;
    display: flex;
    padding-left: 15px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) .text-wrap img {
    width: 100%;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) {
    font-size: 5rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) .text-wrap {
    line-height: 4.6rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 .text-wrap {
    line-height: 22px !important;
    max-width: 230px;
  }
  #self-serve-landing-page .hero .hero-callouts {
    margin-top: 0px;
  }
  #self-serve-child-page .navcrumb #row {
    flex-direction: column-reverse;
  }
  #self-serve-child-page .navcrumb #row .chef-cols {
    position: absolute;
  }
  #self-serve-child-page .navcrumb #row .link-cols {
    z-index: 10;
  }
  #self-serve-child-page .navcrumb #row .link-cols .landing-link a {
    font-size: 14px;
    line-height: 16px;
  }
  #self-serve-child-page .navcrumb #row .link-cols .landing-link a span {
    font-size: 18px;
  }
  #self-serve-child-page .navcrumb #row .link-cols .landing-link a .line {
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 1px;
  }
  #self-serve-child-page .navcrumb #row .link-cols .landing-link .arrow {
    right: 2px;
    top: 30%;
    max-width: 4px;
  }
  #self-serve-child-page .navcrumb #row .link-cols .child-links {
    justify-content: space-around;
  }
  #self-serve-child-page .navcrumb #row .link-cols .child-links a {
    font-size: 14px;
    line-height: 16px;
  }
  #self-serve-child-page .navcrumb #row .link-cols .child-links a span {
    font-size: 18px;
    margin-right: 20px;
  }
  #self-serve-child-page .navcrumb #row .link-cols .child-links a .line {
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 1px;
  }
  #self-serve-child-page .navcrumb:before {
    content: '';
  }
  #self-serve-child-page .navcrumb .image {
    justify-content: flex-end;
  }
  #self-serve-child-page .navcrumb .image img {
    width: 100%;
    max-width: 96px;
  }
  #self-serve-child-page .info-section .safety-row .content {
    padding: 0px 40px;
  }
  #self-serve-child-page .info-section .brochure-row .col {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  #self-serve-child-page .info-section .brochure-row .col .media,
  #self-serve-child-page .info-section .brochure-row .col .item {
    width: 100%;
  }
  #self-serve-child-page .info-section .brochure-row .col .media {
    display: flex;
    justify-content: center;
  }
  #self-serve-child-page .info-section .brochure-row .col a {
    text-align: center;
  }
  #self-serve-child-page .info-section .brochure-row .col a p {
    margin-top: 10px;
    line-height: 14px;
  }
  #self-serve-child-page .tab-row .tabs-left {
    flex-direction: column;
  }
  #self-serve-child-page .tab-row .tabs-left .nav-tabs {
    width: 100% !important;
  }
  #self-serve-child-page .tab-row .tabs-left .nav-tabs > li > a {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    padding-right: 10px;
    padding-left: 10px;
  }
  #self-serve-child-page .tab-row .tabs-left .nav-tabs > li > a .content h1 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
  }
  #self-serve-child-page .tab-row .tabs-left .nav-tabs > li > a .content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
  }
  #self-serve-child-page .tab-row .tabs-left .nav-tabs > li.key-info .item#hr {
    margin-bottom: 20px;
  }
  #self-serve-child-page .tab-row .tabs-left .nav-tabs > li.key-info .item img {
    max-width: 150px;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
  }
  #self-serve-child-page .tab-row .tabs-left .nav-tabs > li.key-info {
    max-width: none !important;
  }
  #self-serve-child-page .tab-row .tabs-left .tab-content {
    width: 100% !important;
    border-top: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
    border-left: 1px solid #818286 !important;
  }
}
@media (max-width: 640px) {
  #self-serve-landing-page .hero {
    margin-top: -50px;
    background-position: 30% 6%;
  }
  #self-serve-landing-page .hero .hero-content .text-wrap {
    padding: 0 0 0 0px;
    max-width: 220px;
    padding-left: 15px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text {
    width: 100%;
    margin-top: 30px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(1) {
    font-size: 28px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(1) .text-wrap {
    line-height: 28px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) .text-wrap {
    padding: 0 0 0 0px;
    width: 200px;
    display: flex;
    padding-left: 15px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) .text-wrap img {
    width: 100%;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) {
    font-size: 5rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) .text-wrap {
    line-height: 4.6rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 {
    font-size: 2rem;
    margin-top: -15px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 .text-wrap {
    line-height: 22px !important;
    max-width: 100%;
  }
  #self-serve-landing-page .hero .hero-content .hero-image .container img {
    position: relative;
    margin: 0;
    top: 90px !important;
    max-width: 280px;
  }
  #self-serve-landing-page .hero .hero-callouts {
    margin-top: 48px;
  }
  #self-serve-landing-page .hero .hero-callouts .row {
    flex-direction: column;
  }
  #self-serve-landing-page .hero .hero-callouts .row .col {
    width: 100%;
    margin-bottom: 10px;
  }
  #self-serve-landing-page .soup-section .content-block .content > div.type-col {
    padding-left: 20px;
  }
  #self-serve-landing-page .soup-section .content-block .header > div.type p {
    line-height: 32px;
    font-size: 28px;
  }
  #self-serve-landing-page .soup-section .content-block .content {
    flex-direction: column;
  }
  #self-serve-landing-page .soup-section .content-block .content > div {
    width: 100%;
    border-left: 1px solid #d5d5d6;
  }
  #self-serve-landing-page .soup-section .content-block .content > div:last-child {
    border-right: 1px solid #d5d5d6;
    border-left: 1px solid #d5d5d6;
  }
}
@media (max-width: 520px) {
  #self-serve-landing-page .hero {
    margin-top: -50px;
    background-position: 30% 6%;
  }
  #self-serve-landing-page .hero .hero-content .text-wrap {
    padding: 0 0 0 0px;
    max-width: 220px;
    padding-left: 15px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text {
    width: 100%;
    margin-top: 30px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(1) {
    font-size: 28px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(1) .text-wrap {
    line-height: 28px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) .text-wrap {
    padding: 0 0 0 0px;
    width: 180px;
    display: flex;
    padding-left: 15px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(2) .text-wrap img {
    width: 100%;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) {
    font-size: 5rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) .text-wrap {
    line-height: 4.6rem;
    max-width: 100%;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 {
    font-size: 2rem;
    margin-top: -15px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 .text-wrap {
    line-height: 22px !important;
    max-width: 100%;
  }
  #self-serve-landing-page .hero .hero-content .hero-image .container img {
    max-width: 168px;
    top: 140px !important;
  }
  #self-serve-landing-page .hero .hero-callouts {
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  #self-serve-landing-page .hero .hero-content .hero-image .container img {
    max-width: 120px;
    top: 190px !important;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(1) {
    font-size: 20px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(1) .text-wrap {
    line-height: 22px;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) {
    font-size: 3rem;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h1 span:nth-child(3) .text-wrap {
    line-height: 2.6rem;
    max-width: 100%;
  }
  #self-serve-landing-page .hero .hero-content .intro-text h2 {
    font-size: 1.2em;
    margin-top: -15px;
  }
  #self-serve-landing-page .hero .hero-callouts {
    margin-top: 20px;
  }
  #self-serve-landing-page .hero .hero-callouts .callout {
    padding: 10px 18px;
  }
  #self-serve-landing-page .hero .hero-callouts .callout .wrapper .content {
    width: 90%;
  }
  #self-serve-landing-page .hero .hero-callouts .callout .image img {
    width: 60%;
    float: right;
  }
}
