.wave_highlevel {
        height: 17%;
}

.flex-buttons {display: flex; width: 100%; padding: 0; margin: 1rem 0;}
.flex-buttons p {flex-basis: 33%; padding: 0 .25rem; margin: 0;}
.flex-buttons p .customButton {max-width: 16rem; padding: 1rem .5rem;}
@media screen and (max-width: 60em) { /*960px*/
    .flex-buttons {display: initial;} 
    .flex-buttons p .customButton {max-width: 100%;}

}

.topcallout {
    margin-bottom: 1rem; 
    line-height: 1.5;
}	
.topcallout p {
    text-align: center; 
    margin: .75rem 0; padding: 0; 
    font-size: .9375rem;
}
.topcallout .gethelp_header {
    border: .125rem #8a0000 solid; 
    margin: 0; 
    padding: 0; 
    color: white; 
    background-color: #8a0000; 
    text-align: center;
}
.topcallout .gethelp_body {
    border: .125rem #e2ded7 solid; 
    border-top-color: white; 
    margin: 0;
    padding: 0 0 1rem 0; 
}
.report-incident {
    margin: -.5rem 0 1rem 0 !important
}