/* Main css file for site: disc. */

/* Import Foundation Grid */

@import url(/css/foundation-grid.css);

/* NEW BSCF styles via /css/bscf.css */

/* .jumbotron {
  background-position: center center;
  background-size: 1600px auto;
  max-height: none;
  max-width: 1600px;
  overflow-x: hidden;
}

.jumbotron {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #999;
  background-image: url("/images/departments/disc/scm/BSCF-Slider-Symposium-BG.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.jumbotron {
  color: white;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
} */

.container::before, .container::after {
  content: "";
  display: table;
}

/* .jumbotron h2 {
  color: white;
  font-family: "League Gothic", sans-serif;
  font-size: 86px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 0.95em;
  margin-bottom: 36px;
  margin-left: 3px;
  margin-right: 0;
  margin-top: 150px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-shadow: -0.04em 0.04em rgba(0, 0, 0, 0.60);
  text-transform: uppercase;
  width: 640px;
}

.jumbotron p {
  color: white;
  font-family: "Crimson", serif;
  font-size: 36px;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-left: 3px;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  text-shadow: 0 0 15px #111, 0 0 5px black;
} */

.mbaenergy {
  padding-left: 0;
  padding-right: 0;
}

ul.indent, ol.indent {
  padding-left: 14px;
}

/*Bronze styles*/

.button.bscf {
  background-color: #846b32;
  color: #FFFFFF;
  border: 1px solid #5d4c21;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button.bscf:hover {
  background-color: #52441f;
  color: #FFFFFF;
}

.button.bscf:focus {
  -webkit-box-shadow: 0 0 5px #4b3d19, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 5px #4b3d19, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 5px #4b3d19, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button.page {
  background-color: #5d4c21;
  color: #FFFFFF;
  border: 1px solid #5d4c21;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button.page:hover {
  background-color: #52441f;
  color: #FFFFFF;
}

.button.page:focus {
  -webkit-box-shadow: 0 0 5px #4b3d19, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 5px #4b3d19, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 5px #4b3d19, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

blockquote {
  color: #c99212;
  float: left;
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 0.75em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0px;
  padding-right: 40px;
  padding-top: 0.25em;
  position: relative;
  width: 100%;
  border-left: none;
}

blockquote cite {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 12px;
  float: right;
}

.galleryText {
  color: #666;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 300px;
}

.page-content .bronze, .page-content h3.bronze {
  color: #c99212;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 17px;
}

.page-content .subheaderbscf {
  color: #666666;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 17px;
}

@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;
  }
}