<style>@media (min-width: 768px) {
        .modal-xl {
            width: 90%;
            max-width:1200px;
        }
    }</style>
<div class='modal fade' id='HonorsRec' tabindex='-1' aria-labelledby='HonorsRec_modal_label' aria-hidden='true'>
    <div class='modal-dialog'>
        <div class='modal-content'>
            <div class='modal-header'>
                <h5 class='modal-title' id='HonorsRec_modal_label'>Graduation Honors</h5>
                <button type='button' class='close' data-dismiss='modal' aria-label='Close'>
                    <span aria-hidden='true'>&times;</span>
                </button>
            </div>
            <div class='modal-body'>
                <p>Academic honors for graduation recognize students who have earned a cumulative GPA of 3.75 or higher for all grades earned prior to the current term.</p>
            </div>
        </div>
    </div>
</div>
<div class='modal fade' id='HonorsCert' tabindex='-1' aria-labelledby='HonorsCert_modal_label' aria-hidden='true'>
    <div class='modal-dialog'>
        <div class='modal-content'>
            <div class='modal-header'>
                <h5 class='modal-title' id='HonorsCert_modal_label'>Honors Certificate</h5>
                <button type='button' class='close' data-dismiss='modal' aria-label='Close'>
                    <span aria-hidden='true'>&times;</span>
                </button>
            </div>
            <div class='modal-body'>
                <p>The HONORS CERTIFICATE is reserved for students who complete 12 hours of honors coursework with at least a 3.25 grade point average.</p>
            </div>
        </div>
    </div>
</div>
<div class='modal fade' id='HonorsSen' tabindex='-1' aria-labelledby='HonorsSen_modal_label' aria-hidden='true'>
    <div class='modal-dialog'>
        <div class='modal-content'>
            <div class='modal-header'>
                <h5 class='modal-title' id='HonorsSen_modal_label'>Seneff Honors College Scholar</h5>
                <button type='button' class='close' data-dismiss='modal' aria-label='Close'>
                    <span aria-hidden='true'>&times;</span>
                </button>
            </div>
            <div class='modal-body'>
                <p>The SENEFF HONORS COLLEGE SCHOLAR diploma is reserved for those students who complete one of the program tracks (a minimum of 23 hours of honors coursework plus co-curricular activities) with at least a 3.5 grade point average.</p>

            </div>
        </div>
    </div>
</div>
<div class='modal fade' id='HonorsSch' tabindex='-1' aria-labelledby='HonorsSch_modal_label' aria-hidden='true'>
    <div class='modal-dialog'>
        <div class='modal-content'>
            <div class='modal-header'>
                <h5 class='modal-title' id='HonorsSch_modal_label'>Valencia Honors Scholar</h5>
                <button type='button' class='close' data-dismiss='modal' aria-label='Close'>
                    <span aria-hidden='true'>&times;</span>
                </button>
            </div>
            <div class='modal-body'>
                <p>The VALENCIA HONORS SCHOLAR diploma is reserved for those students who complete 18 hours of honors coursework plus cocurricular activities with at least a 3.33 grade point average.
                </p>
            </div>
        </div>
    </div>
</div>
<div class='modal fade' id='Posthumous' tabindex='-1' aria-labelledby='Posthumous_modal_label' aria-hidden='true'>
    <div class='modal-dialog'>
        <div class='modal-content'>
            <div class='modal-header'>
                <h5 class='modal-title' id='Posthumous_modal_label'>Posthumously Awarded Degree</h5>
                <button type='button' class='close' data-dismiss='modal' aria-label='Close'>
                    <span aria-hidden='true'>&times;</span>
                </button>
            </div>
            <div class='modal-body'>
                <p>The posthumous degree recognizes the academic achievement of students who have passed prior to completing all of their degree requirements.</p>


            </div>
        </div>
    </div>
</div>
<div class='modal fade' id='Help' tabindex='-1' aria-labelledby='Help_label' aria-hidden='true'>
    <div class='modal-dialog modal-xl'>
        <div class='modal-content'>
            <div class='modal-header'>
                <h5 class='modal-title' id='Help_label'>Help</h5>
                <button type='button' class='close' data-dismiss='modal' aria-label='Close'>
                    <span aria-hidden='true'>&times;</span>
                </button>
            </div>
            <div class='modal-body'>
                <ul>
                    <p><span class="bg-success p-2">Translate</span> - Use the Google Translate drop-down to translate the contents of this page to the language of your choice.</p>
                    <p><span class="bg-primary text-white p-2">Select Term</span> - Use the drop-down to select a graduation term to display.</p>
                    <p><span class="bg-info p-2">Entries</span> - Use the drop-down to show more or fewer names per page.  You can navigate between pages using the page numbers at the bottom of the table.</p>
                    <p><Span class="bg-dark text-white p-2">Search bar</Span> - you can search for your graduate by name, program or degree awarded.</p>
                    <p><span class="bg-light p-2">Column Heading</span> - you can sort the rows by clicking on the column headings.</p>
                </ul>

                <img class="img-fluid border mt-3" src="/students/graduation/images/grad-list-help.png"/>

            </div>
        </div>
    </div>
</div>