/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
.preview .node {
  /* background-color: #ffffea; */
  /* Drupal core uses a #ffffea background */ }

.node-unpublished {
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */ }

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished {
  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;
  /* A very nice CSS3 property */ }

/* 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.
 */
.row-home #home {
  width: 195px;
  padding: 0 16px;
  border: 5px solid #80bd81;
  border-radius: 14px;
  background: #fff;
  margin-top: 43px; }
  .row-home #home p {
    font-size: 1.14em;
    line-height: 1.3; }
.row-home #block-video {
  margin: 46px 0 0 -312px;
  width: 590px;
  height: 332px;
  text-align: center;
  padding: 0 16px;
  border: 5px solid #46a2cb;
  border-radius: 14px;
  background: #fff;
  border-radius: 0 !important;
  padding: 0; }

.row-services .pane-menu-block-1 {
  margin-left: 35px; }
  .row-services .pane-menu-block-1 a {
    color: #172f49; }

#contact-info p {
  margin: 0; }

.node-type-article .node-article, .section-blog .node-article {
  width: 67.7%; }
.node-type-article .submitted, .section-blog .submitted {
  font-size: 0.79em; }
.node-type-article .field-name-body img, .section-blog .field-name-body img {
  max-width: 100%;
  height: auto !important; }
