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;
  filter: brightness(0);
}
body main {
  background-color: #fff;
  display: block;
}
body main.grid-container {
  max-width: 60rem;
}
body main #titleWrapper {
  margin-bottom: 3rem;
  padding-top: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.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.9;
  color: dimgrey;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body main h3 {
    font-size: 1.3rem;
  }
}
body main #introText .introTextBold {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
}
body main #introText .introText {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.92rem;
  line-height: 1.2;
}
body main #introText .introText .gold {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 500;
}
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: 0.9;
  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;*/
  background-color: #F8E08E;
  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;
  text-align:center;
}
body main #boxes .box ul {
  line-height: 1.3;
}
body main #boxes .box ul li a {
  color: #877148;
  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.4;
  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.4;
  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;
   /*background-color: #e6990b;*/
}

.buttons-group{
    margin: 0;
}
body main #scholarships {
    padding-top: 0;
    padding-bottom: 0;
}
.bg-wrapper {
  background: #FFCD00;
  background: url("/media/Oakland/Assets/OUPledge/images/ThePledgeBkg_PIC-opacity.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;
}

#pledgeHeadingImage{

}

#pledge-heading-hr{
 border: #ED8B00 2px solid;
}

#large-pledge-heading-hr{
 border: #ED8B00 6px solid;
}
#large-pledge-hr{
 border: #ED8B00 4px solid;
  margin-bottom:0.5rem;
  width:97%;
}
.mainImage{
    text-align: center;
    margin-bottom: 2rem;
}
.main-image-caption a, p a{
 	color: black;
  text-decoration:underline;
}
.main-image-caption a:hover{
 	color: #877148;

}
 p a:hover{
 	color: #877148;

}
.student-stories{
 background-color: #ededed; 
  padding-top: 1rem !important;
}
.student-story-box{
 text-align:left; 
}

@media print, screen and (min-width: 40em) {
    #PledgeDef {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}

.callout-box {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
position:relative; 
z-index: 3; 
background: #fff; 
padding: 1.8rem; 
font-size: 1rem; 
font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; 
font-weight: 300; 
line-height: 1.2rem;
background: url(https://www.oakland.edu/media/Oakland/Assets/OUPledge/images/ThePledgeBkg_PIC-opacity.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.main-image-caption {
margin-bottom: 2.5rem;
}
body main #titleWrapper {
margin-bottom: 1rem !important;
}
.callout-box {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
position:relative; 
z-index: 3; 
background: #fff; 
padding: 2rem; 
font-size: 1rem; 
font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; 
font-weight: 400; 
line-height: 1.2rem;
background: url(https://www.oakland.edu/media/Oakland/Assets/OUPledge/images/ThePledgeBkg_PIC-opacity.jpg);
    background-position: 79% 39%;
    background-repeat: no-repeat;
}
.callout-box p {
color: #0a0a0a;
margin-bottom: 0;
}
.banner-wrapper {
margin-bottom: .5rem;
}
#introText {
margin-top: 2rem;
}
@media print, screen and (min-width: 40em) {
.callout-box-wrapper {
width: calc(100% + 230px);
}
.mainImage {
text-align: right;
}
.mainImage img {
max-width: 96%;
}
}
@media print, screen and (max-width: 40em) {
body main #titleWrapper {
margin-bottom: 0 !important;
}
.main-image-caption {
font-size:.8rem;
margin-bottom: 1rem;
}
.callout-box {
box-shadow: none;
padding: 1.5rem; 
}
}
.callout-link:hover {
font-weight: 500;
text-decoration: none;
color: #0a0a0a;
}
body main #boxes {
padding-bottom: 0;
}
.grid-container {
padding-bottom:2rem;
}





































