/* line 4, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-full .field--name-field-date {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
}
/* line 10, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-full .news-source-type {
  font-size: 1.25rem;
  font-weight: bold;
}
/* line 15, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-full .news-source-type + .news-source-type:before {
  content: ' | ' / ' - ';
}
/* line 19, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-full .field--name-body {
  margin-top: 1rem;
}
/* line 23, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-full .field--name-field-centers {
  margin-top: 1.25rem;
}

/* line 28, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-grid-item {
  background: var(--theme-background-box-background);
  padding: var(--theme-background-box-padding-y) var(--theme-background-box-padding-x);
  border-radius: var(--theme-background-box-border-radius);
  color: var(--theme-background-box-color);
  height: 100%;
}
/* line 40, ../../../sass/_variables.scss */
.node--type-news.node--view-mode-grid-item p:last-child {
  margin-bottom: 0;
}
/* line 44, ../../../sass/_variables.scss */
.node--type-news.node--view-mode-grid-item a:not([class]) {
  color: var(--theme-background-box-link-color);
}
/* line 47, ../../../sass/_variables.scss */
.node--type-news.node--view-mode-grid-item a:not([class]):hover {
  color: var(--theme-background-box-link-hover-color);
}
/* line 32, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-grid-item > div:not([class]) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 38, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-grid-item .grid-item-content {
  flex: 1;
}
/* line 44, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-grid-item h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* line 49, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-grid-item .news-type, .node--type-news.node--view-mode-grid-item .news-date {
  font-family: var(--psu-isra-roboto-slab);
}
/* line 53, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-grid-item .field--name-field-teaser-text {
  margin-top: 1rem;
  font-size: 0.95rem;
}
/* line 58, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-grid-item .field--name-field-centers {
  margin-top: 0.875rem;
}
/* line 62, ../../../sass/content_types/news/styles.scss */
.node--type-news.node--view-mode-grid-item .tag-center {
  --theme-tag-background: var(--psu-nittany-navy);
  margin-top: 0.125rem;
  margin-bottom: 0;
}
