html {
  height: 100%;
  scroll-padding-top: 160px;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Saira", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Saira", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 800;
}

.page-section {
  padding: 8rem 0;
}

.bg-blue {
	background-color: #173e64 !important;
  /*background-color: #0e294b !important;*/
}

.bg-color1 {
    background-color: #f8f9fa !important;
    color: #173e64 !important;
}

.bg-color2 {
    background-color: #173e64 !important;
    color: #f8f9fa !important;
}

.text-color1 {
    color: #173e64 !important;
}

.text-color2 {
    color: #f8f9fa !important;
}

.text-blue {
    color: #173e64 !important;
}

.cms-toolbar-expanded .fixed-top {
    top: 46px !important;
}

