/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* line 10, ../sass/nodes.scss */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 13, ../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 21, ../sass/nodes.scss */
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 27, ../sass/nodes.scss */
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* line 34, ../sass/nodes.scss */
.node-staff .field-name-field-image {
  float: left;
  margin: 0 15px 0 0;
}
/* line 38, ../sass/nodes.scss */
.node-staff .read-more {
  color: #d34c02;
}

/* line 43, ../sass/nodes.scss */
#content .inner .font-size {
  float: right;
  margin: 0;
  font-family: "Bitter";
}
/* line 47, ../sass/nodes.scss */
#content .inner .font-size a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #797068;
}
/* line 53, ../sass/nodes.scss */
#content .inner .font-size a.active {
  color: #205c3f;
}

.caption{} 
