/* ===== Page Layout ===== */

#contentHeader {
  position: relative;
  z-index: 50;
  margin: 0 0 4rem 0;
  padding: 0;
}

#contentHeader h1,
section.page header h1 {
  margin: 0;
  line-height: 1.15;
  font-size: 3rem;
  color: #5645da;
  font-family: "Varela Round", "Helvetica-Neue", sans-serif;
  font-weight: normal;
}

#content article {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 0;
}


/* ===== Top Navigation ===== */

.fim-topnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.2rem;
  background: #fff;
  z-index: 100;
}

.fim-topnav-inner {
  width: 960px;
  max-width: 96%;
  height: 7.2rem;
  margin: 0 auto;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.fim-logo-link {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  margin-right: 4rem !important;
  text-decoration: none !important;
}

.fim-logo {
  width: auto !important;
  height: 7.2rem !important;
  max-height: 7.2rem !important;
  display: block !important;
  object-fit: contain !important;
}

.fim-nav-links {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 3rem !important;
  white-space: nowrap !important;
}

.fim-nav-links a {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #5645da !important;
  font-family: "Gilroy Bold", "Gilroy", "Varela Round", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.fim-nav-links a:hover {
  color: #5645da !important;
}


/* ===== Body Content ===== */

.contentArea {
  font-size: 1.6rem;
  line-height: 1.5em;
}

.contentArea p {
  padding: 0.5rem;
}

.contentArea img {
  max-width: 100%;
  height: auto;
}


/* ===== Side Navigation ===== */

.rightNav {
  width: 100%;
}

.rightNav .navSectionHeader {
  display: block;
  text-decoration: none;
}

.rightNav .navSectionHeader h2 {
  margin: 0;
  padding: 1em 1.5em;
  background: #bfbfbf;
  color: #5645da;
  font-family: "Varela Round", "Helvetica-Neue", sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  line-height: 1.15;
  text-transform: lowercase;
}

.rightNav .navItems {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rightNav .navItem a {
  display: block;
  color: #666 !important;
  background-color: #bfbfbf;
  font-family: "Varela Round", "Helvetica-Neue", sans-serif;
  font-size: 1.7em;
  text-decoration: none;
  text-transform: lowercase;
  padding: 1em 1.5em;
  margin: 0.5em 0;
  line-height: 1.15;
}

.rightNav .navItem.selected a {
  text-decoration: underline;
}

.rightNav .navItem a:hover {
  background-color: #fff;
}