* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #54585a;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

.float-wrapper {
  height: auto;
}

.region--header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 24px 8px;
  background: #ffffff;
}

.navbar-brand {
  display: inline-block;
}

.logo {
  width: 170px;
  height: auto;
  display: block;
}

.nav__toggle,
#desktop-primary-nav,
#mobile-primary-nav,
.search-feature,
.loader,
.overlay-show {
  display: none !important;
}

#top {
  min-height: auto;
}

.main {
  display: block;
}

.post {
  margin: 0;
}

.content-block-1,
.standard-text {
  padding: 0 !important;
}

.component__content,
.standard-text__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.heading.gamma {
  margin: 12px 0 6px;
  color: #00205b;
  font-size: 2.1rem;
  line-height: 1.2;
}

.sub-heading.delta {
  margin: 0 0 18px;
  color: #00205b;
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 600;
}

.standard-text__content p {
  margin: 0 0 14px;
}

.standard-text__content a {
  color: #00205b;
}

.site-footer {
  margin-top: 24px;
}

.site-footer__bottom {
  background: #00205b;
  color: #ffffff;
  padding: 14px 24px;
}

.site-footer__bottom a {
  color: #ffffff;
  text-decoration: underline;
}
