/*
Red (AAA):     #811A31 rgb(129, 26, 49)
Blue (AAA):    #7EE5CE rgb(126, 229, 206)
Purple (AAA):  #532E7F (83, 46, 127)

-----------------------------------------------------------------------------*/
#headingTitles {
  padding: 48px 0 48px 0;
  background: #EFEFEF;
  text-align: center;
}
#headingTitles h1 {
  font-size: 1.8rem;
  line-height: 2.0rem;
  font-weight: 100;
  color: #333;
}
#headingTitles h2 {
  font-size: 0.8rem;
  line-height: 1.0rem;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#hero {
  margin: 48px 0 0 0;
  padding: 15vh 0 15vh 0;
  background-color: #811A31;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.heroTile {
  background-color: rgba(255, 255, 255, .8);
  padding: 36px;
  border: 1.5px solid #FFF;
  border-radius: 4px;
}
.heroTile h1 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  color: #811A31;
  font-weight: 400;
}
.heroTile p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0 0 12px 0;
  color: #333;
}
/* Main Body
---------------------------------------------*/
.pageMain {
  padding: 48px 0 48px 0;
  background-color: rgba(0, 109, 182, .1);
  background-image: url('/media/static/images/commencement-bank-icon-wht-40.svg');
  -webkit-background-size: 40%;
  -moz-background-size: 40%;
  -ms-background-size: 40%;
  -o-background-size: 40%;
  background-size: 40%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.pageMain h1 {
  text-aling: center;
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 100;
}
.pageMain h2 {
  text-aling: center;
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 100;
}
.pageMain img {
  width: 100%;
  height: auto;
  background: #EFEFEF;
  border: 1px solid #FFF;
}
@media only screen and (max-width: 1024px) {
  #hero {
    margin: 0 0 0 0;
    padding: 72px 0 48px 0;
  }
}
@media only screen and (max-width: 549px) {
  #hero {
    padding: 60px 0 36px 0;
  }
  /* Image Tiles (mobile)
-----------------------------------------------------------*/
  .imageSection {
    padding: 36px 0 36px 0;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -ms-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
  }
  .imageBox {
    width: 95%;
  }
}