/**
Creates "linear function" for property depending on VW between two points($start/$end).

USAGE
@include flProperty("margin-bottom", min_prop_value, max_prop_value, min_prop_value_at_start, max_prop_value_at_end);
@include flProperty("margin-bottom", 10px, 30px, 320px, 1024px);
@include flProperty("max-width", 750px, 1050px, 1400px);
 */
.ring-common-list .article-list-items {
  padding: 0; }

.ring-common-list .generic-list-item {
  width: 100%;
  list-style: none; }
  .ring-common-list .generic-list-item .link .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .ring-common-list .generic-list-item .link .gradient-overlay a {
      display: inline-block;
      width: 100%;
      height: 100%; }

.boleroGenericList.boleroGenericList {
  margin-top: 25px; }
  .boleroGenericList.boleroGenericList .article-list-container {
    overflow: hidden; }
    .boleroGenericList.boleroGenericList .article-list-container .article-list-items {
      margin: 0 -40px; }
      .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item {
        border-right: 1px solid #EFEFEF;
        padding: 20px 40px;
        margin-bottom: 30px; }
        .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item:nth-child(4n) {
          border-right: none; }
        @media all and (max-width: 1299px) {
          .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item {
            padding: 10px 40px;
            margin: 0;
            flex: 0 0 100%;
            max-width: 100%;
            border-right: none; } }
        .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link {
          box-shadow: none;
          padding: 0;
          display: flex;
          height: 100%;
          flex-direction: column; }
          @media all and (max-width: 1299px) {
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link {
              flex-direction: row; } }
          .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .image-wrapper {
            display: flex;
            flex-wrap: wrap;
            margin: 0; }
            @media all and (max-width: 1299px) {
              .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .image-wrapper {
                flex: 0 0 117px;
                height: 117px; } }
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .image-wrapper .imageWrapper {
              width: 100%;
              object-fit: cover;
              height: 100%;
              max-width: 100%; }
          .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .code-sponsored_by {
            position: absolute;
            top: 20px;
            left: 40px;
            align-items: stretch;
            pointer-events: none;
            flex-wrap: wrap;
            max-width: 100%;
            display: none; }
            @media all and (min-width: 1300px) {
              .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .code-sponsored_by {
                display: flex; } }
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .code-sponsored_by > .image-wrapper {
              background: #ffffff;
              padding: 0;
              order: 2;
              flex: 0 1 100px;
              height: 36px;
              width: 100px;
              position: relative;
              overflow: hidden; }
              .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .code-sponsored_by > .image-wrapper img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                object-fit: cover;
                width: 100%;
                height: 100%;
                max-height: 63px; }
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .code-sponsored_by > .alternative-teaser-title {
              order: 1;
              background: #ffffff;
              display: flex;
              align-items: center;
              padding: 0 11px;
              min-height: 25px; }
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .code-sponsored_by > .alternative-teaser-text {
              display: none; }
          .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper {
            float: none;
            text-align: initial;
            margin-top: 25px; }
            @media all and (max-width: 1299px) {
              .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper {
                flex-basis: 0;
                flex-grow: 1;
                max-width: 100%;
                padding-left: 15px;
                margin-top: 0;
                display: flex;
                justify-content: center;
                flex-direction: column; } }
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .code-teaser_subtitle {
              font-size: 14px;
              line-height: 1.05;
              font-family: "CaslonTwoTwentyFour";
              font-weight: 700;
              margin-bottom: 7px;
              display: block; }
              @media all and (max-width: 1299px) {
                .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .code-teaser_subtitle {
                  font-weight: 500;
                  font-size: 14px; } }
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .code-sponsored_title {
              display: none; }
              @media all and (max-width: 1299px) {
                .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .code-sponsored_title {
                  grid-row: 4;
                  grid-column: 2;
                  line-height: 1.05;
                  font-family: "CaslonTwoTwentyFour";
                  font-weight: 500;
                  font-size: 14px;
                  margin-top: 3px;
                  display: block; } }
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .medium-title, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h1, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h2, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h3, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h4, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h5, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h6 {
              font-size: 24px;
              line-height: 1.05;
              font-family: "CaslonTwoTwentyFour";
              text-transform: uppercase;
              font-weight: 400;
              margin: 0 0 16px 0;
              display: block;
              word-break: break-word; }
              @media all and (max-width: 1299px) {
                .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .medium-title, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h1, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h2, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h3, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h4, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h5, .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper h6 {
                  margin: 0; } }
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .lead {
              font-size: 16px;
              line-height: 1.3;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              margin-bottom: 20px; }
              @media all and (max-width: 1299px) {
                .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .lead {
                  display: none; } }
            .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .generic-list-authors {
              font-family: "CaslonTwoTwentyFour";
              font-weight: 700;
              font-size: 16px;
              line-height: 1.125;
              letter-spacing: 1px;
              text-transform: uppercase; }
              @media all and (max-width: 1299px) {
                .boleroGenericList.boleroGenericList .article-list-container .article-list-items .generic-list-item .link .generic-list-wrapper .generic-list-authors {
                  display: none; } }
  .boleroGenericList.boleroGenericList #ajax-button {
    display: block;
    text-decoration: none;
    line-height: initial;
    padding: 12px 25px;
    text-align: center;
    margin: 5px auto;
    width: 95%;
    max-width: 300px;
    color: var(--ring-color-text);
    border: 1px var(--ring-color-text) solid;
    transition: all .3s ease-in-out; }
    .boleroGenericList.boleroGenericList #ajax-button:hover, .boleroGenericList.boleroGenericList #ajax-button:focus {
      color: var(--ring-color-background);
      background: var(--ring-color-text); }

/*# sourceMappingURL=project-genericList.css.map */
