/**
 * @file
 * Visual styles for Arches's node component.
 */

.node__content {
  font-size: 1.071em;
  margin-top: 10px;
}

/* View mode teaser styles. */
.node--view-mode-teaser {
  border-bottom: 1px solid #d6d2c4;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node--view-mode-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
  line-height: 1.5;
}
.node--view-mode-teaser h2 a {
  color: #ba0c2f;
  border-bottom: 1px dotted #ba0c2f;
}
.node--view-mode-teaser h2 a:hover,
.node--view-mode-teaser h2 a:focus,
.node--view-mode-teaser h2 a:active {
  border-bottom: 1px solid #ba0c2f;
}
.node--view-mode-teaser.node--sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node--view-mode-teaser .node__content {
  clear: none;
  font-size: 1em;
  line-height: 1.6;
}

/* Node metadata styles. */
.node__meta {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.node__meta .field--name-user-picture img {
  float: left; /* LTR */
  margin: 1px 20px 0 0; /* LTR */
}
[dir="rtl"] .node__meta .field--name-user-picture img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* Node links styles. */
.node__links {
  text-align: left;
  font-size: 0.93em;
  margin-bottom: 20px;
}
.node__links ul.inline li.node-readmore {
  padding: 0;
}

/* Unpublished node styles. */
.node--unpublished {
  padding: 20px 15px 0;
}
.node--unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* Article Styles */
.node__content .field--name-field-original-article {
  padding-bottom: 1em;
}
.node--type-article.node--view-mode-full .field--name-field-tags ul {
  margin-bottom: .5em;
}
.node--type-article.node--view-mode-full .field--name-field-tags ul li {
  display: inline-block;
  border-left: 1px dotted #9ea2a2;
  border-right: 1px dotted #9ea2a2;
  margin-right: -1px;
  padding: 0 .5em;
  color: #9ea2a2;
  text-transform: uppercase;
  line-height: 1;
  list-style-type: none;
  margin-bottom: .5em;
}
div.table-display {
  display: table;
}
div.table-display div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

/* Upcoming Events Styles */
.node--type-upcoming-events.node--view-mode-full .field--name-field-event-date,
.node--type-upcoming-events.node--view-mode-full .field--name-field-event-end-date {
  font-size: 0.9em;
  font-style: italic;
}
.node--type-upcoming-events.node--view-mode-full .field--name-field-event-image {
  float: left;
  margin: 20px 10px 10px 0px;
}
.node--type-upcoming-events.node--view-mode-full .field--name-body {
  margin-top: 20px;
}
.node--type-upcoming-events.node--view-mode-full .field--name-field-event-tag .field__item {
  display: inline-block;
  border-left: 1px dotted #9ea2a2;
  border-right: 1px dotted #9ea2a2;
  margin: 0 -6px 0 0;
  padding: 0 .5em;
  color: #9ea2a2;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1;
}

/* Course Page Styles */
.node.node--type-personal-course .field--type-image {
  float: right;
  margin: 0 0 0.5em 1em;
}
