.report-body-content {
 margin-right: 0;
 max-width: 756px;
 padding: 0 0 75px 0;
 margin-left: auto;
}
.report-body{
 max-width: 1240px;
 margin: 0 auto;
 padding: 0 20px;
}
.report-hero-section {
 position: relative;
 z-index: 99;
}

[data-theme="blue"] .button svg path {
 fill: #005DBA;
}
[data-theme="blue"] .button.-tertiary{
 border-color: #005DBA;
}
.report-body-content .dnd-column,
.report-body-content .row-fluid-wrapper{
 padding: 0;
}
/* a.-primary:before{
 background: linear-gradient(90deg, #D80033 0%, #6C001A 100%);
*/
}
a.-primary.blue.button:before{
 background: linear-gradient(90deg, #005DBA 0%, #00395C 100%);
}
.button.-tertiary:hover {
 border-bottom: 2px solid transparent;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: transparent;
 border-image-source: linear-gradient(90deg, #D80033 0%, #6C001A 100%);
 border-image-slice: 1;
}
[data-theme="blue"] .button.-tertiary:hover,
.button.blue.-tertiary:hover {
 border-bottom: 2px solid transparent;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: transparent;
 border-image-source: linear-gradient(90deg, #005DBA 0%, #00395C 100%);
 border-image-slice: 1;
}

@media (max-width: 1024px){
 .report-body-content{
  max-width: 100%;
 }
}