.hgroup {
  margin: 0 0 24px 0;
}
h1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  color: #006DB6;
  font-weight: 600;
}
h2 {
  font-size: 1.8rem;
  line-height: 2.0rem;
  color: #555;
}
.intro {
  font-size: 1.9rem;
  line-height: 2.8rem;
}
/* Icon Section
---------------------------------------------*/
.iconSection {
  padding: 60px 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;
}
.iconSection h2 {
  color: #006DB6;
  text-aling: center;
}
.iconSection h3 {}
.iconBox {
  background: rgba(255, 255, 255, .7);
  border: 1px solid #DDD;
  overflow: hidden;
  margin-bottom: 24px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.iconBox:hover, .iconBox:focus {
  transform: scale(.98);
  text-decoration: none;
}
.iconBoxIcon {
  width: 100%;
  height: 120px;
  background-color: #006DB6;
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center center;
  background-repeat: no-repeat;
}
.iconBoxText {
  padding: 12px 5% 12px 5%;
}
.iconBox h3 {
  margin: 0 0 0 0;
  color: #006DB6;
}
/* Video Section
---------------------------------------------*/
.videoSection {
  padding: 60px 0 48px 0;
  background-color: rgba(0, 109, 182, .8);
  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;
  color: #FFF;
}
.videoSection h2 {
  color: #FFF;
}
.videoSection h3 {
  color: #FFF;
}
.videoSection .intro2 {
  color: #FFF;
}