/* Hub banner */
.wr-sub-nav #menuButton {
    top: auto;
}

.subnav-enabled .wr-navLink-active a:hover {
    background-color: #2571b4cb !important;
    color: white;
}

.wr-main-banner {
    margin-top: -40px;
}

.wr-hub-banner-wrap img {
    height: 72px;
    margin-top: 5px;
    margin-right: 15px;
    padding: 7px;
    background-color: white;
    border-radius: 50%;
}

.wr-hub-banner {
    background-color: #26374a !important;
}

/* Domain images/icons */
.qol-domain-icon {
    padding: 10px;
    border-radius: 50%;
    /* background-color: #26374a; */
    height: 100px;
    width: auto;
    margin-top: 40px;
}

.qol-domain-icon-nm {
    padding: 10px;
    border-radius: 50%;
    /* background-color: #26374a; */
    height: 100px;
    width: auto;
}

.qol-domain-icon-sm {
    padding: 0px;
    height: 40px;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    border: none;
    margin-left: 10px;
}

.panel-release-tracker {
    border-color: #404f60;
}

.panel-release-tracker .panel-heading {
    border-color: #404f60;
    background-color: #404f60;
}

/* Icons as links */
.qol-domains a {
    text-decoration: none;
}

.qol-domains a:hover {
    color: #1c578a;
}

.qol-domains a:visited {
    color: inherit;
}

.qol-domains a:hover img {
    background-color: #1c578a;
}

/* QoL featured releases */
.qol-feature {
    margin: 0.2em;
    border-radius: 10px;
    border: 1px solid rgb(202, 202, 202);
    background-color: #f5f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: white;
}

.qol-feature-body {
    padding: 1em;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
}

.qol-feature-header {
    border-radius: 10px 10px 0px 0px;
}

.qol-feature-header img {
    border-radius: 10px 10px 0px 0px;
}

/* Domain color classes */
.qol-domain-central {
    background-color: #262626;
}

.qol-domain-health {
    background-color: #fd669d;
}

.qol-domain-prosperity {
    background-color: #ff7374;
}

.qol-domain-environment {
    background-color: #35cda6;
}

.qol-domain-society {
    background-color: #fcd161;
}

.qol-domain-governance {
    background-color: #9a9a9a;
}

.qol-domain-all {
    background-color: #26374a;
}

/* Nav active link color */
.wr-sub-nav.wr-static-nav-enabled .wr-navLink .wr-navLink-active {
    background-color: #33465c !important;
}

#catalogue-filters .h4 {
    font-size: 1.1em !important;
}

#catalogue-filters .h3 {
    font-size: 1.2em !important;
}

.h4.mrgn-tp-sm.mrgn-bttm-0 {
    line-height: 24.2px !important;
}