.nested-content-wrapper {
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
}
.nested-content-wrapper .nested-content {
  margin-bottom: 1em;
  text-align: center;
}
.nested-content-wrapper .nested-content img {
  display: block;
  margin: 0 auto 1em 0;
  outline: 3px solid rgba(229, 216, 202, 0.5);
  outline-offset: -10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nested-content-wrapper .nested-content img {
    outline: none;
    border: 3px solid rgba(229, 216, 202, 0.5);
  }
}
.nested-content-wrapper .nested-content a {
  text-decoration: none;
}
.nested-content-wrapper .nested-content a:hover {
  text-decoration: underline;
}
.nested-content-wrapper .caption {
  text-align: center;
}
.nested-content-wrapper blockquote {
  quotes: '\201C' '\201D';
  margin-top: 0.5em;
  padding: 0.5em;
}
.nested-content-wrapper blockquote p {
  margin: 0;
  text-align: left;
}
.nested-content-wrapper blockquote .quote-name {
  font-size: 0.8em;
  display: block;
  text-align: right;
}
.nested-content-wrapper blockquote p:before,
.nested-content-wrapper blockquote p:after {
  font-size: 2rem;
  font-family: serif;
  vertical-align: middle;
  font-weight: bold;
}
.nested-content-wrapper blockquote p:before {
  content: open-quote;
  margin-left: -0.5em;
}
.nested-content-wrapper blockquote p:after {
  content: close-quote;
}
.nested-content-wrapper blockquote.small {
  max-width: 200px;
}
.nested-content-wrapper blockquote.medium {
  max-width: 300px;
}
.nested-content-wrapper blockquote.large {
  max-width: 450px;
}
.nested-content-wrapper.bordered-content .nested-content {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.nested-content-wrapper.bordered-content .nested-content img {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .nested-content-left .nested-content {
    float: left;
    margin-right: 2em;
  }
}
@media only screen and (min-width: 48em) {
  .nested-content-right .nested-content {
    float: right;
    margin-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .nested-content {
    display: inline-block;
    float: none !important;
  }
}
