@charset "UTF-8"; /********* public:node_list.less ********/
@media (min-width: 650px) {
    .block.block--category .block-body {
        display:flex;
        flex-wrap: wrap;
        align-items: stretch
    }

    .block.block--category .node {
        flex: 0 0 50%;
        max-width: 50%
    }

    .template-forum_view .p-body-pageContent .block-body,.template-category_view .p-body-pageContent .block-body {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch
    }

    .template-forum_view .p-body-pageContent .block-body .node,.template-category_view .p-body-pageContent .block-body .node {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.block.block--category .block-container {
    background: none;
    border: none
}

.node {
    padding-top: 6px;
    padding-bottom: 6px
}

@media (min-width: 650px) {
    .node:nth-child(2n+2) {
        padding-left:10px
    }
}

.node-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: rgba(19,25,38,0.6);
    padding: 10px;
    border: 1px solid #1f2937;
    border-left: 5px solid #00f8b9;
    border-radius: 15px;
    backdrop-filter: blur(40px)
}

.node--page .node-body,.node--link .node-body {
    flex-direction: row;
    align-items: center
}

.node-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 77px;
    padding-right: 10px
}

.node-icon i {
    position: relative;
    display: block;
    width: 67px;
    height: 87px;
    line-height: 87px;
    background-color: #00f8b9;
    font-size: 24px;
    border-radius: 15px
}

.node-icon i:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #131926
}

.node--unread .node-icon i:before {
    opacity: 1;
    color: #111827
}

.node--category .node-icon i:before {
    content: "\f086";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.node--forum .node-icon i.fa-comments:before {
    content: "\f4b6";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.node--search .node-icon i::before {
    content: "\f002";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.node--page .node-icon i:before {
    content: "\f15c";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.node--link .node-icon i:before {
    content: "\f0c1";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.node-icon i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/upload/data/styles/9/styles/flow/img/nodes.png");
    background-size: 11rem;
    opacity: 0.07
}

.node-img {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    padding-right: 10px
}

.node-img i {
    display: block;
    width: 67px;
    height: 87px;
    background-color: #bee3f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px
}


.node-main {
    display: table-cell;
    vertical-align: middle
}

.node-statsMeta {
    font-size: 12px;
    padding-bottom: 10px
}

.node-statsMeta>dl.pairs.pairs--inline {
    padding: 3px 10px 2px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 12px
}

.node-statsMeta>dl.pairs.pairs--inline>dt {
    color: inherit
}

.node-statsMeta>dl.pairs.pairs--inline>dt::after {
    display: none
}

.node-statsMeta>dl.pairs.pairs--inline>dd {
    font-weight: 700
}

.node-extra {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: 318px;
    padding-top: 10px;
    font-size: 13px
}

.node-extra-row {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    color: #9ca3af;
    padding-right: 20px
}

.node-extra-icon {
    padding-right: 6px;
    float: left
}

.node-extra-icon .avatar {
    width: 30px;
    height: 30px;
    font-size: 18px
}

.node-extra-title {
    font-weight: 500
}

.node-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400
}

.node--unread .node-title {
    font-weight: 700
}

.node-description {
    font-size: 13px;
    color: #b7bcc5
}

.has-js:not(.has-touchevents) .node-description.node-description--tooltip {
    display: none
}

.node-meta {
    font-size: 13px
}

.node-stats {
    display: none;
    width: 140px;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0
}

.node-stats>dl.pairs.pairs--rows {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 3px
}

.node-stats>dl.pairs.pairs--rows:first-child {
    padding-left: 0
}

.node-stats>dl.pairs.pairs--rows:last-child {
    padding-right: 0
}

.node-stats.node-stats--single {
    width: 100px
}

.node-stats.node-stats--single>dl.pairs.pairs--rows {
    width: 100%;
    float: none
}

.node-stats.node-stats--triple {
    width: 240px
}

.node-stats.node-stats--triple>dl.pairs.pairs--rows {
    width: 33.333%
}

@media (max-width: 1000px) {
    .node-stats {
        display:none
    }
}

.node-bonus {
    font-size: 13px;
    color: #9ca3af;
    text-align: right
}

.node-subNodesFlat {
    font-size: 13px;
    margin-top: .3em
}

.node-subNodesFlat .node-subNodesLabel {
    display: none
}

.node-subNodeMenu {
    display: inline
}

.node-subNodeMenu .menuTrigger {
    color: #9ca3af
}

.block.block--category7 .node-body {
    border-left-color: #c6f6d5
}

.block.block--category10 .node-statsMeta>dl.pairs.pairs--inline,.block.block--category10 .node-icon i,.block.block--category10 .node--newIndicator {
    background-color: #e9d8fd;
    color: #2d3748
}

.block.block--category10 .node-body {
    border-left-color: #e9d8fd
}

.block.block--category14 .node-statsMeta>dl.pairs.pairs--inline,.block.block--category14 .node-icon i,.block.block--category14 .node--newIndicator {
    background-color: #fefcbf;
    color: #2d3748
}

.block.block--category14 .node-body {
    border-left-color: #fefcbf
}

@media (max-width: 650px) {
    .node-extra-icon {
        display:none
    }

    .node-description,.node-stats,.node-subNodesFlat {
        display: none
    }
}

@media (max-width: 480px) {
    .node-subNodeMenu {
        display:none
    }
}

.subNodeLink:before,.subNodeLink .subNodeLink-icon {
    display: inline-block;
    width: 1.28571429em;
    margin-right: .3em;
    text-decoration: none;
    text-align: center;
    color: #131926
}

.subNodeLink:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.subNodeLink:hover:before:before,.subNodeLink:hover:before .subNodeLink-icon {
    text-decoration: none
}

.subNodeLink.subNodeLink--unread {
    font-weight: 700
}

.subNodeLink.subNodeLink--unread:before,.subNodeLink.subNodeLink--unread .subNodeLink-icon {
    color: #111827
}

.subNodeLink.subNodeLink--category:before {
    content: "\f086";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.subNodeLink.subNodeLink--page:before {
    content: "\f15c";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.subNodeLink.subNodeLink--link:before {
    content: "\f0c1";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.subNodeLink.subNodeLink--search::before {
    content: "\f002";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.node-subNodeFlatList {
    list-style: none;
    margin: 0;
    padding: 0
}

.node-subNodeFlatList:before,.node-subNodeFlatList:after {
    content: " ";
    display: table
}

.node-subNodeFlatList:after {
    clear: both
}

.node-subNodeFlatList>li {
    display: inline-block;
    margin-right: 1em
}

.node-subNodeFlatList>li:last-child {
    margin-right: 0
}

.node-subNodeFlatList ol,.node-subNodeFlatList ul,.node-subNodeFlatList .node-subNodes {
    display: none
}

.subNodeMenu {
    list-style: none;
    margin: 0;
    padding: 0
}

.subNodeMenu ol,.subNodeMenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.subNodeMenu .subNodeLink {
    display: block;
    padding: 6px 10px;
    color: #ebedef;
    text-decoration: none;
    cursor: pointer
}

.subNodeMenu .subNodeLink:hover {
    color: #dcdfe4;
    text-decoration: none;
    background: #222c38
}

.subNodeMenu li li .subNodeLink {
    padding-left: 1.5em
}

.subNodeMenu li li li .subNodeLink {
    padding-left: 3em
}

.subNodeMenu li li li li .subNodeLink {
    padding-left: 4.5em
}

.subNodeMenu li li li li li .subNodeLink {
    padding-left: 6em
}

.subNodeMenu li li li li li li .subNodeLink {
    padding-left: 7.5em
}

/********* public:notices.less ********/
.notices {
    list-style: none;
    margin: 0;
    padding: 0
}

.notices.notices--block .notice {
    margin-bottom: 10px
}

.notices.notices--floating {
    margin: 0 20px 0 auto;
    width: 300px;
    max-width: 100%;
    z-index: 800
}

@media (max-width: 340px) {
    .notices.notices--floating {
        margin-right:10px
    }
}

.notices.notices--floating .notice {
    margin-bottom: 20px
}

.notices.notices--scrolling {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #1f2937;
    margin-bottom: 10px
}

.notices.notices--scrolling.notices--isMulti {
    margin-bottom: 30px
}

.notices.notices--scrolling .notice {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    border: none
}

.noticeScrollContainer {
    margin-bottom: 10px
}

.noticeScrollContainer .lSSlideWrapper {
    border: 1px solid #1f2937
}

.noticeScrollContainer .notices.notices--scrolling {
    border: none;
    margin-bottom: 0
}

.notice {
    position: relative;
    border: 1px solid #1f2937
}

.notice:before,.notice:after {
    content: " ";
    display: table
}

.notice:after {
    clear: both
}

.notice.notice--primary {
    color: #2d3748;
    background: #718096
}

.notice.notice--accent {
    color: #2d3748;
    background: #bee3f8
}

.notice.notice--accent a:not(.button--notice) {
    color: #2d3748
}

.notice.notice--dark {
    color: #fefefe;
    border: none;
    background: #141414
}

.notice.notice--dark a:not(.button--notice) {
    color: #b4b4b4
}

.notice.notice--light {
    color: #141414;
    background: #fefefe
}

.notice.notice--light a:not(.button--notice) {
    color: #828282
}

.notice.notice--enablePush {
    display: none
}

@media (max-width: 900px) {
    .notice.notice--enablePush {
        padding:3px 3px 10px;
        font-size: 13px
    }
}

@media (max-width: 900px) {
    .notice.notice--cookie .notice-content {
        padding:3px 3px 10px;
        font-size: 12px
    }

    .notice.notice--cookie .notice-content .button--notice {
        font-size: 12px;
        padding: 3px 6px
    }

    .notice.notice--cookie .notice-content .button--notice .button-text {
        font-size: 12px
    }
}

.notice.notice--cookieAdvanced .notice-content {
    padding: 1em 0
}

.notice.notice--cookieAdvanced .notice-content .u-pageCentered {
    display: grid;
    grid-template-columns: 1fr 310px;
    gap: 30px;
    align-items: end
}

@media (max-width: 650px) {
    .notice.notice--cookieAdvanced .notice-content .u-pageCentered {
        display:block
    }
}

.notice.notice--cookieAdvanced .notice-content h2 {
    margin: 0
}

.notice.notice--cookieAdvanced .notice-content .button {
    width: 100%;
    margin: .5em 0;
    font-weight: bold
}

.notice.notice--cookieAdvanced .notice-content form.is-active {
    display: contents;
    grid-column: span 2
}

.notice.notice--cookieAdvanced .notice-content form.is-active .formRow.formRow--fullWidth>dd {
    padding-left: 0;
    padding-right: 0
}

.notice.notice--cookieAdvanced .notice-content form:not(.is-active) {
    display: none
}

.notices--block .notice {
    font-size: 15px;
    border-radius: 15px
}

.notices--floating .notice {
    font-size: 11px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25)
}

.notices--floating .notice.notice--primary {
    background-color: rgba(113,128,150,0.8)
}

.notices--floating .notice.notice--accent {
    background-color: rgba(190,227,248,0.8)
}

.notices--floating .notice.notice--dark {
    background-color: rgba(20,20,20,0.8)
}

.notices--floating .notice.notice--light {
    background-color: rgba(254,254,254,0.8)
}

.has-js .notices--floating .notice {
    display: none
}

.notice.notice--hasImage .notice-content {
    margin-left: 68px;
    min-height: 68px
}

@media (max-width: 900px) {
    .notice.notice--hidewide:not(.is-vis-processed) {
        display:none;
        visibility: hidden
    }
}

@media (max-width: 650px) {
    .notice.notice--hidemedium:not(.is-vis-processed) {
        display:none;
        visibility: hidden
    }
}

@media (max-width: 480px) {
    .notice.notice--hidenarrow:not(.is-vis-processed) {
        display:none;
        visibility: hidden
    }
}

.notice-image {
    float: left;
    padding: 10px 0 10px 10px
}

.notice-image img {
    max-width: 48px;
    max-height: 48px
}

.notice-content {
    padding: 10px
}

.notice-content a.notice-dismiss {
    float: right;
    color: inherit;
    font-size: 16px;
    line-height: 1;
    height: 1em;
    box-sizing: content-box;
    padding: 0 0 5px 5px;
    opacity: .5;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    cursor: pointer
}

.notice-content a.notice-dismiss:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    width: .75em;
    display: inline-block;
    text-align: center
}

.notice-content a.notice-dismiss:hover {
    text-decoration: none;
    opacity: 1
}

.notices--floating .notice-content a.notice-dismiss {
    font-size: 14px
}

/********* public:extra.less ********/
.p-featured-inner {
    max-width: 1200px;
    padding: 30px 15px;
    margin: 0 auto
}

.p-featured--posts {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 900px) {
    .p-featured--posts {
        margin-left:-15px;
        margin-right: -15px
    }
}

.p-featured--Cover {
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto;
}

.p-featured--item {
	width: 100%;
	transition:all 0.5s ;
	-webkit-transition:all 1.5s ;
	-o-transition:all 1.5s ;
	-moz-transition:all 1.5s ;
}

.p-featured--item:hover  {
	transform:scale(1.035);
	/*background-size:530px 530px;*/
	background-position:-0.1px -0.1px;
}

.p-featured--container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 6px;
}

.p-featured--container:hover .pfeaturedcontainerhoverOverlay {
	height: 100%;
}



@font-face {
  font-family: RoyalCity;
  src: url("Assets/Fonts/RoyalCity.ttf");
}

.p-featured--item {
    position: relative;
    height: 270px;
    background-color: #bee3f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden
}

.p-featured--item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 2
}

.p-featured--content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fefefe;
    font-size: 15px;
    line-height: 1.7;
    padding: 15px;
    z-index: 2
}

@media (max-width: 900px) {
    .p-featured--content {
        bottom:0
    }
}

.p-featured--content h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.35);
    margin: 0;
    margin-bottom: 10px
}

.p-featured--content h4 a {
    position: relative;
    color: #fefefe
}

.p-featured--content h4 a::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fefefe;
    transform: scale(0, 1);
    transform-origin: right center;
    transition: transform 500ms ease
}

.p-featured--content h4 a:hover::before {
    transform: scale(1, 1);
    transform-origin: left center
}

.p-featured--content ul {
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    border-radius: 20px;
    padding: 0;
    margin: 0
}

.p-featured--content ul li {
    display: inline-block;
    list-style: none;
    margin-right: 15px
}

.p-featured--content ul li i {
    margin-right: 6px
}

.p-featured--content ul li:last-child {
    margin-right: 0
}

.p-featured--content a {
    color: #fefefe
}

.npx-sidebar-button {
    background-color: #191f2d !important
}

.npx-sidebar-button:hover {
    background-color: #2b3153ab !important
}

@media (min-width: 768px) {
    .p-featured--container {
        flex:0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1025px) {
    .p-featured--container {
        flex:0 0 33.333333%;
        max-width: 33.333333%;
        padding: 15px
    }
}

@media (max-width: 650px) {
    .p-featured {
        display:none
    }
}

.p-header-logo {
    margin-left: auto
}