@charset "UTF-8";

/********* public:bb_code.less ********/
.bbCodeBlock{margin:.75em 0;background:#f0f0f0;border:1px solid #f0f0f0;border-left:3px solid #4a2b00}.bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content{font-size:14px}.bbCodeBlock-title{padding:6px 10px;font-size:14px;color:#4a2b00;background:#ebebeb}.bbCodeBlock-title:before,.bbCodeBlock-title:after{content:" ";display:table}.bbCodeBlock-title:after{clear:both}a.bbCodeBlock-sourceJump{color:inherit;text-decoration:none}a.bbCodeBlock-sourceJump:hover{text-decoration:underline}a.bbCodeBlock-sourceJump:after{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:"\f0aa";width:1em;display:inline-block;margin-left:5px}.bbCodeBlock-content{position:relative;padding:6px 10px}.bbCodeBlock-content:before,.bbCodeBlock-content:after{content:" ";display:table}.bbCodeBlock-content:after{clear:both}.bbCodeBlock-expandLink{display:none;position:absolute;top:87px;left:0;right:0;height:75px;cursor:pointer;z-index:100;background:transparent;background:linear-gradient(to bottom, rgba(240,240,240,0) 0%, #f0f0f0 80%)}.bbCodeBlock-expandLink a{position:absolute;bottom:6px;left:0;right:0;text-align:center;font-size:14px;color:#4a2b00;text-decoration:none}.bbCodeBlock--screenLimited .bbCodeBlock-content{max-height:300px;max-height:70vh;overflow:auto;-webkit-overflow-scrolling:touch}.bbCodeBlock--expandable{overflow:hidden;-webkit-transition: -xf-height .25s ease, height .25s ease, padding .25s ease, margin .25s ease, border .25s ease;transition: -xf-height .25s ease, height .25s ease, padding .25s ease, margin .25s ease, border .25s ease}.bbCodeBlock--expandable .bbCodeBlock-content{overflow:hidden}.bbCodeBlock--expandable .bbCodeBlock-content .bbCodeBlock:not(.bbCodeBlock--expandable) .bbCodeBlock-content{overflow:visible}.bbCodeBlock--expandable .bbCodeBlock-content .bbCodeBlock.bbCodeBlock--screenLimited .bbCodeBlock-content{overflow:auto}.bbCodeBlock--expandable .bbCodeBlock-expandContent{max-height:150px;overflow:hidden}.bbCodeBlock--expandable.is-expandable .bbCodeBlock-expandLink{display:block}.bbCodeBlock--expandable.is-expanded .bbCodeBlock-expandContent{max-height:none}.bbCodeBlock--expandable.is-expanded .bbCodeBlock-expandLink{display:none}.bbCodeBlock--unfurl{color:#000000;background:#edf6fd;padding:6px;width:650px;max-width:100%;border-left:2px solid #510001;overflow:hidden}.bbCodeBlock--unfurl .contentRow-header{font-size:16px;font-weight:normal;overflow:hidden;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis}.bbCodeBlock--unfurl .contentRow-snippet{font-size:12px;font-style:normal}.bbCodeBlock--unfurl .contentRow-minor{font-size:12px}.bbCodeBlock--unfurl.is-pending{opacity:0.5}.bbCodeBlock--unfurl.is-pending.is-recrawl{opacity:1}.bbCodeBlock--unfurl.is-simple .contentRow-figure{display:none}.bbCodeBlock--unfurl .bbCodeBlockUnfurl-icon{width:12px;vertical-align:-2px}.bbCodeCode{margin:0;padding:0;font-family:Monaco,Menlo,Consolas,'Roboto Mono','Andale Mono','Ubuntu Mono',monospace;font-size:14px;line-height:1.5;text-align:left;direction:ltr;white-space:pre;position:relative;-moz-tab-size:4;tab-size:4}.has-hiddenscroll .bbCodeCode{padding-bottom:10px}.bbCodeCode code{font-family:inherit}.bbCodeCode .prism-token.prism-comment,.bbCodeCode .prism-token.prism-prolog,.bbCodeCode .prism-token.prism-doctype,.bbCodeCode .prism-token.prism-cdata{color:#a50}.bbCodeCode .prism-token.prism-constant{color:#05a}.bbCodeCode .prism-token.prism-tag{color:#170}.bbCodeCode .prism-token.prism-boolean{color:#219}.bbCodeCode .prism-token.prism-symbol,.bbCodeCode .prism-token.prism-atrule,.bbCodeCode .prism-token.prism-keyword{color:#708}.bbCodeCode .prism-token.prism-selector,.bbCodeCode .prism-token.prism-function{color:#05a}.bbCodeCode .prism-token.prism-deleted{color:#d44}.bbCodeCode .prism-token.prism-inserted{color:#292}.bbCodeCode .prism-token.prism-string,.bbCodeCode .prism-token.prism-attr-value{color:#a11}.bbCodeCode .prism-token.prism-number{color:#164}.bbCodeCode .prism-token.prism-attr-name,.bbCodeCode .prism-token.prism-char,.bbCodeCode .prism-token.prism-builtin{color:#00c}.bbCodeCode .prism-token.prism-regex,.bbCodeCode .prism-token.prism-important,.bbCodeCode .prism-token.prism-variable,.bbCodeCode .prism-token.prism-package{color:#05a}.bbCodeCode .prism-token.prism-class-name,.bbCodeCode .prism-token.prism-important,.bbCodeCode .prism-token.prism-bold{color:#00f}.bbCodeCode .prism-token.prism-bold{font-weight:bold}.bbCodeCode .prism-token.prism-italic,.bbCodeCode .prism-token.prism-constant{color:#05a;font-style:italic}.bbCodeCode .prism-token.prism-entity{cursor:help}.bbCodeInline{margin:0;font-size:80%;background:#f0f0f0;border:1px solid #f7f7f7;border-radius:2px;padding-top:1px;padding-right:3px;padding-bottom:1px;padding-left:3px;font-family:Monaco,Menlo,Consolas,'Roboto Mono','Andale Mono','Ubuntu Mono',monospace;line-height:1.5;box-decoration-break:clone;-webkit-box-decoration-break:clone}.bbCodeSpoiler{margin:.75em 0}.has-no-js .bbCodeSpoiler-button{display:none}.bbCodeSpoiler-content{display:none;opacity:0;-webkit-transition: all .25s ease, -xf-opacity .25s ease;transition: all .25s ease, -xf-opacity .25s ease;overflow-y:hidden;height:0;-webkit-transition-property:all,-xf-height;transition-property:all,-xf-height}.bbCodeSpoiler-content.is-active{display:block}.bbCodeSpoiler-content.is-active{display:block;opacity:1}.bbCodeSpoiler-content.is-transitioning{display:block}.bbCodeSpoiler-content.is-active{height:auto;overflow-y:visible}.bbCodeSpoiler-content.is-transitioning{overflow-y:hidden}.has-no-js .bbCodeSpoiler-content{display:block !important}.bbCodeSpoiler-content>.bbCodeBlock--spoiler{margin:.2em 0 0}.bbCodeInlineSpoiler{background-color:rgba(0,0,0,0);color:rgba(0,0,0,0);text-shadow:#515151 0 0 14px;cursor:pointer}.bbCodeInlineSpoiler a,.bbCodeInlineSpoiler span{color:inherit !important}.has-js .bbCodeInlineSpoiler a,.has-js .bbCodeInlineSpoiler span{pointer-events:none}.bbCodeInlineSpoiler .smilie{filter:blur(8px) grayscale(90%)}.bbCodeInlineSpoiler:hover{text-shadow:#515151 0 0 10px}

/********* public:node_list.less ********/
.node+.node{border-top:1px solid #f0f0f0}.node-body{display:table;table-layout:fixed;width:100%}.node-icon{display:table-cell;vertical-align:middle;text-align:center;width:46px;padding:10px 0 10px 10px}.node-icon i{display:block;line-height:1.125;font-size:32px}.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:#000000}.node--unread .node-icon i:before{opacity:1;color:#830000}.node--forum .node-icon i:before,.node--category .node-icon i:before{content:"\f086"}.node--page .node-icon i:before{content:"\f15c"}.node--link .node-icon i:before{content:"\f0c1"}.node-main{display:table-cell;vertical-align:middle;padding:10px}.node-stats{display:table-cell;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-extra{display:table-cell;vertical-align:middle;width:280px;padding:10px;font-size:14px}.node-extra-row{overflow:hidden;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;color:#515151}.node-extra-icon{padding-right:10px;float:left}.node-extra-icon .avatar{width:36px;height:36px;font-size:22px}.node-extra-placeholder{font-style:italic}.node-title{margin:0;padding:0;font-size:16px;font-weight:400}.node--unread .node-title{font-weight:700}.node-description{font-size:14px;color:#717171}.has-js:not(.has-touchevents) .node-description.node-description--tooltip{display:none}.node-meta{font-size:14px}.node-statsMeta{display:none}@media (max-width:1000px){.node-statsMeta{display:inline}}.node-bonus{font-size:14px;color:#515151;text-align:right}.node-subNodesFlat{font-size:14px;margin-top:.3em}.node-subNodesFlat .node-subNodesLabel{display:none}.node-subNodeMenu{display:inline}.node-subNodeMenu .menuTrigger{color:#515151}@media (max-width:650px){.node-main{display:block;width:auto}.node--link .node-main,.node--page .node-main{display:table-cell}.node-extra{display:block;width:auto;margin-top:-4px;padding-top:0}.node-extra-row{display:inline-block;vertical-align:top;max-width:100%}.node-extra-icon{display:none}.node-description,.node-stats,.node-subNodesFlat{display:none}}@media (max-width:480px){.node-subNodeMenu{display:none}}.subNodeLink:before{display:inline-block;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;width:1em;padding-right:.3em;text-decoration:none;color:#000000}.subNodeLink:hover:before{text-decoration:none}.subNodeLink.subNodeLink--unread{font-weight:700}.subNodeLink.subNodeLink--unread:before{color:#830000}.subNodeLink.subNodeLink--forum:before,.subNodeLink.subNodeLink--category:before{content:"\f086"}.subNodeLink.subNodeLink--page:before{content:"\f15c"}.subNodeLink.subNodeLink--link:before{content:"\f0c1"}.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;text-decoration:none;cursor:pointer}.subNodeMenu .subNodeLink:hover{text-decoration:none;background:#edf6fd}.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:share_controls.less ********/
.shareButtons:before,.shareButtons:after{content:" ";display:table}.shareButtons:after{clear:both}.shareButtons--iconic .shareButtons-buttons{display:grid;grid-template-columns:repeat(auto-fill, minmax(35px, 1fr))}.shareButtons-label{float:left;margin-right:3px;color:#515151;min-height:35px;line-height:35px}.shareButtons-button{float:left;margin-right:3px;padding:6px;color:#515151;font-size:20px;line-height:20px;white-space:nowrap;min-width:35px;border-radius:2px;background-color:transparent;-webkit-transition: all .25s ease;transition: all .25s ease}.shareButtons-button:last-of-type{margin-right:0}.shareButtons-button:hover{text-decoration:none;color:white}.shareButtons-button>i{display:inline-block;vertical-align:middle;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}.shareButtons-button.shareButtons-button--brand>i{font-family:'Font Awesome 5 Brands';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shareButtons-button>span{font-weight:400;font-size:16px}.shareButtons--iconic .shareButtons-button{text-align:center}.shareButtons--iconic .shareButtons-button>i{min-width:20px}.shareButtons--iconic .shareButtons-button>span{position:absolute;height:1px;width:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden}.shareButtons-button.shareButtons-button--facebook:hover{background-color:#3B5998}.shareButtons-button.shareButtons-button--facebook>i:before{content:"\f39e"}.shareButtons-button.shareButtons-button--twitter:hover{background-color:#1DA1F3}.shareButtons-button.shareButtons-button--twitter>i:before{content:"\f099"}.shareButtons-button.shareButtons-button--pinterest:hover{background-color:#bd081c}.shareButtons-button.shareButtons-button--pinterest>i:before{content:"\f231"}.shareButtons-button.shareButtons-button--tumblr:hover{background-color:#35465c}.shareButtons-button.shareButtons-button--tumblr>i:before{content:"\f173"}.shareButtons-button.shareButtons-button--reddit:hover{background-color:#FF4500}.shareButtons-button.shareButtons-button--reddit>i:before{content:"\f281"}.shareButtons-button.shareButtons-button--whatsApp:hover{background-color:#25D366}.shareButtons-button.shareButtons-button--whatsApp>i:before{content:"\f232"}.shareButtons-button.shareButtons-button--email:hover{background-color:#1289ff}.shareButtons-button.shareButtons-button--email>i:before{content:"\f0e0"}.shareButtons-button.shareButtons-button--link{cursor:pointer}.shareButtons-button.shareButtons-button--link:hover{background-color:#787878}.shareButtons-button.shareButtons-button--link>i:before{content:"\f0c1"}.shareButtons-button.is-hidden{display:none}.shareInput{margin-bottom:5px}.shareInput:last-child{margin-bottom:0}.shareInput-label{font-size:14px}.shareInput-label:after{content:":"}.shareInput-label.is-sentence:after{content:""}.shareInput-button{color:#830000;cursor:pointer}.shareInput-button>i{display:inline-block;vertical-align:middle;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}.shareInput-button>i:before{content:"\f0c5"}.shareInput-button.is-hidden{display:none}.shareInput-input{font-size:14px}@media (max-width:568px){.shareInput-input{font-size:16px}}.shareInput-button.is-hidden+.shareInput-input{border-radius:4px}

/********* public:structured_list.less ********/
.structItemContainer{border-collapse:collapse;list-style:none;margin:0;padding:0;width:100%}.structItemContainer>.structItem:first-child,.structItemContainer>.structItemContainer-group:first-child>.structItem:first-child{border-top:none}.structItem{display:table;table-layout:fixed;border-collapse:collapse;border-top:1px solid #f0f0f0;list-style:none;margin:0;padding:0;width:100%}.structItem.is-highlighted,.structItem.is-moderated{background:#edf6fd}.structItem.is-deleted{opacity:.7}.structItem.is-deleted .structItem-title{text-decoration:line-through}.structItem.is-mod-selected{background:#fdf7ee;opacity:1}.structItem-cell{display:table-cell;vertical-align:top;padding:10px 8px}.structItem--middle .structItem-cell{vertical-align:middle}.structItem-cell.structItem-cell--icon{width:52px;position:relative}.structItem-cell.structItem-cell--icon.structItem-cell--iconExpanded{width:64px}.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd{width:40px;padding-left:4px}.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd .structItem-iconContainer{padding-top:6px}.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmall{width:76px}.structItem-cell.structItem-cell--meta{width:135px}.structItem-cell.structItem-cell--latest{width:190px;text-align:right}.structItem-iconContainer{position:relative}.structItem-iconContainer img{display:block;width:100%}.structItem-iconContainer .avatar{width:36px;height:36px;font-size:22px}.structItem-iconContainer .avatar.avatar--xxs{width:24px;height:24px;font-size:14px}.structItem-iconContainer .structItem-secondaryIcon{position:absolute;right:-5px;bottom:-5px;width:20px;height:20px;font-size:12px}.structItem-cell--iconExpanded .structItem-iconContainer .avatar{width:48px;height:48px;font-size:29px}.structItem-cell--iconExpanded .structItem-iconContainer .structItem-secondaryIcon{width:22px;height:22px;font-size:13px}.structItem-title{font-size:16px;font-weight:400;margin:0;padding:0}.structItem-title .label{font-weight:400}.is-unread .structItem-title{font-weight:700}.structItem-minor{font-size:12px;color:#515151}.structItem-minor a{color:inherit;text-decoration:none}.structItem-minor a:hover{text-decoration:underline}.structItem-parts{list-style:none;margin:0;padding:0;display:inline}.structItem-parts>li{display:inline;margin:0;padding:0}.structItem-parts>li:nth-child(even){color:#717171}.structItem-parts>li:before{content:"\00B7\20"}.structItem-parts>li:first-child:before{content:"";display:none}.structItem-pageJump{margin-left:8px;font-size:11px}.structItem-pageJump a{color:#717171;background:#f0f0f0;border:1px solid #fff;text-decoration:none;border-radius:2px;padding:0 3px;opacity:.5;-webkit-transition: all .25s ease;transition: all .25s ease}.structItem:hover .structItem-pageJump a,.has-touchevents .structItem-pageJump a{opacity:1}.structItem-pageJump a:hover{text-decoration:none;background:#f9fcff}.structItem-statuses,.structItem-extraInfo{list-style:none;margin:0;padding:0;float:right}.structItem-statuses>li,.structItem-extraInfo>li{float:left;margin-left:8px}.structItem-statuses input[type=checkbox],.structItem-extraInfo input[type=checkbox]{vertical-align:-2px}.structItem-statuses .reactionSummary{vertical-align:-2px}.structItem-extraInfo .reactionSummary{vertical-align:middle}.structItem-status::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;display:inline-block;font-size:90%;color:#515151}.structItem-status--deleted::before{content:"\f2ed"}.structItem-status--locked::before{content:"\f023"}.structItem-status--moderated::before{content:"\f132";color:#4a2b00}.structItem-status--redirect::before{content:"\f08e"}.structItem-status--starred::before{content:"\f005";color:#a59073}.structItem-status--sticky::before{content:"\f08d"}.structItem-status--watched::before{content:"\f06e";color:#510001}.structItem-status--poll::before{content:"\f080"}.structItem-status--attention::before{content:"\f0a1";color:#4a2b00}.structItem.structItem--note{color:#000000;background:#edf6fd;color:#510001}.structItem.structItem--note .structItem-cell{padding-top:5px;padding-bottom:5px;font-size:12px;text-align:center}@media (max-width:900px){.structItem-cell{vertical-align:top}.structItem-cell.structItem-cell--meta{width:115px;font-size:12px}.structItem-cell.structItem-cell--latest{width:140px;font-size:12px}}@media (max-width:650px){.structItem-cell.structItem-cell--main{display:block;padding-bottom:.2em;padding-left:0}.structItem-cell.structItem-cell--meta{display:block;width:auto;float:left;padding-top:0;padding-left:0;padding-right:0;color:#515151}.structItem-cell.structItem-cell--meta .structItem-minor{display:none}.structItem-cell.structItem-cell--meta .pairs>dt,.structItem-cell.structItem-cell--meta .pairs>dd{display:inline;float:none;margin:0}.structItem-cell.structItem-cell--latest{display:block;width:auto;float:left;padding-top:0;padding-left:0}.structItem-cell.structItem-cell--latest:before{content:"\00A0\00B7\20";color:#515151}.structItem-cell.structItem-cell--latest a{color:#515151}.structItem-cell.structItem-cell--latest .structItem-minor{display:none}.structItem-cell.structItem-cell--iconEnd{display:none}.structItem-pageJump,.structItem-extraInfoMinor{display:none}.is-unread .structItem-latestDate{font-weight:400}}@media (max-width:480px){.structItem-parts .structItem-startDate{display:none}}

/********* public:extra.less ********/
.p-title-value{padding:0px;margin:0px auto 5px 0px;font-size:24px;font-weight:bold;min-width:0px;color:#FFFFFF}.p-title-value a:link{color:#FFFFFF}.message-body a:link{color:#830000;text-decoration:underline}.p-breadcrumbs>li a{white-space:nowrap;word-wrap:normal;color:#919191}.p-breadcrumbs>li:last-child a{font-weight:bold;color:#919191}.p-header-logo{margin-left:auto}.p-description{font-weight:normal;color:#919191}.shareButtons-button{color:#919191}.shareButtons-label{color:#919191}.contentRow-main a:link{font-weight:bold}.contentRow a:visited{font-weight:normal}.contentRow{font-size:14px}.filterBar-menuTrigger{color:#ffffff}.button.button--link,a.button.button--link{background:#515151;color:#ffffff;border-color:#515151}.pageNav-page{display:table-cell;background:#515151;color:#ffffff;border-color:#000000;font-size:14px;white-space:nowrap}.pageNav-page a:hover{color:#830000;background:#F9FCFF}.pageNav-jump{display:inline-block;background:#515151;color:#ffffff;border-color:#000000;font-size:14px;white-space:nowrap;border-radius:2px;padding:5px 8px}