/**
 * @file
 * News (media release) specific styles.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* line 9, ../sass/news.scss */
.view-media-releases .view-header .date-nav {
  padding-bottom: 0;
}
/* line 12, ../sass/news.scss */
.view-media-releases .view-header .date-heading h3 {
  margin-bottom: 0;
  text-align: left;
}
/* line 16, ../sass/news.scss */
.view-media-releases .view-header ul.pager {
  margin-bottom: 0;
}
/* line 19, ../sass/news.scss */
.view-media-releases .view-header .pager li {
  background-color: #008265;
}
/* line 21, ../sass/news.scss */
.view-media-releases .view-header .pager li a {
  color: #fff;
}

/* line 27, ../sass/news.scss */
.pane-seed-basic-publications-seed-basic-publications-new p {
  color: #000;
}
