/* Main css file for site: ms-supply-chain. */

/* Import the Foundation Grid */
@import url("/css/foundation-grid.css");

/* Import the Undergraduate SCM styles for course pages */
@import url("/css/undergraduate/advising/supply-chain-management/main.css");

/* From /css/master-graduate-ecity.css */
.panel {
  padding: 15px;
  /*** ecity added **/
  /* background-color:#fff !important; */
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  border-top: solid 4px #bf0032;
  -webkit-box-shadow: 0px 6px 30px -15px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 6px 30px -15px rgba(0,0,0,0.6);
  box-shadow: 0px 6px 30px -15px rgba(0,0,0,0.6);
}

/* Subsite title */
@media only screen and (max-width: 992px) {
  .gen-header h1, .gen-header-muted h1, .gen-header .subsite-header, .gen-header-muted .subsite-header {
    font-size: 6rem;
    line-height: 6.25rem;
  }
}