/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* line 131, ../sass/_base.scss */
.clear {
  clear: both;
}

/*$icons-cta-right-spacing: 10px;*/
/* line 690, icons/*.png */
.icons-sprite {
  background: url('../images/icons-s8e30f7d198.png') no-repeat;
}

/*@include all-icons-sprites;*/
/* line 122, backgrounds/*.png */
.backgrounds-sprite {
  background: url('../images/backgrounds-sc9948f1aa7.png') no-repeat;
}

/* line 11, ../sass/nodes.scss */
.node {
  /* Node wrapper */
}
/* line 13, ../sass/nodes.scss */
.preview .node {
  /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */
  /* Drupal core uses a #ffffea background */
}
/* line 17, ../sass/nodes.scss */
.node .node-title {
  /* Node title */
}
/* line 20, ../sass/nodes.scss */
.node .user-picture {
  /* The picture of the node author */
}
/* line 23, ../sass/nodes.scss */
.node .submitted {
  /* The "posted by" information */
}
/* line 26, ../sass/nodes.scss */
.node .content {
  /* Node's content wrapper */
}
/* line 29, ../sass/nodes.scss */
.node ul.links {
  /* Node links. See also the ul.links declaration in the pages.css. */
}

/* line 34, ../sass/nodes.scss */
.node-promoted {
  /* A node that has been promoted to the front page */
}

/* line 37, ../sass/nodes.scss */
.node-sticky {
  /* A sticky node (displayed before others in a list) */
}

/* line 40, ../sass/nodes.scss */
.node-by-viewer {
  /* A node created by the current user */
}

/* line 43, ../sass/nodes.scss */
.node-teaser {
  /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* line 52, ../sass/nodes.scss */
.node-page {
  /* Page content node */
}

/* line 55, ../sass/nodes.scss */
.node-article {
  /* Article content node */
}

/* line 58, ../sass/nodes.scss */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 61, ../sass/nodes.scss */
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

/* line 67, ../sass/nodes.scss */
.node-item {
  /* Content Item node */
}
/* line 72, ../sass/nodes.scss */
.node-item .field-link {
  color: #939598;
  font-family: 'open_sansregular';
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
/* line 313, ../sass/_base.scss */
.node-item .field-link:link, .node-item .field-link:visited {
  color: #a88e76;
}
/* line 316, ../sass/_base.scss */
.node-item .field-link:hover {
  color: #ee2d26;
}
/* line 320, ../sass/_base.scss */
.node-item .field-link a {
  text-decoration: none;
}
/* line 322, ../sass/_base.scss */
.node-item .field-link a:link, .node-item .field-link a:visited {
  color: #939598;
}
/* line 325, ../sass/_base.scss */
.node-item .field-link a:hover {
  color: #EE2D26;
}
/* line 74, ../sass/nodes.scss */
.node-item .field-link:after {
  content: "\25b6";
  color: #ee2d26;
  padding-left: 5px;
  font-family: MetaWeb-Normal, sans-serif;
}
