body .grayBG {
  background-color: #f2f2f2;
}

body #mobile-nav-heading {
  display: none !important;
}

body #page-breadcrumb-row {
  display: none !important;
}

body main {
  padding-bottom: 3rem;
}

body main .valign-middle {
  display: table;
}

body main .valign-middle > .columns {
  display: table-cell;
  vertical-align: middle;
}

body main .valign-middle > .columns,
body main .valign-middle > [class*="column"] + [class*="column"]:last-child {
  float: none;
}

body main .noMargin {
  margin: 0 !important;
}

body main .noPadding {
  padding: 0 !important;
}

body main #top {
  border-top: 1px solid #dcdcdc;
}

body main #top #pageTitleArea {
  max-width: none;
  min-height: 55px;
  height: 55px;
}

body main #top #pageTitleArea h1 {
  font-family: "EB Garamond", "Garamond", Times, serif;
  font-weight: 500;
  font-size: 1.3em;
  margin-top: 9px;
  line-height: 1em;
}

body main #top #heroImage {
  background-image: url("/media/Oakland/Assets/Online-MBA/images/SBA-27000_OMBA-2000x625_Landing.jpg");
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 45%;
  max-width: none;
}

@media screen and (max-width: 64em) {
  body main #top #heroImage {
    background-position: 75% center;
  }
}

body main #top #heroImage #headerContent {
  max-width: 62.5rem;
  padding-top: 23rem;
}

@media screen and (min-width: 120.063em) {
  body main #top #heroImage #headerContent {
    padding-top: 27rem;
  }
}

@media screen and (max-width: 40em) {
  body main #top #heroImage #headerContent {
    padding-top: 17rem;
  }
}

body main #top #heroImage #headerContent #introHeading {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 4.5em;
  line-height: 0.8em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.85);
  padding: 1rem;
  display: inline-block;
  margin-bottom: 2rem;
}

@media screen and (max-width: 40em) {
  body main #top #heroImage #headerContent #introHeading {
    font-size: 2.5rem;
    line-height: 0.9em;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 40.001em) and (max-width: 64em) {
  body main #top #heroImage #headerContent #introHeading {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}

body main #top #heroImage #headerContent #introText {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  color: #ffffff;
  line-height: 1.5;
  padding-bottom: 20px;
  margin: 0;
}

body main #top #heroImage #headerContent #buttonRow {
  text-align: center;
  padding-bottom: 1rem;
}

@media screen and (min-width: 64.063em) {
  body main #top #heroImage #headerContent #buttonRow {
    padding-top: 1rem;
  }
}

body main #top #heroImage #headerContent #buttonRow .button {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  color: #877148;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.8rem;
  padding: 1rem;
  font-size: 1.3em;
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 25em) {
  body main #top #heroImage #headerContent #buttonRow .button {
    font-size: 1.1rem;
  }
}

body main #top #heroImage #headerContent #buttonRow .button:hover {
  color: #000000;
}

body main #mainContent h2 {
  font-size: 40px;
  font-family: "EB Garamond", "Garamond", Times, serif;
  font-weight: 500;
  line-height: 38px;
}

body main #mainContent h3 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #877148;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 20px;
}

body main #mainContent h4 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #262626;
  font-size: 1.3rem;
}

@media screen and (min-width: 64.001em) {
  body main #mainContent #middle {
    padding-top: 4em;
  }
}

@media screen and (max-width: 40em) {
  body main #mainContent #middle #listArea {
    display: none;
  }
}

@media screen and (max-width: 64em) {
  body main #mainContent #middle #listArea {
    padding: 2rem 0 1rem 0;
  }
}

body main #mainContent #middle #listArea #listAreaNestedRow {
  margin: 0;
}

body main #mainContent #middle #listArea #listAreaNestedRow .listSection a {
  text-decoration: none;
}

body main #mainContent #middle .listHeading:hover {
  cursor: pointer;
  color: #000000;
}

body main #mainContent #middle .list {
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 20px;
}

body main #mainContent #middle .list li {
  padding-top: 12px;
  line-height: 16px;
}

body main #mainContent #middle .list li a {
  color: #3f3f3f;
}

body main #mainContent #middle .list-padding-top {
  padding-top: 0.9em;
}

body main #mainContent #middle .indent {
  padding-left: 30px;
  list-style-position: inside;
}

body main #mainContent #middle p,
body main #mainContent #middle ul {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  font-size: 0.9em;
}

body main #mainContent #middle .serifBodyCopy {
  font-family: "EB Garamond", "Garamond", Times, serif;
  font-weight: 500;
  font-size: 1.3em;
  color: #323232;
  line-height: 1.3em;
}

@media screen and (max-width: 64em) {
  body main #mainContent #middle .serifBodyCopy {
    padding-top: 2rem;
  }
}

body main #mainContent #middle .buttonWrapper {
  text-align: center;
  margin-top: 3rem;
}

@media screen and (min-width: 64.063em) {
  body main #mainContent #middle .buttonWrapper {
    text-align: left;
  }
}

body main #mainContent #middle .buttonWrapper .button {
  text-transform: uppercase;
  background-color: #877148;
  color: #ffffff;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1.25rem;
  font-size: 1.1em;
  min-width: 260px;
  max-width: none;
}

@media screen and (max-width: 40em) {
  body main #mainContent #middle .buttonWrapper .button {
    font-size: 1em;
    min-width: 0;
  }
}

body main #mainContent #middle .buttonWrapper .button:hover {
  background-color: #a68d50;
}

body main #mainContent #middleBottom {
  padding: 3em 0 0 0;
  margin-top: 3em;
  max-width: none;
}

body main #mainContent #middleBottom #middleBottomContentContainer {
  max-width: 62.5rem;
}

body main #mainContent #middleBottom #middleBottomContentContainer .videoIntroText {
  color: #323232;
  font-size: 1.3em;
  font-family: "EB Garamond", "Garamond", Times, serif;
  font-weight: 500;
  line-height: 1em;
}

body main #mainContent #middleBottom #middleBottomContentContainer .flex-video {
  padding-top: 0;
}

body main #mainContent #middleBottom #middleBottomContentContainer .videoGold {
  color: #877148;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85em;
}

body main #mainContent #middleBottom #middleBottomContentContainer #fastFactRow {
  margin: 2rem 0 2.8rem 0;
}

body main #mainContent #middleBottom #middleBottomContentContainer #fastFactRow .fastFact {
  min-height: 10em;
}

body main #mainContent #middleBottom #middleBottomContentContainer #fastFactRow .fastFact .fastFactNumber {
  font-size: 3.3em;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #877148;
  line-height: 75px;
  margin-bottom: 0.05em;
  letter-spacing: -0.04em;
}

body main #mainContent #middleBottom #middleBottomContentContainer #fastFactRow .fastFact .fastFactDescription {
  color: #6a6a6a;
  font-size: 0.85em;
  line-height: 15px;
  margin-bottom: 0;
  max-width: 10rem;
  margin: 0 auto;
}

body main #mainContent #middleBottom #middleBottomContentContainer #fastFactRow .ffBorder {
  border-right: 1px solid #dadada;
}

body main #bottomSlider #sliderContainer {
  text-align: center;
  padding: 6em 0;
}

body main #bottomSlider #sliderContainer .sliderGoldText {
  color: #b59a57;
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: "EB Garamond", "Garamond", Times, serif;
  font-weight: 400;
  max-width: 20em;
  margin: 0 auto;
  padding: 1.5rem 0 1rem 0;
}

body main #bottomSlider #sliderContainer .quoteBy {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #4c4c4c;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/*# sourceMappingURL=online-mba.css.map */

