/* Fonts
   ========================================================================== */
/* Colors
	========================================================================== */
/* Base
   ========================================================================== */
.nutrition-facts {
  margin: 0;
  float: left;
  width: 100%;
  padding: 0.5rem;
  font-size: small;
  border: 2px solid #000;
  min-width: 400px;
}
.nutrition-facts table {
  border-collapse: collapse;
  overflow-x: inherit;
  max-width: 100%;
  display: table;
}
.nutrition-facts__title {
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
  line-height: initial;
  margin: 0 0 0.25rem 0;
  border-bottom: 1px solid #000;
}
.nutrition-facts__header {
  border-bottom: 10px solid black;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
}
.nutrition-facts__header p {
  margin: 0;
}

.nutrition-facts__table, .nutrition-facts__table--grid, .nutrition-facts__table--small {
  width: 100%;
}
.nutrition-facts__table thead tr th, .nutrition-facts__table--grid thead tr th, .nutrition-facts__table--small thead tr th,
.nutrition-facts__table thead tr td,
.nutrition-facts__table--grid thead tr td,
.nutrition-facts__table--small thead tr td {
  border: 0;
  color: inherit;
  background: #fff;
}
.nutrition-facts__table th, .nutrition-facts__table--grid th, .nutrition-facts__table--small th,
.nutrition-facts__table td,
.nutrition-facts__table--grid td,
.nutrition-facts__table--small td {
  font-weight: normal;
  text-align: left;
  padding: 0.25rem 0;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  white-space: nowrap;
  background-color: #fff !important;
  vertical-align: inherit;
  color: inherit;
  font-size: inherit;
}
.nutrition-facts__table td:last-child, .nutrition-facts__table--grid td:last-child, .nutrition-facts__table--small td:last-child {
  text-align: right;
}
.nutrition-facts__table .blank-cell, .nutrition-facts__table--grid .blank-cell, .nutrition-facts__table--small .blank-cell {
  width: 1rem;
  border-top: 0;
}
.nutrition-facts__table .thick-row th, .nutrition-facts__table--grid .thick-row th, .nutrition-facts__table--small .thick-row th,
.nutrition-facts__table .thick-row td,
.nutrition-facts__table--grid .thick-row td,
.nutrition-facts__table--small .thick-row td {
  border-top-width: 5px;
}
.nutrition-facts__table .left-padded, .nutrition-facts__table--grid .left-padded, .nutrition-facts__table--small .left-padded {
  padding-left: 15px;
}
.nutrition-facts__table--small {
  border-bottom: 1px solid #999;
  margin: 0 0 0.5rem 0;
}
.nutrition-facts__table--small thead tr {
  border-bottom: 1px solid black;
}
.nutrition-facts__table--small td:last-child {
  text-align: left;
}
.nutrition-facts__table--small th,
.nutrition-facts__table--small td {
  border: 0;
  padding: 0;
}
.nutrition-facts__table--grid {
  margin: 0 0 0.5rem 0;
}
.nutrition-facts__table--grid td:last-child {
  text-align: right;
}

.small-info {
  font-size: 0.7rem;
  line-height: inherit;
}

.medium-info {
  font-size: 1.2rem;
  line-height: inherit;
}

.large-info {
  font-size: 2rem;
  line-height: inherit;
}

.footnote {
  font-size: 0.7rem;
  line-height: inherit;
  display: block;
  padding-left: 10px;
}
.footnote::before {
  content: "*";
  margin: 0 5px 0 -10px;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.thick-end {
  border-bottom: 10px solid black;
}

.thin-end {
  border-bottom: 1px solid black;
}

#nutrition-facts-modal {
  background: #fff;
  position: relative;
  z-index: 100;
}
#nutrition-facts-modal .modal__container {
  position: relative;
  padding: 3.125rem;
}
#nutrition-facts-modal .modal__content {
  padding: 0;
}
#nutrition-facts-modal .modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
#nutrition-facts-modal .modal__close:hover {
  scale: 1.1;
}
#nutrition-facts-modal .modal__close:before {
  display: none;
}
#nutrition-facts-modal .modal__close svg {
  pointer-events: none;
}

@page {
  margin: 2cm;
}
html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff !important;
  line-height: 1.3;
  color: #000;
  font-family: "Georgia", "Times New Roman", "Times", serif;
  font-size: 10pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
  margin: 16pt 0;
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4 {
  font-size: 12pt;
}

h5 {
  font-size: 10pt;
}

h6 {
  font-size: 8pt;
}

p {
  margin: 12pt 0;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  page-break-inside: avoid;
}
a[href^=http]:after {
  content: " < " attr(href) "> ";
}

ul,
ol,
dl {
  page-break-before: avoid;
}

blockquote {
  page-break-inside: avoid;
}

img {
  page-break-inside: avoid;
  page-break-after: avoid;
  max-width: 100%;
  height: auto;
}

table {
  border: 1pt solid #000;
  border-collapse: collapse;
  page-break-inside: avoid;
}

td,
th {
  border: 1pt solid #000;
  padding: 4pt;
}

iframe,
.iframe {
  display: none;
  height: 0 !important;
  width: 0 !important;
  line-height: 0pt !important;
  overflow: hidden !important;
  white-space: nowrap;
}

.page-break-after {
  page-break-after: always;
  page-break-inside: avoid;
}

.silc-accordion__label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  font-family: "Georgia", "Times New Roman", "Times", serif;
  font-size: 22pt;
  font-weight: 700;
  margin: 16pt 0;
  padding: 0;
}

.umdheader-wrap.umdheader-wrap,
.site-header__nav,
.site-header__nav-toggle,
#gtranslate_selector,
.page-node-type-recipe .site-header,
.autocomplete-search-root,
.site-footer,
.share,
.carousel,
.slideshow,
.silc-nav,
.modal,
.tablesaw-cell-label,
[data-micromodal-trigger],
.skip-link {
  display: none !important;
}

.silc-accordion__content::after {
  content: "";
  display: table;
  clear: both;
}

.resource-finder__link-icon svg,
.home-hero__resource-icon svg {
  width: 10%;
}

.card__image {
  width: 20%;
}

.card__title {
  font-size: 20pt;
}

body.page-node-type-recipe .recipe-full {
  display: none;
}
body.page-node-type-recipe .block-page-title-block {
  display: none;
}
body.page-node-type-recipe .recipe-print {
  margin: 0;
  padding: 0;
}
body.page-node-type-recipe .recipe-print__title {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
body.page-node-type-recipe .recipe-print__content {
  display: table;
  width: 100%;
}
body.page-node-type-recipe .recipe-print__left {
  display: table-cell;
  width: auto;
  padding-right: 20px;
  vertical-align: top;
  font-size: 100%;
}
body.page-node-type-recipe .recipe-print__left h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
body.page-node-type-recipe .recipe-print__right {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}
body.page-node-type-recipe .recipe-print__footer {
  display: table;
  width: 100%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
body.page-node-type-recipe .recipe-print__logo {
  display: table-cell;
  width: 100px;
  padding-right: 10px;
  vertical-align: middle;
}
body.page-node-type-recipe .recipe-print__funding {
  display: table-cell;
  width: auto;
}
body.page-node-type-recipe .nutrition-facts {
  min-width: 200px;
  width: 200px;
}
body.page-node-type-recipe .nutrition-facts p {
  margin: 0;
}
body.page-node-type-recipe .nutrition-facts .large-info {
  font-size: 14px;
}
body.page-node-type-recipe .nutrition-facts__header {
  clear: both;
  overflow: hidden;
}
body.page-node-type-recipe .nutrition-facts table {
  font-size: 80%;
  border: 0;
}
body.page-node-type-recipe .nutrition-facts__title {
  font-size: 18px;
}
body.page-node-type-recipe .nutrition-facts .footnote {
  font-size: 10px;
}
body.page-node-type-recipe .funding-statement {
  margin-top: 10px;
  display: table;
}
body.page-node-type-recipe .funding-statement__image {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
  padding-right: 10px;
}
body.page-node-type-recipe .funding-statement__image img {
  width: 100%;
}
body.page-node-type-recipe .funding-statement__content {
  display: table-cell;
  font-size: 60%;
}
body.page-node-type-recipe aside {
  display: none;
}
body.page-node-type-recipe .video-embed {
  display: none;
}

body.page-node-type-resource .silc-grid {
  display: flex;
  flex-direction: column-reverse;
}
body.page-node-type-resource aside {
  margin-top: 40px;
}

body.page-node-type-blog .blog-entry__info,
body.page-node-type-blog-entry .blog-entry__info {
  display: none;
}
body.page-node-type-blog aside,
body.page-node-type-blog-entry aside {
  display: none;
}
body.page-node-type-blog .funding-statement,
body.page-node-type-blog-entry .funding-statement {
  margin-top: 40px;
  display: table;
}
body.page-node-type-blog .funding-statement__image,
body.page-node-type-blog-entry .funding-statement__image {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
  padding-right: 10px;
}
body.page-node-type-blog .funding-statement__image img,
body.page-node-type-blog-entry .funding-statement__image img {
  width: 100%;
}
body.page-node-type-blog .funding-statement__content,
body.page-node-type-blog-entry .funding-statement__content {
  display: table-cell;
  font-size: 60%;
}

.recipe-print__title {
  margin: 0 0;
}