/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* TEXTURES */
/* 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 */
  float: left;
}
/* line 24, ../sass/nodes.scss */
.node .submitted {
  /* The "posted by" information */
}
/* line 27, ../sass/nodes.scss */
.node .content {
  /* Node's content wrapper */
}
/* line 30, ../sass/nodes.scss */
.node ul.links {
  /* Node links. See also the ul.links declaration in the pages.css. */
}
/* line 34, ../sass/nodes.scss */
.node .comment-add a {
  background: #58595b;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: .3em 2em .3em .4em;
  border: 1px solid #4e4f51;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.1em;
  font-family: "benton-book";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: linear 0.1s all;
  -o-transition: linear 0.1s all;
  -webkit-transition: linear 0.1s all;
  transition: linear 0.1s all;
}
/* line 114, ../sass/_custom.scss */
.node .comment-add a:hover {
  background: #4e4f51;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* line 121, ../sass/_custom.scss */
.node .comment-add a:active {
  background: #535456;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

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

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

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

/* line 50, ../sass/nodes.scss */
.node-teaser {
  /* A node displayed as teaser */
  padding: 1em;
  border: 1px solid #EDEDED;
  margin: 0 0 1.5em 0;
  -webkit-box-shadow: 0 8px 6px -6px #DEDEDE;
  -moz-box-shadow: 0 8px 6px -6px #DEDEDE;
  box-shadow: 0 8px 6px -6px #DEDEDE;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 60, ../sass/nodes.scss */
.node-teaser ul.links li {
  display: inline;
}
/* line 65, ../sass/nodes.scss */
.node-teaser ul.links .node-readmore a {
  background: #f15a29;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: .3em 2em .3em .4em;
  border: 1px solid #f04b16;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.1em;
  font-family: "benton-book";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: linear 0.1s all;
  -o-transition: linear 0.1s all;
  -webkit-transition: linear 0.1s all;
  transition: linear 0.1s all;
  box-shadow: inset 0 0 2px #f4784f;
}
/* line 114, ../sass/_custom.scss */
.node-teaser ul.links .node-readmore a:hover {
  background: #f04b16;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* line 121, ../sass/_custom.scss */
.node-teaser ul.links .node-readmore a:active {
  background: #f0531f;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}
/* line 70, ../sass/nodes.scss */
.node-teaser ul.links .comment-add a {
  background: #58595b;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: .3em 2em .3em .4em;
  border: 1px solid #4e4f51;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.1em;
  font-family: "benton-book";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: linear 0.1s all;
  -o-transition: linear 0.1s all;
  -webkit-transition: linear 0.1s all;
  transition: linear 0.1s all;
}
/* line 114, ../sass/_custom.scss */
.node-teaser ul.links .comment-add a:hover {
  background: #4e4f51;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* line 121, ../sass/_custom.scss */
.node-teaser ul.links .comment-add a:active {
  background: #535456;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

/*
 * 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 84, ../sass/nodes.scss */
.node-page {
  /* Page content node */
}

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

/* line 91, ../sass/nodes.scss */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 94, ../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 99, ../sass/nodes.scss */
.node-resource,
.node-tactic {
  margin-bottom: 1em;
}

/* line 106, ../sass/nodes.scss */
.node-type-toolkit .field-name-field-toolkit-video .field-item {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 113, ../sass/nodes.scss */
.node-type-toolkit .field-name-field-toolkit-video .field-item iframe,
.node-type-toolkit .field-name-field-toolkit-video .field-item object,
.node-type-toolkit .field-name-field-toolkit-video .field-item embed {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 90%;
}
