/* Malli: @include icon($facebook)*/
.social-wall-container {
  position: relative; }
  .social-wall-container.old_iphone .social-wall-wrapper .social-wall-feeds-wrapper {
    column-width: initial;
    column-gap: initial;
    min-height: initial; }
    .social-wall-container.old_iphone .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a {
      display: block; }
.social-wall-container.social-wall-show-filters .social-wall-filters {
  text-align: right;
  margin-bottom: 0.9375rem; }
@media print, screen and (max-width: 47.99875em) {
  .social-wall-container.social-wall-show-filters .social-wall-filters {
    text-align: center; } }
.social-wall-container.social-wall-show-filters .social-wall-filters div {
  display: inline-block;
  margin: 0 0.3125rem; }
  .social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter-label {
    font-family: Open Sans, "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    color: #222222;
    font-size: 1.25rem;
    line-height: 1.56;
    letter-spacing: 0rem;
    position: relative;
    top: -0.3125rem; }
  @media print, screen and (max-width: 31.24875em) {
    .social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter-label {
      display: block; } }
  .social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter {
    transition: all 0.2s; }
    .social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter:hover, .social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter:active, .social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter:focus {
      transform: translateY(-0.1875rem); }
  .social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter-facebook:before {
    font-family: 'hoyryicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904"; }
.social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter-instagram:before {
  font-family: 'hoyryicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900"; }
.social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter-youtube:before {
  font-family: 'hoyryicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920"; }
.social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter-twitter:before {
  font-family: 'hoyryicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908"; }
.social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter-linkedin:before {
  font-family: 'hoyryicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f"; }
.social-wall-container.social-wall-show-filters .social-wall-filters div::before {
  font-size: 1.25rem;
  color: #222222;
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0.5; }
  .social-wall-container.social-wall-show-filters .social-wall-filters div.social-wall-filter-active::before {
    opacity: 1; }
.social-wall-container .social-wall-wrapper {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% + 60px);
  left: -30px;
  margin-top: -0.75rem;
  margin-bottom: -0.75rem; }
@media print, screen and (max-width: 31.24875em) {
  .social-wall-container .social-wall-wrapper {
    margin-top: -0.5625rem;
    margin-bottom: -0.625rem; } }
.social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper {
  column-width: 14.6875rem;
  column-gap: 1.875rem;
  min-height: 18.75rem; }
  .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item {
    width: 100%; }
    .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a {
      background-color: #ffffff;
      border: 0rem solid #ffffff;
      border-radius: 0rem;
      box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
      transition: all 0.1s;
      display: inline-block;
      width: 100%;
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
      word-wrap: break-word;
      overflow: hidden;
      text-decoration: none; }
      .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a.no-link {
        cursor: default; }
      @media print, screen and (max-width: 31.24875em) {
        .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a {
          margin-top: 0.5625rem;
          margin-bottom: 0.625rem; } }
      .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a:hover, .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a:active, .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a:focus {
        box-shadow: 0 0 0.8125rem rgba(0, 0, 0, 0.5);
        text-decoration: none; }
      .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a .title-wrapper {
        display: table;
        margin: 1rem 1.125rem 1rem 1.125rem; }
        .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a .title-wrapper .icon {
          display: table-cell;
          vertical-align: middle;
          padding-left: 0.1875rem;
          padding-right: 0.625rem; }
          .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a .title-wrapper .icon::before {
            display: block;
            font-size: 1.25rem;
            color: #df1e3c; }
        .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a .title-wrapper .feed-title {
          display: table-cell;
          vertical-align: middle;
          margin: 0;
          color: #222222;
          font-family: Open Sans, "Times New Roman", Times, serif;
          font-size: 1rem;
          font-weight: 700;
          font-style: normal;
          text-transform: uppercase;
          line-height: 1.56;
          letter-spacing: 0rem; }
      .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a .image {
        margin: 0 1.125rem;
        max-height: 25rem;
        overflow: hidden; }
        .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a .image img {
          width: 100%; }
      .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a video {
        width: 100%; }
      .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a .message {
        font-family: Open Sans, "Times New Roman", Times, serif;
        font-weight: 400;
        font-style: normal;
        text-transform: initial;
        color: #222222;
        font-size: 0.875rem;
        line-height: 1.56;
        letter-spacing: 0rem;
        margin: 0.875rem 1.25rem 1.125rem 1.25rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 10;
        height: fit-content; }
      @media screen and (max-width: 62.5em) {
        .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item:nth-of-type(1n+10) {
          display: none; } }
    @media screen and (max-width: 50em) {
      .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item:nth-of-type(1n+7) {
        display: none; } }
  @media screen and (max-width: 37.5em) {
    .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item:nth-of-type(1n+5) {
      display: none; } }
.social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-source-facebook .icon:before {
  font-family: 'hoyryicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904"; }
.social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-source-instagram .icon:before {
  font-family: 'hoyryicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900"; }
.social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-source-youtube .icon:before {
  font-family: 'hoyryicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920"; }
.social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-source-twitter .icon:before {
  font-family: 'hoyryicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908"; }
.social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-source-linkedin .icon:before {
  font-family: 'hoyryicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f"; }
.social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-type-video .image {
  position: relative; }
  .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-type-video .image:before {
    font-family: 'hoyryicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e9a4"; }
  .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-type-video .image::before {
    font-size: 3.125rem;
    color: #ffffff;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    opacity: 0.8;
    transition: all 0.2s; }
.social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-type-video:hover .image::before, .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-type-video:active .image::before, .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item.feed-item-type-video:focus .image::before {
  opacity: 1; }
.social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper.disabled {
  opacity: 0.7; }
.social-wall-container .social-wall-wrapper .social-wall-loader {
  position: absolute;
  top: 8.75rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none; }

body.safari .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15); }
  body.safari .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a:hover, body.safari .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a:active, body.safari .social-wall-container .social-wall-wrapper .social-wall-feeds-wrapper .feed-item a:focus {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5); }
