/**Download Card Css **/
.related-download .download-card-head{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 10px;
    background: #EDEBE4;
    border: 2px solid #EDEBE4;
    border-radius: 8px 8px 0px 0px;
}
.related-download .download-card-head p{
    font-family: 'RethinkSans-SemiBold';
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #000E56;
    margin: 0;
    padding: 0;
}
.related-download .download-card-list ul {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    background: #FFFFFF;
    border: 2px solid #EDEBE4 !important;
    border-radius: 0px 0px 8px 8px;
}
.related-download .download-card-list ul li {
    list-style-type: none;
}
.related-download .down-divider {
    width: 100%;
    margin: 0;
}
.related-download .download-card-list ul li a {
    text-decoration: none;
    font-family: 'RethinkSans-SemiBold';
    font-size: 16px;
    line-height: 20px;
    /* font-weight: 600; */
    color: #000E56;
    word-break: break-word;
}
.related-download .download-card-list ul li a:hover, .related-download .download-card-list ul li a:focus {
    color: #061F80;
}
.related-download .pdf-size {
    font-family: 'RethinkSans-Regular';
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    color: #000E56;
}

.download-card-list .pdf-icon img{
    width:24px;
    height:24px;
}

.side-panel-download-card .container,
.side-panel-quicklink .container{
   padding: 0;
}

/* Mobile View */
 @media only screen and (min-width: 360px) and (max-width:767px) {
    .siteId-11 .related-download .download-card-list ul{
        padding-left: 0px
    }
} 