/**
 * @file
 *
 * This file is to give a preview of the layout on the backend.
 */
.ief-entity-operations {
  white-space: nowrap;
}

.ece-bundle {
  color: #999999;
  display: block;
  font-style: italic;
}

.ece {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  max-width: 58rem;
}

.ece-heading {
  margin: 16px 0px 24px;
  margin: 1rem 0rem 1.5rem;
}
.ece-heading h2 {
  color: #999999;
}

.lead p {
  margin-bottom: 0;
}

.ece-images .ece-image {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-align: center;
}
.ece-images .ece-image img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
}
.ece-images .ece-image .ece-image-title {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #999999;
  display: block;
  text-align: center;
}

.image-preview img {
  height: auto;
  max-width: 734px;
  width: 50%;
}

.ece-entire-width:before, .ece-entire-width:after,
.ece-left-sidecontent:before,
.ece-left-sidecontent:after,
.ece-right-sidecontent:before,
.ece-right-sidecontent:after {
  content: " ";
  display: table;
}
.ece-entire-width:after,
.ece-left-sidecontent:after,
.ece-right-sidecontent:after {
  clear: both;
}
.ece-entire-width,
.ece-left-sidecontent,
.ece-right-sidecontent {
  *zoom: 1;
}

@media (min-width: 37.5em) {
  .ece-left-sidecontent .ece-sidecontent,
  .ece-images-left {
    width: 37.36264%;
    float: left;
    margin-right: 4.3956%;
  }
}

@media (min-width: 37.5em) {
  .ece-left-sidecontent .ece-content {
    width: 58.24176%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 37.5em) {
  .ece-right-sidecontent .ece-sidecontent,
  .ece-images-right {
    width: 37.36264%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 37.5em) {
  .ece-right-sidecontent .ece-content {
    width: 58.24176%;
    float: left;
    margin-right: 4.3956%;
  }
}

@media (min-width: 37.5em) {
  .ece-images-right {
    margin-left: 4.3956%;
  }
}

.ece-content blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-left: 4px solid #d2d2d2;
  color: #999999;
  font-style: italic;
  margin: 0;
}
.page-node-add .ece-content blockquote, .page-node-edit .ece-content blockquote {
  margin: 16px 0px;
  margin: 1rem 0rem;
}

.field-name-field-ece-reference .gallery-current-photo {
  display: none;
}
.field-name-field-ece-reference .gallery-photos {
  overflow: hidden;
}
.field-name-field-ece-reference .gallery-photo {
  float: left;
  margin-right: 6px;
}
