.retroimgholder {
    margin-right: auto;
    width: fit-content;
    position: relative;
    margin-left: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.retroimgclass {
max-height: 90vh;
}

.retroimgdesc {
    position: absolute;
    background: rgb(57 76 129 / 50%);
    height: auto;
    width: 100%;
    display: block;
    bottom: 0px;
    color: white;
    padding: 8px;
    backdrop-filter: blur(10px);
}

.retrovidholder {
    margin-bottom: 8px;
    margin-right: auto;
    width: fit-content;
    position: relative;
    margin-left: auto;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
    margin-top: 8px;
}











.activityArticles .articleImage {
    position: relative;
    margin: 0px 0px 0px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.activityArticles .articleImage img {
    min-width: 100%;
}

.activityArticles .articleTitle {
    line-height: 1;
    font-size: large;
    font-weight: 700;
    margin: 13px 6px 6px 6px;
    padding: 0 5px 3px;
    color: #0054ad;
}

.activityArticles .articleIntroText {
    line-height: 1.3;
    font-size: medium;
    font-weight: 500;
    margin: 0px 12px 12px 12px;
    padding: 0px;
    color: #003a77;
}

.activityArticles h3 {
    padding: 0px;
    margin: 0.5rem 0rem 0.75rem 0rem;
}

.activityArticles .pagination__wrapper {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}


/* Use of the flexbox to make items have same high */
.activityArticles .blog-item {
    /*background-color: white;*/
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0px;
    margin: 0px;
    transition: box-shadow 0.2s ease;
    background: linear-gradient(to bottom, #ffffff,#ffffff, #d7e4ff);
}

.activityArticles .blog-item:hover {
    box-shadow: rgb(21, 122, 255) 0px 0px 10px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.platform-content .row {
    margin-left: 0px;
    margin-right: 0px;
}

.platform-content .row .col {
    padding-left: 0px;
    padding-right: 0px;

}



.cornerRibbon {
    position: absolute;
    width: 217px;
    padding: 1px;
    text-align: center;
    color: #f0f0f0;
    top: 29px;
    left: -67px;
    transform: rotate(-45deg);
    box-shadow: rgba(0, 0, 0, 0.25) 7px 7px 10px;
    text-shadow: 0px 0px 8px black,0px 0px 3px black;
  }


  
  .cornerRibbon-white     { background-color: #f0f0f0; color: #444; }
  .cornerRibbon-black     { background-color: #333; }
  .cornerRibbon-grey      { background-color: #999; }
  .cornerRibbon-blue      { background-color: #39d; }
  .cornerRibbon-green     { background-color: #2c7; }
  .cornerRibbon-turquoise { background-color: #1b9; }
  .cornerRibbon-purple    { background-color: #95b; }
  .cornerRibbon-red       { background-color: #e43; }
  .cornerRibbon-orange    { background-color: #e82; }
  .cornerRibbon-yellow    { background-color: #ec0; }


  .side-article {
    /*background-color: white;*/
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0px;
    padding-bottom: 0.1rem;
    margin: 0px;
    margin-bottom: 1rem;
    transition: box-shadow 0.2s ease;
    background: linear-gradient(to bottom, #ffffff,#ffffff, #d7fbff);
}

.side-article:hover {
    box-shadow: rgb(21, 122, 255) 0px 0px 10px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;

}