﻿/* move from master */
.tiles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.tiles.items2 {
  margin-bottom: -38px;
}
.tiles.items2 .tile {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.tiles.items2 .tile .image {
  width: 100%;
  height: 299px;
  object-fit: cover;
}
.tiles.items2 .tile:nth-child(odd) {
  margin-inline-end: 20px;
}
.tiles.items2 .tile:nth-child(even) {
  margin-inline-start: 20px;
}
.tiles.items3 {
  margin-bottom: -38px;
}
.tiles.items3 .tile {
  width: calc(33.33% - 25.3333333333px);
  margin-bottom: 38px;
  margin-inline-end: 38px;
}
.tiles.items3 .tile:nth-child(3n+0) {
  margin-inline-end: 0px;
}
.tiles.items3 .tile .image {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.tiles.items4 {
  margin-bottom: -38px;
}
.tiles.items4 .tile {
  width: calc(25% - 28.5px);
  margin-bottom: 38px;
  margin-inline-end: 38px;
}
.tiles.items4 .tile:nth-child(4n+0) {
  margin-inline-end: 0px;
}
.tiles.items4 .tile .image {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.tiles.items5 {
  margin-bottom: -38px;
}
.tiles.items5 .tile {
  width: calc(20% - 30.4px);
  margin-bottom: 38px;
  margin-inline-end: 38px;
}
.tiles.items5 .tile:nth-child(5n+0) {
  margin-inline-end: 0px;
}
.tiles.items5 .tile .image {
  width: 100%;
  max-height: 149px;
  object-fit: cover;
}
.tiles.loadMoreBtnExist.items2 {
  margin-bottom: -24px;
}
.tiles.loadMoreBtnExist.items3 {
  margin-bottom: -22px;
}
.tiles .tile {
  background-color: #edf6fc;
  overflow: hidden;
}
.tiles .tile .text {
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  color: var(--textColor);
}

/* move from master */
@media screen and (max-width: 1199px) {
  /* move from master */
  .tiles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .tiles.items2, .tiles.items4, .tiles.items5 {
    margin-bottom: 0;
  }
  .tiles.items2 .tile, .tiles.items4 .tile, .tiles.items5 .tile {
    width: 100%;
    margin-bottom: 13px;
  }
  .tiles.items2 .tile:last-child, .tiles.items4 .tile:last-child, .tiles.items5 .tile:last-child {
    margin-bottom: 0;
  }
  .tiles.items2 .tile .image, .tiles.items4 .tile .image, .tiles.items5 .tile .image {
    /* override */
    height: auto;
    max-height: none;
    /* override */
  }
  .tiles.items2 .tile:nth-child(odd), .tiles.items4 .tile:nth-child(odd), .tiles.items5 .tile:nth-child(odd) {
    margin-inline-end: 0;
  }
  .tiles.items2 .tile:nth-child(even), .tiles.items4 .tile:nth-child(even), .tiles.items5 .tile:nth-child(even) {
    margin-inline-end: 0;
    margin-inline-start: 0;
  }
  .tiles.items3 {
    margin-bottom: 0;
  }
  .tiles.items3 .tile {
    width: 100%;
    margin-bottom: 13px;
  }
  .tiles.items3 .tile:last-child {
    margin-bottom: 0;
  }
  .tiles.items3 .tile .image {
    /* override */
    height: auto;
    /* override */
  }
  .tiles.items3 .tile:nth-child(odd) {
    margin-inline-end: 0;
  }
  .tiles.items3 .tile:nth-child(even) {
    margin-inline-end: 0;
  }
  .tiles.loadMoreBtnExist.items2 {
    margin-bottom: 0;
  }
  .tiles.loadMoreBtnExist.items2 .tile:last-child {
    margin-bottom: 13px;
  }
  .tiles.loadMoreBtnExist.items3 {
    margin-bottom: 0;
  }
  .tiles.loadMoreBtnExist.items3 .tile:last-child {
    margin-bottom: 13px;
  }
  .tiles .tile .text {
    font-size: 18px;
  }
  /* move from master */
}
.tilesComponent {
  font-size: 18px;
  line-height: 24px;
  /*   &.display2,
  &.display3,
  &.display4 {
      .textBlock {
          .buttonLink {
              margin-top: 16px;
              justify-content: end;
          }
      }
  }*/
  /* &.tilesWithoutImages {
      .textBlock {
          .lecturer {
              font-weight: 600;
              margin: 8px 0 0 0;
          }

          .subText {
              margin-top: 2px;
          }

          .innerReadMoreLessContainer {
              margin-top: 3px;

              button {
                  img {
                      display: none;
                  }
              }
          }

          .buttonLink {
              justify-content: end;
          }
      }

      .tiles {
          align-items: flex-start;
      }
  }*/
  /* override */
  /* override */
}
.tilesComponent .insideTitle {
  margin-bottom: 10px;
}
.tilesComponent .text {
  font-size: 18px;
  line-height: 24px;
  color: var(--textColor);
  margin-bottom: 15px;
}
.tilesComponent .textBlock {
  padding: 16px 16px 20px 16px;
  display: flex;
  flex-direction: column;
}
.tilesComponent .textBlock .noteTitle {
  color: var(--textColor);
  font-size: 18px;
  font-weight: 600;
  /* override */
  margin-bottom: 0;
  /* override */
}
.tilesComponent .textBlock .textIconContainer {
  display: flex;
  /* override */
  /*flex-direction: column;*/
  /* override */
  justify-content: space-between;
}
.tilesComponent .textBlock .textIconContainer h4 {
  font-size: 1em;
}
.tilesComponent .textBlock .textIconContainer img {
  /* override */
  /*margin-top: 6px;*/
  margin-inline-start: 10px;
  /* override */
}
.tilesComponent .textBlock .lecturer {
  font-weight: 600;
  margin: 8px 0 0 0;
}
.tilesComponent .textBlock .text {
  color: var(--textColor);
  margin: 0;
  font-weight: 300;
  font-size: 18px;
}
.tilesComponent .textBlock .subText {
  margin-top: 10px;
}
.tilesComponent .textBlock .buttonLink {
  margin-top: 20px;
  /*overried*/
  justify-content: end;
  margin-top: 16px;
  /*overried*/
}
.tilesComponent .textBlock .links {
  margin-top: 3px;
}
.tilesComponent .textBlock .links .link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
.tilesComponent .textBlock .links .link:last-child {
  padding-bottom: 0;
}
.tilesComponent .textBlock .links .link .circle {
  background-color: #393939;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  align-self: baseline;
  margin-top: 9px;
}
.tilesComponent .textBlock .links .link a {
  color: #393939;
  padding-inline-start: 9px;
  text-decoration: underline;
}
.tilesComponent.halvedTextWithImages .tiles {
  align-items: flex-start;
}
.tilesComponent.halvedTextWithImages .textBlock .text {
  margin-bottom: 16px;
}
.tilesComponent.halvedTextWithImages .textBlock .image {
  height: 278px;
}
.tilesComponent.halvedTextWithImages .textBlock .buttonLink {
  justify-content: end;
}
.tilesComponent.halvedTextWithoutImages .tiles {
  align-items: flex-start;
}
.tilesComponent.halvedTextWithoutImages .textBlock .buttonLink {
  justify-content: end;
}
.tilesComponent .padded-tiles .tile {
  padding: 16px;
}
.tilesComponent .padded-tiles .tile .noteTitle {
  color: var(--textColor);
  font-size: 18px;
  font-weight: 600;
}
.tilesComponent .padded-tiles .tile .textBlock {
  padding: 0;
}
.tilesComponent .padded-tiles .tile .textBlock .innerReadMoreLessContainer {
  margin-top: 10px;
}

/*overried*/
.tilesComponent .textBlock .text {
  font-weight: 400;
}
.tilesComponent .textBlock a .subText {
  color: var(--textColor);
}
.tilesComponent a .textBlock {
  color: var(--textColor);
}

/*overried*/
@media screen and (max-width: 1199px) {
  .tilesComponent {
    font-size: 16px;
    line-height: 21px;
  }
  .tilesComponent .insideTitle {
    margin-bottom: 12px;
  }
  .tilesComponent .text {
    margin-bottom: 12px;
  }
  .tilesComponent .textBlock {
    padding: 12px;
  }
  .tilesComponent .textBlock .subText {
    font-size: 16px;
    line-height: 22px;
  }
}
/*overried*/
.wide-blocks-section .tiles.items3 .tile .image {
  height: 265px;
}
.wide-blocks-section .tiles.items2 .tile .image {
  height: 410px;
}

/*overried*/
