html,
body {
  height: 100%;
}

body {
  min-height: 100%;
}
body span.gold {
  color: #877148;
}
body header {
  height: 180px;
  z-index: 3;
  position: relative;
  background-color: #877148;
  color: #fff;
}
@media screen and (max-height: 450px) {
  body header {
    height: 125px;
  }
}
@media screen and (max-width: 63.9375em) {
  body header {
    height: 150px;
  }
}
body header #logoWrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body header #logoWrapper #headerLogo {
  max-width: 291px;
  width: 100%;
  height: auto;
}
body main {
  background-color: #fff;
  display: block;
}
body main.grid-container {
  max-width: 60rem;
}
body main #titleWrapper {
  margin-bottom: 3rem;
}
@media screen and (max-width: 63.9375em) {
  body main #titleWrapper {
    margin-bottom: 2rem;
  }
}
body main #titleWrapper h2 {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 0.35rem 0rem;
  font-size: 1.7rem;
  display: inline-block;
  line-height: 1;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
}
@media screen and (max-width: 39.9375em) {
  body main #titleWrapper h2 {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body main #titleWrapper h2 {
    font-size: 1.325rem;
  }
}
body main #titleWrapper h2 .gold {
  font-size: 4.5rem;
  line-height: 0.9;
}
@media screen and (max-width: 39.9375em) {
  body main #titleWrapper h2 .gold {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body main #titleWrapper h2 .gold {
    font-size: 3.5rem;
  }
}
body main h1 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
  font-size: 4rem;
  margin: 4rem 0rem 1.5rem 0rem;
  line-height: 0.8;
}
@media screen and (max-width: 39.9375em) {
  body main h1 {
    font-size: 2.25rem;
    margin: 3rem 0rem 0.5rem 0rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body main h1 {
    margin: 3rem 0rem 1rem 0rem;
    font-size: 3.5rem;
  }
}
body main h3 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 1rem;
  text-transform: uppercase;
  line-height: 0.9;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body main h3 {
    font-size: 1.3rem;
  }
}
body main #introText .introTextBold, body main .introTextBold {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
body main #introText .introText,
body main .introText{
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 400;
  font-size: 0.92rem;
  line-height: 1.5;
}
body main #introText .introText .gold,
body main .introText .gold{
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
}
body main #formula {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 39.9375em) {
  body main #formula {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
body main #formula .formulaWrapper {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 0.9;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body main #formula .formulaWrapper {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body main #formula .formulaWrapper {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 25em) {
  body main #formula .formulaWrapper {
    font-size: 0.8rem;
  }
}
body main #formula .formulaWrapper .operator {
  padding: 0rem 1rem;
}
@media screen and (max-width: 39.9375em) {
  body main #formula .formulaWrapper .operator {
    padding: 0rem 0.5rem;
  }
}
@media screen and (max-width: 25em) {
  body main #formula .formulaWrapper .operator {
    padding: 0rem 0.3rem;
  }
}
body main #formula .formulaWrapper .balanceDetail {
  font-size: 1rem;
  text-transform: none;
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 39.9375em) {
  body main #formula .formulaWrapper .balanceDetail {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 39.9375em) {
  body main #formula .formulaWrapper .gold {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 25em) {
  body main #formula .formulaWrapper .gold {
    font-size: 1.2rem;
  }
}
body main #boxes {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
body main #boxes .box {
  background-color: #ededed;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.03rem;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 300;
}
body main #boxes .box ul {
  line-height: 1.3;
}
body main #boxes .box ul li a {
  color: #0a0a0a;
  text-decoration: underline;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 400;
}
body main #boxes .box ul li a:hover, body main #boxes .box ul li a:focus {
  color: #7a6641;
}
body main #boxes .box p {
  line-height: 1;
  margin-bottom: 0rem;
}
body main #boxes .box p em {
  font-size: 0.87rem;
}
body main #boxes .box .requirementDetail {
  margin-bottom: 0.6rem;
}
body main #how-much h2 {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 0.35rem;
  font-size: 1.7rem;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
}
@media screen and (max-width: 39.9375em) {
  body main #how-much h2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body main #how-much h2 {
    font-size: 1.5rem;
  }
}
body main #how-much span {
  font-size: 0.83rem;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 300;
  letter-spacing: -0.02rem;
  line-height: 1.2;
  display: block;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body main #how-much span {
    font-size: 0.92rem;
  }
}
@media screen and (min-width: 64em) {
  body main #how-much span {
    font-size: 1rem;
  }
}
body main #how-much .disclaimer {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 300;
  font-size: 0.87rem;
  line-height: 1.2;
}
body main #how-much .title {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
}
body main #how-much #you-pay span:not(.title):not(.disclaimer) {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
}
body main #scholarships {
  padding-top: 1.5rem;
  padding-bottom: 9rem;
}
body main #scholarships h3 {
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  body main #scholarships h3 {
    text-align: center;
  }
}
body main #scholarships p {
  font-size: 1rem;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375em) {
  body main #scholarships p {
    text-align: center;
  }
}
body main #scholarships p a {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
  color: #877148;
  text-decoration: underline;
}
body main #scholarships p a:hover, body main #scholarships p a:focus {
  color: #7a6641;
}
body main #scholarships .button {
  background-color: #877148;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
  padding: 1rem;
}
body main #scholarships .button:hover, body main #scholarships .button:focus {
  background-color: #7a6641;
}

.buttons-group{
    margin: 0;
}
body main #scholarships {
    padding-top: 0;
    padding-bottom: 0;
}
.bg-wrapper {
  background: #FFCD00;
  background: url("/media/Oakland/Assets/Tuition-Guarantee/images/GoldBkg_2-2.jpg");
  padding-bottom: 6rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-wrapper header {
  background:none;
}

#video-wrapper {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 2rem;
}
/*# sourceMappingURL=goldenGrizzliesTuitionGuarantee2.css.map */

