
html, body {
  background: #091744;
}

body,
#page-container,
#main-content,
#et-main-area {
  background: #091744 !important;
}

/* Full-width homepage cleanup */
.orion-home-polished #main-content .container,
.orion-home-polished #content-area,
.orion-home-polished .et-l--post,
.orion-home-polished .entry-content,
.orion-home-polished .container,
.orion-home-polished .et_pb_row,
.home .container,
.home .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
}

.orion-home-polished #left-area,
.home #left-area,
.home .et_pb_post {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home #sidebar,
.orion-home-polished #sidebar,
.home .et_right_sidebar #main-content .container:before {
  display: none !important;
}

.home .et_pb_section,
.orion-home-polished .et_pb_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

/* Top-level menu */
#top-menu > li > a,
.et-menu > li > a,
.et_pb_menu__menu nav > ul > li > a {
  color: #f5f9ff !important;
  font-weight: 700;
}

#top-menu > li > a:hover,
.et-menu > li > a:hover,
#top-menu > li.current-menu-item > a,
.et-menu > li.current-menu-item > a {
  color: #14f1d9 !important;
}

/* Dropdown readability */
#top-menu li ul,
.et-menu li ul,
.nav li ul,
.sub-menu,
.et_mobile_menu {
  background: #091744 !important;
  border-top: 1px solid rgba(20, 241, 217, 0.38) !important;
  border: 1px solid rgba(20, 241, 217, 0.18) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .30) !important;
}

#top-menu li li a,
.et-menu li li a,
.nav li ul li a,
.sub-menu li a,
.et_mobile_menu li a {
  color: #eafcff !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

#top-menu li li a:hover,
.et-menu li li a:hover,
.sub-menu li a:hover,
.et_mobile_menu li a:hover {
  color: #14f1d9 !important;
  background: rgba(20, 241, 217, 0.09) !important;
}

.orion-fpe-hero {
  background: linear-gradient(180deg,#091744 0%,#07112d 100%);
  padding: 56px 0 30px;
}

.orion-fpe-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.orion-fpe-kicker {
  color: #14f1d9;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.orion-fpe-hero h1,
.orion-fpe-panel-head h2 {
  color: #fff;
  margin: 10px 0 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.05;
}

.orion-fpe-hero p,
.orion-fpe-copy {
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.8;
  max-width: 780px;
  margin: 18px 0 0;
}

.orion-fpe-content {
  background: #091744;
  padding: 0 0 36px;
}

.orion-fpe-panel {
  background: rgba(9, 23, 68, .72);
  border: 1px solid rgba(20, 241, 217, .18);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(0,0,0,.20);
  color: #fff;
}

.orion-fpe-panel-head {
  margin-bottom: 14px;
}

.orion-fpe-actions,
.orion-fpe-inline-tools,
.orion-fpe-auth-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 8px;
}

.orion-fpe-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(20, 241, 217, .45);
  color: #eafcff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.orion-fpe-btn.primary {
  background: #14f1d9;
  color: #091744 !important;
  border-color: #14f1d9;
}

.orion-fpe-empty {
  background: rgba(9,23,68,.72);
  color: #fff;
  border: 1px solid rgba(20,241,217,.18);
  border-radius: 18px;
  padding: 20px;
}

/* bbPress readability */
#bbpress-forums,
#bbpress-forums div,
#bbpress-forums li,
#bbpress-forums p,
#bbpress-forums a,
#bbpress-forums span {
  color: #eafcff;
}

#bbpress-forums a:hover {
  color: #14f1d9 !important;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-replies,
#bbpress-forums fieldset.bbp-form,
#bbpress-forums .bbp-header,
#bbpress-forums .bbp-footer {
  background: rgba(9, 23, 68, .72) !important;
  border-color: rgba(20, 241, 217, .18) !important;
}

#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-title a,
#bbpress-forums .bbp-topic-permalink,
#bbpress-forums .bbp-reply-content,
#bbpress-forums .bbp-reply-post-date {
  color: #ffffff !important;
}

#bbpress-forums input,
#bbpress-forums textarea,
#bbpress-forums select {
  background: rgba(3, 12, 35, .85) !important;
  color: #fff !important;
  border: 1px solid rgba(20,241,217,.25) !important;
}

#bbpress-forums button,
#bbpress-forums input[type="submit"] {
  background: #14f1d9 !important;
  border-color: #14f1d9 !important;
  color: #091744 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
}

@media (max-width: 980px) {
  .orion-fpe-hero h1,
  .orion-fpe-panel-head h2 {
    font-size: 34px;
  }
}
