@keyframes animatedIcon{0{margin-left:0}
100%{margin-left:25px}
}
@-webkit-keyframes animatedIcon{0{margin-left:0}
100%{margin-left:25px}
}
@-ms-keyframes animatedIcon{0{margin-left:0}
100%{margin-left:25px}
}
.static-list-documents .container-title{margin:50px auto 50px auto;text-align:center}
.static-list-documents .container-title .title{color:#dd250f;font-size:14px;font-weight:700;text-transform:uppercase}
.static-list-documents .block-list{display:flex;flex-direction:row}
.static-list-documents .block-list .background-image{background-repeat:no-repeat;background-size:cover;background-position:center;display:inline-block;margin-right:5px;margin-bottom:10px;height:256px;width:50%;margin-left:5px}
.static-list-documents .block-list .background-image .card{display:flex;color:#fff;height:100%;width:50%;flex-direction:column;align-items:center}
.static-list-documents .block-list .background-image .card .article-title{margin:25px 10px 10px 10px;height:156px}
.static-list-documents .block-list .background-image .card .article-title .p-title{line-height:17px;font-size:12px}
.static-list-documents .block-list .background-image .card .article-next .cmp-button__icon--icon-right-arrow2{height:35px;width:35px;margin-top:10px;cursor:pointer;color:#fff;border-radius:20px;-webkit-text-stroke-width:1px;position:absolute;margin-left:-15px}
.static-list-documents .block-list .background-image .card .article-next .cmp-button__icon--icon-right-arrow2:before{display:flex;justify-content:center;margin-top:10px;font-size:14px}
.static-list-documents .block-list .background-image .card .article-next .cmp-button__icon--icon-right-arrow2:hover:before{-webkit-animation:animatedIcon .2s linear 1;-ms-animation:animatedIcon .2s linear 1;animation:animatedIcon .2s linear 1}
.static-list-documents .event-documents{margin-top:40px;background:#f9f9f9;padding:50px 0}
.static-list-documents .event-documents .container-documents{width:946px;margin:0 auto;margin-top:0;display:block;padding:5px;box-sizing:border-box}
@media(max-width:1024px){.static-list-documents .event-documents .container-documents{width:auto;display:inline-block;padding:15px}
}
.static-list-documents .event-documents .container-documents h3{display:inline-block;width:100%;height:auto;margin:15px 0 0 0;padding:0;font-size:26px}
.static-list-documents .event-documents .container-documents h3::first-letter {color:#dd250f}
.static-list-documents .event-documents .container-documents .section-table table{border-collapse:collapse;border-spacing:0;margin:20px 0 0 0}
.static-list-documents .event-documents .container-documents .section-table table tbody{display:inline-block;width:100%;height:auto;margin:0;padding:0;font-weight:300;font-size:13px;color:#000}
.static-list-documents .event-documents .container-documents .section-table table tbody tr{display:inline-block;width:100%;height:auto;margin:0;padding:5px 0;border-bottom:1px solid #333}
.static-list-documents .event-documents .container-documents .section-table table tbody tr td{padding:5px}
.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-title{width:690px;font-weight:500;display:table-cell;float:left;height:auto;margin:0;padding:5px 0;vertical-align:middle;font-size:13px}
@media(min-width:769px) and (max-width:1024px){.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-title{width:570px}
}
@media(max-width:768px){.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-title{width:240px}
}
.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-type{width:120px;text-align:center}
.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-type p{background:#000;color:#fff;border-radius:3px;padding:3px 10px;width:auto;border:1px solid #333;text-transform:uppercase;font-size:11px;font-weight:700;display:inline-block;height:auto;margin:0}
@media(min-width:769px) and (max-width:1024px){.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-type{width:55px}
}
@media(max-width:768px){.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-type{width:55px}
}
.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-link{text-align:right;width:125px}
.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-link a{text-decoration:none;color:#dd250f;font-weight:700;font-size:11px;text-transform:uppercase}
.static-list-documents .event-documents .container-documents .section-table table tbody tr td.document-link a:hover{text-decoration:underline}
.static-list-documents.black .card{background-color:#000}
.static-list-documents.black .card .article-next .cmp-button__icon--icon-right-arrow2{background-color:#dd250f}
.static-list-documents.red .card{background-color:#dd250f}
.static-list-documents.red .card .article-next .cmp-button__icon--icon-right-arrow2{background-color:#000}
.static-list-documents .relatedDocuments__container{margin:0;padding:15px;width:100%;margin-top:80px}
.static-list-documents .relatedDocuments__list{list-style:none;border-bottom:1px solid black;padding:5px 0}
.static-list-documents .relatedDocuments__title{font-weight:bold;margin:0;padding:5px 0;font-size:13px;line-height:20px;color:black;text-align:center}
@media(min-width:768px){.static-list-documents .relatedDocuments__title{text-align:left}
}
.static-list-documents .relatedDocuments__pdf{font-weight:bold;color:#dd250f;margin:0;padding:5px 0;text-transform:uppercase;text-decoration:none;font-size:11px}
.static-list-documents .relatedDocuments__pdf:hover{border-bottom:1px solid #dd250f;padding:0}
@media only screen and (max-width:1199px){.static-list-documents .block-list{flex-direction:column}
.static-list-documents .block-list .background-image{width:100%}
}