/*------------------------------------------------------ Global Overrides ----------------------------------------------------- */
.MainMenu > li > a {
  color: #ffffff;
}
/*------------------------------------------------------ Main Banner ----------------------------------------------------- */
.BannerSectionContainer {
  background: rgb(37, 58, 75);
  background: linear-gradient(31deg, rgba(37, 58, 75, 1) 30%, rgba(80, 125, 160, 1) 70%);
}
.BannerContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 650px;
}
.BannerTile {
  display: block;
  height: 650px;
  width: 100%;
  background-image: url("../images/home/tile_desk.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.AnimatedChair {
  left: calc(50% + 150px);
}
/*------------------------------------------------------ Services Section ----------------------------------------------------- */
.ServicesSection {
  background-color: #f2f7fb;
}