/* begin_bakery */
.separator-horizontal {
  border-bottom: 2px;
  /* default value in RJ*/
  margin: 20px 0;
}

.separator-horizontal.sm {
  border-bottom: 1px solid #000;
}

.separator-horizontal.md {
  border-bottom: 3px solid #000;
}

.separator-horizontal.lg {
  border-bottom: 8px solid #000;
}

.separator-horizontal.xl {
  border-bottom: 16px solid #000;
}

.rj-custom-header {
  font-family: urw-form, sans-serif;
  font-size: 16px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.rj-custom-header.serif {
  font-family: abril-titling, serif;
}

.rj-custom-header img {
  display: block;
  width: 100%;
  height: auto;
}

.rj-custom-header .field-image {
  position: relative;
  background-color: #000;
}

.rj-custom-header .field-caption {
  font-size: 14px;
  margin: 5px 20px 30px;
}

.rj-custom-header .field-content {
  margin: 30px 20px;
  max-width: 670px;
}

.rj-custom-header .field-content > div {
  margin-bottom: 20px;
}

.rj-custom-header .field-title {
  font-size: 40px;
  font-weight: 900;
}

.rj-custom-header .field-description {
  font-size: 22px;
}

.rj-custom-header .field-rjmag-logo a {
  display: inline-block;
  width: 200px;
}

.rj-custom-header.title-over-img .field-img {
  opacity: 0.9;
}

.rj-custom-header.title-over-img .field-title {
  position: absolute;
  color: #fff;
  width: 100%;
  max-width: 670px;
  text-align: center;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}

.multi-part {
  font-size: 16px;
  font-family: urw-form, sans-serif;
}

.multi-part .part-header {
  font-size: 20px;
  font-weight: 800;
  color: #777;
  margin-bottom: 10px;
}

.multi-part .part-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}

.multi-part .part-item > div {
  margin-bottom: 5px;
}

.multi-part .part-name {
  font-size: 18px;
  font-weight: 800;
}

.multi-part .part-title {
  font-weight: 800;
}

.multi-part a.part-url {
  font-weight: 800;
  color: #777;
}

@media (min-width: 768px) {
  .rj-custom-header .field-content {
    margin: 30px auto;
  }

  .rj-custom-header .field-title {
    font-size: 80px;
  }

  .rj-custom-header .field-description {
    font-size: 32px;
  }

  .rj-custom-header.title-over-img .field-title {
    padding: 0;
  }

  .multi-part .part-items {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }

  .multi-part .part-item {
    width: 33.33%;
    margin: 0;
    padding: 0 20px;
    border-right: solid 1px #000;
    border-bottom: none;
  }

  .multi-part .part-item:last-child {
    border-right: 0;
  }
}

@media (min-width: 1200px) {
  .rj-custom-header .field-content {
    max-width: 950px;
  }
}

blockquote {
  font-family: "Merriweather", serif;
  font-size: 19px;
  line-height: 32px;
  margin: 20px !important;
  padding: 20px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: center;
}

blockquote p {
  max-width: 600px;
}

blockquote b {
  font-weight: 800;
}

blockquote p:first-child {
  position: relative;
  margin: 55px auto 65px;
}

blockquote p:nth-child(2) {
  font-size: 14px;
  line-height: normal;
  margin: 0 auto;
}

blockquote p:first-child::before,
blockquote p:first-child::after {
  content: "‘";
  font-family: rockwell, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 0.7;
  display: block;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translate(-50%, 0);
}

blockquote p:first-child::after {
  content: "’";
  top: auto;
  bottom: -78px;
}

blockquote.serif {
  font-family: abril-titling, serif;
}

blockquote.serif p:first-child {
  margin: 40px auto 60px;
}

blockquote.serif p:first-child::before,
blockquote.serif p:first-child::after {
  font-family: abril-titling, serif;
  top: -35px;
}

blockquote.serif p:first-child::after {
  top: auto;
  bottom: -80px;
}

blockquote.advanced-blockquote,
blockquote.block {
  background-color: #ddd;
  border-top: none;
  border-bottom: none;
  text-align: left;
}

blockquote.advanced-blockquote p:first-child,
blockquote.block p:first-child {
  margin: 55px auto 10px;
  font-weight: 900;
}

blockquote.advanced-blockquote p:first-child::before,
blockquote.block p:first-child::before {
  color: #fff;
}

blockquote.advanced-blockquote p:first-child::after,
blockquote.block p:first-child::after {
  display: none;
}

@media (min-width: 768px) {
  blockquote {
    margin: 20px 0 !important;
  }

  blockquote.advanced-blockquote,
  blockquote.block {
    padding-left: 110px;
  }

  blockquote.advanced-blockquote p:first-child,
  blockquote.block p:first-child {
    margin: 0 auto 10px;
  }

  blockquote.advanced-blockquote p:first-child::before,
  blockquote.block p:first-child::before {
    font-size: 250px;
    top: -30px;
    left: -50px;
  }
}
/* end_bakery */
