{"id":1718,"date":"2026-08-27T08:58:08","date_gmt":"2026-08-27T12:58:08","guid":{"rendered":"https:\/\/www.umes.edu\/math\/?page_id=1718"},"modified":"2026-08-30T23:30:52","modified_gmt":"2026-08-31T03:30:52","slug":"contact-information","status":"publish","type":"page","link":"https:\/\/www.umes.edu\/math\/contact-information\/","title":{"rendered":""},"content":{"rendered":"\n\n\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   UMES MATHEMATICS CONTACT PAGE\n   ===================================================== *\/\n\n.math-contact-page {\n    --mc-maroon: #7a1f3d;\n    --mc-maroon-dark: #65172f;\n    --mc-text: #252525;\n    --mc-muted: #666666;\n    --mc-border: #dddddd;\n    --mc-light: #f7f7f7;\n\n    width: 100%;\n    color: var(--mc-text);\n    font-family: \"Times New Roman\", Times, serif;\n}\n\n\n\/* -----------------------------------------\n   REMOVE THEME HEADING DECORATIONS\n   ----------------------------------------- *\/\n\n.math-contact-page h1,\n.math-contact-page h2 {\n    border: 0 !important;\n    border-bottom: 0 !important;\n    background: none !important;\n    background-image: none !important;\n    box-shadow: none !important;\n}\n\n.math-contact-page h1::before,\n.math-contact-page h1::after,\n.math-contact-page h2::before,\n.math-contact-page h2::after {\n    content: none !important;\n    display: none !important;\n}\n\n\n\/* -----------------------------------------\n   INTRO\n   ----------------------------------------- *\/\n\n.math-contact-intro {\n    margin: 0 0 28px 0;\n}\n\n.math-contact-intro h1 {\n    font-family: Calibri, \"Segoe UI\", Arial, sans-serif;\n    font-size: 34px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--mc-text);\n\n    margin: 0 0 8px 0 !important;\n    padding: 0 !important;\n}\n\n.math-contact-rule {\n    width: 85px;\n    height: 3px;\n    background: var(--mc-maroon);\n\n    margin: 0 0 15px 0;\n}\n\n.math-contact-intro p {\n    max-width: 760px;\n\n    font-size: 17px;\n    line-height: 1.5;\n\n    margin: 0 !important;\n}\n\n\n\/* -----------------------------------------\n   TWO-COLUMN LAYOUT\n   ----------------------------------------- *\/\n\n.math-contact-layout {\n    display: grid;\n    grid-template-columns: minmax(270px, 0.75fr) minmax(420px, 1.4fr);\n    gap: 30px;\n\n    align-items: stretch;\n}\n\n\n\/* -----------------------------------------\n   CONTACT INFORMATION\n   ----------------------------------------- *\/\n\n.math-contact-information {\n    border: 1px solid var(--mc-border);\n    border-top: 4px solid var(--mc-maroon);\n\n    padding: 24px 25px;\n    background: #ffffff;\n}\n\n.math-contact-information h2 {\n    font-family: Calibri, \"Segoe UI\", Arial, sans-serif;\n    font-size: 23px;\n    line-height: 1.2;\n    font-weight: 700;\n\n    color: var(--mc-text);\n\n    margin: 0 0 21px 0 !important;\n    padding: 0 !important;\n}\n\n\n\/* INDIVIDUAL CONTACT ROWS *\/\n\n.math-contact-item {\n    padding: 0 0 15px 0;\n    margin: 0 0 15px 0;\n\n    border-bottom: 1px solid #e7e7e7;\n}\n\n.math-contact-item:last-of-type {\n    margin-bottom: 18px;\n}\n\n.math-contact-label {\n    display: block;\n\n    font-family: Calibri, \"Segoe UI\", Arial, sans-serif;\n    font-size: 12px;\n    line-height: 1.2;\n    font-weight: 700;\n\n    letter-spacing: .06em;\n    text-transform: uppercase;\n\n    color: var(--mc-maroon);\n\n    margin-bottom: 4px;\n}\n\n.math-contact-item p {\n    font-size: 16px;\n    line-height: 1.42;\n\n    margin: 0 !important;\n}\n\n.math-contact-item a {\n    color: var(--mc-text);\n    text-decoration: none;\n}\n\n.math-contact-item a:hover {\n    color: var(--mc-maroon);\n    text-decoration: underline;\n}\n\n\n\/* -----------------------------------------\n   BUTTONS\n   ----------------------------------------- *\/\n\n.math-contact-actions {\n    display: flex;\n    flex-wrap: wrap;\n\n    gap: 8px;\n\n    margin-top: 6px;\n}\n\n.math-contact-button {\n    display: inline-block;\n\n    font-family: Calibri, \"Segoe UI\", Arial, sans-serif;\n    font-size: 14px;\n    line-height: 1.25;\n    font-weight: 700;\n\n    color: #ffffff !important;\n    background: var(--mc-maroon);\n\n    border: 1px solid var(--mc-maroon);\n\n    padding: 9px 14px;\n\n    text-decoration: none !important;\n}\n\n.math-contact-button:hover {\n    background: var(--mc-maroon-dark);\n    border-color: var(--mc-maroon-dark);\n\n    color: #ffffff !important;\n}\n\n.math-contact-button-outline {\n    background: #ffffff;\n\n    color: var(--mc-maroon) !important;\n}\n\n.math-contact-button-outline:hover {\n    background: #f7f2f4;\n\n    color: var(--mc-maroon-dark) !important;\n}\n\n\n\/* -----------------------------------------\n   MAP\n   ----------------------------------------- *\/\n\n.math-contact-map {\n    border: 1px solid var(--mc-border);\n\n    background: #ffffff;\n\n    overflow: hidden;\n}\n\n.math-contact-map iframe {\n    display: block;\n\n    width: 100%;\n    min-height: 390px;\n\n    border: 0;\n}\n\n.math-map-caption {\n    font-family: Calibri, \"Segoe UI\", Arial, sans-serif;\n\n    font-size: 13px;\n    line-height: 1.35;\n\n    color: var(--mc-muted);\n\n    margin: 0 !important;\n    padding: 10px 13px;\n\n    border-top: 1px solid var(--mc-border);\n}\n\n\n\/* -----------------------------------------\n   RESPONSIVE\n   ----------------------------------------- *\/\n\n@media (max-width: 900px) {\n\n    .math-contact-layout {\n        grid-template-columns: 1fr;\n    }\n\n    .math-contact-map iframe {\n        min-height: 350px;\n    }\n\n}\n\n\n@media (max-width: 600px) {\n\n    .math-contact-intro h1 {\n        font-size: 29px;\n    }\n\n    .math-contact-information {\n        padding: 20px;\n    }\n\n    .math-contact-map iframe {\n        height: 320px;\n        min-height: 320px;\n    }\n\n    .math-contact-actions {\n        flex-direction: column;\n    }\n\n    .math-contact-button {\n        text-align: center;\n    }\n\n}\n<\/style>\n\n<div class=\"math-contact-page\">\n\n    <!-- PAGE INTRO -->\n\n    <section class=\"math-contact-intro\">\n\n        <h1>Contact the Department of Mathematics<\/h1>\n        <div class=\"math-contact-rule\"><\/div>\n\n        <p>\n            We welcome questions from current and prospective students,\n            families, faculty, and community partners.\n        <\/p>\n\n    <\/section>\n\n\n    <!-- CONTACT + MAP -->\n\n    <section class=\"math-contact-layout\">\n\n        <!-- CONTACT INFORMATION -->\n\n        <div class=\"math-contact-information\">\n\n            <h2>Department of Mathematics<\/h2>\n\n            <div class=\"math-contact-item\">\n\n                <span class=\"math-contact-label\">Office<\/span>\n\n                <p>\n                    Engineering &amp; Aviation Sciences Complex<br>\n                    Suite 3076\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"math-contact-item\">\n\n                <span class=\"math-contact-label\">Address<\/span>\n\n                <p>\n                    <a href=\"https:\/\/www.google.com\/maps\/dir\/?api=1&amp;destination=Engineering%20%26%20Aviation%20Sciences%20Complex%2C%2030925%20College%20Backbone%20Road%2C%20Princess%20Anne%2C%20MD%2021853\" target=\"_blank\" rel=\"noopener\">\n                        30925 College Backbone Road<br>\n                        Princess Anne, MD 21853\n                    <\/a>\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"math-contact-item\">\n\n                <span class=\"math-contact-label\">Phone<\/span>\n\n                <p>\n                    <a href=\"tel:+14106517303\">\n                        (410) 651-7303\n                    <\/a>\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"math-contact-item\">\n\n                <span class=\"math-contact-label\">Email<\/span>\n\n                <p>\n                    <a href=\"mailto:Mathematics@umes.edu\">\n                        Mathematics@umes.edu\n                    <\/a>\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"math-contact-actions\">\n\n                <a class=\"math-contact-button\" href=\"https:\/\/www.umes.edu\/admissions\/visit-umes\/\">\n                    Schedule a campus visit\n                <\/a>\n\n                <a class=\"math-contact-button math-contact-button-outline\" href=\"https:\/\/www.google.com\/maps\/dir\/?api=1&amp;destination=Engineering%20%26%20Aviation%20Sciences%20Complex%2C%2030925%20College%20Backbone%20Road%2C%20Princess%20Anne%2C%20MD%2021853\" target=\"_blank\" rel=\"noopener\">\n                    Get Directions\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- GOOGLE MAP -->\n\n        <div class=\"math-contact-map\">\n\n            <iframe src=\"https:\/\/www.google.com\/maps?q=Engineering%20%26%20Aviation%20Sciences%20Complex%2C%2030925%20College%20Backbone%20Road%2C%20Princess%20Anne%2C%20MD%2021853&amp;output=embed\" width=\"100%\" height=\"390\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" title=\"Map showing the Engineering and Aviation Sciences Complex at the University of Maryland Eastern Shore\">\n            <\/iframe>\n\n            <p class=\"math-map-caption\">\n                Engineering &amp; Aviation Sciences Complex (EASC)\n                &nbsp;|&nbsp; Department of Mathematics, Suite 3076\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Contact the Department of Mathematics We welcome questions from current and prospective students, families, faculty, and community partners. Department of Mathematics Office Engineering &amp; Aviation Sciences Complex Suite 3076 Address 30925 College Backbone Road Princess Anne, MD 21853 Phone (410) 651-7303 Email Mathematics@umes.edu Schedule a campus visit Get Directions Engineering &amp; Aviation Sciences Complex (EASC)&#8230;<span class=\"cpschool-read-more-link-holder\"><a class=\"btn btn-basic cpschool-read-more-link\" href=\"https:\/\/www.umes.edu\/math\/contact-information\/\">Read more <span class=\"sr-only\"><\/span><\/a><\/span><\/p>\n","protected":false},"author":3099,"featured_media":1745,"parent":0,"menu_order":8,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"folder":[],"class_list":["post-1718","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/pages\/1718","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/users\/3099"}],"replies":[{"embeddable":true,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/comments?post=1718"}],"version-history":[{"count":0,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/pages\/1718\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/media\/1745"}],"wp:attachment":[{"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/media?parent=1718"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/www.umes.edu\/math\/wp-json\/wp\/v2\/folder?post=1718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}