/*------------------------------------------------------ Global Overrides ----------------------------------------------------- */
.PageContentContainer {
  padding-top: 100px;
}
.StickyHeader {
  height: 76px;
  transition: height 0.3s;
  background: #ffffff;
}
.FooterSection {
  background: rgb(37, 58, 75);
  background: linear-gradient(90deg, rgba(37, 58, 75, 1) 30%, rgba(80, 125, 160, 1) 70%);
}
.FooterTile h4 {
  color: #d38726;
  font-size: 14px;
}
.FooterContainer a {
  color: #ffffff;
  font-size: 14px;
}
.SlideShowContainer {
  width: 100%;
  background-color: #ffffff;
  margin: auto;
  border-radius: 10px;
  min-height: 800px;
}
.SlideContainer {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  border-radius: 10px;
}
.swiper-container {
  width: 100%;
}
.swiper-slide img {
  width: 100%;
}
.ServicesSection {
  background-color: #f2f7fb;
}