:root {
  --dark-bg-color: #030e30;
  --light-bg-color: #ffffff;
  --dark-font-color: #ffffff;
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

p {
  margin-top: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 1em;
}

footer#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--dark-bg-color);
}
footer#footer a {
  color: var(--dark-font-color);
}
footer#footer .region-footer {
  padding-left: 20px;
  padding-right: 20px;
}

#block-ept-light-footer h2 {
  margin-left: 16px;
  color: #fff;
}
#block-ept-light-footer a {
  text-decoration: none;
}
#block-ept-light-footer a:hover {
  text-decoration: underline;
}

header#header {
  background: var(--dark-bg-color);
  color: var(--dark-font-color);
  transition: all 0.1s;
  border-bottom: none;
  overflow: visible;
  padding-bottom: 0;
  top: var(--gin-toolbar-y-offset);
  width: 100%;
}
header#header a {
  color: var(--dark-font-color);
}
header#header .site-logo img {
  margin-top: 5px;
  height: 60px;
  width: auto;
}
header#header .top-header {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
header#header .navbar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#block-ept-light-main-menu .menu-item {
  display: inline-block;
  border-right: 1px solid #02276c;
}
#block-ept-light-main-menu .menu-item:nth-last-child(1) {
  border-right: none;
}
#block-ept-light-main-menu .menu-item:nth-child(1) a {
  padding-left: 0;
}
#block-ept-light-main-menu .menu-item a {
  display: inline-block;
  padding: 6px 18px;
  text-decoration: none;
}
#block-ept-light-main-menu .menu-item a:hover {
  text-decoration: underline;
}
#block-ept-light-main-menu .menu {
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-left: 0;
}

#block-ept-light-account-menu .menu-item {
  display: inline-block;
  border-right: 1px solid #02276c;
}
#block-ept-light-account-menu .menu-item a {
  padding: 4px 8px;
  font-size: 12px;
  text-decoration: none;
}
#block-ept-light-account-menu .menu-item a:hover {
  text-decoration: underline;
}

.ept-basic-button-wrapper a {
  text-decoration: none;
}
.ept-basic-button-wrapper a:hover {
  text-decoration: underline;
}

.ept-button2-wrapper {
  align-items: center;
}
.ept-button2-wrapper a {
  text-decoration: underline;
}
.ept-button2-wrapper a:hover {
  text-decoration: none;
}

.ept-basic-button2-wrapper a {
  text-decoration: underline;
  align-self: center;
}
.ept-basic-button2-wrapper a:hover {
  text-decoration: none;
}

.region-content .ept-accordion-plus_minus_left .ui-accordion .ui-accordion-header::before {
  margin-top: 0;
}

.region-content .ept-accordion-plus_minus_left .ui-accordion .ui-accordion-header {
  font-size: 16px;
}

.ept-tab-content a {
  text-decoration: none;
}
.ept-tab-content a:hover {
  text-decoration: underline;
}

.views-exposed-form.block-views {
  color: #fff;
}
.views-exposed-form.block-views .form-actions {
  display: none;
}
.views-exposed-form.block-views .form-item-created label {
  margin-right: 5px;
}

.view-what-s-new .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #030e30;
}
.view-what-s-new .views-row:nth-last-child(1) {
  border-bottom: none;
}

.pager {
  margin-top: 40px;
}
.pager a {
  text-decoration: none;
  color: #043cad;
}
.pager a:hover {
  text-decoration: underline;
}