@charset "utf-8";
.topOffset {
  padding-top: 180px;
}
#topOffsetAdmin {
  padding-top: 180px;
}

#hero {
  margin: -50px 0 0 0;
  padding: 12vh 0 12vh 0;
  background-color: #155B99;
  -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: 32px;
  border: 1.5px solid #FFF;
  border-radius: 6px;
  min-height: 280px;
}
.heroTile h1 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  color: #155B99;
  font-weight: 400;
}
.heroTile p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #333;
  margin: 0 0 18px 0;
}
* {
  box-sizing: border-box;
}
.mySlides {
  display: none;
  background-color: #155B99;
}
.slideImage {
  background-size: 60%,cover;
  background-position: right,left;
  padding: 72px 0 48px 0;
  background-repeat: repeat-y, no-repeat;
}
#mySlides {
  display: block;
}
#mySlidesMobile {
  display: none;
}
.slideshow-container {
  margin: -50px 0 0 0;
  position: relative;
}
.dot {
  height: 1px;
  width: 1px;
  margin: 0;
  background-color: #FFF;
  color: #FFF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
.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-align: center;
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 100;
}
.pageMain h2 {
  text-align: 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;
  }
  .mySlides {
    background-color: #FFF;
  }
  #mySlidesMobile {
    display: block;
  }
  .heroTile {
    min-height: 10px;
    margin-top: 100px;
    padding: 24px;
  }
  .slideImage {
    margin-top:24px;
    background-size: 1%,160%;
    background-position: center,left top;
    background-repeat: no-repeat;
  }
}