/*------------------------------------------------------ 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;
}
/*------------------------------------------------------ Services Section ----------------------------------------------------- */
.AccentContainer {
	height: 40px;
	width: 100%;
	background-color: #ffffff;
	background-image: url("../images/global/tile_snowscape.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.ServicesSection {
  background-color: #f2f7fb;
}
/*------------------------------------------------------ About Contianer ----------------------------------------------------- */
.AboutContainer {
  display: flex;
  flex-wrap: nowrap;
}
.AboutContainerContent {
  flex: 1;
}
.AboutContainerImage {
  width: 250px;
  margin-left: 50px;
}
.AboutContainerImage img {
  border-radius: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  width: 100%;
  margin-top: -20px;
}