
html {
  overflow-y: scroll;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff !important;
  box-sizing: border-box;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
body .perc-region {
  min-height: 0px;
}
body a.perc-navigation-skiplink {
  color: #000000;
  position: fixed;
  top: -30px;
  left: 0px;
  display: block;
  z-index: 100;
  text-decoration: underline;
}
body a.perc-navigation-skiplink:focus {
  color: #000000;
  text-decoration: underline;
  top: 0px;
  left: 0px;
  position: fixed;
}
body .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
body .flex-item {
  display: flex;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 auto;
  width: 100%;
}
body .inline-flex-item {
  display: inline-flex;
}
body .sticky-wrapper {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
}
body .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body #main-header {
  background-color: #ffffff;
  padding: 2rem 1rem 1.5rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  align-items: center;
  flex-wrap: nowrap;
}
body #main-header #logo-container {
  display: flex;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 auto;
  min-width: 290px;
}
body #main-header #logo-container.ouwb {
  display: none;
}
#contactFooter.ouwb {
  display: none;
}
body #main-header #logo-container .logo-link {
  width: 100%;
  min-height: 75px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
 background-image: url(/media/Oakland/template-assets/Header-Footer/Images/OaklandUniversity_WebLogo_Gold.png);
}
body #main-header #header-nav-container {
  width: 100%;
  padding-top: 1rem;
}
body #main-header #header-nav-container #nav-top-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
body #main-header #header-nav-container #nav-top-row #desktop-resource-menu {
  display: none;
  justify-content: flex-end;
}
body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul {
  justify-content: flex-end;
  margin: 0;
  list-style-type: none;
}
body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li {
  padding-left: 1rem;
}
body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li a {
  color: #757575;
  font-size: 0.8rem;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
  font-weight: 500;
}
body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li a:hover {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li a:focus {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-top-row .menu-btn {
  position: relative;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  display: none;
}
body #main-header #header-nav-container #nav-top-row .menu-btn__burger {
  width: 25px;
  height: 3px;
  background: #767677;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
}
body #main-header #header-nav-container #nav-top-row .menu-btn__burger::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: #767677;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
  transform: translateY(-9px);
}
body #main-header #header-nav-container #nav-top-row .menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: #767677;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
  transform: translateY(9px);
}
body #main-header #header-nav-container #nav-top-row .menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
body #main-header #header-nav-container #nav-top-row .menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
body #main-header #header-nav-container #nav-top-row .menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}
body #main-header #header-nav-container #nav-top-row #header-search {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 auto;
  justify-content: flex-start;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  padding: 0.25rem;
}
body #main-header #header-nav-container #nav-top-row #header-search .search-form {
  flex-wrap: nowrap;
}
body #main-header #header-nav-container #nav-top-row #header-search input {
  min-width: 0;
}
body #main-header #header-nav-container #nav-top-row #header-search input[type=text] {
  font-size: 1.1em;
  border: none;
  color: #bfbdb8;
  background-color: #fff;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: 300;
  margin: 0px;
}
body #main-header #header-nav-container #nav-top-row #header-search input[type=text]:focus {
  border-color: #999;
  outline: none;
  color: #000;
}
body #main-header #header-nav-container #nav-top-row #header-search input[type=text]::-webkit-input-placeholder {
  color: #bfbdb8;
}
body #main-header #header-nav-container #nav-top-row #header-search input[type=text]::-moz-placeholder {
  color: #bfbdb8;
}
body #main-header #header-nav-container #nav-top-row #header-search input[type=text]:-ms-input-placeholder {
  color: #bfbdb8;
}
body #main-header #header-nav-container #nav-top-row #header-search input[type=text]:-moz-placeholder {
  color: #bfbdb8;
}
body #main-header #header-nav-container #nav-top-row #header-search .search-box {
  display: none;
  padding: 0rem 1rem;
  max-height: 20px;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 auto;
  box-shadow: none;
}
body #main-header #header-nav-container #nav-top-row #header-search .searchIcon {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}
body #main-header #header-nav-container #nav-top-row #header-search.active {
  border-color: #c3c3c3;
}
body #main-header #header-nav-container #global-mobile-nav-container {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 auto;
  position: relative;
  z-index: 10;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav {
  display: none;
  background-color: #fff;
  width: 100vw;
  padding-top: 1rem;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav ul {
  list-style-type: none;
  margin: 0;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav {
  text-align: center;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li {
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #c3c3c3;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li a {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #404040;
  font-size: 1.1rem;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li a:hover {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li a:focus {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li:first-of-type {
  border-top: 1px solid #c3c3c3;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu {
  padding: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu li {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 50%;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu li a {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #877148;
  font-size: 1.04rem;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu li a:hover {
  color: #404040;
  text-decoration: underline;
}
body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu li a:focus {
  color: #404040;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-bottom-row {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0.5rem;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 auto;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation ul {
  margin: 0;
  padding: 0;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu {
  position: relative;
  flex-direction: row;
  justify-content: flex-end;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item {
  display: inline-block;
  list-style-type: none;
  padding-left: 1.25rem;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:hover {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:hover > a {
  color: inherit;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:hover > .sub-menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus > a {
  color: inherit;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus > .sub-menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus-within {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus-within > a {
  color: inherit;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus-within > .sub-menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li a {
  text-align: center;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #404040;
  font-size: 1.1rem;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container {
  display: none;
  position: absolute;
  z-index: 1;
  max-width: 460px;
  color: #404040;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  top: 1.5rem;
  background: #FFFFFF;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container > a {
  color: #404040;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container > a:hover {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container > a:focus {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 50%;
  padding-bottom: 1rem;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu .sub-nav-section-title {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #877148;
  font-size: 1rem;
  line-height: 1.2;
  padding-bottom: 0.25rem;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li {
  display: flex;
  padding-right: 2em;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a {
  text-align: left;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.84rem;
  line-height: 1.1;
  padding-bottom: 0.45rem;
  color: #404040;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a:hover {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a:focus {
  color: #877148;
  text-decoration: underline;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a.view-all-link {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a.view-all-link img {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
  padding-left: 0.25rem;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu.full-width {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 100%;
}
body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container.snap-right {
  right: 0;
}
body #page-breadcrumb-row {
  border-top: 1px solid #dcdcdc;
}
.footer-container {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 95%), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
}
.footer-container #main-footer {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 1200px;
  margin: 0rem auto 0rem auto;
  padding-top: 4rem;
}
.footer-container #footer-logo-container {
  text-align: center;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
}
.footer-container #footer-logo-container a {
  display: block;
  width: 100%;
}
.footer-container #footer-content-container {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
}
.footer-container #footer-content-container > .flex-container {
  width: 100%;
}
.footer-container #footer-content-container .footer-contact-info {
  width: 100%;
  margin-left: 0rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.footer-container #footer-content-container .footer-contact-info > li {
  display: inline-block;
  list-style-type: none;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 0.9;
  border-right: 1px solid #000;
  padding-right: 1rem;
  padding-left: 1rem;
}
.footer-container #footer-content-container .footer-contact-info > li:first-of-type {
  padding-left: 0rem;
}
.footer-container #footer-content-container .footer-contact-info > li:last-of-type {
  border-right: 0px;
  padding-right: 0;
}
.footer-container #footer-content-container .footer-contact-info > li a {
  color: inherit;
}
.footer-container #footer-content-container .footer-contact-info > li a:hover {
  color: #877148;
  text-decoration: underline;
}
.footer-container #footer-content-container .footer-contact-info > li a:focus {
  color: #877148;
  text-decoration: underline;
}
.footer-container #footer-content-container .copyright {
  color: #757575;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.footer-container #footer-content-container .copyright a {
  color: #757575;
}
.footer-container #footer-content-container .copyright p {
  line-height: 1.5rem;
}
.footer-container #footer-content-container .copyright #editIcon {
  padding-left: 0.4rem;
}
.footer-container #footer-content-container .main-footer-navigation {
  padding: 1.5rem 0rem;
}
.footer-container #footer-content-container .main-footer-navigation > .flex-container {
  align-items: flex-start;
}
.footer-container #footer-content-container .main-footer-navigation .sub-menu {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 100%;
}
.footer-container #footer-content-container .main-footer-navigation .sub-menu .nav-heading {
  color: #74613E;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.2rem;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 100% 0 auto;
}
.footer-container #footer-content-container .main-footer-navigation .sub-menu ul {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 100% 0 auto;
  list-style-type: none;
  margin: 0;
}
.footer-container #footer-content-container .main-footer-navigation .sub-menu ul li {
  color: #000;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.1;
  padding-bottom: 0.45rem;
}
.footer-container #footer-content-container .main-footer-navigation .sub-menu ul li a {
  color: inherit;
}
.footer-container #footer-content-container .main-footer-navigation .sub-menu ul li a:hover {
  text-decoration: underline;
}
.footer-container #footer-content-container .main-footer-navigation .sub-menu ul li a:focus {
  text-decoration: underline;
}
.footer-container #footer-content-container .budget-transparency {
  display: none;
}
.footer-container #footer-content-container .transparency-container {
  display: none;
}
.footer-container #footer-content-container .budget-transparency a {
  display: block;
  width: 100%;
}
.footer-container #footer-content-container .budget-transparency .transparency-logo a {
  text-align: center;
}
.footer-container #footer-content-container .budget-transparency .transparency-text p {
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}
.footer-container #footer-content-container .budget-transparency .transparency-text p a {
  color: inherit;
}
.footer-container #footer-content-container .budget-transparency .transparency-text p a:focus {
  color: #877148;
  text-decoration: underline;
}
.footer-container #footer-content-container .budget-transparency .transparency-text p a:hover {
  color: #877148;
  text-decoration: underline;
}
.footer-container #footer-content-container .budget-transparency .transparency-text p:last-of-type {
  margin-bottom: 0rem;
}

#perc-container {
  height: 100%;
  margin: 0;
  padding: 0;
}

.footer-social-icons {
  margin-left: 0;
  margin-bottom: 1rem;
}
.footer-social-icons li {
  display: inline-block;
  list-style-type: none;
  margin: 0 0.5rem 0 0;
  width: 20px;
  height: auto;
}

@media (max-width: 1023px) {
  body #main-header {
    flex-direction: column;
  }
  body #main-header #logo-container .logo-link {
    background-position: center;
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul {
    justify-content: center;
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li:not(:first-child) {
    padding-left: 0.5rem;
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li:first-child {
    padding-left: 0rem;
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li a {
    font-size: 0.75rem;
  }
  body #main-header #header-nav-container #nav-bottom-row {
    justify-content: center;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu {
    justify-content: center;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li a {
    font-size: 0.78rem;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu .sub-nav-section-title {
    font-size: 0.92rem;
  }
}
@media (max-width: 639px) {
  body #main-header {
    padding: 2.5rem 0rem 0.75rem 0rem;
  }
  body #main-header #logo-container {
    min-width: 80%;
  }
  body #main-header #header-nav-container #nav-top-row .menu-btn {
    display: flex;
  }
  body #main-header #header-nav-container #nav-top-row #header-search {
    flex-basis: 75%;
    margin-right: 1rem;
  }
  body #main-header #header-nav-container #nav-top-row #header-search .search-form {
    justify-content: flex-end;
  }
  body #main-header #header-nav-container #nav-top-row #header-search input[type=text] {
    width: 94%;
  }
  body #main-header #header-nav-container #nav-bottom-row {
    display: none;
  }
  .footer-container {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 11rem;
  }
 .footer-container #main-footer {
    padding-bottom: 110%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
.footer-container #footer-logo-container a img {
    max-width: 60%;
  }
.footer-container #footer-content-container .footer-contact-info {
    margin: 1.5rem auto;
    text-align: center;
  }
.footer-container #footer-content-container .footer-contact-info > li {
    margin: 0.35rem 0rem;
    border: 0;
    padding: 0;
    width: 100%;
  }
.footer-container #footer-content-container .copyright {
    justify-content: center;
  }
.footer-container #footer-content-container .main-footer-navigation .sub-menu .nav-heading {
    justify-content: center;
    padding-top: 1.5rem;
  }
.footer-container #footer-content-container .main-footer-navigation .sub-menu ul li {
    justify-content: center;
  }
.footer-container #footer-content-container .main-footer-navigation .sub-menu:first-of-type .nav-heading {
    padding-top: 0px;
  }
.footer-container #footer-content-container .budget-transparency .transparency-logo {
    justify-content: center;
  }
.footer-container #footer-content-container .budget-transparency .transparency-logo a img {
    padding-bottom: 2rem;
  }
.footer-container #footer-content-container .budget-transparency .transparency-text {
    justify-content: center;
    text-align: center;
  }
  .footer-socials {
    justify-content: center;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  body #main-header #logo-container {
    padding-bottom: 1rem;
  }
  body #main-header #header-nav-container #nav-top-row {
    justify-content: center;
  }
  body #main-header #header-nav-container #nav-top-row #header-search {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
    margin-left: 0.75rem;
  }
.footer-container #main-footer {
    padding-bottom: 50%;
  }
.footer-container #footer-content-container .footer-contact-info {
    margin-bottom: 1rem;
  }
.footer-container #footer-content-container .footer-contact-info > li {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 640px) {
  body #main-header #header-nav-container {
    -webkit-box: 1;
    -moz-box: 1;
    flex: 1 1 auto;
    width: auto;
    padding-top: 0px;
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu {
    display: flex;
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
  }
  body #main-header #header-nav-container #global-mobile-nav-container {
    display: none;
  }
.footer-container #footer-logo-container {
    flex-basis: 19.5%;
  }
.footer-container #footer-content-container {
    flex-basis: 76%;
    padding: 0 1.5% 1% 3%;
  }
.footer-container #footer-content-container .main-footer-navigation {
    margin: 1rem 0rem 0rem 0rem;
    padding: 2rem 0rem 3rem 0rem;
    border-top: 1px solid #c3c3c3;
  }
.footer-container #footer-content-container .main-footer-navigation .sub-menu {
    -webkit-box: 1;
    -moz-box: 1;
    flex: 1 1 auto;
    width: 25%;
  }
.footer-container #footer-content-container .main-footer-navigation .sub-menu ul {
    padding-right: 0.85rem;
  }
.footer-container #footer-content-container .budget-transparency {
    padding: 2rem 0rem 0rem 0rem;
    border-top: 1px solid #c3c3c3;
  }
.footer-container #footer-content-container .budget-transparency .transparency-logo {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 21%;
  }
.footer-container #footer-content-container .budget-transparency .transparency-logo a img {
    padding-right: 1rem;
  }
.footer-container #footer-content-container .budget-transparency .transparency-text {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 75%;
    align-items: center;
  }
}
#editIcon .t4Edit-page{
 color:#555; 
}
@media (min-width: 1024px) {
  body #main-header #header-nav-container #nav-top-row {
    justify-content: flex-end;
  }
  body #main-header #header-nav-container #nav-top-row #header-search {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1199px) {
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item {
    padding-left: 0.85rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li a {
    font-size: 0.94rem;
  }
.footer-container #main-footer {
    padding-bottom: 36%;
  }
}
@media screen and (-ms-high-contrast: active) {
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
    width: 100%;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu.full-width {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
    width: 100%;
  }
}
@media (-ms-high-contrast: none) {
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
    width: 100%;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu.full-width {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .footer-container {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 95%), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 60%;
  }
.footer-container #main-footer {
    padding-bottom: 22%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
.footer-container #main-footer {
    padding-bottom: 34%;
  }
}
body #main-content-container .footer-container a:not(.button) {
	text-decoration: none;
}









