/* new */
.reports-dropdowns li{
    list-style: none;
}
.reports-dropdowns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    flex-flow: wrap;
    gap:20px;
    margin-bottom: 40px;
}
.reports-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 5%;
    justify-content: space-between;
    margin-top:40px;
}
.reports-wrapper h2{
    width: 100%;   
    margin-bottom: 0;
    border-bottom: 2px solid;
}
.reports-wrapper .quarter-wrapper {
    border-bottom: unset;
    line-height: 1.35em !important;
    flex: 1;
    width: 46%;
    background: #D7E1F8;
    padding: 4%;
    transition: all 0.5s ease;
    border: 2px solid #D7E1F8;
    border-radius: 30px;
    min-width: 345px;
    max-width: 46%;
}
.reports-wrapper .quarter-wrapper h3{
    margin-bottom: 0;
}
.reports-wrapper .quarter-wrapper .report-container ul{
    margin: 0;
    padding: 0;
}
.reports-wrapper .quarter-wrapper .report-item{
    position: relative;
    margin-left: 25px;
    margin-bottom: 20px;
}
.reports-wrapper .quarter-wrapper .report-item a {
    color: #081B47;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.0em;
    letter-spacing: 0px;
}
.reports-wrapper .quarter-wrapper .report-item.press-release a:before {
    content: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='18' height='24' version='1.1' viewBox='0 0 18 24'%3E%3Cpath d='M15,0H3C1.3,0,0,1.3,0,3v18c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3V6L12,0h3ZM16.5,21c0,.4-.3.8-.8.8H2.2c-.4,0-.8-.3-.8-.8V3c0-.4.3-.8.8-.8h8.2v3.8c0,.8.7,1.5,1.5,1.5h4.5M4.5,12c-.4,0-.8-.3-.8-.8s.3-.8.8-.8h9c.4,0,.8.3.8.8s-.3.8-.8.8H4.5ZM4.5,16.5c-.4,0-.8-.3-.8-.8s.3-.8.8-.8h6c.4,0,.8.3.8.8s-.3.8-.8.8h-6Z' fill='%23d15c47' fill-rule='evenodd'/%3E%3C/svg%3E");    height: 18px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: -25px;
}
.reports-wrapper .quarter-wrapper .report-item.event a:before {
    content: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-calendar' fill='%23d15c47' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M152 64H296V24C296 10.75 306.7 0 320 0C333.3 0 344 10.75 344 24V64H400C426.5 64 448 85.49 448 112V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V112C0 85.49 21.49 64 48 64H104V24C104 10.75 114.7 0 128 0C141.3 0 152 10.75 152 24V64zM48 192H400V112H48V192zM48 464H400V224H48V464z'%3E%3C/path%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 10px;
    position: absolute;
    left: -25px;
}
.reports-wrapper .quarter-wrapper .report-item.sec-filing a:before,  .reports-wrapper .quarter-wrapper .report-item.pdf a:before {
content: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='18' height='24' version='1.1' viewBox='0 0 18 24'%3E%3Cpath d='M15,0H3C1.3,0,0,1.3,0,3v18c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3V6L12,0h3ZM16.5,21c0,.4-.3.8-.8.8H2.2c-.4,0-.8-.3-.8-.8V3c0-.4.3-.8.8-.8h8.2v3.8c0,.8.7,1.5,1.5,1.5h4.5' fill='%23d15c47' fill-rule='evenodd'/%3E%3C/svg%3E");    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: -25px;
}