/*------------------------------------------------------ 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;
}
/*------------------------------------------------------ Contact Us Section ----------------------------------------------------- */
.ContactSectionContainer {
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}
.ContactSectionContent {
  width: 100%;
  margin-bottom: 30px;
}
.ContectSectionForm {
  width: 400px;
}
.ContactUsTilesContainer {
  display: flex;
  flex-wrap: wrap;
}
.ContactUsTile {
  width: calc(33.33% - 50px);
  margin-right: 50px;
  border-right: 1px solid #e2e2e2;
  padding: 0px 50px 0px 0px;
  margin-bottom: 30px;
}
.ContactUsTile:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.ServicesSection {
  background-color: #f2f7fb;
}