/**
 * @file
 * Newsletter 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/newsletter.scss */
.node-newsletter-edition.view-mode-full .field-summary {
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px;
  margin: 20px 0 20px 0;
}

/* line 16, ../sass/newsletter.scss */
.newsletter-brand-pane {
  background: #f2f2f2 !important;
  padding: 10px;
  margin: 0 0 0 0;
}
/* line 21, ../sass/newsletter.scss */
.newsletter-brand-pane .pane-content h2 {
  line-height: 1.4em;
  border-bottom: 0;
}
/* line 25, ../sass/newsletter.scss */
.newsletter-brand-pane .pane-content .edition-title {
  font-size: 1.2em;
  margin: 0;
  padding-top: 0.6em;
}
/* line 30, ../sass/newsletter.scss */
.newsletter-brand-pane .pane-content .edition-date {
  font-size: 1.2em;
  margin: 0;
}
/* line 34, ../sass/newsletter.scss */
.newsletter-brand-pane .pane-content .edition-issn {
  padding-top: 0.6em;
}
/* line 36, ../sass/newsletter.scss */
.newsletter-brand-pane .pane-content .edition-issn label {
  display: inline;
  vertical-align: top;
}

/* line 46, ../sass/newsletter.scss */
.pane-newsletter-items ul li {
  padding-top: 0.4em;
  background-position: left 1em;
}

/* line 54, ../sass/newsletter.scss */
.pane-author-information .qualification-summary, .pane-author-information .dafwa-position {
  font-size: 1.3em;
  margin-bottom: 0.2em;
}

/* line 61, ../sass/newsletter.scss */
.authors-node-info-pane .qualification-summary, .authors-node-info-pane .dafwa-position {
  font-size: 1em;
  margin-bottom: 0.2em;
}
/* line 65, ../sass/newsletter.scss */
.authors-node-info-pane h3 {
  padding-bottom: 3px;
}
/* line 68, ../sass/newsletter.scss */
.authors-node-info-pane .qualification-summary {
  margin-bottom: 0;
}

/* line 74, ../sass/newsletter.scss */
.pane-newsletter-backlinks a {
  background: url(../images/svg/misc/list-item.svgz) no-repeat left center;
  padding: 5px 0 5px 20px;
}

/* line 81, ../sass/newsletter.scss */
.pane-newsletter-branding h2 {
  text-align: center;
  line-height: 1.1em;
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 88, ../sass/newsletter.scss */
.pane-newsletter-branding .field-newsletter-logo img {
  display: block;
  margin: 0 auto 10px auto;
}
/* line 93, ../sass/newsletter.scss */
.pane-newsletter-branding .edition-title {
  text-align: center;
}
/* line 96, ../sass/newsletter.scss */
.pane-newsletter-branding .edition-date {
  text-align: center;
}
/* line 99, ../sass/newsletter.scss */
.pane-newsletter-branding .edition-issn {
  text-align: center;
}
/* line 101, ../sass/newsletter.scss */
.pane-newsletter-branding .edition-issn label {
  display: inline;
}

/* line 107, ../sass/newsletter.scss */
.newsletter-subscribe-pane {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 110, ../sass/newsletter.scss */
.newsletter-subscribe-pane a {
  text-align: center;
  display: block;
  padding: 5px;
}

/* line 119, ../sass/newsletter.scss */
.view-newsletter-listing-specific .field-edition-date-linked h2 {
  margin-bottom: 0;
}
/* line 123, ../sass/newsletter.scss */
.view-newsletter-listing-specific .field-title {
  font-size: 0.8em;
  color: #747474;
}
