#header-menu-container {
    display:inline-block;
    margin-bottom:0px;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    font-size:14px;
    line-height:5px;
    padding-left: -1px;
  }

#page-links {
padding-top: 8px;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
    color:#000000;
}

#page-links ul {
   display: inline-block;
   list-style-type: none;
   position: relative;
   flex-wrap: wrap;
    color:#000000;
}

#page-links li {
    display: inline-block;
    position: relative;
    color:#000000;
}

#page-links a {
    display:inline-block;
    font-size:14px;
}

#page-links .piped-list>li:after {
    display: visible;
    color:#000000;
    padding-right:5px;
}
#page-links .piped-list>li:before {
    display:visibile;
    padding-right:0px;
}

/*Search bar UMSYSTEM blue*/
#search-form.callout-region {
background-color: #1C3044 !important;
}

.feature-region {
background-color: #f6cd79;
padding-left: 100px;
padding-right: 100px;
}

#feature {
background: #efce85;
}

#home-page {
    background:#ffffff;
}


/*LISTING PAGE*/

/*Format the listing page feature area background*/
#product-page #feature {
    background: #002B49;
    padding-top: 20px
}

/*Format the background inside the feature area*/
.product-bg {
  background-color: #f0f0f0;
}

/*Format the account logo under feature area; same logo on Home Page*/
.product-tile .product-account-logo {
  height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*To hide the account logo on listing page, use code below instead and remove /* */ around code*/
/*.product-tile .product-account-logo {
  display: none;
}
*/

/*Format the full course or program description area*/
#main {
 color: #0899D3;
min-height: 150px;
}

/* Modify the listing page footer background*/
.callout-region {
  background-color: #EFCE85;
}

/*Format the listing page footer text layout*/
#product-page footer .h2 {
  font-style: normal;
  margin: 15px 0;
  color: #0C1147;
  font-size: 25px;
}

/*FOOTER*/

/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #ffffff;
  padding-top: 30px;

/*To change the size of the first row of footer links, add to above code*/  
font-size: 14px;
}
/*

/*Format the second row of copyright information*/
.small {
  font-size: 12px;
  color: ##8e99a0;
}

/*MEDIA FORMATTING rules for responsive devices. This coding is optional but helpful for tablets and mobile devices.*/

/*Media for header*/

@media (max-width: 768px) {
  #app-header .header-nav {
    background: #EFCE85;
    text-align:center;
  }
}

@media (max-width: 1200px) {
#user-nav {
display: inline-flex;
min-width: 400px;
    max-width: 800px;
    text-align:center;
flex-direction: column;
grid-container: 1fr;
}

  #page-links {
display: inline-flex;
min-width: 400px;
    max-width: 800px;
    text-align:center;
flex-direction: column;
}

#page-links ul {
display: inline-flex;
flex-direction: column;
    text-align:center;
  }

#page-links li {
display: inline-flex;
    text-align:center;
flex-direction: column;
padding-top: 12px;
}

#page-links .piped-list>li:after {
    display: none;
}

#page-links .piped-list>li:before{
    display: none;
}


*/Media for feature region*/

@media (max-width: 1200px) {
  #home-page #feature div {
    max-width: 800px;
    padding: 0 2em;
 }
 
@media (max-width: 768px) {
  #home-page #feature {
    height: 200px;
    text-align: center;
    padding: 0 2em;
  }

.alert-top {
  margin-bottom: 0;
}