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

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

/* View mode teaser styles. */
.node--view-mode-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node--view-mode-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node--view-mode-teaser h2 a {
  color: #181818;
}
.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-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.node__meta .field--name-field-user-picture img {
  float: left; /* LTR */
  margin: 1px 20px 0 0; /* LTR */
}
[dir="rtl"] .node__meta .field--name-field-user-picture img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* Node links styles. */
.node__links {
  text-align: right; /* LTR */
  font-size: 0.93em;
}
[dir="rtl"] .node__links {
  text-align: left;
}

/* 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;
}

/* Skyhawk legacy full-page image width fix */
body.page-node-49225 .container,
body.page-node-49222 .container {
  max-width: 1400px !important;
  width: 95% !important;
}

body.page-node-49225 .field--name-body img,
body.page-node-49222 .field--name-body img {
  display: block !important;
  width: 100% !important;
  max-width: 1200px !important;
  height: auto !important;
  margin: 0 auto !important;
}

/* Expand Bootstrap content column on legacy article pages */
body.page-node-49225 main .row,
body.page-node-49222 main .row {
  display: block !important;
}

body.page-node-49225 main .row > *,
body.page-node-49222 main .row > * {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
}

body.page-node-49225 main,
body.page-node-49222 main {
  max-width: 1500px !important;
  width: 98% !important;
  margin: 0 auto !important;
}

/* Force legacy journal image paragraphs/wrappers full width */
body.page-node-49225 .field--name-body,
body.page-node-49222 .field--name-body,
body.page-node-49225 .field--name-body .field__item,
body.page-node-49222 .field--name-body .field__item,
body.page-node-49225 .field--name-body p,
body.page-node-49222 .field--name-body p {
  width: 100% !important;
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.page-node-49225 .field--name-body img,
body.page-node-49222 .field--name-body img {
  width: 1200px !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Final legacy journal native image sizing */
body.page-node-49225 .field--name-body img,
body.page-node-49222 .field--name-body img {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Allow the content area to contain native-width journal images */
body.page-node-49225 .field--name-body,
body.page-node-49222 .field--name-body {
  width: 100% !important;
  max-width: none !important;
  overflow-x: auto !important;
  text-align: center !important;
}