/* Follow socialbase max container width + padding as breakpoint */
/* use max-width on container to cause a smooth transition */
@media (max-width: 77rem) {
  .main-container > .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* Elements on this page use margin-top because it's easier to control */
.alert {
  margin-bottom: 0;
}

/**
 * Layout Builder styling.
 */
.layout {
  /*
   * Make text field edges align with the larger of the two cards in a 2:1
   * set-up. This works for all long text blocks in the column filling cards.
   *
   * Use the max-width to keep ourselves aligned to the blocks at full screen
   * size. The 0.67 is the % width of the block we align with. The rem
   * reductions are offsets for paddings in the container and margins of the
   * cards.
   * The width keeps the sizing correct for screens smaller than 1200px.
   */
  /**
   * "Hero Call To Action" block
   */
  /**
   * Titles for cards without special title behaviour.
   */
  /**
   * Basic (Title + WYSIWYG) Block
   */
  /* TODO DEBUG: Remove the field-title rule */
  /**
   * Content List
   */
  /**
   * Featured Items
   */
  /**
   * Dashboard featured content
   */
  /**
   * Dashboard activity stream
   */
  /**
   * Dashboard newest members
   */
  /**
   * Dashboard follow tags
   */
  /* Featured content layout for the tile and tile-profile teasers, stream items, newest members */
  /* Featured content layout for the tile and tile-profile teasers, stream items, newest members */
  /* Featured content layout for the tile and tile-profile teasers, stream items, newest members */
}
.layout .card__featured-items .card__text {
  display: block;
}
.layout .layout__region {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.layout .layout__region > * {
  margin-top: 0.5rem;
}
@media (min-width: 640px) {
  .layout.layout--onecol .hero--dashboard .cover-wrap .field--type-text-long,
  .layout.layout--onecol .basic-block .field--type-text-long {
    max-width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .layout.layout--threecol-section--33-34-33 > .layout__region--first,
  .layout.layout--threecol-section--33-34-33 > .layout__region--third {
    max-width: 33%;
  }
  .layout.layout--threecol-section--33-34-33 > .layout__region--second {
    max-width: 34%;
  }
  .layout.layout--twocol-section--67-33 > .layout__region--first {
    max-width: 67%;
  }
  .layout.layout--twocol-section--67-33 > .layout__region--second {
    max-width: 33%;
  }
  .layout.layout--twocol-section--33-67 > .layout__region--first {
    max-width: 33%;
  }
  .layout.layout--twocol-section--33-67 > .layout__region--second {
    max-width: 67%;
  }
}
.layout .hero--dashboard {
  text-align: left;
  padding: 0 2.5rem;
}
.layout .hero--dashboard .hero__bgimage-overlay {
  border-radius: inherit;
}
.layout .cover-wrap {
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 2.5rem;
}
@media (min-width: 600px) {
  .layout .cover-wrap {
    min-height: 210px;
  }
}
.layout .cover-wrap .field--type-text-long {
  margin-top: 5rem;
  max-width: 44rem;
}
.layout .cover-wrap .field--type-text-long h2 {
  font-weight: 700;
}
.layout .cover-wrap .field--type-text-long strong {
  font-weight: bold;
}
.layout .cover-wrap .hero-cta-wrapper {
  margin-top: 0.5rem;
}
.layout .cover-wrap .hero-cta-wrapper .btn {
  display: block;
}
.layout .cover-wrap .hero-cta-wrapper .btn + .btn {
  margin-left: 0;
  margin-top: 1rem;
}
.layout.layout--onecol, .layout.layout--twocol-section--67-33 .layout__region--first, .layout.layout--twocol-section--33-67 .layout__region--second {
  /* "Hero Call To Action" block */
}
.layout.layout--onecol .hero--dashboard .cover-wrap .hero-cta-wrapper .btn, .layout.layout--twocol-section--67-33 .layout__region--first .hero--dashboard .cover-wrap .hero-cta-wrapper .btn, .layout.layout--twocol-section--33-67 .layout__region--second .hero--dashboard .cover-wrap .hero-cta-wrapper .btn {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  .layout.layout--onecol .hero--dashboard .cover-wrap .hero-cta-wrapper .btn, .layout.layout--twocol-section--67-33 .layout__region--first .hero--dashboard .cover-wrap .hero-cta-wrapper .btn, .layout.layout--twocol-section--33-67 .layout__region--second .hero--dashboard .cover-wrap .hero-cta-wrapper .btn {
    display: inline-block;
    margin-top: 0;
  }
  .layout.layout--onecol .hero--dashboard .cover-wrap .hero-cta-wrapper .btn + .btn, .layout.layout--twocol-section--67-33 .layout__region--first .hero--dashboard .cover-wrap .hero-cta-wrapper .btn + .btn, .layout.layout--twocol-section--33-67 .layout__region--second .hero--dashboard .cover-wrap .hero-cta-wrapper .btn + .btn {
    margin-left: 0.5rem;
  }
}
.layout .block-layout-builder .card__title,
.layout .block-layout-builder .block-title,
.layout .block-layout-builder .section-title-stream,
.layout .block--custom-content-list .card__title,
.layout .block--custom-content-list .block-title,
.layout .block--custom-content-list .section-title-stream,
.layout .card--views__sidebar .card__title,
.layout .card--views__sidebar .block-title,
.layout .card--views__sidebar .section-title-stream,
.layout .block-dashboard-activity-stream .card__title,
.layout .block-dashboard-activity-stream .block-title,
.layout .block-dashboard-activity-stream .section-title-stream,
.layout .block--intro-text .card__title,
.layout .block--intro-text .block-title,
.layout .block--intro-text .section-title-stream,
.layout .block--trending-tags .card__title,
.layout .block--trending-tags .block-title,
.layout .block--trending-tags .section-title-stream,
.layout .block--dashboard--follow-tags .card__title,
.layout .block--dashboard--follow-tags .block-title,
.layout .block--dashboard--follow-tags .section-title-stream {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 1.25rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  /* $gray-lighter */
  color: #777;
  border-bottom: 1px solid #e6e6e6;
}
[dir=rtl] .layout .block-layout-builder .card__title,
[dir=rtl] .layout .block-layout-builder .block-title,
[dir=rtl] .layout .block-layout-builder .section-title-stream,
[dir=rtl] .layout .block--custom-content-list .card__title,
[dir=rtl] .layout .block--custom-content-list .block-title,
[dir=rtl] .layout .block--custom-content-list .section-title-stream,
[dir=rtl] .layout .card--views__sidebar .card__title,
[dir=rtl] .layout .card--views__sidebar .block-title,
[dir=rtl] .layout .card--views__sidebar .section-title-stream,
[dir=rtl] .layout .block-dashboard-activity-stream .card__title,
[dir=rtl] .layout .block-dashboard-activity-stream .block-title,
[dir=rtl] .layout .block-dashboard-activity-stream .section-title-stream,
[dir=rtl] .layout .block--intro-text .card__title,
[dir=rtl] .layout .block--intro-text .block-title,
[dir=rtl] .layout .block--intro-text .section-title-stream,
[dir=rtl] .layout .block--trending-tags .card__title,
[dir=rtl] .layout .block--trending-tags .block-title,
[dir=rtl] .layout .block--trending-tags .section-title-stream,
[dir=rtl] .layout .block--dashboard--follow-tags .card__title,
[dir=rtl] .layout .block--dashboard--follow-tags .block-title,
[dir=rtl] .layout .block--dashboard--follow-tags .section-title-stream {
  text-align: right;
  justify-content: flex-end;
}
.layout .block--intro-text {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
}
.layout .block--intro-text .block-title,
.layout .block--intro-text .card__title,
.layout .block--intro-text .block--intro-text__title {
  max-width: 100%;
}
.layout .basic-block {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
}
.layout .basic-block .field--name-field-title {
  display: none;
}
.layout .basic-block .basic-block__title {
  margin: 0;
  font-weight: 700;
  word-break: break-word;
}
.layout .basic-block .basic-block__title:after {
  content: " ";
  display: block;
  margin: 1.25rem 0;
  max-width: 120px;
  width: 100%;
  border-bottom: 12px solid #f3f3f3; /* $gray-lightest */
}
.layout .basic-block .card__link {
  float: none;
  text-align: right;
  margin-top: auto;
  margin-left: 0;
  padding-top: 1rem;
  padding-left: 0;
}
.layout.layout--onecol .basic-block {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  .layout.layout--onecol .basic-block {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .layout.layout--onecol .basic-block .basic-block__title {
    flex: 1;
    padding-right: 1.25rem;
  }
  .layout.layout--onecol .basic-block .field--type-text-long {
    flex: none;
    width: 100%;
  }
  .layout.layout--onecol .basic-block .card__link {
    flex: 0 0 100%;
  }
}
.layout .block--custom-content-list .card__subtitle,
.layout .card--views__sidebar .card__subtitle {
  flex: 0 0 100%;
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  font-weight: 300;
}
.layout .block--custom-content-list .card__actionbar,
.layout .card--views__sidebar .card__actionbar {
  text-align: center;
}
[dir=rtl] .layout .teaser--small {
  text-align: right;
  flex-direction: row-reverse;
}
.layout.layout--onecol .block--custom-content-list .content-list__items, .layout.layout--twocol-section--67-33 .layout__region--first .block--custom-content-list .content-list__items, .layout.layout--twocol-section--33-67 .layout__region--second .block--custom-content-list .content-list__items {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  .layout.layout--onecol .block--custom-content-list .content-list__items, .layout.layout--twocol-section--67-33 .layout__region--first .block--custom-content-list .content-list__items, .layout.layout--twocol-section--33-67 .layout__region--second .block--custom-content-list .content-list__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.layout.layout--onecol .block--custom-content-list .content-list__items .teaser--small {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  .layout.layout--onecol .block--custom-content-list .content-list__items .teaser--small {
    flex: 0 0 33%;
  }
}
.layout.layout--twocol-section--67-33 .layout__region--first .block--custom-content-list .content-list__items .teaser--small, .layout.layout--twocol-section--33-67 .layout__region--second .block--custom-content-list .content-list__items .teaser--small {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  .layout.layout--twocol-section--67-33 .layout__region--first .block--custom-content-list .content-list__items .teaser--small, .layout.layout--twocol-section--33-67 .layout__region--second .block--custom-content-list .content-list__items .teaser--small {
    flex: 0 0 50%;
  }
}
.layout .block--featured-items .paragraph--type--featured-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0;
  flex: 0 0 100%;
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  .layout .block--featured-items .paragraph--type--featured-item {
    max-width: 220px;
  }
}
.layout .block--featured-items .teaser__info svg {
  fill: #4d4d4d;
}
.layout .block--featured-items .container,
.layout .block--featured-items .masonry-wrapper {
  width: 100%;
}
.layout .block--featured-items .teaser--tile {
  height: auto;
}
.layout .block--featured-items .paragraph--type--featured-item .teaser__title {
  min-height: initial;
  margin-bottom: 1rem;
}
.layout .block--featured-items .paragraph--type--featured-item .teaser__body .card__actionbar {
  margin-top: auto;
}
.layout .block--featured-items .paragraph--type--featured-item .teaser__body .card__link {
  /* socialblue $btn-default-border */
  border-color: #adadad;
  /* socialblue $btn-default-color */
  color: #4d4d4d;
}
.layout .block--featured-items > div {
  width: 100%;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.layout .block--featured-items .field--name-field-featured-items > .field--item {
  flex: 0 0 100%;
}
@media (min-width: 600px) {
  .layout .block--featured-items .field--name-field-featured-items > .field--item {
    display: flex;
    justify-content: center;
  }
}
.layout.layout--onecol .block--featured-items .field--name-field-featured-items > .field--item {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  .layout.layout--onecol .block--featured-items .field--name-field-featured-items > .field--item {
    flex: 0 0 25%;
  }
}
.layout.layout--twocol-section--67-33 .layout__region--first .block--featured-items .field--name-field-featured-items > .field--item, .layout.layout--twocol-section--33-67 .layout__region--second .block--featured-items .field--name-field-featured-items > .field--item {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  .layout.layout--twocol-section--67-33 .layout__region--first .block--featured-items .field--name-field-featured-items > .field--item, .layout.layout--twocol-section--33-67 .layout__region--second .block--featured-items .field--name-field-featured-items > .field--item {
    flex: 0 0 33.33%;
  }
}
.layout.layout--twocol-section--67-33 .layout__region--second .block--featured-items .field--name-field-featured-items > .field--item, .layout.layout--twocol-section--33-67 .layout__region--first .block--featured-items .field--name-field-featured-items > .field--item {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  .layout.layout--twocol-section--67-33 .layout__region--second .block--featured-items .field--name-field-featured-items > .field--item, .layout.layout--twocol-section--33-67 .layout__region--first .block--featured-items .field--name-field-featured-items > .field--item {
    flex: 0 0 100%;
  }
}
.layout .media-post-label {
  position: absolute;
  top: 0;
  left: 0;
}
.layout div.teaser.teaser--tile {
  box-shadow: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 400px) {
  .layout div.teaser.teaser--tile {
    margin-bottom: 3.5rem;
  }
}
.layout div.teaser.teaser--tile .teaser__image {
  margin-bottom: 0.5rem;
}
.layout div.teaser.teaser--tile:not(.teaser-profile) .teaser__body .teaser__title {
  text-align: left;
}
.layout div.teaser.teaser--tile.teaser-profile {
  text-align: left;
  margin-bottom: 15px;
}
.layout div.teaser.teaser--tile.teaser-profile .teaser__image {
  flex: none;
  height: auto;
  max-width: 154px;
  margin-bottom: 8px;
  background: transparent;
}
.layout div.teaser.teaser--tile.teaser-profile .teaser__image .img_wrapper {
  height: auto;
  padding-bottom: 0;
}
.layout div.teaser.teaser--tile.teaser-profile .teaser__image .img_wrapper img {
  position: static;
  width: auto;
  height: auto;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
}
.layout div.teaser.teaser--tile.teaser-profile .teaser__body {
  padding: 0;
}
.layout div.teaser.teaser--tile.teaser-profile div.card__actionbar {
  display: none;
}
.layout div.teaser.teaser--tile .teaser__content {
  padding: 0;
}
.layout div.teaser.teaser--tile .teaser__content,
.layout div.teaser.teaser--tile .teaser__body {
  text-align: left;
}
[dir=rtl] .layout div.teaser.teaser--tile .teaser__content,
[dir=rtl] .layout div.teaser.teaser--tile .teaser__body {
  text-align: right;
}
.layout div.teaser.teaser--tile div.card__actionbar {
  margin: 0;
  padding: 0;
  text-align: left;
}
[dir=rtl] .layout div.teaser.teaser--tile div.card__actionbar {
  text-align: right;
  justify-content: flex-end;
}
.layout div.teaser.teaser--tile div.card__actionbar:before, .layout div.teaser.teaser--tile div.card__actionbar:after {
  display: inline;
  vertical-align: middle;
}
.layout div.teaser.teaser--tile .teaser__content-type-icon {
  margin-right: 5px;
}
.layout div.teaser.teaser--tile .teaser__body .teaser__header,
.layout div.teaser.teaser--tile .teaser__body .teaser__title {
  display: block;
}
.layout div.teaser.teaser--tile .teaser__body .teaser__header svg,
.layout div.teaser.teaser--tile .teaser__body .teaser__title svg {
  display: inline-block;
}
.layout div.teaser.teaser--tile .teaser__body .teaser__title {
  min-height: auto;
  max-height: none;
  margin-bottom: 0.5rem;
}
.layout div.teaser.teaser--tile .teaser__body .teaser__header {
  display: flex;
  align-items: center;
}
[dir=rtl] .layout div.teaser.teaser--tile .teaser__body .teaser__header {
  flex-direction: row-reverse;
}
[dir=rtl] .layout div.teaser.teaser--tile .teaser__body .teaser__header .teaser__published {
  flex-direction: row;
  justify-content: flex-end;
}
.layout div.teaser.teaser--tile .teaser__content-line {
  align-items: flex-start;
  padding-right: 10px;
}
[dir=rtl] .layout div.teaser.teaser--tile .teaser__content-line {
  justify-content: flex-end;
  padding-right: 0;
}
.layout div.teaser.teaser--tile .teaser__content-text {
  white-space: normal;
  word-break: break-all;
}
.layout .block--featured-items .paragraph--featured {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  flex: 1;
}
.layout .block--featured-items .paragraph--featured .container {
  margin-left: 0;
  margin-right: 0;
}
.layout .block--featured-items .paragraph--featured .field--name-field-featured-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1rem -15px 0;
}
.layout .block--featured-items .paragraph--featured .field--name-field-featured-description {
  padding-top: 1.25rem;
}
.layout .block--featured-items .paragraph--featured footer.card__actionbar {
  margin-top: 0;
  padding: 0 1.25rem 1.25rem;
}
.layout .block--featured-items .paragraph--featured footer.card__actionbar .card__link {
  float: none;
  margin-left: 0;
  text-align: center;
}
.layout .block--featured-items .paragraph--featured .teaser--tile,
.layout .block--featured-items .paragraph--featured .teaser--tile .teaser__teaser-type {
  border-radius: 0 !important;
}
.layout .teaser__content-line {
  align-items: center;
}
.layout .stream .stream-item .photoswipe-gallery-custom,
.layout .block--featured-items .paragraph--featured .photoswipe-gallery-custom {
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .layout .stream .stream-item .photoswipe-gallery-custom .field--item,
  .layout .block--featured-items .paragraph--featured .photoswipe-gallery-custom .field--item {
    flex-basis: 100px;
    height: 100px;
  }
}
.layout .stream .stream-item .photoswipe-gallery-custom .file-tile,
.layout .block--featured-items .paragraph--featured .photoswipe-gallery-custom .file-tile {
  padding: 0.5rem;
  background: #f3f3f3;
  border: none;
}
.layout .stream .stream-item .photoswipe-gallery-custom .file-icon .node-file__icon,
.layout .block--featured-items .paragraph--featured .photoswipe-gallery-custom .file-icon .node-file__icon {
  margin-left: auto;
}
.layout .stream .stream-item .badge,
.layout .block--featured-items .paragraph--featured .badge {
  padding-left: 10px;
  margin-top: 4px;
}
.layout .stream .stream-item .badge--post.badge,
.layout .block--featured-items .paragraph--featured .badge--post.badge {
  padding: 0;
  margin: 0;
  font-size: 14px;
  vertical-align: middle;
}
.layout .stream .stream-item .badge--post.badge + .badge,
.layout .block--featured-items .paragraph--featured .badge--post.badge + .badge {
  margin-left: 14px;
}
.layout .stream .stream-item .badge--post.badge .badge__icon,
.layout .block--featured-items .paragraph--featured .badge--post.badge .badge__icon {
  width: 18px;
  height: 18px;
  padding: 0 1px;
  margin-right: 3px;
  line-height: 1;
  fill: #4d4d4d;
  stroke-width: 15px;
  transition: 0.3s;
  vertical-align: text-top;
}
.layout .stream .stream-item .badge--post.badge .badge__label,
.layout .block--featured-items .paragraph--featured .badge--post.badge .badge__label {
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
}
.layout .stream .stream-item .media-wrapper > .iframe-container,
.layout .block--featured-items .paragraph--featured .media-wrapper > .iframe-container {
  display: flex;
  flex-direction: column;
}
.layout .stream .stream-item .media-wrapper > .iframe-container,
.layout .block--featured-items .paragraph--featured .media-wrapper > .iframe-container {
  height: 100%;
  margin-bottom: 0;
}
.layout .stream .stream-item .media-wrapper .teaser__body,
.layout .block--featured-items .paragraph--featured .media-wrapper .teaser__body {
  overflow: visible;
}
.layout .stream .stream-item .media-post-social,
.layout .stream .stream-item .footer-post,
.layout .stream .stream-item .card__actionbar,
.layout .block--featured-items .paragraph--featured .media-post-social,
.layout .block--featured-items .paragraph--featured .footer-post,
.layout .block--featured-items .paragraph--featured .card__actionbar {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.layout .stream .stream-item .media-post-social > *,
.layout .stream .stream-item .footer-post > *,
.layout .stream .stream-item .card__actionbar > *,
.layout .block--featured-items .paragraph--featured .media-post-social > *,
.layout .block--featured-items .paragraph--featured .footer-post > *,
.layout .block--featured-items .paragraph--featured .card__actionbar > * {
  line-height: 25px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.layout .stream .stream-item .media-post-social .vote-widget,
.layout .stream .stream-item .footer-post .vote-widget,
.layout .stream .stream-item .card__actionbar .vote-widget,
.layout .block--featured-items .paragraph--featured .media-post-social .vote-widget,
.layout .block--featured-items .paragraph--featured .footer-post .vote-widget,
.layout .block--featured-items .paragraph--featured .card__actionbar .vote-widget {
  width: auto;
  margin-right: 14px;
}
[dir=rtl] .layout .stream .stream-item .media-post-social .vote-widget,
[dir=rtl] .layout .stream .stream-item .footer-post .vote-widget,
[dir=rtl] .layout .stream .stream-item .card__actionbar .vote-widget,
[dir=rtl] .layout .block--featured-items .paragraph--featured .media-post-social .vote-widget,
[dir=rtl] .layout .block--featured-items .paragraph--featured .footer-post .vote-widget,
[dir=rtl] .layout .block--featured-items .paragraph--featured .card__actionbar .vote-widget {
  margin-left: 14px;
  margin-right: 0;
}
.layout .stream .stream-item .media-post-social .card__link,
.layout .stream .stream-item .footer-post .card__link,
.layout .stream .stream-item .card__actionbar .card__link,
.layout .block--featured-items .paragraph--featured .media-post-social .card__link,
.layout .block--featured-items .paragraph--featured .footer-post .card__link,
.layout .block--featured-items .paragraph--featured .card__actionbar .card__link {
  margin-left: auto;
}
[dir=rtl] .layout .stream .stream-item .media-post-social .card__link,
[dir=rtl] .layout .stream .stream-item .footer-post .card__link,
[dir=rtl] .layout .stream .stream-item .card__actionbar .card__link,
[dir=rtl] .layout .block--featured-items .paragraph--featured .media-post-social .card__link,
[dir=rtl] .layout .block--featured-items .paragraph--featured .footer-post .card__link,
[dir=rtl] .layout .block--featured-items .paragraph--featured .card__actionbar .card__link {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0.5rem;
  padding-left: 0;
}
.layout .card__featured-items .teaser--tile .teaser__body {
  padding: 0;
}
.layout .card__featured-items .teaser--tile .teaser__image {
  padding-top: 0;
}
.layout .card__featured-items .teaser--tile .teaser__image img {
  height: auto;
}
.layout .stream {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1rem 0 0;
}
[dir=rtl] .layout .stream {
  justify-content: flex-end;
}
.layout .stream > div,
.layout .stream > nav {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.layout .stream:before,
.layout .stream .card--stream:before,
.layout .stream .card--stream:after,
.layout .stream .stream-icon {
  display: none;
}
.layout .stream .comment__actions {
  top: -40px;
}
.layout .stream .card__nested-section {
  margin: 1rem auto 0;
  border: none;
}
.layout .stream .more-link {
  margin: 0.5rem 0;
  text-align: right;
}
.layout .stream .card--stream {
  margin-left: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem;
  height: 100%;
}
.layout .stream .card--stream .teaser {
  overflow: visible;
}
.layout .stream .card--stream .badge__icon,
.layout .stream .card--stream .icon-vote {
  width: 18px;
  height: 18px;
}
.layout .stream .card--stream .icon-vote {
  position: relative;
  top: -1px;
}
.layout .stream .card--stream .badge__label,
.layout .stream .card--stream .vote__count {
  font-size: 14px;
  font-weight: 500;
}
.layout .stream .card--stream .comment__content {
  max-width: 100%;
}
.layout .stream .card--stream > .card__block > .media-wrapper,
.layout .stream .card--stream .margin-top-s {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layout .stream .card--stream .card:not(.teaser),
.layout .stream .card--stream .card__block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layout .stream .card--stream .teaser__image {
  margin-top: -12px;
  margin-left: -1rem;
  margin-right: -1rem;
  border-radius: 0;
  width: calc(100% + 2rem);
}
.layout .stream .card--stream .teaser__image .teaser__teaser-type {
  border-radius: 0;
}
.layout .stream .card--stream .card__actionbar .badge:first-child {
  padding-left: 0;
}
[dir=rtl] .layout .stream .card--stream .card__actionbar .badge:first-child {
  padding-right: 0;
  padding-left: 0.4em;
}
.layout .stream .card--stream .post-body--stream-body > * {
  display: inline;
}
.layout .stream .card--stream .post-body--stream-body > *:nth-last-child(2) {
  margin-right: 5px;
}
.layout .stream .card--stream .post-body--stream-body .more-link {
  display: inline-block;
  margin: 0;
}
.layout .stream .card--stream .post-body--stream-body .more-link a {
  font-size: 14px;
  line-height: 21px;
}
.layout .stream .card--stream .post-body--stream-body .more-link a:hover, .layout .stream .card--stream .post-body--stream-body .more-link a:focus {
  text-decoration: underline;
}
.layout .stream .card--stream .attachments,
.layout .stream .card--stream .tags-count {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.layout .stream .card--stream .attachments {
  display: flex;
  align-items: center;
}
.layout .stream .card--stream .attachments svg {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.layout .stream .card--stream .tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.layout .stream .card--stream .tags .badge {
  max-width: 170px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.layout .stream .card--stream .tags .badge + .tags-count {
  margin-left: 5px;
}
.layout .stream .card--stream .card__nested-sectiosn,
.layout .stream .card--stream .card__nested-sectiosn > .comment,
.layout .stream .card--stream .card__nested-sectiosn > .comment > .comment__content,
.layout .stream .card--stream .card__nested-sectiosn > .comment > .comment__content > .comment__text {
  height: 100%;
}
.layout .stream .card--stream .card__nested-sectiosn {
  display: flex;
  flex-direction: column;
}
.layout .stream .card--stream .card__nested-sectiosn > .comment {
  flex: 1;
}
.layout .stream .card--stream .card__nested-sectiosn > .comment > .comment__content > .comment__text {
  display: flex;
  flex-direction: column;
}
.layout .stream .card--stream .card__nested-sectiosn > .comment > .comment__content > .comment__text .post-body--stream-body {
  flex: 1;
}
.layout .stream .card--stream.social-post-album--post .social-post-album--post-gallery:not(.single-image) {
  margin: 0 -0.375rem;
}
.layout .stream .card--stream.social-post-album--post .social-post-album--post-gallery:not(.single-image) .post-with-image {
  flex: 0 0 calc(48px + 0.725rem);
  max-width: calc(48px + 0.725rem);
  padding: 0 0.375rem;
}
.layout .stream .card--stream.social-post-album--post .social-post-album--post-gallery:not(.single-image) .post-with-image img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.layout .stream .card--stream.social-post-album--post .footer-post {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.layout .stream .card--stream.social-post-album--post .footer-post > * {
  order: 1;
}
.layout .stream .card--stream.social-post-album--post .footer-post > * + * {
  padding-left: 0.5rem;
}
.layout .stream .card--stream.social-post-album--post .footer-post .card__link {
  margin-left: auto;
}
[dir=rtl] .layout .stream .card--stream.social-post-album--post .footer-post .card__link {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0.5rem;
  padding-left: 0;
}
.layout .stream .card--stream.social-post-album--post .footer-post .album-name {
  flex: 0 0 100%;
  max-width: 100%;
  order: 0;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.layout .stream div.teaser.teaser--tile {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.layout .stream .card {
  margin-bottom: 0;
  box-shadow: none;
}
.layout .stream .card__block {
  border-radius: 0;
  padding: 0;
}
.layout .stream .margin-top-s .clearfix {
  display: none;
}
.layout .stream .stream-item {
  position: relative;
  margin-bottom: 0;
  padding: 0 1.25rem 1.5rem;
}
[dir=rtl] .layout .stream .stream-item {
  text-align: right;
}
.layout .stream .stream-item .comment__actions {
  top: 0;
}
.layout .stream .stream-item .card__block .media-wrapper .card,
.layout .stream .stream-item .card__block .media-wrapper .card__block,
.layout .stream .stream-item .card__block .media-wrapper .media-wrapper,
.layout .stream .stream-item .card__block .media-wrapper .comment,
.layout .stream .stream-item .card__block .media-wrapper .comment__text {
  position: static;
  flex: 1;
}
.layout .stream .stream-item .card__block .media-wrapper .comment {
  margin-top: 5px;
}
.layout .stream .stream-item .card__block .media-wrapper .comment__content {
  display: flex;
}
.layout .stream .stream-item .card__block .media-wrapper .comment__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.layout .stream .media-wrapper > .media {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 12px;
}
[dir=rtl] .layout .stream .media-wrapper > .media {
  flex-direction: row-reverse;
}
.layout .stream .media-wrapper > .media:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -1rem;
  right: -1rem;
  height: 1px;
  background: #ccc;
}
.layout .stream .media-heading,
.layout .stream .media-left.avatar {
  margin-bottom: 12px;
}
.layout .stream .mini-pager {
  padding: 1.25rem;
  background: none;
}
@media (max-width: 899px) {
  .layout .stream .media-left.hidden-for-phone-only {
    display: none;
  }
}
@media (min-width: 900px) {
  .layout .stream .form--post-create {
    margin-left: -64px;
  }
}
.layout .stream .form--post-create .field--name-field-post .form-control {
  min-height: 128px;
}
@media (max-width: 899px) {
  .layout .stream .form--post-create .field--name-field-post-visibility {
    flex: 1 1 auto;
    align-self: flex-end;
  }
}
@media (max-width: 899px) {
  .layout .stream .form--post-create .field--name-field-post-image {
    flex: 1 1 100%;
  }
}
@media (max-width: 899px) {
  .layout .stream .form--post-create #post-photo-add {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 900px) {
  .layout .stream .form--post-create #post-photo-add > span {
    display: none;
  }
}
[dir=rtl] .layout .stream .form--post-create #post-photo-add {
  flex-direction: row-reverse;
  text-align: center;
}
[dir=rtl] .layout .stream .form--post-create {
  flex-direction: row-reverse;
}
.layout .stream .teaser + .brand-text-primary {
  display: none;
}
.layout .stream .comment__text {
  font-size: 1rem;
  line-height: 1.5;
}
.layout .post-body--stream > *,
.layout .post-body--stream-body > * {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.layout .view-newest-users {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -15px;
  padding: 1rem 1.25rem 0;
}
@media (min-width: 900px) {
  .layout .view-newest-users {
    margin: 0 -30px;
  }
}
.layout .view-newest-users .card__block {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.layout .view-newest-users .card__block .list-item {
  border-radius: 0;
}
.layout .view-newest-users .card__block:last-child .list-item {
  border-bottom: none;
}
.layout .view-newest-users .list-item {
  padding-top: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f2f2f2;
}
.layout .view-newest-users + footer.card__actionbar {
  text-align: center;
}
.layout .card--views__sidebar .view-newest-users .card__block {
  padding: 0 15px;
}
@media (min-width: 900px) {
  .layout .card--views__sidebar .view-newest-users .card__block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.layout .block--intro-text__content {
  max-width: 100%;
}
.layout .social_follow_tax .teaser__left {
  margin-right: 60px;
}
.layout .social_follow_tax .actions .flag {
  flex: 0 0 auto;
  max-width: none;
}
.layout .social_follow_tax .actions .btn .caret {
  margin-left: 5px;
}
.layout .social_follow_tax .actions > * + .btn {
  min-width: auto;
}
.layout .social_follow_tax .popup-info .flag {
  flex: auto;
}
.layout.layout--threecol-section .teaser--tile,
.layout.layout--threecol-section .stream-item,
.layout.layout--threecol-section .view-newest-users .card__block, .layout.layout--twocol-section--33-67 .layout__region--first .teaser--tile,
.layout.layout--twocol-section--33-67 .layout__region--first .stream-item,
.layout.layout--twocol-section--33-67 .layout__region--first .view-newest-users .card__block, .layout.layout--twocol-section--67-33 .layout__region--second .teaser--tile,
.layout.layout--twocol-section--67-33 .layout__region--second .stream-item,
.layout.layout--twocol-section--67-33 .layout__region--second .view-newest-users .card__block {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 450px) {
  .layout.layout--threecol-section .teaser--tile.teaser-profile,
  .layout.layout--threecol-section .stream-item.teaser-profile,
  .layout.layout--threecol-section .view-newest-users .card__block.teaser-profile, .layout.layout--twocol-section--33-67 .layout__region--first .teaser--tile.teaser-profile,
  .layout.layout--twocol-section--33-67 .layout__region--first .stream-item.teaser-profile,
  .layout.layout--twocol-section--33-67 .layout__region--first .view-newest-users .card__block.teaser-profile, .layout.layout--twocol-section--67-33 .layout__region--second .teaser--tile.teaser-profile,
  .layout.layout--twocol-section--67-33 .layout__region--second .stream-item.teaser-profile,
  .layout.layout--twocol-section--67-33 .layout__region--second .view-newest-users .card__block.teaser-profile {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.layout.layout--twocol-section--33-67 .layout__region--second .teaser--tile,
.layout.layout--twocol-section--33-67 .layout__region--second .stream-item,
.layout.layout--twocol-section--33-67 .layout__region--second .view-newest-users .card__block, .layout.layout--twocol-section--67-33 .layout__region--first .teaser--tile,
.layout.layout--twocol-section--67-33 .layout__region--first .stream-item,
.layout.layout--twocol-section--67-33 .layout__region--first .view-newest-users .card__block {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 768px) {
  .layout.layout--twocol-section--33-67 .layout__region--second .teaser--tile,
  .layout.layout--twocol-section--33-67 .layout__region--second .stream-item,
  .layout.layout--twocol-section--33-67 .layout__region--second .view-newest-users .card__block, .layout.layout--twocol-section--67-33 .layout__region--first .teaser--tile,
  .layout.layout--twocol-section--67-33 .layout__region--first .stream-item,
  .layout.layout--twocol-section--67-33 .layout__region--first .view-newest-users .card__block {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
.layout.layout--twocol-section--33-67 .layout__region--second .teaser--tile.teaser-profile,
.layout.layout--twocol-section--33-67 .layout__region--second .stream-item.teaser-profile,
.layout.layout--twocol-section--33-67 .layout__region--second .view-newest-users .card__block.teaser-profile, .layout.layout--twocol-section--67-33 .layout__region--first .teaser--tile.teaser-profile,
.layout.layout--twocol-section--67-33 .layout__region--first .stream-item.teaser-profile,
.layout.layout--twocol-section--67-33 .layout__region--first .view-newest-users .card__block.teaser-profile {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 450px) {
  .layout.layout--twocol-section--33-67 .layout__region--second .teaser--tile.teaser-profile,
  .layout.layout--twocol-section--33-67 .layout__region--second .stream-item.teaser-profile,
  .layout.layout--twocol-section--33-67 .layout__region--second .view-newest-users .card__block.teaser-profile, .layout.layout--twocol-section--67-33 .layout__region--first .teaser--tile.teaser-profile,
  .layout.layout--twocol-section--67-33 .layout__region--first .stream-item.teaser-profile,
  .layout.layout--twocol-section--67-33 .layout__region--first .view-newest-users .card__block.teaser-profile {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 640px) {
  .layout.layout--twocol-section--33-67 .layout__region--second .teaser--tile.teaser-profile,
  .layout.layout--twocol-section--33-67 .layout__region--second .stream-item.teaser-profile,
  .layout.layout--twocol-section--33-67 .layout__region--second .view-newest-users .card__block.teaser-profile, .layout.layout--twocol-section--67-33 .layout__region--first .teaser--tile.teaser-profile,
  .layout.layout--twocol-section--67-33 .layout__region--first .stream-item.teaser-profile,
  .layout.layout--twocol-section--67-33 .layout__region--first .view-newest-users .card__block.teaser-profile {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section--33-67 .layout__region--second .teaser--tile.teaser-profile,
  .layout.layout--twocol-section--33-67 .layout__region--second .stream-item.teaser-profile,
  .layout.layout--twocol-section--33-67 .layout__region--second .view-newest-users .card__block.teaser-profile, .layout.layout--twocol-section--67-33 .layout__region--first .teaser--tile.teaser-profile,
  .layout.layout--twocol-section--67-33 .layout__region--first .stream-item.teaser-profile,
  .layout.layout--twocol-section--67-33 .layout__region--first .view-newest-users .card__block.teaser-profile {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section--33-67 .layout__region--second .view-newest-users .card__block:nth-last-child(1) .list-item, .layout.layout--twocol-section--33-67 .layout__region--second .view-newest-users .card__block:nth-last-child(2) .list-item, .layout.layout--twocol-section--67-33 .layout__region--first .view-newest-users .card__block:nth-last-child(1) .list-item, .layout.layout--twocol-section--67-33 .layout__region--first .view-newest-users .card__block:nth-last-child(2) .list-item {
    border-bottom: none;
  }
}
.layout.layout--onecol .teaser--tile,
.layout.layout--onecol .stream-item,
.layout.layout--onecol .view-newest-users .card__block {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .layout.layout--onecol .teaser--tile,
  .layout.layout--onecol .stream-item,
  .layout.layout--onecol .view-newest-users .card__block {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--onecol .teaser--tile,
  .layout.layout--onecol .stream-item,
  .layout.layout--onecol .view-newest-users .card__block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
}
@media (min-width: 450px) {
  .layout.layout--onecol .teaser--tile.teaser-profile,
  .layout.layout--onecol .stream-item.teaser-profile,
  .layout.layout--onecol .view-newest-users .card__block.teaser-profile {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 640px) {
  .layout.layout--onecol .teaser--tile.teaser-profile,
  .layout.layout--onecol .stream-item.teaser-profile,
  .layout.layout--onecol .view-newest-users .card__block.teaser-profile {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--onecol .teaser--tile.teaser-profile,
  .layout.layout--onecol .stream-item.teaser-profile,
  .layout.layout--onecol .view-newest-users .card__block.teaser-profile {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .layout.layout--onecol .teaser--tile.teaser-profile,
  .layout.layout--onecol .stream-item.teaser-profile,
  .layout.layout--onecol .view-newest-users .card__block.teaser-profile {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 640px) {
  .layout.layout--onecol .view-newest-users .card__block:nth-last-child(1) .list-item, .layout.layout--onecol .view-newest-users .card__block:nth-last-child(2) .list-item {
    border-bottom: none;
  }
}
@media (min-width: 1025px) {
  .layout.layout--onecol .view-newest-users .card__block:nth-last-child(1) .list-item, .layout.layout--onecol .view-newest-users .card__block:nth-last-child(2) .list-item, .layout.layout--onecol .view-newest-users .card__block:nth-last-child(3) .list-item {
    border-bottom: none;
  }
}
.layout.layout--onecol .block--custom-content-list {
  flex-direction: row;
  flex-wrap: wrap;
}
.layout.layout--onecol .block--custom-content-list .card__title,
.layout.layout--onecol .block--custom-content-list .card__actionbar {
  width: 100%;
}
.layout.layout--onecol .block--custom-content-list .teaser--small {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 600px) {
  .layout.layout--onecol .block--custom-content-list .teaser--small {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 900px) {
  .layout.layout--onecol .block--custom-content-list .teaser--small {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.layout.layout--onecol .card--views__sidebar .view {
  display: flex;
  flex-wrap: wrap;
}
.layout.layout--onecol .card--views__sidebar .view .teaser--small {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 600px) {
  .layout.layout--onecol .card--views__sidebar .view .teaser--small {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 900px) {
  .layout.layout--onecol .card--views__sidebar .view .teaser--small {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
[dir=rtl] .layout.layout--onecol .card--views__sidebar .view .teaser--small {
  flex-direction: row-reverse;
  text-align: center;
}
.layout.layout--twocol-section--67-33 .layout__region--first .block--custom-content-list, .layout.layout--twocol-section--33-67 .layout__region--second .block--custom-content-list {
  flex-direction: row;
  flex-wrap: wrap;
}
.layout.layout--twocol-section--67-33 .layout__region--first .block--custom-content-list .card__title,
.layout.layout--twocol-section--67-33 .layout__region--first .block--custom-content-list .card__actionbar, .layout.layout--twocol-section--33-67 .layout__region--second .block--custom-content-list .card__title,
.layout.layout--twocol-section--33-67 .layout__region--second .block--custom-content-list .card__actionbar {
  width: 100%;
}
.layout.layout--twocol-section--67-33 .layout__region--first .block--custom-content-list .teaser--small, .layout.layout--twocol-section--33-67 .layout__region--second .block--custom-content-list .teaser--small {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 900px) {
  .layout.layout--twocol-section--67-33 .layout__region--first .block--custom-content-list .teaser--small, .layout.layout--twocol-section--33-67 .layout__region--second .block--custom-content-list .teaser--small {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.layout.layout--twocol-section--67-33 .layout__region--first .card--views__sidebar .view, .layout.layout--twocol-section--33-67 .layout__region--second .card--views__sidebar .view {
  display: flex;
  flex-wrap: wrap;
}
.layout.layout--twocol-section--67-33 .layout__region--first .card--views__sidebar .view .teaser--small, .layout.layout--twocol-section--33-67 .layout__region--second .card--views__sidebar .view .teaser--small {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 900px) {
  .layout.layout--twocol-section--67-33 .layout__region--first .card--views__sidebar .view .teaser--small, .layout.layout--twocol-section--33-67 .layout__region--second .card--views__sidebar .view .teaser--small {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*
 * Padding should always be on the small block so text aligns with the large
 * one.
 */
.layout--twocol-section--33-67 .layout__region--first,
.layout--threecol-section .layout__region--first {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  [dir=ltr] .layout--twocol-section--33-67 .layout__region--first,
  [dir=ltr] .layout--threecol-section .layout__region--first {
    padding-right: 1.25rem;
  }
  [dir=rtl] .layout--twocol-section--33-67 .layout__region--first,
  [dir=rtl] .layout--threecol-section .layout__region--first {
    padding-left: 1.25rem;
  }
}

.layout--twocol-section--67-33 .layout__region--second {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  [dir=ltr] .layout--twocol-section--67-33 .layout__region--second {
    padding-left: 1.25rem;
  }
  [dir=rtl] .layout--twocol-section--67-33 .layout__region--second {
    padding-right: 1.25rem;
  }
}

.layout--threecol-section .layout__region--third {
  /* Follow the breakpoints of the layout builder, not the socialbase theme */
}
@media (min-width: 640px) {
  [dir=ltr] .layout--threecol-section .layout__region--third {
    padding-left: 1.25rem;
  }
  [dir=rtl] .layout--threecol-section .layout__region--third {
    padding-right: 1.25rem;
  }
}

.page-node-type-dashboard .region--title,
.path-organization .region--title {
  z-index: 10;
}

/*# sourceMappingURL=view.css.map */