CINXE.COM

Maxient

<!DOCTYPE html> <html lang="en"> <head> <title>Maxient</title> <link rel="stylesheet" href="https://use.typekit.net/goj0mpc.css"> <style> body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 1.2rem; background-color: #AE2024; } #wrapper { background-color: #FFFFFF; margin: 2rem; padding-bottom: 5rem; } h1 { font-family: 'Proxima-nova', sans-serif; font-size: 2.2rem; font-weight: 700; } #errorimg { width:60%; margin: 0 20%; padding: 2rem 0; } @media screen and (min-width: 70em) { #errorimg { width: 30%; margin: 0 35%; } body { font-size: 1rem; } h1 { font-size: 2rem; } } #content { width: 80%; padding: 0 10%; text-align: center; } #details { border: solid gray 1px; text-align: left; padding: 1rem; margin-top: 3rem; } #tbl_attributes { border: 1px solid black; border-collapse: collapse; margin: auto; padding: 5px; width: 100%; text-align: left; } #tbl_attributes tbody tr:nth-child(odd) { background-color: lightgray; } #tbl_attributes thead th, #tbl_attributes tbody td { word-break: break-all; padding: 0.5rem; vertical-align:top; } </style> </head> <body> <div id="wrapper"> <img id="errorimg" src="images/error.svg" alt="There is an error."> <div id="content"> <h1>The form you are trying to access has been removed by the institution.</h1> <p>If you followed a link from an institution website or email to reach this page, we would encourage you to go back there and seek contact information. Unfortunately, we have no further information to offer.</p> </div> </div> </body> </html>