@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400i,600|Source+Sans+Pro:300,400,600,700,900,400i,600i,700i,900i);/* 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--small, .nutrition-facts__table--grid {
  width: 100%; }
  .nutrition-facts__table thead tr th, .nutrition-facts__table--small thead tr th, .nutrition-facts__table--grid thead tr th,
  .nutrition-facts__table thead tr td,
  .nutrition-facts__table--small thead tr td,
  .nutrition-facts__table--grid thead tr td {
    border: 0;
    color: inherit;
    background: #fff; }
  .nutrition-facts__table th, .nutrition-facts__table--small th, .nutrition-facts__table--grid th,
  .nutrition-facts__table td,
  .nutrition-facts__table--small td,
  .nutrition-facts__table--grid 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--small td:last-child, .nutrition-facts__table--grid td:last-child {
    text-align: right; }
  .nutrition-facts__table .blank-cell, .nutrition-facts__table--small .blank-cell, .nutrition-facts__table--grid .blank-cell {
    width: 1rem;
    border-top: 0; }
  .nutrition-facts__table .thick-row th, .nutrition-facts__table--small .thick-row th, .nutrition-facts__table--grid .thick-row th,
  .nutrition-facts__table .thick-row td,
  .nutrition-facts__table--small .thick-row td,
  .nutrition-facts__table--grid .thick-row td {
    border-top-width: 5px; }
  .nutrition-facts__table .left-padded, .nutrition-facts__table--small .left-padded, .nutrition-facts__table--grid .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: rem(50); }
  #nutrition-facts-modal .modal__content {
    padding: 0; }
  #nutrition-facts-modal .modal__close {
    position: absolute;
    top: rem(20);
    right: rem(15);
    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: #fff !important;
  line-height: 1.3;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13pt; }

main {
  padding: 20px 30px; }

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

h1 {
  font-size: 28pt; }

h2 {
  font-size: 24pt; }

h3 {
  font-size: 20pt; }

h4 {
  font-size: 16pt; }

h5 {
  font-size: 14pt; }

h6 {
  font-size: 12pt; }

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,
.site-footer,
.share,
.carousel,
.slideshow,
.silc-nav,
.modal,
.tablesaw-cell-label,
[data-micromodal-trigger],
.skip-link,
.breadcrumb,
.sidebar,
.btn,
.links,
.carousel,
.horizontal-card,
.feature-card--inset,
.feature-card,
.card-set,
.expand,
.home-hero__media,
.home-hero__links,
.side-image-feature,
.card-set--home,
.full-image-cta,
.unical-calendar__event-media,
.unical-calendar__submit-form-back,
.unical-calendar__event-links,
.unical-calendar__buttoon.detailedit,
.unical-calendar__aside,
.unical-calendar__events > .arrangement,
.unical-calendar__buttoon,
.article-hero__back-btn,
.landing-menu__filter-item,
.link-block,
.landing-menu__title-wrap svg,
#views-exposed-form-site-search-page-1,
.page-navigation,
#explorer-root,
footer.footer {
  display: none !important; }

.landing-menu__item,
.listing__item {
  list-style-type: none; }

.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: 70%; }
    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%; }
  body.page-node-type-recipe .recipe-print__logo {
    display: table-cell;
    width: 100px;
    padding-right: 20px;
    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: 65%;
    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: 60px;
    padding-right: 20px; }
    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; }

.blockquote__inner-wrap {
  display: flex;
  flex-direction: row-reverse; }
  .blockquote__inner-wrap .blockquote__author span {
    display: block; }

main .main-content > *,
main .content-area > * {
  margin: 60px 0; }

.navigator-listing__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }

.navigator-listing__item {
  flex: 0 0 calc(50% - 15px);
  list-style-type: none; }
  .navigator-listing__item::marker {
    display: none; }

.navigator-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start; }

.navigator-card__img {
  margin-right: 30px; }

.landing-menu__item svg {
  margin: 0 auto;
  width: 100px; }
