@font-face {
    font-family: 'Chromatica';
    src: local('Chromatica Medium'), local('Chromatica-Medium'),
        url('../fonts/chromatica/Chromatica-Medium.woff2') format('woff2'),
        url('../fonts/chromatica/Chromatica-Medium.woff') format('woff'),
        url('../fonts/chromatica/Chromatica-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ChromaticaRegular';
    src: local('Chromatica Medium'), local('Chromatica-Regular'),
        url('../fonts/chromatica/Chromatica-Regular.woff2') format('woff2'),
        url('../fonts/chromatica/Chromatica-Regular.woff') format('woff'),
        url('../fonts/chromatica/Chromatica-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'ChromaticaMedium';
    src: local('Chromatica Medium'), local('Chromatica-Medium'),
        url('../fonts/chromatica/Chromatica-Medium.woff2') format('woff2'),
        url('../fonts/chromatica/Chromatica-Medium.woff') format('woff'),
        url('../fonts/chromatica/Chromatica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ChromaticaBold';
    src: local('Chromatica Bold'), local('Chromatica-Bold'),
        url('../fonts/chromatica/Chromatica-Bold.woff2') format('woff2'),
        url('../fonts/chromatica/Chromatica-Bold.woff') format('woff'),
        url('../fonts/chromatica/Chromatica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ChromaticaBlack';
    src: local('Chromatica Black'), local('Chromatica-Black'),
        url('../fonts/chromatica/Chromatica-Black.woff2') format('woff2'),
        url('../fonts/chromatica/Chromatica-Black.woff') format('woff'),
        url('../fonts/chromatica/Chromatica-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.NoPanel .Frame-content>.Container {
    max-width: 800px
}

.NoPanel .Frame-content .Content {
    width: 100%
}

.NoPanel .Panel {
    display: none
}

.PanelInfo li.Active {
    background: #05BF8E;
    border-radius: 12px;
}

.PanelInfo li.Active * {
    color: white !important;
}

.Panel .GuestBox {
    margin: 0;
}

.Panel .GuestBox-title {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #E0E0E0;
}

.Panel .GuestBox-title img {
    margin: 0 auto;
}

.Panel p {
    font-size: 18px;
    color: #1A1919;
}

.Panel .GuestBox-message {
    font-size: 18px;
    color: #1A1919;
    margin: 40px 0;
}

.Panel .Buttons {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Panel .Buttons a {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #33c233;
    font-weight: bold;
    line-height: 30px;
    text-decoration: underline;
}

.Panel .Buttons .btn-default {
    color: #1A1919 !important;
    margin-bottom: 30px;
    text-decoration: none !important;
}

@-webkit-keyframes spinnerLoader {
    0% {
        -webkit-transform: rotate(73deg);
        transform: rotate(73deg)
    }

    to {
        -webkit-transform: rotate(433deg);
        transform: rotate(433deg)
    }
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
html {
    overflow-y: auto !important;
}

body {
    font-family: "Chromatica", Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #E5E5E5;
}

* {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    overflow-wrap: break-word;
    word-break: normal;
    word-break: break-word
}

*,
p,
span {
    line-height: inherit
}

p,
span {
    margin: 0;
    padding: 0
}

a {
    -o-transition: color .1s ease-out;
    -webkit-transition: color .1s ease-out;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    transition: color .1s ease-out
}

a,
a:focus,
a:hover {
    color: #0291db
}

p {
    margin: 3px 0
}

p .emoji {
    height: auto;
    width: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ChromaticaBlack", Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    color: black;
}

h1 {
    font-size: 24px;
    font-weight: 700
}

h1 .Gloss,
h1 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media screen and (max-width:958px) {
    h1 {
        font-size: 18px
    }
}

h1 .emoji {
    height: auto;
    width: 32px
}

h2 {
    font-size: 18px
}

h2 .emoji {
    height: auto;
    width: 18px
}

b,
strong {
    font-weight: 700;
    font-family: 'ChromaticaBlack';
}

abbr {
    text-underline: none
}

.CategoryHeading,
.CategoryName h2,
.Item.Read .Title,
.Item .Title,
.Item .TitleWrap,
[aria-level="3"] a {
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.CategoryHeading .ItemContent,
.CategoryHeading a,
.CategoryName h2 .ItemContent,
.CategoryName h2 a,
.Item.Read .Title .ItemContent,
.Item.Read .Title a,
.Item .Title .ItemContent,
.Item .Title a,
.Item .TitleWrap .ItemContent,
.Item .TitleWrap a,
[aria-level="3"] a .ItemContent,
[aria-level="3"] a a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.CategoryHeading .ItemContent:focus,
.CategoryHeading .ItemContent:hover,
.CategoryHeading a:focus,
.CategoryHeading a:hover,
.CategoryName h2 .ItemContent:focus,
.CategoryName h2 .ItemContent:hover,
.CategoryName h2 a:focus,
.CategoryName h2 a:hover,
.Item.Read .Title .ItemContent:focus,
.Item.Read .Title .ItemContent:hover,
.Item.Read .Title a:focus,
.Item.Read .Title a:hover,
.Item .Title .ItemContent:focus,
.Item .Title .ItemContent:hover,
.Item .Title a:focus,
.Item .Title a:hover,
.Item .TitleWrap .ItemContent:focus,
.Item .TitleWrap .ItemContent:hover,
.Item .TitleWrap a:focus,
.Item .TitleWrap a:hover,
[aria-level="3"] a .ItemContent:focus,
[aria-level="3"] a .ItemContent:hover,
[aria-level="3"] a a:focus,
[aria-level="3"] a a:hover {
    color: inherit
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Frame {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background-color: rgba(248, 248, 248);
    background-image: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-top: -21px;
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .Frame {
        height: 100vh;
        min-height: 0;
        overflow: visible
    }
}

.EmbeddedFrame.Frame {
    min-height: 0
}

.Frame-top {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto
}

.Frame-contentWrap {
    -webkit-box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    margin-left: -18px;
    margin-right: -18px;
    padding: 18px 18px 48px;
    width: calc(100% + 36px)
}

@media screen and (max-width:958px) {
    .Frame-contentWrap {
        margin-left: -12px;
        margin-right: -12px;
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
        width: calc(100% + 24px)
    }
}

.Frame-details:after {
    clear: both;
    content: "";
    display: table
}

.Frame-details .SearchBoxMobile {
    display: none;
}

@media screen and (max-width:992px) {
    /* .Frame-details .SearchBoxMobile {
        display: block
    } */
}

.Container {
    margin: 0 auto;
    max-width: 1236px;
    padding-left: 18px;
    padding-right: 18px
}

@media screen and (max-width:958px) {
    .Container {
        padding-left: 12px;
        padding-right: 12px
    }
}

.Frame-row {
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.MainContent.Content {
    border: none;
    border-radius: 0;
    padding: 0;
    max-width: 580px;
    /* width: 47% */
    flex: 1;
}

.sidebar {
    width: 20%;
    position: sticky;
    top: 112px;
}

.UserLoggedOut .sidebar {
    top: 150px;
}

.sidebar.left {
    margin-left: 0 !important;
    margin-right: 32px !important;
    max-width: 300px;
    max-height: calc(100vh - 240px);
}

.sidebar.right {
    margin-left: 32px !important;
    margin-right: 0 !important;
    max-width: 300px;
}

@media screen and (max-width:960px) {
    .MainContent.Content {
        flex: 1;
    }
}

.Crumbs {
    margin: 3px 0
}

.Frame-content .HomepageTitle,
.Frame-content .PageDescription {
    margin-bottom: 14px
}

.Frame-content .HomepageTitle .AdminCheck {
    height: 40px;
    padding: 0
}

@media screen and (max-width:958px) {
    .Frame-content .HomepageTitle .AdminCheck {
        height: 22.5px
    }
}

.Frame-content .HomepageTitle .AdminCheck input {
    margin: 0
}

.Frame-content .PageDescription {
    line-height: 1.5
}

.Frame-content .PageDescription:empty {
    display: none
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
html {
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible !important;
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.PhotoWrap {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    align-items: center;
    border-radius: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 42px
}

.PhotoWrap img {
    height: 100%;
    object-fit: cover;
    margin: 0;
    width: 100%
}

.PhotoWrap.NoPhoto {
    display: none
}

.About.P,
.MeBox,
.UserBox {
    margin: 0
}

.PhotoGrid .ProfilePhoto {
    -webkit-box-shadow: none;
    border-radius: 0;
    box-shadow: none
}

.PhotoGrid img {
    vertical-align: initial
}

.DataList .Item {
    border-bottom-width: 0
}

.Item .Author a {
    color: #696e75;
    font-size: inherit;
    font-weight: inherit
}

.Item .Author a:focus,
.Item .Author a:hover {
    color: #0291db;
    text-decoration: none
}

.Item .BlockTitle {
    font-size: inherit
}

.Message {
    margin-top: 0
}

.DataTable td {
    border-bottom: 0
}

.CategoryTable,
.DiscussionTable {
    margin-bottom: 18px
}

.CategoryTable,
.DataTableWrap {
    border-collapse: separate
}

.CategoryTable tr,
.DataTableWrap tr {
    padding: 0
}

.CategoryTable tr.Read,
.DataTableWrap tr.Read {
    background: none
}

.CategoryTable td,
.DataTableWrap td {
    padding: 0;
    vertical-align: middle
}

.CategoryTable td .Wrap,
.DataTableWrap td .Wrap {
    position: relative
}

.CategoryTable thead td,
.CategoryTable thead tr,
.DataTableWrap thead td,
.DataTableWrap thead tr {
    border-bottom: none
}

.CategoryTable thead td.BigCount .Wrap,
.DataTableWrap thead td.BigCount .Wrap {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.CategoryTable .CheckBoxColumn,
.DataTableWrap .CheckBoxColumn {
    width: 20px
}

.CategoryTable tbody .Wrap,
.DataTableWrap tbody .Wrap {
    padding: 0;
    position: relative
}

.CategoryTable td.BigCount,
.DataTableWrap td.BigCount {
    text-align: center;
    vertical-align: middle
}

.CategoryTable .ChildCategories,
.DataTableWrap .ChildCategories {
    border-top: none;
    padding-top: 0
}

.Options .Arrow:before {
    color: #555a62
}

.PhotoWrap.Hidden {
    display: none
}

.ButtonGroup.Multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.Options {
    height: auto
}

.Options>a,
.Options>span {
    margin-left: 6px;
    width: 30px;
    height: 26px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.BlockTitle {
    padding: 0
}

.AdminCheck {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px;
    justify-content: center
}

.AdminCheck input {
    margin: 0;
    width: auto
}

.PageTitle .Options {
    height: auto
}

.ItemDiscussion {
    margin-bottom: 0
}

#SignoutWarning {
    background: #fff;
    bottom: auto
}

#SignoutWarning * {
    line-height: 40px
}

.CreateAccount {
    margin-top: 12px
}

.DateTile,
.idea-counter-box {
    border-radius: 0;
    min-height: 40px;
    width: 40px
}

.DateTile {
    background-color: #f5f5f6;
    color: #555a62;
    padding: 6px 0 2px;
    text-align: center
}

.DateTile .Day {
    font-weight: 700
}

a.ChangePicture {
    top: 0
}

.UserSignature {
    font-size: 12px
}

.Reactions {
    display: flex;
}

.Reactions .ReactButton,
.Reactions .ReactButton.HasCount {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: baseline
}

.MenuItems-Reactions .PhotoWrapSmall {
    margin-right: 0
}

.MenuItems-Reactions a {
    -o-text-overflow: ellipsis;
    display: block;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.MenuItems a:hover .Gloss {
    color: inherit !important
}

#Form_Ban {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    #Form_Ban {
        max-width: 100%
    }
}

#Form_Ban:active,
#Form_Ban:focus,
#Form_Ban:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

@media screen and (max-width:958px) {
    .Dropdown.MenuItems {
        min-width: auto
    }
}

[class*=Status-Tag-] {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0 !important
}

.Leaderboard-User {
    -o-text-overflow: initial;
    display: inline-block;
    overflow: auto;
    text-overflow: clip;
    white-space: inherit
}

body>svg {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

table.PreferenceGroup th {
    min-width: 9ex
}

.Popup #UserBadgeForm h1,
.Popup #UserBadgeForm p {
    display: block;
    margin-bottom: 12px
}

.Popup #UserBadgeForm textarea {
    display: block;
    margin-top: 3px;
    width: 100%
}

.Popup #UserBadgeForm button {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    margin-top: -16px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    .Popup #UserBadgeForm button {
        max-width: 100%
    }
}

.Popup #UserBadgeForm button:active,
.Popup #UserBadgeForm button:focus,
.Popup #UserBadgeForm button:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.DataList-Connections {
    width: 100%
}

@media screen and (max-width:600px) {
    .DataList-Connections .Connection-Name {
        display: none
    }
}

.BlockTitle,
.Pager {
    font-weight: inherit
}

#Panel .FilterMenu .Active,
.PanelInfo .Active {
    background: rgba(0, 0, 0, 0);
    font-weight: inherit
}

.PanelInfo li {
    border-bottom-width: 0
}

.Box {
    margin: 12px 0
}

#Panel .FilterMenu li:first-child,
.PanelInfo li:first-child {
    border-top-width: 0
}

.SocialIcon .Text {
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 170px;
    padding: 0 0 0 3px
}

.PageDescription {
    margin: 0
}

.DataList-Connections .Connection-Header {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:958px) {
    .DataList-Connections .Connection-Header {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.DataList-Connections .Connection-Name {
    margin: 12px 0
}

.DataList-Connections .Connection-Connect {
    margin-left: auto;
    padding: 0;
    position: static
}

.DataList-Connections .Gloss.Connected {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 100%
}

.DataList-Connections .Gloss.Connected .ProfilePhoto {
    height: 30px;
    margin-right: 12px;
    width: 30px
}

.DataList-Connections .Connection-Name {
    font-size: 14px;
    margin: 0
}

@media screen and (max-width:958px) {
    .DataList-Connections .Connection-Connect {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin: 10px 0 0 auto;
        margin: 10px 0 0;
        width: 100%
    }
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
/*!
 * @author Adam Charron <adam.c@vanillaforums.com>
 * @copyright 2009-2019 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
@keyframes spinnerLoader {
    0% {
        -webkit-transform: rotate(73deg);
        transform: rotate(73deg)
    }

    to {
        -webkit-transform: rotate(433deg);
        transform: rotate(433deg)
    }
}

.ReactSprite,
.SpFlyoutHandle,
.Sprite,
.Sprite16 {
    background-image: none !important;
    height: auto;
    width: auto
}

.ReactSprite:before,
.SpFlyoutHandle:before,
.Sprite16:before,
.Sprite:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.ReactSprite:before {
    font-size: 14px
}

.SpFlyoutHandle {
    cursor: pointer
}

.RSS a {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.RSS img {
    display: none
}

.SpEditProfile:before {
    content: ""
}

.SpDropdownHandle:before {
    content: ""
}

.SpDiscussions:before {
    content: ""
}

.SpActivity:before {
    content: ""
}

.SpDelete:before {
    content: ""
}

.SpFlyoutHandle:before {
    content: url(../../../../themes/alloprof/design/images/icons/More.svg);
    width: 24px;
    height: 24px;
    margin-top: 0 !important;
}

.SpOptions:before {
    content: ""
}

.SpPreferences:before {
    content: ""
}

.SpPassword:before {
    content: ""
}

.SpSearch:before {
    content: ""
}

.RSS a:before {
    content: ""
}

.ReactPromote:before {
    content: ""
}

.ReactOffTopic:before {
    content: ""
}

.ReactInsightful:before {
    content: ""
}

.ReactDisagree:before {
    content: ""
}

.ReactAgree:before {
    content: ""
}

.ReactDislike:before {
    content: ""
}

.ReactLike:before {
    content: ""
}

.ReactDown:before {
    content: ""
}

.ReactUp:before {
    content: ""
}

.ReactWTF:before {
    content: ""
}

.ReactAwesome:before {
    content: ""
}

.ReactLOL:before {
    content: ""
}

.ReactFlag:before {
    content: ""
}

.ReactAbuse:before {
    content: ""
}

.ReactSpam:before {
    content: ""
}

.ReactQuote:before {
    content: ""
}

.ReactMessage:before {
    content: ""
}

.ReactWarn:before {
    content: ""
}

.ReactFacebook:before {
    content: ""
}

.ReactFacebook:hover:before {
    color: #3a5795
}

.ReactTwitter:before {
    content: ""
}

.ReactTwitter:hover:before {
    color: #55acee
}

.ReactGooglePlus:before {
    content: ""
}

.ReactGooglePlus:hover:before {
    color: #dd4b39
}

.RSS a {
    color: #f26522
}

.ReactButton.PopupWindow:hover .Sprite:before {
    color: #0291db
}

.Button.Handle .Sprite,
.NavButton.Handle .Sprite {
    border: 0;
    position: static;
    vertical-align: baseline
}

.Handle>.SpEditProfile,
.NavButton>.SpEditProfile {
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    width: auto
}

.Options .Bookmark,
.Options .SpFlyoutHandle {
    display: inline-block;
    padding: 0
}

.Options .Bookmark:before,
.Options .SpFlyoutHandle:before {
    font-size: 1.5
}

.Options .AdminCheck .icheckbox:before {
    vertical-align: top
}

.OptionsMenu {
    font-size: 14px
}

.OptionsTitle {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    display: block !important;
    font-size: inherit !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.SocialIcon {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: flex-start;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 38px
}

.SocialIcon-MicrosoftAccount {
    background-color: #0291db
}

.SocialIcon-MicrosoftAccount:active,
.SocialIcon-MicrosoftAccount:focus,
.SocialIcon-MicrosoftAccount:hover {
    background-color: #0276b3
}

.MeBox .SocialIcon:not(.SocialIcon-OpenID) .Icon,
.Methods .SocialIcon:not(.SocialIcon-OpenID) .Icon,
.Navigation .SocialIcon:not(.SocialIcon-OpenID) .Icon,
.Panel .SocialIcon:not(.SocialIcon-OpenID) .Icon {
    background: none;
    text-align: center
}

.MeBox .SocialIcon:not(.SocialIcon-OpenID) .Icon:before,
.Methods .SocialIcon:not(.SocialIcon-OpenID) .Icon:before,
.Navigation .SocialIcon:not(.SocialIcon-OpenID) .Icon:before,
.Panel .SocialIcon:not(.SocialIcon-OpenID) .Icon:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    color: #fff;
    display: inline-block;
    font-family: vanillicon;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.MeBox .SocialIcon-Facebook .Icon:before,
.Methods .SocialIcon-Facebook .Icon:before,
.Navigation .SocialIcon-Facebook .Icon:before,
.Panel .SocialIcon-Facebook .Icon:before {
    content: ""
}

.MeBox .SocialIcon-Twitter .Icon:before,
.Methods .SocialIcon-Twitter .Icon:before,
.Navigation .SocialIcon-Twitter .Icon:before,
.Panel .SocialIcon-Twitter .Icon:before {
    content: ""
}

.MeBox .SocialIcon-Google .Icon:before,
.Methods .SocialIcon-Google .Icon:before,
.Navigation .SocialIcon-Google .Icon:before,
.Panel .SocialIcon-Google .Icon:before {
    content: ""
}

.MeBox .SocialIcon-LinkedIn .Icon:before,
.Methods .SocialIcon-LinkedIn .Icon:before,
.Navigation .SocialIcon-LinkedIn .Icon:before,
.Panel .SocialIcon-LinkedIn .Icon:before {
    content: ""
}

.MeBox .SocialIcon-MicrosoftAccount .Icon:before,
.Methods .SocialIcon-MicrosoftAccount .Icon:before,
.Navigation .SocialIcon-MicrosoftAccount .Icon:before,
.Panel .SocialIcon-MicrosoftAccount .Icon:before {
    content: ""
}

.MeBox .SocialIcon-Steam .Icon:before,
.Methods .SocialIcon-Steam .Icon:before,
.Navigation .SocialIcon-Steam .Icon:before,
.Panel .SocialIcon-Steam .Icon:before {
    left: 1px
}

.MeBox .Arrow {
    display: none
}

a.Bookmark {
    background-image: none !important;
    color: rgba(0, 0, 0, 0);
    font: 0/0 a;
    height: auto;
    text-indent: 0;
    width: auto
}

a.Bookmark:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    color: #0291db;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-size: 1.5;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

a.Bookmark:hover:before {
    color: #0276b3
}

a.Bookmarked:before,
a.Bookmarked:hover:before {
    color: #e5b951 !important;
    content: ""
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Box a,
.BoxFilter a {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Box a:before,
.BoxFilter a:before {
    content: none !important
}

.Box a .Aside,
.BoxFilter a .Aside {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    margin-left: auto;
    order: 2
}

.Box .Sprite,
.BoxFilter .Sprite {
    display: none !important
}

.Box.BadgeGrid a,
.BoxFilter.BadgeGrid a {
    display: inline-block
}

.BoxFilter li.MyDiscussions a:before,
.Box li.MyDiscussions a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.MyDrafts a:before,
.Box li.MyDrafts a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.QnA-UnansweredQuestions a:before,
.Box li.QnA-UnansweredQuestions a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.EditAccountLink a:before,
.Box li.EditAccountLink a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.PasswordLink a:before,
.Box li.PasswordLink a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "•••";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.PreferencesLink a:before,
.Box li.PreferencesLink a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.PictureLink a:before,
.Box li.PictureLink a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.QuoteSettingsLink a:before,
.Box li.QuoteSettingsLink a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Activity a:before,
.Box li.Activity a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Notifications a:before,
.Box li.Notifications a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Inbox a:before,
.Box li.Inbox a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Comments a:before,
.Box li.Comments a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Reactions-BestOf a:before,
.Box li.Reactions-BestOf a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.AllCategories a:before,
.Box li.AllCategories a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Discussions a:before,
.Box li.Discussions a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Activities a:before,
.Box li.Activities a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.UserNotes a:before,
.Box li.UserNotes a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.MyBookmarks a:before,
.Box li.MyBookmarks a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Groups a:before,
.Box li.Groups a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.link-social a:before,
.Box li.link-social a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.link-tokens a:before,
.Box li.link-tokens a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Popup a[href*="/profile/signature"]:before,
.Box li.Popup a[href*="/profile/signature"]:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxFilter li.Popup a[href*="/profile/online"]:before,
.Box li.Popup a[href*="/profile/online"]:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxActivityFilter li:first-child a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxActivityFilter li:nth-child(2) a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.BoxActivityFilter li:nth-child(3) a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Breadcrumbs,
.BreadcrumbsBox {
    display: block
}

.Breadcrumbs {
    color: #555a62;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    padding: 12px 0;
    text-transform: uppercase
}

.Breadcrumbs a {
    color: #0291db;
    font-size: inherit
}

.Breadcrumbs a:focus,
.Breadcrumbs a:hover {
    color: #0291db;
    text-decoration: underline
}

.Breadcrumbs .Crumb {
    opacity: .5
}

.Breadcrumbs .Last a {
    color: #0291db
}

.Breadcrumbs .Last a:focus,
.Breadcrumbs .Last a:hover {
    color: #0291db;
    text-decoration: underline
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Aside {
    margin: 0
}

.Alert,
.Count,
.Reactions .Count {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 3px;
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: inherit;
    justify-content: center;
    line-height: 1.5;
    padding: 0;
    white-space: nowrap
}

a:focus .Count,
a:focus .Reactions .Count,
a:hover .Count,
a:hover .Reactions .Count {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: inherit
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.ui-datepicker {
    background-color: #fff;
    border-radius: 3px;
    color: #555a62
}

.ui-datepicker td a {
    text-align: center
}

.ui-datepicker a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 3px;
    color: #555a62
}

.ui-datepicker a:active,
.ui-datepicker a:focus,
.ui-datepicker a:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0291db;
    color: #0291db
}

.ui-datepicker td {
    width: 37.14286px
}

.ui-datepicker .ui-datepicker-today a {
    background-color: rgba(0, 0, 0, .03)
}

.ui-datepicker .ui-datepicker-current-day a {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.ui-datepicker .ui-datepicker-header {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    background-color: #ededed;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.ui-datepicker .ui-datepicker-header .ui-icon {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border-width: 0;
    color: #696e75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    justify-content: center;
    position: static;
    white-space: nowrap;
    width: 24px
}

.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-prev:hover {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    color: #0291db;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    display: inline-block;
    font-family: vanillicon;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.ui-datepicker .ui-datepicker-prev:before {
    content: ""
}

.ui-datepicker .ui-datepicker-next:before {
    content: ""
}

.ui-datepicker .ui-datepicker-title {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    line-height: inherit;
    margin: 0;
    order: 2;
    position: static
}

.ui-datepicker .ui-datepicker-next {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.TagCloud a {
    -o-text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 3px;
    color: #555a62;
    display: inline-block;
    display: block;
    font-size: 12px;
    font-weight: inherit;
    height: auto;
    line-height: 1.5;
    max-width: 100%;
    max-width: 220px;
    overflow: hidden;
    padding: 0 3px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.TagCloud a:active,
.TagCloud a:focus,
.TagCloud a:hover {
    text-decoration: none
}

.TagCloud a .Count {
    background-color: rgba(0, 0, 0, 0);
    color: inherit;
    padding: 0
}

.TagCloud a:active,
.TagCloud a:focus,
.TagCloud a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.TagCloud a:active .Count,
.TagCloud a:focus .Count,
.TagCloud a:hover .Count {
    color: inherit
}

.DataList .IdeationTag,
.DataList .RoleTracker,
.DataList .Tag,
.DataList .Tag-Poll,
.DataTableWrap .IdeationTag,
.DataTableWrap .RoleTracker,
.DataTableWrap .Tag,
.DataTableWrap .Tag-Poll,
.MessageList .IdeationTag,
.MessageList .RoleTracker,
.MessageList .Tag,
.MessageList .Tag-Poll {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 3px;
    color: #555a62;
    display: inline-block;
    font-size: 12px;
    font-weight: inherit;
    height: auto;
    line-height: 1.5;
    padding: 0 3px;
    white-space: nowrap
}

.DataList .IdeationTag:active,
.DataList .IdeationTag:focus,
.DataList .IdeationTag:hover,
.DataList .RoleTracker:active,
.DataList .RoleTracker:focus,
.DataList .RoleTracker:hover,
.DataList .Tag-Poll:active,
.DataList .Tag-Poll:focus,
.DataList .Tag-Poll:hover,
.DataList .Tag:active,
.DataList .Tag:focus,
.DataList .Tag:hover,
.DataTableWrap .IdeationTag:active,
.DataTableWrap .IdeationTag:focus,
.DataTableWrap .IdeationTag:hover,
.DataTableWrap .RoleTracker:active,
.DataTableWrap .RoleTracker:focus,
.DataTableWrap .RoleTracker:hover,
.DataTableWrap .Tag-Poll:active,
.DataTableWrap .Tag-Poll:focus,
.DataTableWrap .Tag-Poll:hover,
.DataTableWrap .Tag:active,
.DataTableWrap .Tag:focus,
.DataTableWrap .Tag:hover,
.MessageList .IdeationTag:active,
.MessageList .IdeationTag:focus,
.MessageList .IdeationTag:hover,
.MessageList .RoleTracker:active,
.MessageList .RoleTracker:focus,
.MessageList .RoleTracker:hover,
.MessageList .Tag-Poll:active,
.MessageList .Tag-Poll:focus,
.MessageList .Tag-Poll:hover,
.MessageList .Tag:active,
.MessageList .Tag:focus,
.MessageList .Tag:hover {
    text-decoration: none
}

.DataList .IdeationTag .Tag,
.DataList .RoleTracker .Tag,
.DataTableWrap .IdeationTag .Tag,
.DataTableWrap .RoleTracker .Tag,
.MessageList .IdeationTag .Tag,
.MessageList .RoleTracker .Tag {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    color: inherit;
    padding: 0
}

.DataList .IdeationTag:active,
.DataList .IdeationTag:focus,
.DataList .IdeationTag:hover,
.DataList .RoleTracker:active,
.DataList .RoleTracker:focus,
.DataList .RoleTracker:hover,
.DataTableWrap .IdeationTag:active,
.DataTableWrap .IdeationTag:focus,
.DataTableWrap .IdeationTag:hover,
.DataTableWrap .RoleTracker:active,
.DataTableWrap .RoleTracker:focus,
.DataTableWrap .RoleTracker:hover,
.MessageList .IdeationTag:active,
.MessageList .IdeationTag:focus,
.MessageList .IdeationTag:hover,
.MessageList .RoleTracker:active,
.MessageList .RoleTracker:focus,
.MessageList .RoleTracker:hover {
    color: inherit
}

.DataList .RoleTracker,
.DataTableWrap .RoleTracker,
.MessageList .RoleTracker {
    background-color: rgba(0, 0, 0, 0)
}

.DataList .HasNew.HasNew,
.DataList .NewCommentCount,
.DataList .Tag-Announcement,
.DataTableWrap .HasNew.HasNew,
.DataTableWrap .NewCommentCount,
.DataTableWrap .Tag-Announcement,
.MessageList .HasNew.HasNew,
.MessageList .NewCommentCount,
.MessageList .Tag-Announcement {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0291db;
    border-radius: 3px;
    color: #0291db;
    display: inline-block;
    font-size: 12px;
    font-weight: inherit;
    height: auto;
    line-height: 1.5;
    padding: 0 3px;
    white-space: nowrap
}

.DataList .HasNew.HasNew:active,
.DataList .HasNew.HasNew:focus,
.DataList .HasNew.HasNew:hover,
.DataList .NewCommentCount:active,
.DataList .NewCommentCount:focus,
.DataList .NewCommentCount:hover,
.DataList .Tag-Announcement:active,
.DataList .Tag-Announcement:focus,
.DataList .Tag-Announcement:hover,
.DataTableWrap .HasNew.HasNew:active,
.DataTableWrap .HasNew.HasNew:focus,
.DataTableWrap .HasNew.HasNew:hover,
.DataTableWrap .NewCommentCount:active,
.DataTableWrap .NewCommentCount:focus,
.DataTableWrap .NewCommentCount:hover,
.DataTableWrap .Tag-Announcement:active,
.DataTableWrap .Tag-Announcement:focus,
.DataTableWrap .Tag-Announcement:hover,
.MessageList .HasNew.HasNew:active,
.MessageList .HasNew.HasNew:focus,
.MessageList .HasNew.HasNew:hover,
.MessageList .NewCommentCount:active,
.MessageList .NewCommentCount:focus,
.MessageList .NewCommentCount:hover,
.MessageList .Tag-Announcement:active,
.MessageList .Tag-Announcement:focus,
.MessageList .Tag-Announcement:hover {
    text-decoration: none
}

.DataList .IdeationTag:active,
.DataList .IdeationTag:focus,
.DataList .IdeationTag:hover,
.DataList .MItem.RoleTracker:active,
.DataList .MItem.RoleTracker:focus,
.DataList .MItem.RoleTracker:hover,
.DataList .tag-tracker:active,
.DataList .tag-tracker:focus,
.DataList .tag-tracker:hover,
.DataTableWrap .IdeationTag:active,
.DataTableWrap .IdeationTag:focus,
.DataTableWrap .IdeationTag:hover,
.DataTableWrap .MItem.RoleTracker:active,
.DataTableWrap .MItem.RoleTracker:focus,
.DataTableWrap .MItem.RoleTracker:hover,
.DataTableWrap .tag-tracker:active,
.DataTableWrap .tag-tracker:focus,
.DataTableWrap .tag-tracker:hover,
.MessageList .IdeationTag:active,
.MessageList .IdeationTag:focus,
.MessageList .IdeationTag:hover,
.MessageList .MItem.RoleTracker:active,
.MessageList .MItem.RoleTracker:focus,
.MessageList .MItem.RoleTracker:hover,
.MessageList .tag-tracker:active,
.MessageList .tag-tracker:focus,
.MessageList .tag-tracker:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.Form-Tags .AvailableTag {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 3px;
    color: #555a62;
    display: inline-block;
    font-size: 12px;
    font-weight: inherit;
    height: auto;
    line-height: 1.5;
    padding: 0 3px;
    white-space: nowrap
}

.Form-Tags .AvailableTag:active,
.Form-Tags .AvailableTag:focus,
.Form-Tags .AvailableTag:hover {
    text-decoration: none
}

.Form-Tags .AvailableTag:focus,
.Form-Tags .AvailableTag:hover {
    background-color: #0291db;
    border-color: #0291db;
    color: #fff;
    text-decoration: none
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.AdvancedSearch .InputBox,
.AdvancedSearch select,
div.InputBox,
input.InputBox,
input[type=text],
select,
textarea,
ul.token-input-list {
    background: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    color: #000;
    font-family: "Chromatica", Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 3px 12px;
    width: 100%
}

.AdvancedSearch .InputBox:active,
.AdvancedSearch .InputBox:focus,
.AdvancedSearch select:active,
.AdvancedSearch select:focus,
div.InputBox:active,
div.InputBox:focus,
input.InputBox:active,
input.InputBox:focus,
input[type=text]:active,
input[type=text]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus,
ul.token-input-list:active,
ul.token-input-list:focus {
    -webkit-box-shadow: none;
    background: #fff;
    border-color: #0291db;
    box-shadow: none;
    color: #000;
    outline: none
}

textarea.isWysiwyg {
    padding: 12px
}

::-ms-clear {
    display: none
}

textarea {
    overflow: auto
}

.AdvancedSearch select,
select {
    -moz-appearance: none;
    font-family: "Chromatica", "system-ui", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding-bottom: 0;
    padding-top: 0
}

.AdvancedSearch select:focus,
select:focus {
    -moz-appearance: none
}

select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}

select::-ms-expand {
    display: none
}

.FormWrapper {
    background: rgba(0, 0, 0, 0);
    border-radius: 6px;
    padding: 0
}

.FormWrapper label {
    color: #555a62
}

.FormWrapper .Buttons .Back {
    padding-right: 12px
}

.editor-help-text {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.editor-help-text a {
    color: #696e75
}

.editor-help-text a:focus,
.editor-help-text a:hover {
    color: #0291db;
    text-decoration: none
}

.js-poll-result-btn {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    .js-poll-result-btn {
        max-width: 100%
    }
}

.js-poll-result-btn:active,
.js-poll-result-btn:focus,
.js-poll-result-btn:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.FormTitleWrapper .Buttons,
.FormWrapper .Buttons {
    padding-bottom: 0;
    padding-top: 0
}

.FormTitleWrapper .Buttons .Back,
.FormTitleWrapper .Buttons .Button,
.FormWrapper .Buttons .Back,
.FormWrapper .Buttons .Button {
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 0;
    padding-right: 0
}

.FormTitleWrapper .Buttons .Back,
.FormWrapper .Buttons .Back {
    font-size: 14px;
    line-height: 36px
}

.FormTitleWrapper .Buttons .Back a:focus,
.FormTitleWrapper .Buttons .Back a:hover,
.FormWrapper .Buttons .Back a:focus,
.FormWrapper .Buttons .Back a:hover {
    text-decoration: none
}

@media screen and (max-width:958px) {

    .FormTitleWrapper .Buttons .Back,
    .FormWrapper .Buttons .Back {
        display: block;
        line-height: 1.5;
        margin-bottom: 12px;
        margin-left: 0;
        text-align: left
    }
}

.FormTitleWrapper .Buttons .Button,
.FormWrapper .Buttons .Button {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {

    .FormTitleWrapper .Buttons .Button,
    .FormWrapper .Buttons .Button {
        max-width: 100%
    }
}

.FormTitleWrapper .Buttons .Button:active,
.FormTitleWrapper .Buttons .Button:focus,
.FormTitleWrapper .Buttons .Button:hover,
.FormWrapper .Buttons .Button:active,
.FormWrapper .Buttons .Button:focus,
.FormWrapper .Buttons .Button:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.FormTitleWrapper .Buttons .Button.Primary,
.FormWrapper .Buttons .Button.Primary {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {

    .FormTitleWrapper .Buttons .Button.Primary,
    .FormWrapper .Buttons .Button.Primary {
        max-width: 100%
    }
}

.FormTitleWrapper .Buttons .Button.Primary:active,
.FormTitleWrapper .Buttons .Button.Primary:focus,
.FormTitleWrapper .Buttons .Button.Primary:hover,
.FormWrapper .Buttons .Button.Primary:active,
.FormWrapper .Buttons .Button.Primary:focus,
.FormWrapper .Buttons .Button.Primary:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

.FormTitleWrapper .Buttons .Button.Hidden,
.FormWrapper .Buttons .Button.Hidden {
    display: none
}

#Form_OK,
.btn-primary.Close,
.Button:not(.GroupOptionsTitle),
.Buttons .btn-primary {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {

    #Form_OK,
    .btn-primary.Close,
    .Button:not(.GroupOptionsTitle),
    .Buttons .btn-primary {
        max-width: 100%
    }
}

#Form_OK:active,
#Form_OK:focus,
#Form_OK:hover,
.btn-primary.Close:active,
.btn-primary.Close:focus,
.btn-primary.Close:hover,
.Button:not(.GroupOptionsTitle):active,
.Button:not(.GroupOptionsTitle):focus,
.Button:not(.GroupOptionsTitle):hover,
.Buttons .btn-primary:active,
.Buttons .btn-primary:focus,
.Buttons .btn-primary:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.Button.Danger,
.Buttons .Close {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {

    .Button.Danger,
    .Buttons .Close {
        max-width: 100%
    }
}

.Button.Danger:active,
.Button.Danger:focus,
.Button.Danger:hover,
.Buttons .Close:active,
.Buttons .Close:focus,
.Buttons .Close:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.ActivityFormWrap {
    margin-bottom: 12px
}

label {
    display: inline-block;
    margin-bottom: 3px
}

ul.token-input-list {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    padding: 3px 12px
}

ul.token-input-list li input {
    font-size: 14px;
    font-weight: 400 !important;
    height: 30px;
    line-height: normal;
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
}

ul.token-input-list.token-input-focused {
    -webkit-box-shadow: none;
    background: #fff;
    border-color: #0291db;
    box-shadow: none;
    outline: none
}

li.token-input-token {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 3px;
    color: #555a62;
    display: inline-block;
    font-size: 12px;
    font-weight: inherit;
    height: auto;
    line-height: 1.5;
    padding: 0 3px;
    white-space: nowrap
}

li.token-input-token:active,
li.token-input-token:focus,
li.token-input-token:hover {
    text-decoration: none
}

div.token-input-dropdown {
    -webkit-box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, .1);
    border: 1px solid #d6d7d9;
    border-radius: 6px;
    box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, .1);
    opacity: 1 !important;
    visibility: visible !important
}

div.token-input-dropdown p,
div.token-input-dropdown ul li[class^=token-input-dropdown-item] {
    display: inline-block;
    line-height: 40px;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%
}

@media screen and (max-width:958px) {

    div.token-input-dropdown p,
    div.token-input-dropdown ul li[class^=token-input-dropdown-item] {
        padding-left: 12px;
        padding-right: 12px
    }
}

.editor a {
    cursor: pointer
}

.editor .icon-caret-down:hover {
    background: none
}

.SelectWrapper {
    position: relative
}

.SelectWrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%
}

.SelectWrapper:after {
    -ms-transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-50%);
    color: inherit;
    color: #0291db;
    content: '';
    width: 14px;
    height: 16px;
    background-repeat: no-repeat;
    top: 60%;
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    pointer-events: none;
    position: absolute;
    right: 6px;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 50%;
    transform: translateY(-50%)
}

.BigButton:not(.Danger),
.Button-Controls .Button.Primary,
.NewConversation.NewConversation {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {

    .BigButton:not(.Danger),
    .Button-Controls .Button.Primary,
    .NewConversation.NewConversation {
        max-width: 100%
    }
}

.BigButton:not(.Danger):active,
.BigButton:not(.Danger):focus,
.BigButton:not(.Danger):hover,
.Button-Controls .Button.Primary:active,
.Button-Controls .Button.Primary:focus,
.Button-Controls .Button.Primary:hover,
.NewConversation.NewConversation:active,
.NewConversation.NewConversation:focus,
.NewConversation.NewConversation:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

.BoxButtons .Button.Primary,
.groupToolbar .Button.Primary {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {

    .BoxButtons .Button.Primary,
    .groupToolbar .Button.Primary {
        max-width: 100%
    }
}

.BoxButtons .Button.Primary:active,
.BoxButtons .Button.Primary:focus,
.BoxButtons .Button.Primary:hover,
.groupToolbar .Button.Primary:active,
.groupToolbar .Button.Primary:focus,
.groupToolbar .Button.Primary:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

.BigButton,
.ButtonGroup.Multi {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 360px;
    width: 100%
}

@media screen and (max-width:958px) {

    .BigButton,
    .ButtonGroup.Multi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        width: 100%
    }
}

.ButtonGroup.Multi>.Button:first-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    width: 100%
}

.ButtonGroup.Multi .Button.Handle,
.ButtonGroup.Multi.Open .Button.Handle {
    background-color: #0291db;
    border-color: #0291db;
    color: #fff;
    height: 100%;
    min-width: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ButtonGroup.Multi .Button.Handle .SpDropdownHandle:before,
.ButtonGroup.Multi.Open .Button.Handle .SpDropdownHandle:before {
    height: 100%;
    padding: 0 12px
}

.ButtonGroup.Multi .Button.Handle:active,
.ButtonGroup.Multi .Button.Handle:focus,
.ButtonGroup.Multi .Button.Handle:hover,
.ButtonGroup.Multi.Open .Button.Handle:active,
.ButtonGroup.Multi.Open .Button.Handle:focus,
.ButtonGroup.Multi.Open .Button.Handle:hover {
    background-color: rgba(2, 118, 179, .05);
    color: #fff
}

.ButtonGroup.Multi:active .Button.Handle,
.ButtonGroup.Multi:focus .Button.Handle,
.ButtonGroup.Multi:hover .Button.Handle {
    background-color: rgba(2, 118, 179, .3);
    color: #fff;
    min-width: 36px
}

.change-picture .WarningMessage {
    margin: 12px 0
}

@media screen and (max-width:958px) {
    .change-picture .Button {
        text-align: center;
        width: 100%
    }

    .change-picture .change-picture-new {
        margin: 0 0 3px
    }
}

.CommentForm textarea.TextBox,
.DiscussionForm textarea.TextBox {
    min-height: 100px
}

.FormTitleWrapper .H {
    margin-bottom: 6px
}

.Form-HeaderWrap .Author {
    display: none
}

.FormTitleWrapper {
    margin-bottom: 14px
}

.CommentForm.CommentForm .FormWrapper,
.FormWrapper-Condensed .FormWrapper {
    border-width: 0;
    padding: 0
}

@media screen and (max-width:958px) {

    .CommentForm.CommentForm .FormWrapper.FormWrapper .Buttons,
    .FormWrapper-Condensed .FormWrapper.FormWrapper .Buttons {
        padding: 0
    }
}

.CommentForm .DraftButton {
    display: none !important
}

.label-wrap img {
    margin-bottom: 3px;
    margin-top: 3px;
    max-height: 180px;
    max-width: 50%
}

.info {
    color: #555a62;
    font-size: 12px
}

.form-group {
    margin-bottom: 6px;
    margin-top: 6px
}

.file-upload {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 500px;
    min-height: 36px;
    position: relative;
    width: 100%
}

@media screen and (max-width:958px) {
    .file-upload {
        max-width: 100%
    }
}

.file-upload input {
    filter: alpha(opacity=0);
    margin: 0;
    opacity: 0
}

.file-upload input.disabled,
.file-upload input:disabled {
    opacity: 0
}

.file-upload .form-control {
    line-height: 36px
}

.file-upload-choose {
    background: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    color: #000;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    left: 0;
    line-height: 36px;
    margin: 0;
    max-width: inherit;
    overflow: hidden;
    padding: 3px 12px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.file-upload-choose:active,
.file-upload-choose:focus {
    -webkit-box-shadow: none;
    background: #fff;
    border-color: #0291db;
    box-shadow: none;
    color: #000;
    outline: none
}

.file-upload-browse {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    margin-right: 0;
    min-height: 36px;
    min-width: 36px;
    min-width: 75px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    .file-upload-browse {
        max-width: 100%
    }
}

.file-upload-browse:active,
.file-upload-browse:focus,
.file-upload-browse:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

.file-upload-browse:before {
    background-color: #fff;
    border: 0;
    content: "";
    height: 34px;
    left: -13px;
    position: absolute;
    width: 12px;
    z-index: 1
}

.file-upload-browse.file-upload-browse.file-upload-browse {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0
}

.file-upload-browse.file-upload-browse.file-upload-browse:active,
.file-upload-browse.file-upload-browse.file-upload-browse:focus,
.file-upload-browse.file-upload-browse.file-upload-browse:hover {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.file-upload-browse.file-upload-browse.file-upload-browse:not([disabled]):active,
.file-upload-browse.file-upload-browse.file-upload-browse:not([disabled]):focus,
.file-upload-browse.file-upload-browse.file-upload-browse:not([disabled]):hover {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.button-skipToContent {
    left: 0;
    position: absolute;
    top: 0
}

.button-skipToContent:active,
.button-skipToContent:focus {
    background-color: rgba(0, 0, 0, 0);
    border: #0291db !important;
    clip: auto !important;
    color: #555a62;
    height: auto !important;
    margin: 0 !important;
    overflow: initial !important;
    overflow: visible !important;
    padding: 3px 12px !important;
    width: auto !important
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Dropdown.MenuItems {
    width: 100%
}

.OptionsMenu .Flyout {
    right: 0;
    top: 110%
}

@media screen and (max-width:958px) {

    .editor-dropdown-open,
    .richEditor-button.isOpen,
    .ToggleFlyout.Open {
        min-width: auto
    }
}

.editor-dropdown-open .Flyout,
.editor-dropdown-open .MenuItems,
.richEditor-button.isOpen .Flyout,
.richEditor-button.isOpen .MenuItems,
.ToggleFlyout.Open .Flyout,
.ToggleFlyout.Open .MenuItems {
    display: block !important;
}

.Flyout.Flyout,
.MenuItems {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    border: 1px solid #d6d7d9;
    border-radius: 6px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    color: #555a62;
    min-width: 350px;
    padding: 15px 20px;
    position: absolute;
    z-index: 3;
}

@media screen and (max-width:958px) {

    .Flyout.Flyout,
    .MenuItems {
        z-index: 1
    }
}

.ButtonGroup.Big .Flyout.Flyout,
.ButtonGroup.Big .MenuItems {
    min-width: 0
}

.Flyout.Flyout .InProgress,
.MenuItems .InProgress {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 24px;
    position: relative;
    width: 100%
}

.Flyout.Flyout .InProgress:after,
.MenuItems .InProgress:after {
    -o-transition: opacity, .35s, ease-out;
    -webkit-animation: spinnerLoader .7s infinite ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity, .35s, ease-out;
    animation: spinnerLoader .7s infinite ease-in-out;
    border: 4px solid rgba(2, 145, 219, .3);
    border-radius: 50%;
    border-top-color: #0291db;
    content: "";
    display: block;
    height: 24px;
    transform: translateZ(0);
    transition: opacity, .35s, ease-out;
    width: 24px
}

.Flyout.Flyout .InProgress:after:after,
.MenuItems .InProgress:after:after {
    border-radius: 50%;
    height: 24px;
    width: 24px
}

.Flyout.Flyout:after,
.Flyout.Flyout:before,
.MenuItems:after,
.MenuItems:before {
    content: none
}

.Flyout.Flyout .dd-separator,
.Flyout.Flyout .editor-action-separator,
.Flyout.Flyout .menu-separator,
.Flyout.Flyout hr,
.MenuItems .dd-separator,
.MenuItems .editor-action-separator,
.MenuItems .menu-separator,
.MenuItems hr {
    background-color: #eeefef;
    display: block;
    height: 1px;
    margin-bottom: 6px;
    margin-top: 6px;
    min-height: 0;
    padding: 0 !important;
    width: 100%
}

.Flyout.Flyout .dd-separator:active,
.Flyout.Flyout .dd-separator:focus,
.Flyout.Flyout .dd-separator:hover,
.Flyout.Flyout .editor-action-separator:active,
.Flyout.Flyout .editor-action-separator:focus,
.Flyout.Flyout .editor-action-separator:hover,
.Flyout.Flyout .menu-separator:active,
.Flyout.Flyout .menu-separator:focus,
.Flyout.Flyout .menu-separator:hover,
.Flyout.Flyout hr:active,
.Flyout.Flyout hr:focus,
.Flyout.Flyout hr:hover,
.MenuItems .dd-separator:active,
.MenuItems .dd-separator:focus,
.MenuItems .dd-separator:hover,
.MenuItems .editor-action-separator:active,
.MenuItems .editor-action-separator:focus,
.MenuItems .editor-action-separator:hover,
.MenuItems .menu-separator:active,
.MenuItems .menu-separator:focus,
.MenuItems .menu-separator:hover,
.MenuItems hr:active,
.MenuItems hr:focus,
.MenuItems hr:hover {
    background: rgba(0, 0, 0, 0)
}

.Flyout.Flyout .editor-action,
.Flyout.Flyout .Item,
.MenuItems .editor-action,
.MenuItems .Item {
    padding: 4px 18px
}

.Flyout.Flyout .editor-action:not(.editor-action-separator),
.MenuItems .editor-action:not(.editor-action-separator) {
    color: inherit !important
}

.Flyout.Flyout .editor-action:not(.editor-action-separator):active,
.Flyout.Flyout .editor-action:not(.editor-action-separator):focus,
.Flyout.Flyout .editor-action:not(.editor-action-separator):hover,
.MenuItems .editor-action:not(.editor-action-separator):active,
.MenuItems .editor-action:not(.editor-action-separator):focus,
.MenuItems .editor-action:not(.editor-action-separator):hover {
    background-color: #F2F2F2 !important;
    color: inherit !important
}

.Flyout.Flyout .editor-action,
.Flyout.Flyout .Item,
.Flyout.Flyout li,
.MenuItems .editor-action,
.MenuItems .Item,
.MenuItems li {
    -ms-flex-wrap: nowrap;
    border-bottom-width: 0;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.Flyout.Flyout .editor-action a:active,
.Flyout.Flyout .editor-action a:focus,
.Flyout.Flyout .editor-action a:hover,
.Flyout.Flyout .Item a:active,
.Flyout.Flyout .Item a:focus,
.Flyout.Flyout .Item a:hover,
.Flyout.Flyout li a:active,
.Flyout.Flyout li a:focus,
.Flyout.Flyout li a:hover,
.MenuItems .editor-action a:active,
.MenuItems .editor-action a:focus,
.MenuItems .editor-action a:hover,
.MenuItems .Item a:active,
.MenuItems .Item a:focus,
.MenuItems .Item a:hover,
.MenuItems li a:active,
.MenuItems li a:focus,
.MenuItems li a:hover {
    background-color: #F2F2F2 !important;
    color: inherit !important;
    text-decoration: none
}

.Flyout.Flyout .editor-action .Count,
.Flyout.Flyout .Item .Count,
.Flyout.Flyout li .Count,
.MenuItems .editor-action .Count,
.MenuItems .Item .Count,
.MenuItems li .Count {
    margin-left: auto
}

.Flyout.Flyout .Item.Center a:active,
.Flyout.Flyout .Item.Center a:focus,
.Flyout.Flyout .Item.Center a:hover,
.Flyout.Flyout .Item.Title a:active,
.Flyout.Flyout .Item.Title a:focus,
.Flyout.Flyout .Item.Title a:hover,
.MenuItems .Item.Center a:active,
.MenuItems .Item.Center a:focus,
.MenuItems .Item.Center a:hover,
.MenuItems .Item.Title a:active,
.MenuItems .Item.Title a:focus,
.MenuItems .Item.Title a:hover {
    background-color: rgba(0, 0, 0, 0) !important
}

.Flyout.Flyout strong,
.MenuItems strong {
    font-family: "ChromaticaBlack", Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
    color: #1A1919;
    margin: 0
}

.Flyout.Flyout a,
.MenuItems a {
    color: #555a62
}

.Flyout.Flyout a:focus,
.Flyout.Flyout a:hover,
.MenuItems a:focus,
.MenuItems a:hover {
    color: #0291db
}

.Flyout.Flyout .Meta,
.MenuItems .Meta {
    color: #6f737a
}

.Flyout.Flyout-withFrame {
    padding: 0
}

.MenuItems {
    padding: 8px 0
}

.MenuItems .editor-action,
.MenuItems a,
.MenuItems a:link,
.MenuItems li>a {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.25;
    padding: 4px 18px;
    width: 100%
}

@media screen and (max-width:958px) {

    .MenuItems .editor-action,
    .MenuItems a,
    .MenuItems a:link,
    .MenuItems li>a {
        font-size: 15px;
        min-height: 40px;
        color: black !important;
    }
}

.emoji-wrap.emoji-wrap.emoji-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px;
    width: auto
}

.emoji-wrap.emoji-wrap.emoji-wrap:active,
.emoji-wrap.emoji-wrap.emoji-wrap:focus,
.emoji-wrap.emoji-wrap.emoji-wrap:hover {
    padding: 12px
}

.richEditorFlyout .Item+.Item {
    border-top: 1px solid #d6d7d9
}

.Flyout .Item.Title,
.Flyout .richEditorFlyout-header,
.richEditorFlyout .Item.Title,
.richEditorFlyout .richEditorFlyout-header {
    -ms-flex-align: center;
    -ms-flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    min-height: 44px;
    padding: 0 12px !important;
    position: relative;
    width: 100%;
    z-index: 1
}

.Flyout .Item.Title {
    border-bottom: 1px solid #E0E0E0;
}

.Flyout .Item.Title:active,
.Flyout .Item.Title:focus,
.Flyout .Item.Title:hover,
.Flyout .richEditorFlyout-header:active,
.Flyout .richEditorFlyout-header:focus,
.Flyout .richEditorFlyout-header:hover,
.richEditorFlyout .Item.Title:active,
.richEditorFlyout .Item.Title:focus,
.richEditorFlyout .Item.Title:hover,
.richEditorFlyout .richEditorFlyout-header:active,
.richEditorFlyout .richEditorFlyout-header:focus,
.richEditorFlyout .richEditorFlyout-header:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

.Flyout .Item.Title strong,
.Flyout .richEditorFlyout-header strong,
.richEditorFlyout .Item.Title strong,
.richEditorFlyout .richEditorFlyout-header strong {
    display: block
}

.Flyout .Item.Title a,
.Flyout .richEditorFlyout-header a,
.richEditorFlyout .Item.Title a,
.richEditorFlyout .richEditorFlyout-header a {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 36px;
    justify-content: center;
    min-width: 36px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    width: 36px
}

.Flyout .Item.Title a:active,
.Flyout .Item.Title a:focus,
.Flyout .Item.Title a:hover,
.Flyout .richEditorFlyout-header a:active,
.Flyout .richEditorFlyout-header a:focus,
.Flyout .richEditorFlyout-header a:hover,
.richEditorFlyout .Item.Title a:active,
.richEditorFlyout .Item.Title a:focus,
.richEditorFlyout .Item.Title a:hover,
.richEditorFlyout .richEditorFlyout-header a:active,
.richEditorFlyout .richEditorFlyout-header a:focus,
.richEditorFlyout .richEditorFlyout-header a:hover {
    color: #0291db
}

.Flyout .Item.Title a:active:before,
.Flyout .Item.Title a:focus:before,
.Flyout .Item.Title a:hover:before,
.Flyout .richEditorFlyout-header a:active:before,
.Flyout .richEditorFlyout-header a:focus:before,
.Flyout .richEditorFlyout-header a:hover:before,
.richEditorFlyout .Item.Title a:active:before,
.richEditorFlyout .Item.Title a:focus:before,
.richEditorFlyout .Item.Title a:hover:before,
.richEditorFlyout .richEditorFlyout-header a:active:before,
.richEditorFlyout .richEditorFlyout-header a:focus:before,
.richEditorFlyout .richEditorFlyout-header a:hover:before {
    color: #0291db
}

.Flyout .Item.Title a:before,
.Flyout .richEditorFlyout-header a:before,
.richEditorFlyout .Item.Title a:before,
.richEditorFlyout .richEditorFlyout-header a:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    color: #555a62;
    display: inline-block;
    display: block;
    font-family: kbicons;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    line-height: 36px;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.Flyout .Item.Center:last-child,
.richEditorFlyout .Item.Center:last-child {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    min-height: 44px;
    padding: 12px;
    position: relative;
    z-index: 1
}

.Flyout .Item.Center:last-child:active,
.Flyout .Item.Center:last-child:focus,
.Flyout .Item.Center:last-child:hover,
.richEditorFlyout .Item.Center:last-child:active,
.richEditorFlyout .Item.Center:last-child:focus,
.richEditorFlyout .Item.Center:last-child:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

.Flyout .Item.Center:last-child a,
.richEditorFlyout .Item.Center:last-child a {
    padding: 0 !important
}

.Flyout .Item.Center:last-child a:active,
.Flyout .Item.Center:last-child a:focus,
.Flyout .Item.Center:last-child a:hover,
.richEditorFlyout .Item.Center:last-child a:active,
.richEditorFlyout .Item.Center:last-child a:focus,
.richEditorFlyout .Item.Center:last-child a:hover {
    color: #0291db !important
}

.Flyout .Item.Center:last-child .button+.button,
.richEditorFlyout .Item.Center:last-child .button+.button {
    margin-left: 11px
}

.Flyout .Empty,
.richEditorFlyout .Empty {
    margin: 0
}

.Flyout .ItemContent,
.richEditorFlyout .ItemContent {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    line-height: inherit;
    margin: 0;
    max-width: calc(100% - 54px);
    padding-left: 10px;
    padding-right: 18px
}

.Flyout .ItemContent a,
.richEditorFlyout .ItemContent a {
    font-weight: 700
}

.Flyout .ItemContent a:focus,
.Flyout .ItemContent a:hover,
.richEditorFlyout .ItemContent a:focus,
.richEditorFlyout .ItemContent a:hover {
    color: #555a62
}

.Flyout .Excerpt,
.Flyout .ItemContent,
.Flyout .Subject,
.richEditorFlyout .Excerpt,
.richEditorFlyout .ItemContent,
.richEditorFlyout .Subject {
    line-height: 1.5
}

.Flyout .Meta,
.richEditorFlyout .Meta {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -3px;
    width: calc(100% + 6px)
}

.Flyout .MItem,
.richEditorFlyout .MItem {
    color: inherit;
    display: inline-block;
    font-size: 12px;
    margin: 0 3px
}

.post-notification-list .Meta {
    font-size: 12px;
}

.post-notification-list .Meta span {
    font-size: 12px;
    color: #828282;
    font-family: 'ChromaticaRegular';
}

.Flyout .HasNew.HasNew,
.richEditorFlyout .HasNew.HasNew {
    background-color: #0291db;
    border-radius: 50%;
    bottom: 0;
    color: rgba(0, 0, 0, 0);
    display: block;
    height: 12px;
    margin: auto 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 8px;
    top: 0;
    width: 12px
}

.PopList.PopList {
    font-size: 14px
}

.PopList.PopList .Item {
    padding: 10px 8px
}

.PopList.PopList .PhotoWrap {
    height: 56px;
    width: 56px
}

.PopList.Activities .Item.Title a:before {
    /* content: "" */
}

.PopList.Conversations .Item.Title a:before {
    content: ""
}

.editor-action-emoji .MenuItems {
    width: 266px
}

.editor-dd-link+.mobileFlyoutOverlay input.InputBox {
    margin: 8px;
    width: calc(100% - 16px)
}

.editor-dd-link+.mobileFlyoutOverlay .MenuButtons {
    border-top: 1px solid #eeefef;
    min-height: 30px;
    padding: 8px
}

.MenuItems-Reactions,
.OnlineUserWrap .OnlineUserName.OnlineUserName {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    border: 1px solid #d6d7d9;
    border-radius: 6px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    color: #555a62 !important;
    z-index: 1
}

@media screen and (max-width:958px) {

    .MenuItems-Reactions,
    .OnlineUserWrap .OnlineUserName.OnlineUserName {
        z-index: 1
    }
}

.MenuItems-Reactions:after,
.MenuItems-Reactions:before,
.OnlineUserWrap .OnlineUserName.OnlineUserName:after,
.OnlineUserWrap .OnlineUserName.OnlineUserName:before {
    content: none !important
}

.OnlineUserWrap .OnlineUserName {
    padding: 4px 18px !important
}

@media screen and (max-width:958px) {
    .OnlineUserWrap .OnlineUserName {
        display: none
    }
}

.MenuItems-Reactions.MenuItems-Reactions {
    min-width: 0;
    padding: 0
}

.MenuItems-Reactions.MenuItems-Reactions li {
    padding: 8px
}

.MenuItems-Reactions.MenuItems-Reactions .PhotoWrap,
.MenuItems-Reactions.MenuItems-Reactions a {
    padding: 0 !important
}

.MenuItems-Reactions.MenuItems-Reactions .PhotoWrap+a {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 20px;
    max-width: calc(100% - 36px);
    min-height: 20px
}

.MenuItems-Reactions.MenuItems-Reactions .PhotoWrap+a:active,
.MenuItems-Reactions.MenuItems-Reactions .PhotoWrap+a:focus,
.MenuItems-Reactions.MenuItems-Reactions .PhotoWrap+a:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #0291db !important
}

.MenuItems-Reactions.MenuItems-Reactions .PhotoWrap.PhotoWrap {
    height: 20px;
    margin-right: 8px;
    max-width: 100%;
    min-height: 0;
    width: 20px
}

.selectBox-content {
    margin-top: 0
}

.selectBox-item .dropdown-menu-link.selectBox-link {
    padding-left: 30px !important;
    position: static
}

.dropdown-menu-link .Alert {
    margin-left: auto
}

.richEditorFlyout .richEditorFlyout-header {
    border-bottom: 1px solid #eeefef
}

.richEditorFlyout .richEditor-button:active,
.richEditorFlyout .richEditor-button:focus,
.richEditorFlyout .richEditor-button:hover {
    background-color: rgba(2, 145, 219, .05)
}

.MenuItems.ui-autocomplete {
    color: #555a62
}

.MenuItems.ui-autocomplete .ui-menu-item,
.MenuItems.ui-autocomplete .ui-menu-item>a {
    display: block
}

.MenuItems.ui-autocomplete a:active,
.MenuItems.ui-autocomplete a:focus,
.MenuItems.ui-autocomplete a:hover {
    color: #555a62
}

.MenuItems.ui-autocomplete a:active .Gloss,
.MenuItems.ui-autocomplete a:focus .Gloss,
.MenuItems.ui-autocomplete a:hover .Gloss {
    color: inherit
}

.MenuItems.ui-autocomplete .Title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    width: 100%
}

.MenuItems.ui-autocomplete .Aside {
    float: left;
    font-size: 12px;
    opacity: 1
}

.MenuItems.ui-autocomplete .Gloss {
    font-size: 12px;
    padding-left: 6px;
    width: auto
}

@media screen and (max-width:992px) {

    .ButtonGroup,
    .ButtonGroup .mobileFlyoutOverlay,
    .editor-dropdown,
    .editor-dropdown .mobileFlyoutOverlay,
    .ToggleFlyout,
    .ToggleFlyout .mobileFlyoutOverlay {
        cursor: pointer
    }
}

@media screen and (max-width:958px) {
    .mobileFlyoutOverlay {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        background: rgba(0, 0, 0, .2);
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh;
        justify-content: center;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        z-index: 1
    }

    .ToggleFlyout.Outside {
        position: relative;
        z-index: 9;
    }

    .ButtonGroup.Open .mobileFlyoutOverlay,
    .editor-dropdown-open .mobileFlyoutOverlay,
    .richEditor-button.isOpen .mobileFlyoutOverlay,
    .ToggleFlyout.Open .mobileFlyoutOverlay,
    .ToggleFlyout.Outside .mobileFlyoutOverlay {
        opacity: 1;
        pointer-events: auto;
        z-index: 1
    }

    .ButtonGroup.Open .Flyout.Flyout,
    .ButtonGroup.Open .MenuItems.MenuItems,
    .editor-dropdown-open .Flyout.Flyout,
    .editor-dropdown-open .MenuItems.MenuItems,
    .richEditor-button.isOpen .Flyout.Flyout,
    .richEditor-button.isOpen .MenuItems.MenuItems,
    .ToggleFlyout.Open .Flyout.Flyout,
    .ToggleFlyout.Outside .Flyout.Flyout,
    .ToggleFlyout.Outside .MenuItems.MenuItems,
    .ToggleFlyout.Open .MenuItems.MenuItems {
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        left: auto;
        max-width: calc(100% - 24px);
        opacity: 1;
        right: auto;
        left: auto !important;
        min-width: 300px !important;
        transition-delay: 0s;
        visibility: visible;
        display: block !important;
    }

    .ToggleFlyout.Outside .MenuItems {
        top: auto !important;
        bottom: 15px;
        margin-bottom: 0;
    }

    .Flyout,
    .MenuItems {
        -o-transition: visibility 0s linear .35s, transform ease-out .35s, opacity ease-out .35s;
        -webkit-box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, .1);
        -webkit-transition: visibility 0s linear .35s, opacity .35s ease-out, -webkit-transform .35s ease-out;
        box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, .1);
        cursor: pointer;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-height: 80vh;
        max-width: 375px;
        opacity: 0;
        overflow: auto;
        position: fixed;
        transition: visibility 0s linear .35s, opacity .35s ease-out, -webkit-transform .35s ease-out;
        transition: visibility 0s linear .35s, transform .35s ease-out, opacity .35s ease-out;
        transition: visibility 0s linear .35s, transform .35s ease-out, opacity .35s ease-out, -webkit-transform .35s ease-out;
        visibility: hidden;
        width: 100%;
        z-index: 100
    }

    .Flyout a,
    .MenuItems a {
        color: #555a62
    }

    .Flyout a:focus,
    .Flyout a:hover,
    .MenuItems a:focus,
    .MenuItems a:hover {
        color: #0291db
    }
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
@-webkit-keyframes chevron-pulse {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes chevron-pulse {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.Hamburger-svgchevron path.a1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.Hamburger-svgchevron path.a2 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.Hamburger-svgchevron path.a3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.Hamburger {
    -moz-user-select: none;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-user-select: none;
    -o-transition: .35s;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: .35s;
    -webkit-user-select: none;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    justify-content: center;
    outline: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
    transition: .35s;
    user-select: none;
    width: 22px
}

@media screen and (max-width:958px) {
    .Hamburger {
        position: absolute
    }
}

.Hamburger-menuLines {
    -o-transition: .35s;
    -webkit-transition: .35s;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 2px;
    position: relative;
    transition: .35s;
    width: 22px
}

.Hamburger-menuLines:after,
.Hamburger-menuLines:before {
    -ms-transform-origin: 5.5px center;
    -o-transition: .35s;
    -webkit-transform-origin: 5.5px center;
    -webkit-transition: .35s;
    background-color: #fff;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: 5.5px center;
    transition: .35s;
    width: 22px
}

.Hamburger-menuLines:before {
    top: 5.5px
}

.Hamburger-menuLines:after {
    top: -6.28571px
}

.isToggled .Hamburger-menuLines {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.Hamburger-menuXcross {
    height: 22px;
    padding: 0;
    width: 22px
}

.Hamburger-menuXcross.isToggled .Hamburger-menuLines {
    background: rgba(0, 0, 0, 0)
}

.Hamburger-menuXcross.isToggled .Hamburger-menuLines:after,
.Hamburger-menuXcross.isToggled .Hamburger-menuLines:before {
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    background-color: hsla(0, 0%, 100%, .6);
    left: 0;
    top: 0;
    transform-origin: 50% 50%;
    width: 22px
}

.Hamburger-menuXcross.isToggled .Hamburger-menuLines:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.Hamburger-menuXcross.isToggled .Hamburger-menuLines:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.Herobanner {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #3f3e46;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 370px;
    position: relative;
    width: 100%
}

@media screen and (max-width:958px) {
    .Herobanner {
        display: none
    }
}

.Herobanner .HomepageTitle {
    font-size: 48px
}

.Herobanner .followButton {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 48px;
    padding: 10px 5px
}

.Herobanner .followButton:active,
.Herobanner .followButton:focus,
.Herobanner .followButton:hover {
    color: #fff
}

.Herobanner .HomepageTitle,
.Herobanner .PageDescription {
    text-shadow: 0 0 1px #555a62
}

.Herobanner>.Container {
    width: 100%;
    z-index: 1
}

.Herobanner .SearchBox.SearchBox {
    margin-left: auto
}

.Herobanner .SearchBox {
    max-width: 673px
}

@media screen and (min-width:958px) {
    .Herobanner .SearchBox {
        font-size: 16px;
        margin: 0 auto
    }

    .Herobanner .SearchBox form>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .Herobanner .SearchBox form>div:after {
        display: none
    }
}

.Herobanner .SearchBox .Handle.Handle {
    display: none
}

.Herobanner .SearchBox .InputAndButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.Herobanner .SearchBox #Form_Search,
.Herobanner .SearchBox .AdvancedSearch .BigInput {
    border: 1px solid #fff;
    border-bottom-right-radius: 0;
    border-right-width: 0;
    border-top-right-radius: 0;
    height: 40px;
    line-height: 40px;
    padding: 3px 12px
}

.Herobanner .SearchBox #Form_Search:active,
.Herobanner .SearchBox #Form_Search:focus,
.Herobanner .SearchBox .AdvancedSearch .BigInput:active,
.Herobanner .SearchBox .AdvancedSearch .BigInput:focus {
    border: 1px solid #fff
}

.Herobanner .SearchBox #Form_Go,
.Herobanner .SearchBox .bwrap>.Button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0 12px;
    position: static;
    width: auto
}

.Herobanner .SearchBox #Form_Go:before,
.Herobanner .SearchBox .bwrap>.Button:before {
    content: attr(title)
}

.Herobanner-bgImage {
    -webkit-filter: brightness(.75);
    background-position: 50%;
    background-size: cover;
    filter: brightness(.75);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:958px) {
    .Herobanner-bgImage {
        display: none
    }
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.ItemIdea.ItemIdea.ItemIdea .idea-counter-module .idea-counter-box,
.ItemIdea.ItemIdea.ItemIdea .PhotoWrap.IndexPhoto {
    height: 42px;
    margin: 0;
    width: 42px
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.DataList,
.MessageList {
    margin: 0 0 18px
}

.DataList .Item,
.MessageList .Item {
    -webkit-box-shadow: none;
    background: #fff;
    /* border-top: 1px solid #d6d7d9; */
    box-shadow: none;
    padding: 16px 8px
}

.DataList .Item:last-child,
.MessageList .Item:last-child {
    border-bottom: 1px solid #d6d7d9
}

.DataList .Item.Read,
.MessageList .Item.Read {
    opacity: 1
}

.DataList .Item.CategoryHeading,
.MessageList .Item.CategoryHeading {
    -webkit-box-shadow: none;
    background: rgba(0, 0, 0, 0);
    border-width: 0;
    box-shadow: none;
    font-size: 32px;
    margin-bottom: 16px;
    padding: 0 !important
}

.DataList .Item.CategoryHeading .Options,
.MessageList .Item.CategoryHeading .Options {
    display: none
}

@media screen and (max-width:958px) {

    .DataList .Item.CategoryHeading,
    .MessageList .Item.CategoryHeading {
        font-size: 18px
    }
}

.DataList .Item~.CategoryHeading,
.MessageList .Item~.CategoryHeading {
    margin-top: 16px
}

.DataList .Item~.CategoryHeading:before,
.MessageList .Item~.CategoryHeading:before {
    -webkit-box-shadow: 0 3px 0 #fff;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d6d7d9;
    box-shadow: 0 3px 0 #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -16px;
    width: 100%
}

.DataList .Item.Read .Title,
.DataList .Item .Title,
.DataList .Item h3,
.MessageList .Item.Read .Title,
.MessageList .Item .Title,
.MessageList .Item h3 {
    color: #555a62;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 6px
}

.DataList .Item.Read .Title:focus,
.DataList .Item.Read .Title:hover,
.DataList .Item .Title:focus,
.DataList .Item .Title:hover,
.DataList .Item h3:focus,
.DataList .Item h3:hover,
.MessageList .Item.Read .Title:focus,
.MessageList .Item.Read .Title:hover,
.MessageList .Item .Title:focus,
.MessageList .Item .Title:hover,
.MessageList .Item h3:focus,
.MessageList .Item h3:hover {
    color: #0291db
}

.DataList .Item.Read .Title a,
.DataList .Item .Title a,
.DataList .Item h3 a,
.MessageList .Item.Read .Title a,
.MessageList .Item .Title a,
.MessageList .Item h3 a {
    color: inherit;
    display: inline;
    font-size: inherit;
    font-weight: inherit
}

.DataList .Item.Read .Title a:focus,
.DataList .Item.Read .Title a:hover,
.DataList .Item .Title a:focus,
.DataList .Item .Title a:hover,
.DataList .Item h3 a:focus,
.DataList .Item h3 a:hover,
.MessageList .Item.Read .Title a:focus,
.MessageList .Item.Read .Title a:hover,
.MessageList .Item .Title a:focus,
.MessageList .Item .Title a:hover,
.MessageList .Item h3 a:focus,
.MessageList .Item h3 a:hover {
    color: inherit
}

.DataList .CategoryDescription,
.DataList .Excerpt,
.MessageList .CategoryDescription,
.MessageList .Excerpt {
    color: #555a62;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 6px;
    width: 100%
}

.DataList .CategoryDescription:empty,
.DataList .Excerpt:empty,
.MessageList .CategoryDescription:empty,
.MessageList .Excerpt:empty {
    display: none
}

.DataList .ItemContent.Discussion .Excerpt,
.MessageList .ItemContent.Discussion .Excerpt {
    margin-top: 6px
}

.DataList .Options,
.MessageList .Options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.DataList .Bookmark:before,
.DataList .OptionsMenu .Arrow:before,
.MessageList .Bookmark:before,
.MessageList .OptionsMenu .Arrow:before {
    font-size: 20px;
    line-height: 20px
}

.DataList .OptionsMenu .Arrow:before,
.MessageList .OptionsMenu .Arrow:before {
    font-size: 18px;
    margin-top: 16px
}

.DataList .LatestPostTitle,
.DataList .MostRecentBy,
.MessageList .LatestPostTitle,
.MessageList .MostRecentBy {
    -o-text-overflow: ellipsis;
    display: block;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.DataList .AuthorInfo,
.DataList .Meta,
.MessageList .AuthorInfo,
.MessageList .Meta {
    color: #696e75;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400
}

.DataList .Meta,
.MessageList .Meta {
    margin-left: -6px;
    margin-right: -6px
}

@media screen and (max-width:958px) {

    .DataList .AuthorWrap,
    .DataList .Meta,
    .MessageList .AuthorWrap,
    .MessageList .Meta {
        line-height: 1.5
    }
}

.DataList .Author .Username,
.DataList .ChildCategories,
.DataList .MItem,
.DataList .MItem.Category,
.MessageList .Author .Username,
.MessageList .ChildCategories,
.MessageList .MItem,
.MessageList .MItem.Category {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit
}

.DataList .Author .Username a,
.DataList .ChildCategories a,
.DataList .MItem.Category a,
.DataList .MItem a,
.MessageList .Author .Username a,
.MessageList .ChildCategories a,
.MessageList .MItem.Category a,
.MessageList .MItem a {
    color: #696e75;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.DataList .Author .Username a:focus,
.DataList .Author .Username a:hover,
.DataList .ChildCategories a:focus,
.DataList .ChildCategories a:hover,
.DataList .MItem.Category a:focus,
.DataList .MItem.Category a:hover,
.DataList .MItem a:focus,
.DataList .MItem a:hover,
.MessageList .Author .Username a:focus,
.MessageList .Author .Username a:hover,
.MessageList .ChildCategories a:focus,
.MessageList .ChildCategories a:hover,
.MessageList .MItem.Category a:focus,
.MessageList .MItem.Category a:hover,
.MessageList .MItem a:focus,
.MessageList .MItem a:hover {
    color: #0291db;
    text-decoration: none
}

.DataList .MItem,
.DataList .Tag,
.MessageList .MItem,
.MessageList .Tag {
    margin-left: 0;
    margin-right: 0px;
    min-width: 44px;
}

.DataList .MItem.Hidden,
.MessageList .MItem.Hidden {
    display: none
}

.DataList .HasNew,
.DataList .Tag:not([class*=Status-Tag]),
.MessageList .HasNew,
.MessageList .Tag:not([class*=Status-Tag]) {
    margin-bottom: 3px
}

.DataList .MItem.DiscussionAuthor,
.MessageList .MItem.DiscussionAuthor {
    display: none
}

.DataList .MItem.Category,
.MessageList .MItem.Category {
    display: inline
}

.DataList .MItem.Category a,
.MessageList .MItem.Category a {
    -o-text-overflow: ellipsis;
    display: block;
    display: inherit;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.DataList .MostRecent>*,
.DataList .MostRecentBy>*,
.MessageList .MostRecent>*,
.MessageList .MostRecentBy>* {
    white-space: normal
}

.DataList .MostRecent a,
.DataList .MostRecentBy a,
.MessageList .MostRecent a,
.MessageList .MostRecentBy a {
    display: inline
}

.DataList .MostRecentBy,
.MessageList .MostRecentBy {
    display: inherit
}

.DataList .MItem.RSS,
.MessageList .MItem.RSS {
    display: none
}

.DataList .ChildCategories,
.MessageList .ChildCategories {
    -ms-flex-wrap: wrap;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -3px
}

.DataList .ChildCategories b,
.MessageList .ChildCategories b {
    margin-bottom: 3px;
    margin-right: 3px
}

.DataList .ChildCategories a,
.MessageList .ChildCategories a {
    color: #696e75;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 3px
}

.DataList .ChildCategories a:active,
.DataList .ChildCategories a:focus,
.DataList .ChildCategories a:hover,
.MessageList .ChildCategories a:active,
.MessageList .ChildCategories a:focus,
.MessageList .ChildCategories a:hover {
    color: #0291db
}

.DataList .ChildCategories .Comma,
.MessageList .ChildCategories .Comma {
    margin-right: 3px
}

.DataList a.Delete,
.MessageList a.Delete {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    color: rgba(85, 90, 98, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 20px;
    justify-content: center;
    padding: 0;
    visibility: visible
}

.DataList a.Delete:hover,
.MessageList a.Delete:hover {
    background: rgba(0, 0, 0, 0);
    color: #555a62
}

.DataList .PhotoWrap,
.MessageList .PhotoWrap {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    align-items: center;
    border-radius: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin: 0 8px 0 0;
    overflow: hidden;
    padding: 0;
    width: 42px
}

.DataList .PhotoWrap img,
.MessageList .PhotoWrap img {
    height: auto;
    margin: 0;
    width: 100%
}

.DataList .PhotoWrap.NoPhoto,
.MessageList .PhotoWrap.NoPhoto {
    display: none
}

.DataList .IndexPhoto,
.MessageList .IndexPhoto {
    margin-right: 0
}

.DataList .MItem .userCardWrapper-link,
.MessageList .MItem .userCardWrapper-link {
    margin-left: 6px
}

.DataList .ItemIdea.ItemIdea.ItemIdea .idea-counter-module .idea-counter-box,
.DataList .ItemIdea.ItemIdea.ItemIdea .PhotoWrap.IndexPhoto,
.MessageList .ItemIdea.ItemIdea.ItemIdea .idea-counter-module .idea-counter-box,
.MessageList .ItemIdea.ItemIdea.ItemIdea .PhotoWrap.IndexPhoto {
    height: 42px;
    margin: 0 12px 0 0;
    width: 42px
}

.DataList .ItemIdea.ItemIdea.ItemIdea .Meta .ViewCount,
.MessageList .ItemIdea.ItemIdea.ItemIdea .Meta .ViewCount {
    margin-left: 0
}

.DataList .Item-Col .Options,
.MessageList .Item-Col .Options {
    visibility: visible
}

.DataList .Item-Col .Options .OptionsLink,
.MessageList .Item-Col .Options .OptionsLink {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    margin-left: 3px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {

    .DataList .Item-Col .Options .OptionsLink,
    .MessageList .Item-Col .Options .OptionsLink {
        max-width: 100%
    }
}

.DataList .Item-Col .Options .OptionsLink:active,
.DataList .Item-Col .Options .OptionsLink:focus,
.DataList .Item-Col .Options .OptionsLink:hover,
.MessageList .Item-Col .Options .OptionsLink:active,
.MessageList .Item-Col .Options .OptionsLink:focus,
.MessageList .Item-Col .Options .OptionsLink:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.DataList .Item-Col .Options .Bullet,
.MessageList .Item-Col .Options .Bullet {
    display: none
}

.DataList .NoteType,
.MessageList .NoteType {
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25
}

.DataList .CategoryPhoto,
.MessageList .CategoryPhoto {
    height: inherit
}

.DataList .MItem.MItem-Resolved,
.MessageList .MItem.MItem-Resolved {
    display: inline-block;
    font-size: inherit;
    height: 14px;
    line-height: inherit;
    margin-bottom: 0;
    padding: 0;
    vertical-align: middle;
    width: 13px
}

.DataList .resolved2-resolved,
.DataList .resolved2-unresolved,
.MessageList .resolved2-resolved,
.MessageList .resolved2-unresolved {
    display: block;
    top: auto
}

.DataList .Hero,
.MessageList .Hero {
    padding: 0
}

.DataList mark,
.MessageList mark {
    background-color: rgba(255, 206, 0, .5)
}

.DataList .Reactions,
.MessageList .Reactions {
    margin: 0;
}

.DataList .Reactions .Bullet,
.MessageList .Reactions .Bullet {
    display: none
}

.DataList .Reactions .ToggleFlyout,
.MessageList .Reactions .ToggleFlyout {
    display: inline-block
}

@media screen and (max-width:958px) {

    .DataList .Reactions .ReactButton,
    .MessageList .Reactions .ReactButton {
        line-height: 2.5em
    }
}

.DataList .Reactions .ReactButton-Flag,
.MessageList .Reactions .ReactButton-Flag {
    margin-left: 0
}

.DataList:not(.CategoryList),
.PageTitle+.ItemDiscussion {
    -webkit-box-shadow: none;
    border-radius: 0;
    border-top-width: 0;
    box-shadow: none
}

.DataList.CategoryList .Item:not(.CategoryHeading) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.DataList.CategoryList .Item[class*=Depth] {
    padding-left: 8px !important
}

.DataList.Discussions .Item .Title {
    display: block
}

.DataList.Discussions .Item .Options .ToggleFlyout {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.DataList.Discussions .ItemDiscussion-withPhoto .Discussion.ItemContent {
    padding-left: 54px
}

.DataList.Discussions .ItemDiscussion-withPhoto .userCardWrapper-photo {
    left: 12px;
    position: absolute;
    top: 18px
}

.DataList.Discussions .ItemDiscussion-withPhoto.ItemIdea .idea-counter-module {
    left: 60px;
    position: absolute;
    top: 18px
}

.DataList.Discussions .ItemDiscussion-withPhoto.ItemIdea .Discussion.ItemContent {
    padding-left: 102px
}

.MessageList .ItemComment .Options .ToggleFlyout,
.MessageList .PageTitle .Options .ToggleFlyout {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    display: block;
}

.MessageList .PageTitle {
    margin-bottom: 14px
}

.MessageList .PageTitle h1 {
    font-size: 32px;
    line-height: 1.25
}

@media screen and (max-width:958px) {
    .MessageList .PageTitle h1 {
        font-size: 18px
    }
}

.MessageList .PageTitle .Options .Bookmark {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.MessageList .ItemComment.ItemComment,
.MessageList .ItemDiscussion.ItemDiscussion {
    padding: 0
}

.MessageList .ItemComment,
.MessageList .ItemDiscussion {
    position: relative
}

.MessageList .ItemComment .Item-Header,
.MessageList .ItemDiscussion .Item-Header {
    background: rgba(0, 0, 0, 0);
    margin: 0;
    min-height: 66px;
    padding: 16px 0;
    width: 100%
}

.MessageList .ItemComment .Item-Header {
    padding-top: 0;
}

.MessageList .ItemComment .Item-Header .PhotoWrap,
.MessageList .ItemDiscussion .Item-Header .PhotoWrap {
    /* left: 8px;
    margin: 0;
    position: absolute;
    top: 16px */
}

.MessageList .ItemComment .MItem.RoleTracker,
.MessageList .ItemDiscussion .MItem.RoleTracker {
    padding: 0 3px
}

.MessageList .ItemComment .MItem.RoleTracker a,
.MessageList .ItemDiscussion .MItem.RoleTracker a {
    color: inherit;
    margin: 0
}

.MessageList .ItemComment .MItem.RoleTracker a:active,
.MessageList .ItemComment .MItem.RoleTracker a:focus,
.MessageList .ItemComment .MItem.RoleTracker a:hover,
.MessageList .ItemDiscussion .MItem.RoleTracker a:active,
.MessageList .ItemDiscussion .MItem.RoleTracker a:focus,
.MessageList .ItemDiscussion .MItem.RoleTracker a:hover {
    text-decoration: none
}

.MessageList .ItemComment .AuthorWrap,
.MessageList .ItemComment .Meta,
.MessageList .ItemDiscussion .AuthorWrap,
.MessageList .ItemDiscussion .Meta {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 50px
}

.MessageList .ItemComment .AuthorWrap>*,
.MessageList .ItemComment .Meta>*,
.MessageList .ItemDiscussion .AuthorWrap>*,
.MessageList .ItemDiscussion .Meta>* {
    display: inline;
    font-size: inherit;
    line-height: inherit
}

.MessageList .ItemComment .InlineTags,
.MessageList .ItemDiscussion .InlineTags {
    padding-left: 0
}

.MessageList .ItemComment .InlineTags a,
.MessageList .ItemDiscussion .InlineTags a {
    color: #696e75;
    font-size: inherit
}

.MessageList .ItemComment .InlineTags a:active,
.MessageList .ItemComment .InlineTags a:focus,
.MessageList .ItemComment .InlineTags a:hover,
.MessageList .ItemDiscussion .InlineTags a:active,
.MessageList .ItemDiscussion .InlineTags a:focus,
.MessageList .ItemDiscussion .InlineTags a:hover {
    color: #0291db
}

.MessageList .ItemComment .Meta,
.MessageList .ItemDiscussion .Meta {
    width: 100%
}

@media screen and (max-width:958px) {

    .MessageList .ItemComment .Meta,
    .MessageList .ItemDiscussion .Meta {
        margin-top: 0
    }
}

.MessageList .ItemComment .MItem,
.MessageList .ItemDiscussion .MItem {
    margin-bottom: 0
}

@media screen and (max-width:958px) {

    .MessageList .ItemComment .MItem,
    .MessageList .ItemDiscussion .MItem {
        margin-bottom: 3px
    }
}

.MessageList .ItemComment .AuthorWrap,
.MessageList .ItemDiscussion .AuthorWrap {
    max-width: 100%;
    position: relative;
}

.MessageList .ItemComment .MItem.Category,
.MessageList .ItemDiscussion .MItem.Category {
    display: none
}

.MessageList .ItemComment .MItem.Rank,
.MessageList .ItemComment .MItem.RoleTitle,
.MessageList .ItemDiscussion .MItem.Rank,
.MessageList .ItemDiscussion .MItem.RoleTitle {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 3px;
    color: #555a62;
    color: inherit;
    display: inline-block;
    font-size: 12px;
    font-weight: inherit;
    height: auto;
    line-height: 1.5;
    padding: 0 3px;
    white-space: nowrap
}

.MessageList .ItemComment .MItem.Rank:active,
.MessageList .ItemComment .MItem.Rank:focus,
.MessageList .ItemComment .MItem.Rank:hover,
.MessageList .ItemComment .MItem.RoleTitle:active,
.MessageList .ItemComment .MItem.RoleTitle:focus,
.MessageList .ItemComment .MItem.RoleTitle:hover,
.MessageList .ItemDiscussion .MItem.Rank:active,
.MessageList .ItemDiscussion .MItem.Rank:focus,
.MessageList .ItemDiscussion .MItem.Rank:hover,
.MessageList .ItemDiscussion .MItem.RoleTitle:active,
.MessageList .ItemDiscussion .MItem.RoleTitle:focus,
.MessageList .ItemDiscussion .MItem.RoleTitle:hover {
    text-decoration: none
}

.MessageList .ItemComment .Username,
.MessageList .ItemDiscussion .Username {
    color: #696e75;
    font-weight: 400
}

.MessageList .ItemComment .Username:focus,
.MessageList .ItemComment .Username:hover,
.MessageList .ItemDiscussion .Username:focus,
.MessageList .ItemDiscussion .Username:hover {
    color: #0291db
}

.MessageList .ItemComment .flair,
.MessageList .ItemDiscussion .flair {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 -3px;
    width: calc(100% + 6px)
}

.MessageList .ItemComment .flair-item,
.MessageList .ItemDiscussion .flair-item {
    display: inline-block;
    margin: 0 3px
}

.MessageList .ItemComment .flair-item img,
.MessageList .ItemDiscussion .flair-item img {
    margin: 0
}

.MessageList .ItemComment .Item-BodyWrap,
.MessageList .ItemDiscussion .Item-BodyWrap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 8px 8px 16px
}

.MessageList .ItemComment .Item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.MessageList .ItemComment .Item-footer a.discussion-url {
    font-size: 14px;
    border-bottom: 2px solid;
}

.MessageList .ItemComment .Item-footer .additional-label {
    display: none;
}

.MessageList .ItemComment .Item-Body>*,
.MessageList .ItemDiscussion .Item-Body>* {
    margin: 0 0 12px
}

.MessageList .ItemComment .Item-Body>:last-child,
.MessageList .ItemDiscussion .Item-Body>:last-child {
    margin: 0
}

.MessageList .ItemComment .Options {
    margin-right: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
    right: 0;
    width: 30px;
}

.MessageList.AcceptedAnswers .Item:first-child,
.MessageList.Comments .Item:first-child {
    border-top-width: 0
}

.Activities,
.Conversations,
.MessageList {
    clear: both
}

.Activities .ItemContent {
    margin-left: 20px
}

@media screen and (max-width:958px) {
    .Activities .ItemContent .Title {
        padding-right: 12px
    }
}

.Activities .ItemContent .Author {
    display: block
}

@media screen and (max-width:958px) {
    .Activities .ItemContent .Author .PhotoWrap {
        margin-right: 0
    }
}

@media screen and (max-width:958px) {
    .Activities .ItemContent .Delete {
        position: absolute
    }
}

.Conversation .Meta {
    margin-left: 0;
    margin-right: 0
}

.DataList-Search {
    margin-top: 18px
}

.DataList-Search .Item-Body,
.DataList-Search h3 {
    padding-left: 50px
}

.DataList-Search .PhotoWrap {
    left: 0;
    position: absolute;
    /* top: 16px */
}

.DataList-Search .Meta {
    margin-left: 0;
    margin-right: 0
}

.DataList-Search .MItem-Author a {
    color: #696e75;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.DataList-Search .MItem-Author a:focus,
.DataList-Search .MItem-Author a:hover {
    color: #0291db;
    text-decoration: none
}

.Group-Content .DataList .ItemContent.Discussion {
    padding-left: 0
}

.Group-Content .DataList .Options {
    position: absolute;
    right: 8px;
    top: 16px
}

@media screen and (max-width:958px) {
    .Group-Content .DataList .Meta {
        margin-top: 0
    }
}

.Group-Box.EventList .Item .Options {
    position: static
}

.Group-Box.EventList .Item .Options .OptionsMenu {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.ApplicantList .DataList .PhotoWrap {
    margin-right: 0
}

.ApplicantList .DataList .ItemContent {
    padding-left: 50px
}

.DataList-Notes .Item-Col {
    padding-left: 0
}

.DataList-Notes .Meta {
    margin: 0 0 6px
}

.DataList-Notes .NoteType {
    color: #555a62;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 6px
}

.CategoryBox+.CategoryBox {
    margin-top: 16px 8px
}

.CategoryBox .Empty {
    -webkit-box-shadow: none;
    background: #fff;
    border-top: 1px solid #d6d7d9;
    box-shadow: none;
    padding: 16px 8px
}

.CategoryBox .Empty:last-child {
    border-bottom: 1px solid #d6d7d9
}

.CategoryBox .Empty.Read {
    opacity: 1
}

.CategoryBox .H {
    color: inherit;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px 8px
}

.CategoryBox .H a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.CategoryBox .H a:focus,
.CategoryBox .H a:hover {
    color: inherit
}

@media screen and (max-width:958px) {
    .CategoryBox .H {
        font-size: 18px
    }
}

.CategoryBox>.OptionsMenu {
    float: right;
    margin-right: 16px 8px
}

.CategoryBox .Bookmark:before,
.CategoryBox .OptionsMenu .Arrow:before {
    font-size: 20px;
    line-height: 20px
}

.CategoryBox .OptionsMenu .Arrow:before {
    font-size: 18px;
    margin-top: -1px
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2019 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.DataList.Discussions .CatalogueRow.ItemDiscussion-withPhoto .Discussion.ItemContent {
    padding-left: 112px
}

@media screen and (max-width:410px) {
    .DataList.Discussions .CatalogueRow.ItemDiscussion-withPhoto .Discussion.ItemContent {
        padding-left: 0
    }
}

.catalogue-image-wrapper.catalogue-image-wrapper {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    height: 100px;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
    width: 100px
}

@media screen and (max-width:410px) {
    .catalogue-image-wrapper.catalogue-image-wrapper {
        float: none;
        height: 100px;
        margin-bottom: 12px;
        margin-right: 0;
        width: 100%
    }
}

.catalogue-image-wrapper.catalogue-image-wrapper a {
    display: block;
    height: inherit;
    width: inherit
}

.catalogue-image-wrapper.catalogue-image-wrapper img {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 100%;
    left: 50%;
    max-height: none;
    max-width: none;
    position: absolute;
    transform: translateX(-50%);
    width: auto
}

@media screen and (max-width:410px) {
    .catalogue-image-wrapper.catalogue-image-wrapper img {
        -ms-transform: translateX(0) translateY(-50%);
        -webkit-transform: translateX(0) translateY(-50%);
        height: auto;
        left: auto;
        top: 50%;
        transform: translateX(0) translateY(-50%);
        width: 100%
    }
}

@media screen and (max-width:410px) {
    .DataTable .CatalogueRow .Options {
        margin-bottom: 12px
    }
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.SpBookmarks:before,
.SpInbox:before,
.SpNotifications:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    display: inline-block;
    font-family: kbicons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.SpNotifications:before {
    content: "";
    font-size: 32px
}

.SpInbox:before {
    content: "";
    font-size: 32px
}

.SpBookmarks:before {
    content: "";
    font-size: 32px
}

.Open .SpNotifications:before {
    content: ""
}

.Open .SpInbox:before {
    content: ""
}

.Open .SpBookmarks:before {
    content: ""
}

.MeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0
}

.MeBox .MeButton {
    border-radius: 3px;
    font-size: 20px;
    height: 32px;
    padding: 0;
    margin: 0;
    gap: 12px;
}

.MeBox .MeButton,
.MeBox .MeButton .Alert {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.MeBox .MeButton .Alert {
    border-radius: 50%;
    background-color: #EB5757;
    height: 14px;
    line-height: 14px;
    min-width: 14px;
    right: 0px;
    top: 2px
}

@media screen and (max-width:958px) {
    .MeBox .MeButton .Alert {
        top: 0
    }
}

.MeBox .MeBox-mobileClose {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: hsla(0, 0%, 100%, .7);
    display: none;
    font-size: 24px;
    outline: none
}

@media screen and (min-width:958px) {
    .MeBox .MeBox-mobileClose {
        display: none
    }
}

.MeBox .MeButton-user .ProfilePhoto {
    border-radius: 50%;
    height: 27px;
    min-width: 27px;
    border: 2px solid white;
}

.toggle-search {
    position: relative;
    width: 48px;
}

.toggle-search svg {
    position: absolute;
    top: 2px;
    left: 5px;
    transition: 0.3s all;
    margin-left: 8px;
    padding-left: 8px;
    width: 48px;
    border-left: solid black 1px;
}

.toggle-search svg.search-open {
    opacity: 1;
}

.toggle-search svg.search-close {
    opacity: 0;
}

.toggle-search.opened svg.search-open {
    opacity: 0;
}

.toggle-search.opened svg.search-close {
    opacity: 1;
}

.header__search {
    position: fixed;
    top: -180px;
    left: 0;
    width: 100%;
    height: 180px;
    padding-top: 110px;
    background: white;
    z-index: 9;
    transition: 0.3s all;
}

body.hasContestBanner .header__search {
    top: -270px;
    height: 270px;
    padding-top: 200px;
}

.header__search.opened {
    top: 0px !important;
}

.header__search .submit-search {
    position: absolute;
    right: 22px;
    cursor: pointer;
    top: 8px;
}

.header__search .submit-search:hover svg {
    fill: #DBF8EF;
}

.MeBox .Flyout {
    top: 100%
}

.MeBox .SignInIcons:empty {
    display: none
}

.MeBox.FlyoutRight .Flyout {
    top: 50px;
    right: -18px;
}

.SignInIcons {
    margin-left: 18px
}

.MeBox .WhoIs,
.UserBox .WhoIs {
    line-height: inherit;
    min-height: 0
}

@media screen and (max-width:958px) {
    .MeBox-header {
        display: none
    }
}

.MeBox-header .SignInLinks .Bullet {
    display: none
}

.MeBox-header .MeBox,
.MeBox-header .MeMenu,
.MeBox-header .WhoIs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.MeBox-header .MeMenu>span {
    margin-left: 6px;
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.DismissMessage {
    background-color: #eeefef;
    border-color: #555a62;
    border-radius: 6px;
    color: #555a62;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 14px;
    padding: 16px 8px
}

.DismissMessage a {
    color: #555a62;
    text-decoration: underline
}

.DismissMessage ul {
    list-style: initial;
    padding: 36px
}

.DismissMessage ol {
    list-style: decimal;
    padding: 36px
}

.DismissMessage img {
    max-width: 100%
}

a.Dismiss.Dismiss {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    color: rgba(85, 90, 98, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 20px;
    justify-content: center;
    padding: 0;
    position: static;
    visibility: visible
}

a.Dismiss.Dismiss:hover {
    background: rgba(0, 0, 0, 0);
    color: #555a62
}

.CasualMessage {
    background-color: #e6f4fb;
    border-color: #0291db
}

.CasualMessage a {
    color: #01699e
}

.WarningMessage {
    background-color: #ffebeb;
    border-color: #ff3933
}

.WarningMessage a {
    color: #b30500
}

.AlertMessage {
    background-color: #fffae6;
    border-color: #ffce00
}

.AlertMessage a {
    color: #997c00
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.PrevNextPager {
    width: 100%
}

.PrevNextPager .Next,
.PrevNextPager .Previous {
    height: auto;
    min-height: 0
}

.PrevNextPager .Next {
    margin-left: auto
}

.MorePager {
    color: #696e75;
    margin-top: 0;
    text-align: center
}

.MorePager:focus,
.MorePager:hover {
    color: #0291db
}

.MorePager a,
.MorePager a:focus,
.MorePager a:hover {
    color: inherit
}

.PrevNextPager .Next,
.PrevNextPager .Previous {
    -ms-flex: initial;
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-box-flex: initial;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    flex: initial;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    min-width: 120px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {

    .PrevNextPager .Next,
    .PrevNextPager .Previous {
        max-width: 100%
    }
}

.PrevNextPager .Next:active,
.PrevNextPager .Next:focus,
.PrevNextPager .Next:hover,
.PrevNextPager .Previous:active,
.PrevNextPager .Previous:focus,
.PrevNextPager .Previous:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.CommentsWrap:after,
.PagerWrap:after {
    clear: both;
    content: "";
    display: table
}

.PagerWrap {
    float: right;
    margin: 0
}

.PagerNub {
    display: none
}

.CommentHeading {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin: 0 0 6px;
    min-height: 36px
}

.BeforeCommentHeading {
    margin-bottom: 14px
}

.PageControls {
    margin: initial;
    min-height: 0;
    display: none;
}

.PageControls:after {
    clear: both;
    content: "";
    display: table;
}

.PageControls .H {
    margin-bottom: 14px;
}

.QuickSearch .MenuItems {
    right: -2px;
    top: 100%
}

.QuickSearch .MenuItems:after {
    clear: both;
    content: "";
    display: table
}

.QuickSearch .MenuItems .InputBox {
    margin-right: 12px
}

.QuickSearch .MenuItems .bwrap {
    margin-left: 3px;
    position: static
}

.QuickSearch .MenuItems .bwrap button {
    padding: 0
}

.QuickSearch .MenuItems form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.more.More,
.more.More:focus,
.more.More:hover,
.MoreWrap a,
.MoreWrap a:focus,
.MoreWrap a:hover,
a.MoreWrap,
a.MoreWrap:focus,
a.MoreWrap:hover {
    color: #0291db
}

.Pager {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap
}

@media screen and (max-width:958px) {
    .Pager {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        float: none;
        justify-content: center;
        margin-bottom: 12px;
        width: 100%
    }

    .Pager .QuickSearch {
        display: none
    }
}

.Pager .QuickSearchButton {
    margin: 0 0 0 12px
}

.Pager>a,
.Pager span {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -o-transition: color .25s ease-out;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: color .25s ease-out;
    align-items: center;
    background: #fff;
    border: 1px solid #d6d7d9;
    color: #555a62;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    line-height: 36px;
    margin: 0 0 0 -1px;
    min-width: 36px;
    padding: 0;
    transition: color .25s ease-out
}

.Pager>a:focus,
.Pager>a:hover,
.Pager span:focus,
.Pager span:hover {
    background: #f5f5f6;
    z-index: 1
}

.Pager>a.Highlight,
.Pager>a.Highlight:focus,
.Pager>a.Highlight:hover {
    background: #f5f5f6;
    border: 1px solid #d6d7d9;
    color: #0276b3;
    position: relative;
    z-index: 1
}

.Pager>a.Ellipsis {
    background: none;
    font-size: 0;
    padding-bottom: 0
}

.Pager>a.Ellipsis:after {
    content: "•••";
    font-size: 11px;
    font-weight: 400
}

.Pager .Next,
.Pager .Previous {
    padding: 0 12px;
    text-align: center
}

.Pager .Previous {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.Pager .Next {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.Pager .QuickSearchButton,
.Pager .QuickSearchWrap .Button {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {

    .Pager .QuickSearchButton,
    .Pager .QuickSearchWrap .Button {
        max-width: 100%
    }
}

.Pager .QuickSearchButton:active,
.Pager .QuickSearchButton:focus,
.Pager .QuickSearchButton:hover,
.Pager .QuickSearchWrap .Button:active,
.Pager .QuickSearchWrap .Button:focus,
.Pager .QuickSearchWrap .Button:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

.Pager .QuickSearchButton {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    min-width: 36px
}

.Pager .QuickSearchButton.QuickSearchButton span {
    color: inherit;
    display: inherit
}

.Pager .QuickSearchButton.QuickSearchButton span:focus,
.Pager .QuickSearchButton.QuickSearchButton span:hover {
    background-color: rgba(0, 0, 0, 0);
    color: inherit
}

.Pager .QuickSearchWrap {
    width: 300px
}

.Pager .bwrap .Button {
    height: 36px;
    line-height: 36px
}

.selectBox-toggle {
    color: #0291db
}

@media screen and (max-width:500px) {
    .PagerLinkCount-13 .Pager-p:not(.Highlight):not(.LastPage) {
        display: none
    }

    .Pager {
        -ms-flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap
    }

    .Pager a,
    .Pager span {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        min-width: 34px;
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap
    }
}

@media screen and (max-width:470px) {
    .PagerLinkCount-11 .Pager-p:not(.Highlight):not(.LastPage) {
        display: none
    }
}

.PageControls.PageControls .discussion-sorts {
    margin-right: 12px
}

@media screen and (max-width:958px) {
    .PageControls.PageControls {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin: 0
    }

    .PageControls.PageControls .selectBox {
        display: inline-block
    }
}

/* .PageControls.PageControls .BoxNewConversation,
.PageControls.PageControls .BoxNewDiscussion {
    display: none
} */

.PageControls.PageControls .discussion-sort-filter-module {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none !important
}

.PageControls.PageControls .selectBox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
    height: 38px
}

@media screen and (max-width:958px) {
    .PageControls.PageControls .selectBox {
        margin: 0
    }
}

.Button-Controls.Button-Controls .BigButton,
.Button-Controls.Button-Controls .ButtonGroup.Multi {
    min-width: 200px
}

.Button-Controls.Button-Controls .BoxNewDiscussion {
    display: block
}

@media screen and (max-width:958px) {
    .PageControls.Top .NumberedPager {
        display: none
    }
}

.PageControls.Bottom .NewDiscussion {
    display: none
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Item .Poll {
    background: rgba(0, 0, 0, 0);
    border-left-width: 0;
    position: relative
}

.Item .Poll h2 {
    color: inherit;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none
}

.Item .Poll h2 span {
    color: inherit
}

.Item .Poll .VoteUsers {
    position: relative;
    z-index: 3
}

.Item .Poll .VoteUsers .PhotoWrap {
    height: 20px;
    margin-left: 4px;
    position: relative;
    width: 20px
}

.Item .Poll .VoteUsers .PhotoWrap:first-child {
    margin-left: 0
}

.Item .Poll .VoteUsers .PhotoWrap img {
    height: inherit;
    margin: 0;
    min-height: auto;
    min-width: auto;
    width: inherit
}

.Item .Poll .VoteOption {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    z-index: 3
}

.Item .Poll .VoteBar {
    margin: 0;
    position: static
}

.Item .Poll .PollOption {
    background-color: #f5f5f6;
    border-radius: 6px;
    margin: 12px 0;
    min-height: 32px;
    overflow: hidden;
    padding: 6px 50px 6px 12px;
    position: relative
}

.Item .Poll .PollColor {
    background-color: #0291db !important;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    min-height: 32px;
    opacity: .3;
    position: absolute;
    top: 0
}

.Item .Poll .VotePercent {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 32px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%)
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
div.Popup {
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    left: 49.5vw !important;
    position: fixed;
    top: 50vh !important;
    transform: translateX(-50%) translateY(-50%);
}

div.Popup .Border {
    background: none
}

div.Popup .Body {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
    color: #555a62;
    padding: 12px 18px;
    min-height: 150px;
}

div.Popup .Body .FormWrapper {
    padding: 0
}

div.Popup .Body a {
    color: #0291db
}

div.Popup .Body a:focus,
div.Popup .Body a:hover {
    color: #0276b3;
    text-decoration: none
}

div.Popup .Body input.InputBox,
div.Popup .Body input[type=text],
div.Popup .Body select,
div.Popup .Body textarea,
div.Popup .Body ul.token-input-list {
    border-color: rgba(85, 90, 98, .8)
}

div.Popup .Body .WarningMessage {
    background-color: #fffae6;
    border-color: #ffce00;
    color: #555a62
}

div.Popup .Body .Buttons .Close:focus,
div.Popup .Body .Buttons .Close:hover {
    color: #fff
}

div.Popup .Content,
div.Popup .Footer {
    color: inherit
}

div.Popup .Content {
    float: none;
    width: auto !important
}

div.Popup .Footer a,
div.Popup a.Close {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    color: rgba(85, 90, 98, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 20px;
    justify-content: center;
    padding: 0;
    right: 28px;
    top: 24px;
    visibility: visible
}

div.Popup a.Close:hover {
    background: rgba(0, 0, 0, 0);
    color: #555a62
}

div.Popup .Buttons>:first-child {
    margin-right: 3px
}

div.Popup .Button.change-picture-new {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    div.Popup .Button.change-picture-new {
        max-width: 100%
    }
}

div.Popup .Button.change-picture-new:active,
div.Popup .Button.change-picture-new:focus,
div.Popup .Button.change-picture-new:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

div.Popup .Button.change-picture-remove {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    div.Popup .Button.change-picture-remove {
        max-width: 100%
    }
}

div.Popup .Button.change-picture-remove:active,
div.Popup .Button.change-picture-remove:focus,
div.Popup .Button.change-picture-remove:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.InformMessages .InformMessage,
.InformMessages .InformMessage:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4) !important;
    background-color: #fff !important;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4) !important;
    color: #555a62 !important;
    text-shadow: none
}

.InformMessages .InformMessage:hover a,
.InformMessages .InformMessage a {
    color: #0291db
}

.InformMessages .InformMessage .Close,
.InformMessages .InformMessage:hover .Close {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    color: rgba(85, 90, 98, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex !important;
    font-family: Arial, sans-serif;
    font-size: 20px;
    justify-content: center;
    margin: 3px;
    padding: 0;
    visibility: visible
}

.InformMessages .InformMessage .Close:hover,
.InformMessages .InformMessage:hover .Close:hover {
    background: rgba(0, 0, 0, 0);
    color: #555a62
}

#Form_Cancel:focus,
#Form_Cancel:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.Overlay {
    background: rgba(0, 0, 0, .4)
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Reactions .ReactButton {
    color: #696e75
}

.Reactions .ReactButton:hover {
    color: #0291db
}

.RecordReactions {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px
}

.RecordReactions .PhotoWrap {
    height: 24px;
    position: relative;
    width: 24px
}

.RecordReactions .ReactSprite {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 14px;
    margin-right: 0;
    overflow: hidden;
    width: 14px
}

.RecordReactions .UserReactionWrap {
    margin: 0 3px 3px;
    width: 24px
}

.RecordReactions .ReactAwesome:before {
    font-size: 11px;
    margin-left: 1.5px;
    margin-top: 1px
}

.Flyout .ReactButton .Count {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
body.hasRichEditor .FormWrapper.FormWrapper-Condensed {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    padding: 0;
    padding-right: 0 !important
}

body.hasRichEditor .FormWrapper.FormWrapper-Condensed .richEditor {
    padding-left: 0;
    padding-right: 0
}

body.hasRichEditor .richEditor-frame {
    border: none;
    border-radius: 6px;
    overflow: auto;
    background-color: #eee !important;
}

body.hasRichEditor .bodybox-wrap,
body.hasRichEditor .CommentOptions {
    margin-bottom: 16px
}

body.hasRichEditor .Popup .NoteForm {
    padding: 0
}

body.hasRichEditor .Popup .richEditor,
body.hasRichEditor .richEditor {
    padding-left: 0
}

body.hasRichEditor .CommentForm.CommentForm {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    padding: 0
}

body.hasRichEditor .CommentForm.CommentForm .Buttons {
    padding-right: 0
}

@media screen and (max-width:958px) {
    body.hasRichEditor .embedDialogue.embedDialogue {
        position: static
    }
}

body.hasRichEditor #ConversationForm .FormWrapper,
body.hasRichEditor #EventAddEditForm .FormWrapper,
body.hasRichEditor #GroupForm .FormWrapper,
body.hasRichEditor #MessageForm .FormWrapper {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width:992px) {

    body.hasRichEditor #MessageForm .FormWrapper-Condensed.FormWrapper-Condensed,
    body.hasRichEditor.Profile .FormWrapper-Condensed.FormWrapper-Condensed {
        padding-left: 18px
    }
}

@media screen and (max-width:958px) {

    body.hasRichEditor #MessageForm .FormWrapper-Condensed.FormWrapper-Condensed,
    body.hasRichEditor.Profile .FormWrapper-Condensed.FormWrapper-Condensed {
        padding-left: 0
    }
}

body.hasRichEditor.Section-PostDiscussion #DiscussionForm .FormWrapper {
    padding-left: 0;
    padding-right: 0
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.InputAndButton .BigInput,
.InputBox.js-search {
    background-color: transparent !important;
    border: none;
    border-radius: 4px;
    font-family: ChromaticaMedium;
    font-size: 15px;
    padding: 3px 16px 0 40px;
    min-width: 240px;
    height: 44px;
    width: 100%;
    color: black;
}

#mobileSearch.custom-input {
    background-color: #fff;
  border: none !important;
  border-radius: 0 !important;
  padding: 3px 16px 0 40px;
  width: 100%;
  color: black;
  box-shadow: none !important;
}

/* Add this to your external CSS file */
#mobileSearch.custom-input {
    background-color: white;
    border-radius: 4px;
    border: 1px solid black; /* Add this line to apply the black border */
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/* Add this to override the border-color from the InputBox:focus rule */
#mobileSearch.custom-input:focus {
    border-color: black;
}

.header__search .InputBox.js-search {
    border-bottom: 1px solid black;
    padding: 0px !important;
    border-radius: 0;
}

.header__search .InputBox.custom-input {
    border-bottom: 1px solid black;
    padding: 0px !important;
    border-radius: 0;
}

.InputAndButton .BigInput::-webkit-input-placeholder,
.InputBox.js-search::-webkit-input-placeholder {
    color: black
}

.InputAndButton .BigInput:-ms-input-placeholder,
.InputBox.js-search:-ms-input-placeholder {
    color: black
}

.InputAndButton .BigInput::-ms-input-placeholder,
.InputBox.js-search::-ms-input-placeholder {
    color: black
}

.InputAndButton .BigInput::placeholder,
.InputBox.js-search::placeholder {
    color: black
}

.groupSearch-search {
    position: relative
}

.groupSearch-search:before {
    -webkit-font-smoothing: antialiased;
    bottom: 0;
    color: inherit;
    color: #555a62;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    line-height: 36px;
    min-width: 1em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 0;
    width: 36px
}

.groupSearch-search .groupSearch-button.groupSearch-button {
    bottom: 0
}

.AdvancedSearch .bwrap .Button,
.groupSearch-search .groupSearch-button.groupSearch-button,
.InputBox.js-search+input,
.SearchForm .SiteSearch .Button {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-width: 0;
    height: 36px;
    line-height: 36px;
    min-width: 0;
    padding: 0 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px
}

.AdvancedSearch .bwrap .Button {
    color: #555a62
}

.AdvancedSearch {
    margin: 0;
    max-width: 100%;
    padding-right: 0
}

.AdvancedSearch .bwrap.bwrap {
    position: static
}

.AdvancedSearch .Handle.Handle {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    opacity: 1;
    right: 36px;
    width: 36px
}

.AdvancedSearch .Handle.Handle .Arrow {
    border-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    height: auto;
    position: static;
    width: auto
}

.AdvancedSearch .Handle.Handle .Arrow:after {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    color: #555a62;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.InputBox.js-search+input,
.InputBox.js-search+input:active,
.InputBox.js-search+input:focus,
.InputBox.js-search+input:hover {
    color: rgba(0, 0, 0, 0)
}

.SearchForm .InputBox {
    border-radius: 6px
}

.SiteSearch .Button,
.SiteSearch .Button:active,
.SiteSearch .Button:focus,
.SiteSearch .Button:hover {
    color: rgba(0, 0, 0, 0)
}

.SearchBox {
    margin-bottom: 18px;
    position: relative;
    width: 100%
}

.SearchBox:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:958px) {
    .SearchBox {
        max-width: 100%
    }
}

.SearchBox .Sprite.SpSearch {
    display: none
}

.SearchBox form>div:after {
    -webkit-font-smoothing: antialiased;
    bottom: 0;
    color: inherit;
    color: #555a62;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    line-height: 36px;
    min-width: 1em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 0;
    width: 36px
}

.SearchBox form>div:after,
.SearchForm form>div:after {
    -webkit-font-smoothing: antialiased;
    bottom: 0;
    color: inherit;
    color: #555a62;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    line-height: 36px;
    min-width: 1em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 0;
    width: 36px
}

.SearchBoxMobile .Handle.Handle {
    display: none
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.ActivateSlider {
    -webkit-box-shadow: none;
    background-color: rgba(0, 0, 0, .03);
    border: 1px solid #d6d7d9;
    border-radius: 6px;
    box-shadow: none
}

.DataList-Connections .Button.ActivateSlider-Button {
    background: #fff;
    border: 1px solid #0280c2;
    border-radius: 6px;
    color: #0291db;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    margin: 0;
    min-height: 36px;
    padding: 0 12px;
    white-space: nowrap
}

.DataList-Connections .Button.ActivateSlider-Button:focus,
.DataList-Connections .Button.ActivateSlider-Button:hover {
    text-decoration: none
}

.DataList-Connections .ActivateSlider {
    min-width: 125px;
    width: auto
}

.DataList-Connections .ActivateSlider-Active .ActivateSlider-Button {
    margin-left: 10.5px
}

.DataList-Connections .ActivateSlider-InActive .ActivateSlider-Button {
    margin-right: 10.5px
}

.DataList-Connections .ActivateSlider-Active .Button {
    background: #0291db;
    border-color: #0280c2;
    color: #fff
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.CategoryGroup .Empty {
    -webkit-box-shadow: none;
    border-bottom: 1px solid #d6d7d9;
    border-top: 1px solid #d6d7d9;
    box-shadow: none;
    padding-bottom: 16px 8px;
    padding-top: 16px 8px
}

.categoryList-heading {
    font-size: 32px;
    margin-bottom: 16px 8px
}

@media screen and (max-width:958px) {
    .categoryList-heading {
        font-size: 18px
    }
}

.DataTable,
.Groups .DataTable {
    margin: 0 0 18px;
    table-layout: fixed;
    width: 100%
}

.DataTable .Item:first-child td,
.Groups .DataTable .Item:first-child td {
    border-top: 1px solid #d6d7d9
}

.DataTable .Item td,
.Groups .DataTable .Item td {
    background: #fff;
    border-bottom: 1px solid #d6d7d9
}

.DataTable .Item .CategoryName h2,
.Groups .DataTable .Item .CategoryName h2 {
    color: #555a62
}

.DataTable .Item .CategoryName h2:focus,
.DataTable .Item .CategoryName h2:hover,
.Groups .DataTable .Item .CategoryName h2:focus,
.Groups .DataTable .Item .CategoryName h2:hover {
    color: #0291db
}

.DataTable .Item.Read,
.Groups .DataTable .Item.Read {
    opacity: 1
}

.DataTable thead,
.Groups .DataTable thead {
    display: table;
    table-layout: fixed;
    width: inherit
}

.DataTable thead tr,
.Groups .DataTable thead tr {
    border: none
}

.DataTable thead td,
.Groups .DataTable thead td {
    vertical-align: middle
}

.DataTable thead td,
.DataTable thead td:first-child,
.DataTable thead td:last-child,
.Groups .DataTable thead td,
.Groups .DataTable thead td:first-child,
.Groups .DataTable thead td:last-child {
    border: 0
}

.DataTable thead .Wrap,
.Groups .DataTable thead .Wrap {
    padding: 0;
    white-space: nowrap;
    word-break: normal
}

.DataTable .Bookmark:before,
.DataTable .SpFlyoutHandle:before,
.Groups .DataTable .Bookmark:before,
.Groups .DataTable .SpFlyoutHandle:before {
    font-size: 14px
}

.DataTable td .Wrap,
.Groups .DataTable td .Wrap {
    padding: 16px 4px
}

.DataTable td:first-child .Wrap,
.Groups .DataTable td:first-child .Wrap {
    padding-left: 8px
}

.DataTable td:last-child .Wrap,
.Groups .DataTable td:last-child .Wrap {
    padding-right: 8px
}

.DataTable .Title.Title,
.DataTable h2,
.DataTable h3,
.Groups .DataTable .Title.Title,
.Groups .DataTable h2,
.Groups .DataTable h3 {
    color: #555a62;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px
}

.DataTable .Title.Title:focus,
.DataTable .Title.Title:hover,
.DataTable h2:focus,
.DataTable h2:hover,
.DataTable h3:focus,
.DataTable h3:hover,
.Groups .DataTable .Title.Title:focus,
.Groups .DataTable .Title.Title:hover,
.Groups .DataTable h2:focus,
.Groups .DataTable h2:hover,
.Groups .DataTable h3:focus,
.Groups .DataTable h3:hover {
    color: #0291db
}

.DataTable .Title.Title a,
.DataTable h2 a,
.DataTable h3 a,
.Groups .DataTable .Title.Title a,
.Groups .DataTable h2 a,
.Groups .DataTable h3 a {
    color: inherit;
    display: inline;
    font-size: inherit;
    font-weight: inherit
}

.DataTable .Title.Title a:focus,
.DataTable .Title.Title a:hover,
.DataTable h2 a:focus,
.DataTable h2 a:hover,
.DataTable h3 a:focus,
.DataTable h3 a:hover,
.Groups .DataTable .Title.Title a:focus,
.Groups .DataTable .Title.Title a:hover,
.Groups .DataTable h2 a:focus,
.Groups .DataTable h2 a:hover,
.Groups .DataTable h3 a:focus,
.Groups .DataTable h3 a:hover {
    color: inherit
}

.DataTable .CategoryDescription,
.DataTable .Excerpt,
.Groups .DataTable .CategoryDescription,
.Groups .DataTable .Excerpt {
    color: #555a62;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 6px 0 0;
    width: 100%
}

.DataTable .CategoryDescription:empty,
.DataTable .Excerpt:empty,
.Groups .DataTable .CategoryDescription:empty,
.Groups .DataTable .Excerpt:empty {
    display: none
}

.DataTable .ItemContent.Discussion .Excerpt,
.Groups .DataTable .ItemContent.Discussion .Excerpt {
    margin-top: 6px
}

.DataTable .Options,
.Groups .DataTable .Options {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:958px) {

    .DataTable .Options,
    .Groups .DataTable .Options {
        right: 0
    }
}

.DataTable .Options .Bookmark,
.Groups .DataTable .Options .Bookmark {
    margin-left: 3px
}

.DataTable .Bookmark:before,
.DataTable .OptionsMenu .Arrow:before,
.Groups .DataTable .Bookmark:before,
.Groups .DataTable .OptionsMenu .Arrow:before {
    font-size: 20px;
    line-height: 20px
}

.DataTable .AuthorInfo,
.DataTable .Meta,
.Groups .DataTable .AuthorInfo,
.Groups .DataTable .Meta {
    color: #696e75;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5
}

.DataTable .MItem.Category,
.Groups .DataTable .MItem.Category {
    -o-text-overflow: ellipsis;
    display: block;
    display: inline;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:958px) {

    .DataTable .MItem.Category,
    .Groups .DataTable .MItem.Category {
        max-width: calc(100% - 21px)
    }
}

.DataTable .AuthorInfo *,
.DataTable .Meta>*,
.Groups .DataTable .AuthorInfo *,
.Groups .DataTable .Meta>* {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

.DataTable .AuthorInfo * a,
.DataTable .Meta>* a,
.Groups .DataTable .AuthorInfo * a,
.Groups .DataTable .Meta>* a {
    color: #696e75;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.DataTable .AuthorInfo * a:focus,
.DataTable .AuthorInfo * a:hover,
.DataTable .Meta>* a:focus,
.DataTable .Meta>* a:hover,
.Groups .DataTable .AuthorInfo * a:focus,
.Groups .DataTable .AuthorInfo * a:hover,
.Groups .DataTable .Meta>* a:focus,
.Groups .DataTable .Meta>* a:hover {
    color: #0291db
}

.DataTable .HasNew,
.DataTable .Tag:not([class*=Status-Tag]),
.Groups .DataTable .HasNew,
.Groups .DataTable .Tag:not([class*=Status-Tag]) {
    margin-bottom: 3px
}

.DataTable .MItem,
.DataTable .NewCommentCount.NewCommentCount,
.Groups .DataTable .MItem,
.Groups .DataTable .NewCommentCount.NewCommentCount {
    font-size: 12px;
    line-height: inherit;
    margin-left: 0
}

.DataTable .MItem,
.Groups .DataTable .MItem {
    color: #696e75
}

.DataTable .MItem:last-child,
.Groups .DataTable .MItem:last-child {
    margin-right: 0
}

.DataTable .MItem:focus,
.DataTable .MItem:hover,
.Groups .DataTable .MItem:focus,
.Groups .DataTable .MItem:hover {
    color: #0291db
}

.DataTable .MItem a,
.Groups .DataTable .MItem a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.DataTable .MItem a:focus,
.DataTable .MItem a:hover,
.Groups .DataTable .MItem a:focus,
.Groups .DataTable .MItem a:hover {
    color: inherit
}

.DataTable .BigCount .Meta,
.DataTable .Block.Wrap .Meta,
.DataTable .LatestPostTitle,
.DataTable .UserLink.BlockTitle,
.Groups .DataTable .BigCount .Meta,
.Groups .DataTable .Block.Wrap .Meta,
.Groups .DataTable .LatestPostTitle,
.Groups .DataTable .UserLink.BlockTitle {
    margin-left: 52px
}

.DataTable .LatestPostTitle,
.DataTable .UserLink,
.Groups .DataTable .LatestPostTitle,
.Groups .DataTable .UserLink {
    color: #696e75
}

.DataTable .LatestPostTitle:focus,
.DataTable .LatestPostTitle:hover,
.DataTable .UserLink:focus,
.DataTable .UserLink:hover,
.Groups .DataTable .LatestPostTitle:focus,
.Groups .DataTable .LatestPostTitle:hover,
.Groups .DataTable .UserLink:focus,
.Groups .DataTable .UserLink:hover {
    color: #0291db
}

.DataTable .Meta,
.DataTable .MItem.Category,
.Groups .DataTable .Meta,
.Groups .DataTable .MItem.Category {
    margin-top: 6px
}

@media screen and (max-width:958px) {

    .DataTable .Meta,
    .DataTable .MItem.Category,
    .Groups .DataTable .Meta,
    .Groups .DataTable .MItem.Category {
        margin-top: 12px
    }
}

.DataTable .Meta:empty,
.Groups .DataTable .Meta:empty {
    display: none
}

.DataTable .MItem.RSS,
.Groups .DataTable .MItem.RSS {
    display: none
}

.DataTable .Block.Wrap,
.Groups .DataTable .Block.Wrap {
    line-height: 1.5
}

.DataTable td.BigCount,
.Groups .DataTable td.BigCount {
    padding: 0;
    width: 110px
}

.DataTable td.FirstUser,
.DataTable td.LastUser,
.DataTable td.LatestPost,
.Groups .DataTable td.FirstUser,
.Groups .DataTable td.LastUser,
.Groups .DataTable td.LatestPost {
    max-width: 170px;
    width: 170px
}

.DataTable td.FirstUser .MItem,
.DataTable td.LastUser .MItem,
.DataTable td.LatestPost .MItem,
.Groups .DataTable td.FirstUser .MItem,
.Groups .DataTable td.LastUser .MItem,
.Groups .DataTable td.LatestPost .MItem {
    margin-bottom: 3px
}

.DataTable tbody .Options,
.Groups .DataTable tbody .Options {
    position: absolute;
    right: 8px;
    top: 16px
}

.DataTable tbody,
.Groups .DataTable tbody {
    -webkit-box-shadow: none;
    border-radius: 0;
    border-spacing: 0;
    box-shadow: none;
    display: table;
    margin: 0;
    table-layout: fixed;
    width: inherit
}

.DataTable tbody td.FirstUser,
.DataTable tbody td.LastUser,
.DataTable tbody td.LatestPost,
.Groups .DataTable tbody td.FirstUser,
.Groups .DataTable tbody td.LastUser,
.Groups .DataTable tbody td.LatestPost {
    font-size: 12px;
    margin-top: 0;
    position: relative
}

.DataTable tbody td.FirstUser a,
.DataTable tbody td.LastUser a,
.DataTable tbody td.LatestPost a,
.Groups .DataTable tbody td.FirstUser a,
.Groups .DataTable tbody td.LastUser a,
.Groups .DataTable tbody td.LatestPost a {
    font-size: inherit
}

.DataTable tbody td.FirstUser .PhotoWrap,
.DataTable tbody td.LastUser .PhotoWrap,
.DataTable tbody td.LatestPost .PhotoWrap,
.Groups .DataTable tbody td.FirstUser .PhotoWrap,
.Groups .DataTable tbody td.LastUser .PhotoWrap,
.Groups .DataTable tbody td.LatestPost .PhotoWrap {
    height: 42px;
    left: 6px;
    margin: 0;
    position: absolute;
    width: 42px
}

.DataTable tbody td.FirstUser .PhotoWrap img,
.DataTable tbody td.LastUser .PhotoWrap img,
.DataTable tbody td.LatestPost .PhotoWrap img,
.Groups .DataTable tbody td.FirstUser .PhotoWrap img,
.Groups .DataTable tbody td.LastUser .PhotoWrap img,
.Groups .DataTable tbody td.LatestPost .PhotoWrap img {
    height: 100%;
    width: 100%
}

.DataTable tbody td.FirstUser .Bullet,
.DataTable tbody td.LastUser .Bullet,
.DataTable tbody td.LatestPost .Bullet,
.Groups .DataTable tbody td.FirstUser .Bullet,
.Groups .DataTable tbody td.LastUser .Bullet,
.Groups .DataTable tbody td.LatestPost .Bullet {
    display: none
}

.DataTable.CategoryTable thead .CategoryName,
.Groups .DataTable.CategoryTable thead .CategoryName {
    padding-left: 16px 8px
}

.DataTable.CategoryTable tbody .Options,
.Groups .DataTable.CategoryTable tbody .Options {
    top: auto
}

.DataTable.CategoryTable tbody td.CategoryName,
.Groups .DataTable.CategoryTable tbody td.CategoryName {
    margin-bottom: 0
}

.DataTable.CategoryTable tbody td.CategoryName .PhotoWrap,
.Groups .DataTable.CategoryTable tbody td.CategoryName .PhotoWrap {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    align-items: center;
    border-radius: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin: 0 12px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 42px
}

.DataTable.CategoryTable tbody td.CategoryName .PhotoWrap img,
.Groups .DataTable.CategoryTable tbody td.CategoryName .PhotoWrap img {
    height: auto;
    margin: 0;
    width: 100%
}

.DataTable.CategoryTable tbody td.CategoryName .PhotoWrap.NoPhoto,
.Groups .DataTable.CategoryTable tbody td.CategoryName .PhotoWrap.NoPhoto {
    display: none
}

.DataTable.CategoryTable tbody td.CategoryName .PhotoWrap img,
.Groups .DataTable.CategoryTable tbody td.CategoryName .PhotoWrap img {
    position: absolute
}

.DataTable.CategoryTable tbody td.LatestPost,
.Groups .DataTable.CategoryTable tbody td.LatestPost {
    font-weight: inherit
}

.DataTable.CategoryTable tbody td.LatestPost .Meta span:last-child,
.Groups .DataTable.CategoryTable tbody td.LatestPost .Meta span:last-child {
    display: none
}

.DataTable.CategoryTable tbody td.LatestPost a,
.Groups .DataTable.CategoryTable tbody td.LatestPost a {
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0
}

.DataTable.CategoryTable tbody td.LatestPost .LatestPostTitle,
.Groups .DataTable.CategoryTable tbody td.LatestPost .LatestPostTitle {
    font-weight: inherit
}

.DataTable.CategoryTable tbody td.LatestPost .UserLink,
.Groups .DataTable.CategoryTable tbody td.LatestPost .UserLink {
    -o-text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.DataTable.CategoryTable .ChildCategories,
.Groups .DataTable.CategoryTable .ChildCategories {
    -ms-flex-wrap: wrap;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: -3px
}

.DataTable.CategoryTable .ChildCategories b,
.Groups .DataTable.CategoryTable .ChildCategories b {
    margin-right: 3px
}

.DataTable.CategoryTable .ChildCategories a,
.Groups .DataTable.CategoryTable .ChildCategories a {
    color: #696e75;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.DataTable.CategoryTable .ChildCategories a:focus,
.DataTable.CategoryTable .ChildCategories a:hover,
.Groups .DataTable.CategoryTable .ChildCategories a:focus,
.Groups .DataTable.CategoryTable .ChildCategories a:hover {
    color: #0291db
}

.DataTable.CategoryTable .ChildCategories .Comma,
.Groups .DataTable.CategoryTable .ChildCategories .Comma {
    margin-right: 3px
}

@media screen and (max-width:1272px) {

    .DataTable.CategoryTable td.LatestPost,
    .Groups .DataTable.CategoryTable td.LatestPost {
        display: none
    }
}

@media screen and (max-width:992px) {

    .DataTable.CategoryTable td.LatestPost,
    .Groups .DataTable.CategoryTable td.LatestPost {
        display: none
    }
}

@media screen and (max-width:958px) {

    .DataTable.CategoryTable td.CountComments,
    .DataTable.CategoryTable td.LatestPost,
    .Groups .DataTable.CategoryTable td.CountComments,
    .Groups .DataTable.CategoryTable td.LatestPost {
        display: none
    }
}

@media screen and (max-width:410px) {

    .DataTable.CategoryTable td.CountComments,
    .DataTable.CategoryTable td.CountDiscussions,
    .Groups .DataTable.CategoryTable td.CountComments,
    .Groups .DataTable.CategoryTable td.CountDiscussions {
        display: none
    }
}

.DataTable.DiscussionsTable.DiscussionsTable,
.Groups .DataTable.DiscussionsTable.DiscussionsTable {
    table-layout: fixed
}

@media screen and (max-width:410px) {

    .DataTable.DiscussionsTable.DiscussionsTable tbody tr .CheckBoxColumn.CheckBoxColumn,
    .Groups .DataTable.DiscussionsTable.DiscussionsTable tbody tr .CheckBoxColumn.CheckBoxColumn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
}

.DataTable.DiscussionsTable.DiscussionsTable .userCardWrapper-link,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .userCardWrapper-link {
    margin-left: 52px
}

.DataTable.DiscussionsTable.DiscussionsTable .MiniPager,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .MiniPager {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    display: block;
    margin: 0;
    order: 2;
    text-align: right;
    width: 100%
}

@media screen and (max-width:958px) {

    .DataTable.DiscussionsTable.DiscussionsTable .MiniPager,
    .Groups .DataTable.DiscussionsTable.DiscussionsTable .MiniPager {
        display: none
    }
}

.DataTable.DiscussionsTable.DiscussionsTable .MiniPager a,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .MiniPager a {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 6px;
    color: #555a62;
    display: inline;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 3px;
    white-space: nowrap
}

.DataTable.DiscussionsTable.DiscussionsTable .MiniPager a:focus,
.DataTable.DiscussionsTable.DiscussionsTable .MiniPager a:hover,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .MiniPager a:focus,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .MiniPager a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #0291db
}

.DataTable.DiscussionsTable.DiscussionsTable td.CheckBoxColumn,
.Groups .DataTable.DiscussionsTable.DiscussionsTable td.CheckBoxColumn {
    width: 35px
}

.DataTable.DiscussionsTable.DiscussionsTable td.DiscussionName,
.Groups .DataTable.DiscussionsTable.DiscussionsTable td.DiscussionName {
    width: 100%
}

.DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .Wrap,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .Wrap {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .Options,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .Options {
    position: absolute;
    right: 8px;
    top: 16px
}

.DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .Title,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .Title {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px)
}

.DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .idea-counter-module,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .idea-counter-module {
    margin-right: 8px
}

.DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .Meta,
.Groups .DataTable.DiscussionsTable.DiscussionsTable .ItemIdea td.DiscussionName .Meta {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    margin-left: 50px
}

@media screen and (max-width:1272px) {

    .DataTable.DiscussionsTable.DiscussionsTable td.FirstUser,
    .DataTable.DiscussionsTable.DiscussionsTable td.LastUser,
    .Groups .DataTable.DiscussionsTable.DiscussionsTable td.FirstUser,
    .Groups .DataTable.DiscussionsTable.DiscussionsTable td.LastUser {
        display: none
    }
}

@media screen and (max-width:958px) {

    .DataTable.DiscussionsTable.DiscussionsTable td.CountViews,
    .Groups .DataTable.DiscussionsTable.DiscussionsTable td.CountViews {
        display: none
    }
}

@media screen and (max-width:410px) {

    .DataTable.DiscussionsTable.DiscussionsTable td.BigCount,
    .Groups .DataTable.DiscussionsTable.DiscussionsTable td.BigCount {
        display: none
    }

    .DataTable.DiscussionsTable.DiscussionsTable .MItem.Category a,
    .Groups .DataTable.DiscussionsTable.DiscussionsTable .MItem.Category a {
        max-width: 30ex
    }
}

.categoryList-heading {
    color: #555a62
}

.CategoryGroup.HideTable {
    display: none
}

body.UserLoggedOut .DiscussionsTable tbody td.DiscussionName .Wrap {
    padding-right: 0
}

.Frame-contentWrap:after {
    clear: both;
    content: "";
    display: table
}

body.Categories.Section-DiscussionList .DataTable.DiscussionsTable,
body.Section-DiscussionList.mine .DataTable.DiscussionsTable,
body.Section-Group .DataTable.DiscussionsTable {
    width: 100%
}

@media screen and (max-width:958px) {
    .GroupWrap .DataTable tbody tr:first-child .CountMembers {
        border-top-right-radius: 0
    }

    .GroupWrap .DataTable tbody tr:last-child .CountMembers {
        border-bottom-right-radius: 0
    }

    .GroupWrap .DataTable tbody tr .CountMembers {
        border-right: 1px solid #d6d7d9;
        padding-right: 16px 8px
    }
}

.GroupWrap .DataTable .Title.Title {
    display: inline-block;
    padding-right: 0;
    width: auto
}

.GroupWrap .DataTable .EventTitle .Title {
    display: inline
}

.GroupWrap .DataTable .Title-Icon {
    color: #555a62
}

.GroupWrap .DataTable .Buttons {
    margin-left: 3px;
    margin-right: 0
}

.GroupWrap .DataTable .Excerpt,
.GroupWrap .DataTable .Title-Wrapper {
    margin: 0 0 6px
}

.GroupWrap .DataTable .Meta {
    margin-left: -6px;
    margin-right: -6px
}

@media screen and (max-width:958px) {
    .GroupWrap .DataTable .Meta {
        margin-top: 0
    }
}

.GroupWrap .DataTable .Invitation .MItem,
.GroupWrap .DataTable .Invitation .MItem:focus,
.GroupWrap .DataTable .Invitation .MItem:hover {
    color: #696e75
}

@media screen and (max-width:958px) {
    .GroupWrap .DataTable .Invitation .UserName {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .GroupWrap .DataTable .Invitation .UserName .Meta {
        display: none
    }

    div.Popup:not(.AddToConversationPopup) {
        left: 0 !important;
        position: fixed;
        top: 0 !important;
        transform: none;
    }
}

@media screen and (max-width:958px) {
    .GroupWrap .DataTable .Invitation .BlockColumn-Buttons {
        min-width: 105px
    }
}

@media screen and (max-width:958px) {
    .GroupWrap .DataTable .Event .EventTitle .Wrap {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }

    .GroupWrap .DataTable .Event .EventTitle .Wrap .DateTile {
        bottom: 0;
        height: 42px;
        margin-top: 0;
        position: absolute;
        top: 16px;
        width: 42px
    }

    .GroupWrap .DataTable .Event .EventTitle .Wrap .OptionsMenu {
        position: absolute;
        right: 0;
        top: 16px;
        width: auto
    }

    .GroupWrap .DataTable .Event .EventTitle .Wrap .Description,
    .GroupWrap .DataTable .Event .EventTitle .Wrap .Title {
        padding-left: 54px
    }

    .GroupWrap .DataTable .Event .EventTitle .Wrap .Title-Wrapper {
        padding-right: 0
    }

    .GroupWrap .DataTable .Event .EventTitle .Wrap .Button,
    .GroupWrap .DataTable .Event .EventTitle .Wrap .ButtonGroup,
    .GroupWrap .DataTable .Event .EventTitle .Wrap .Options {
        width: 100%
    }

    .GroupWrap .DataTable .Event .EventTitle .Wrap .Options {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        margin-top: 12px;
        order: 2
    }

    .GroupWrap .DataTable .Event .EventTitle .Wrap .Button {
        text-align: center
    }
}

.GroupWrap .DataTable .Event .OptionsMenu {
    margin-right: 3px
}

.GroupWrap .DataTable .LastUser,
.GroupWrap .DataTable .LatestPost {
    max-width: 30ex;
    width: 30ex
}

.GroupWrap .DataTable .Group-Name .Title-Wrapper,
.GroupWrap .DataTable .Group-Name .Wrap {
    padding-left: 0;
    padding-right: 0
}

.GroupWrap .DataTable .Group-Name .PhotoWrap {
    margin-right: 12px
}

.GroupWrap .DataTable .Group-Name .Buttons .Button:nth-child(2) {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.GroupWrap .DataTable .Group-Name .Buttons .Button:nth-child(2):focus,
.GroupWrap .DataTable .Group-Name .Buttons .Button:nth-child(2):hover {
    background-color: #0291db;
    border-color: #0291db;
    color: #fff
}

@media screen and (max-width:958px) {
    .GroupWrap .DataTable .Group-Name .Wrap {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }

    .GroupWrap .DataTable .Group-Name .GroupDescription {
        margin-top: 12px
    }

    .GroupWrap .DataTable .Group-Name .Title-Wrapper {
        padding-right: 20px
    }
}

.GroupWrap .DataTable .EventLocation .Text {
    -o-text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:958px) {
    .GroupWrap .DataTable tr.Invitation td.UserName {
        border-right: none
    }

    .GroupWrap .DataTable tr.Invitation .Title,
    .GroupWrap .DataTable tr.Invitation .Title-Wrapper {
        padding-right: 0
    }
}

@media screen and (max-width:1272px) {

    .GroupWrap .DataTable td.EventLocation,
    .GroupWrap .DataTable td.LatestPost {
        display: none
    }
}

@media screen and (max-width:958px) {

    .GroupWrap .DataTable td.CountDiscussions,
    .GroupWrap .DataTable td.CountMembers,
    .GroupWrap .DataTable td.EventDate {
        display: none
    }

    .GroupWrap .DataTable td.EventTitle {
        padding-right: 16px 8px
    }
}

.MemberList .DataTable td.UserName {
    width: 70%
}

@media screen and (max-width:958px) {
    .MemberList .DataTable td.UserName {
        border-right-width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-right: 0
    }
}

.MemberList .DataTable td.BlockColumn-Buttons,
.MemberList .DataTable td.Buttons,
.MemberList .DataTable td.JoinDate {
    width: 260px
}

@media screen and (max-width:958px) {
    .MemberList .DataTable td.BlockColumn-Buttons {
        width: 160px
    }

    .MemberList .DataTable td.BlockColumn-Buttons .Button {
        display: block;
        text-align: center;
        width: 100%
    }

    .MemberList .DataTable td.BlockColumn-Buttons .Button+.Button {
        margin-top: 3px
    }
}

@media screen and (max-width:958px) {
    .MemberList .DataTable td.JoinDate {
        display: none
    }
}

.MemberList .DataTable .Title-Wrapper {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    padding-right: 0;
    width: calc(100% - 54px)
}

.MemberList .DataTable .PhotoWrap {
    display: inline-block;
    margin-bottom: 0
}

.Group-Box .DiscussionsTable td.DiscussionName.DiscussionName .Wrap {
    display: block;
    padding-left: 0
}

.Group-Box .DiscussionsTable .DiscussionName .Title.Title {
    padding-right: 0
}

@media screen and (max-width:958px) {
    .Group-Box .DiscussionsTable .DiscussionName .Title.Title {
        margin-bottom: 12px
    }
}

.DataTable-ReactionsLog {
    border-radius: 4px;
    overflow: hidden
}

.DataTable-ReactionsLog tbody {
    border-spacing: 0;
    margin-top: 0
}

.DataTable-ReactionsLog .Options.Options {
    bottom: 0;
    top: 0
}

.DataTable-ReactionsLog .Options .Hijack {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    color: rgba(85, 90, 98, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 20px;
    justify-content: center;
    padding: 0;
    visibility: visible
}

.DataTable-ReactionsLog .Options .Hijack:hover {
    background: rgba(0, 0, 0, 0);
    color: #555a62
}

.DataTable-ReactionsLog .Item {
    background-color: #fff
}

.DataTable-ReactionsLog .Item td {
    background-color: #f5f5f6;
    border: 0 !important;
    border-radius: 0 !important;
    vert-align: middle
}

.DataTable-ReactionsLog .ReactionsLog-Date {
    width: 16ex
}

.DataTable-ReactionsLog .ReactionsLog-User {
    width: 50%
}

.DataTable-ReactionsLog .ReactionsLog-User a {
    -o-text-overflow: ellipsis;
    color: #696e75;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.DataTable-ReactionsLog .ReactionsLog-User a:focus,
.DataTable-ReactionsLog .ReactionsLog-User a:hover {
    color: #0291db
}

.DataTable-ReactionsLog .ReactionsLog-Reaction {
    text-align: center;
    width: 12ex
}

.DataTable-ReactionsLog .ReactionsLog-Options {
    position: relative;
    width: 2ex
}

.DataTable-ReactionsLog .Options a {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    color: rgba(85, 90, 98, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 20px;
    justify-content: center;
    padding: 0;
    visibility: visible
}

.DataTable-ReactionsLog .Options a:hover {
    background: rgba(0, 0, 0, 0);
    color: #555a62
}

table.PreferenceGroup tbody tr:hover td {
    background: #f5f5f6 !important
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.userContent h3:focus,
.UserContent h3:focus,
.userContent h3:hover,
.UserContent h3:hover {
    color: #555a62 !important
}

.userContent .embedImage-img,
.UserContent .embedImage-img {
    display: block;
    margin: 0 auto;
    position: relative
}

.userContent .post-text-align-justify .embedImage-img,
.UserContent .post-text-align-justify .embedImage-img,
.userContent .post-text-align-left .embedImage-img,
.UserContent .post-text-align-left .embedImage-img,
.userContent .post-text-align-right .embedImage-img,
.UserContent .post-text-align-right .embedImage-img {
    display: initial
}

.userContent .bbcode_center .embedImage-img,
.UserContent .bbcode_center .embedImage-img,
.userContent .bbcode_left .embedImage-img,
.UserContent .bbcode_left .embedImage-img,
.userContent .bbcode_right .embedImage-img,
.UserContent .bbcode_right .embedImage-img {
    display: inline-block
}

.userContent .bbcode_right .embedImage-img,
.UserContent .bbcode_right .embedImage-img {
    margin-left: auto
}

.userContent .bbcode_left .embedImage-img,
.UserContent .bbcode_left .embedImage-img {
    margin-right: auto
}

.userContent li a,
.UserContent li a,
.userContent p a,
.UserContent p a {
    color: #0291db
}

.userContent li a:focus,
.UserContent li a:focus,
.userContent li a:hover,
.UserContent li a:hover,
.userContent p a:focus,
.UserContent p a:focus,
.userContent p a:hover,
.UserContent p a:hover {
    color: #0291db;
    text-decoration: underline
}

.userContent li a:visited,
.UserContent li a:visited,
.userContent p a:visited,
.UserContent p a:visited {
    color: #0291db
}

.userContent div.Spoiler,
.UserContent div.Spoiler,
.userContent div.Spoiler.SpoilerConfigured,
.UserContent div.Spoiler.SpoilerConfigured {
    background-color: #f7f7f7;
    border: none;
    border-radius: 6px;
    margin-right: 0;
    margin-top: 0;
    padding: 3px 0
}

.userContent div.SpoilerTitle,
.UserContent div.SpoilerTitle {
    font-size: 16px;
    line-height: 40px;
    min-height: 40px;
    padding: 0 20px;
    position: relative;
    text-align: center
}

.userContent div.SpoilerTitle:after,
.UserContent div.SpoilerTitle:after,
.userContent div.SpoilerTitle:before,
.UserContent div.SpoilerTitle:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    display: inline-block;
    font-family: vanillicon;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 40px;
    line-height: inherit;
    line-height: 40px;
    min-width: 1em;
    position: relative;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 40px
}

.userContent div.SpoilerTitle:before,
.UserContent div.SpoilerTitle:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    margin-right: 3px;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.userContent div.Spoiler div.SpoilerTitle input,
.UserContent div.Spoiler div.SpoilerTitle input {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    color: rgba(0, 0, 0, 0);
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: calc(100% - 10px)
}

.userContent div.Spoiler div.SpoilerText,
.UserContent div.Spoiler div.SpoilerText {
    border-left-width: 0;
    margin: 0;
    padding: 0 14px 14px
}

.userContent .codeBlock,
.UserContent .codeBlock,
.userContent code,
.UserContent code,
.userContent pre,
.UserContent pre {
    border: 0;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
    font-size: .85em;
    margin: 0;
    vertical-align: middle
}

.userContent pre,
.UserContent pre,
.userContent pre.codeBlock,
.UserContent pre.codeBlock {
    -ms-flex-negative: 0;
    background-color: #f7f7f7;
    color: #26282b;
    display: block;
    flex-shrink: 0;
    max-width: 100%;
    overflow-x: auto;
    padding: 14px;
    position: relative
}

.userContent .codeBlock,
.UserContent .codeBlock,
.userContent code,
.UserContent code {
    background-color: rgba(0, 0, 0, 0);
    color: inherit;
    display: inline;
    padding: 0
}

.userContent p .codeBlock,
.UserContent p .codeBlock,
.userContent p code,
.UserContent p code {
    background-color: #f7f7f7;
    display: inline;
    padding: .2em .4em;
    white-space: normal
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Footer {
    background: #f5f5f6;
    color: #555a62;
    font-size: 14px;
    line-height: 1.5;
    padding: 18px 0;
    height: auto !important;
}

.Footer a {
    color: #0291db
}

.Footer a:hover {
    color: #0276b3
}

.Footer .row {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -3px
}

.Footer .col {
    padding: 0 3px
}

@media screen and (max-width:958px) {
    .Footer .col {
        margin: 6px 0;
        text-align: center;
        width: 100%
    }

    .Footer .col:first-child {
        margin-top: 0
    }

    .Footer .col:last-child {
        margin-bottom: 0
    }
}

.Footer .col-copyRight {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.Footer .col-logo {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.Footer .col-copyRight,
.Footer .col-logo {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1
}

@media screen and (max-width:958px) {

    .Footer .col-copyRight,
    .Footer .col-logo {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.Vanilla-logo {
    height: 28px;
    opacity: .6;
    width: 120px
}

@media screen and (max-width:958px) {
    .Vanilla-logo {
        margin: 0 auto
    }
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Header {
    -webkit-box-shadow: none;
    border-bottom: 0;
    box-shadow: none;
    color: #1A1919;
    padding-left: 24px;
    padding-right: 24px;
}

.Frame-banner {
    padding-top: 120px;
    margin-bottom: -110px;
    background-color: #CAEDF9;
}

.Banner-content {
    height: 100%;
    position: relative;
    height: 480px;
}

.Banner-content.Categories {
    background-image: url('../../../../themes/alloprof/design/images/categories_banner.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -200px;
}

.Banner-content__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.Banner-content__Container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-left: 61px;
    padding-right: 61px;
    max-width: 1600px;
    background-repeat: no-repeat;
    background-position-y: calc(100% + 40px);
    background-position-x: center;
    margin: 0 auto;
}

.Categories .Category-banner__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
    height: 100%;
    width: 100%;
}

.Categories .Category-banner__container>div {
    flex: 1;
}

.Categories .Category-banner__img {
    width: 100%;
    text-align: right;
}

.Categories .Category-banner__img>img {
    height: 100%;
}

.Banner-content.General .Banner-content__Container {
    background-image: url(../../../../themes/alloprof/design/images/flo_bot.svg);
}

.Banner-content.Teacher {
    background-color: #0C6B52;
}

.Banner-content.Teacher h1,
.Banner-content.Teacher p {
    color: white !important;
}

.Banner-content.Teacher .Banner-content__Container {
    background-position-y: calc(100% + 100px);
    background-image: url(../../../../themes/alloprof/design/images/teacher-banner.svg);
}

.Banner-content__pagename {
    font-size: 21px;
    color: black;
}

.Banner-content h1 {
    font-size: 70px;
    font-weight: lighter;
}

.Banner-content__description {
    font-size: 24px;
    color: black;
    margin-top: 20px;
    line-height: 28px;
    font-family: "ChromaticaBlack";
}

.Banner-content__description a {
    padding: 12px 24px;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 43px;
    margin-right: 16px;
}

.Header .row {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    position: relative;
    max-width: 1760px;
    margin: 0 auto;
}

.Header .Hamburger,
.Header .mobileMeBox-button {
    display: none
}

.Header-left {
    margin-right: auto;
    width: 40%;
}

.Header-left__search {
    background-image: url('../../../../themes/alloprof/design/images/icons/search.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 16px;
    background-size: 16px 16px;
    background-color: #F2F2F2;
    border-radius: 99px;
    width: 100%;
}

.Header-left__search #Form_Go {
    display: none;
}

.Header-right {
    width: 40%;
    height: 30px;
    justify-content: flex-end !important;
}

.Header-logo {
    margin: 0 auto;
    justify-content: center;
}

/* @media screen and (max-width:958px) {

    .Header .Hamburger,
    .Header .mobileMeBox-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
} */

.Header .MeButton {
    background-color: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}


.Header .MeButton:active .Alert,
.Header .MeButton:focus .Alert,
.Header .MeButton:hover .Alert {
    background-color: #d0021b;
    border-color: #d0021b;
    color: #fff
}

.Header .ToggleFlyout.Open .MeButton {
    background-color: #209edf
}

.Header .WhoIs>.Username {
    color: #fff
}

.Header .SignInLinks {
    display: flex;
    align-items: center;
}

.Header .SignInLinks a {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    border-radius: 6px;
    color: black;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 18px;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0;
    text-decoration: none;
    margin: 0;
    transition: background .1s ease, border .1s ease
}

.Header .SignInLinks a:first-child {
    font-weight: bold;
}

.Header .MenuDivider {
    width: 1px;
    height: 20px;
    margin: 0 20px;
    background-color: black;
}

@media screen and (max-width:958px) {
    .Header .SignInLinks a {
        max-width: 100%
    }
}

.Header-logo {
    -ms-flex-align: center;
    -ms-flex-preferred-size: 160px;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 160px;
    padding: 3px 0
}

.Header-logo:active,
.Header-logo:focus,
.Header-logo:hover {
    color: #fff
}

.Header-logo img {
    height: auto;
    max-height: 28px;
    width: auto
}

/* @media screen and (max-width:958px) {
    .Header-logo {
        -ms-flex-preferred-size: initial;
        display: none;
        flex-basis: auto
    }
} */

.Header-desktopNav {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:958px) {
    .Header-desktopNav {
        display: none
    }
}

.Header-desktopNav .Navigation-linkContainer a {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border-radius: 3px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 36px;
    justify-content: center;
    margin: 0 6px;
    padding: 0 6px
}

.Header-desktopNav .Navigation-linkContainer a:active,
.Header-desktopNav .Navigation-linkContainer a:focus,
.Header-desktopNav .Navigation-linkContainer a:hover {
    background: #0276b3;
    color: #fff
}

.Header-desktopNav .Navigation-linkContainer:after {
    display: none
}

@media screen and (max-width:958px) {
    .Header-desktopCommunityChooser.Header-desktopCommunityChooser {
        display: none
    }
}

.Header-flexSpacer {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

@media screen and (max-width:958px) {
    .Header-flexSpacer {
        display: none
    }
}

.Header-logo.mobile {
    display: none
}

/* @media screen and (max-width:958px) {
    .Header-logo.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto
    }
} */

.Header-right {
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .Header-logo img {
        max-height: unset
    }
}

@media screen and (max-width:958px) {
    .Header.hasOpenNavigation {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-width: 0
    }
}

.mobileMebox,
.Navigation {
    -o-transition: height .3s ease;
    -webkit-transition: height .3s ease;
    display: none;
    overflow: hidden;
    position: relative;
    transition: height .3s ease;
    width: 100%;
    will-change: height
}

/*
@media screen and (max-width:958px) {

    .mobileMebox,
    .Navigation {
        display: block
    }
} */

.mobileMebox.needsInitialization,
.Navigation.needsInitialization {
    left: -100%;
    position: fixed;
    top: -100%;
    visibility: hidden
}

.Navigation {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    color: #555a62
}

@media screen and (max-width:958px) {
    .Navigation .Container {
        padding: 0 0 6px
    }
}

.Navigation .BoxButtons .Button:not(.Handle) {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease;
    width: 100%
}

@media screen and (max-width:958px) {
    .Navigation .BoxButtons .Button:not(.Handle) {
        max-width: 100%
    }
}

.Navigation .BoxButtons .Button:not(.Handle):active,
.Navigation .BoxButtons .Button:not(.Handle):focus,
.Navigation .BoxButtons .Button:not(.Handle):hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

.Navigation .ButtonGroup.Multi:active .Button.Handle,
.Navigation .ButtonGroup.Multi:active.Open .Button.Handle,
.Navigation .ButtonGroup.Multi:focus .Button.Handle,
.Navigation .ButtonGroup.Multi:focus.Open .Button.Handle,
.Navigation .ButtonGroup.Multi:hover .Button.Handle,
.Navigation .ButtonGroup.Multi:hover.Open .Button.Handle {
    background-color: #0276b3;
    border-color: #0276b3;
    color: #fff
}

.Navigation .ButtonGroup.Multi .Button.Handle,
.Navigation .ButtonGroup.Multi.Open .Button.Handle {
    background-color: #0291db;
    border-color: #0291db;
    color: #fff
}

.Navigation .ButtonGroup.Multi .Button.Handle:active,
.Navigation .ButtonGroup.Multi .Button.Handle:focus,
.Navigation .ButtonGroup.Multi .Button.Handle:hover,
.Navigation .ButtonGroup.Multi.Open .Button.Handle:active,
.Navigation .ButtonGroup.Multi.Open .Button.Handle:focus,
.Navigation .ButtonGroup.Multi.Open .Button.Handle:hover {
    background: rgba(2, 145, 219, .05);
    border-color: #0291db;
    color: #fff
}

.Navigation .NewDiscussion.mobile {
    width: 100%
}

.Navigation .MeBox-SignIn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Navigation .SignInIcons.SignInIcons {
    display: block;
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
    width: 100%
}

.Navigation .SocialIcon {
    margin: 0 3px
}

.Navigation .MeBox.mobile,
.Navigation .MeBox.mobile .MeBox {
    width: 100%
}

.Navigation .MeBox.mobile .MeBox>.PhotoWrap.PhotoWrap {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-box-shadow: none;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    justify-content: flex-start;
    margin-right: 0;
    width: 25%
}

.Navigation .MeBox.mobile .MeBox>.PhotoWrap.PhotoWrap img {
    border-radius: 6px;
    border-radius: 50%;
    overflow: hidden;
    width: 32px
}

.Navigation .MeBox.mobile .MeBox .WhoIs>.Username,
.Navigation .MeBox.mobile .MeBox>.PhotoWrap {
    display: none
}

.Navigation .MeBox.mobile .MeBox .WhoIs {
    width: 100%
}

.Navigation .MeBox.mobile .MeBox .MeMenu {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.Navigation .SignInLinks.SignInLinks {
    text-align: center;
    width: 100%
}

.Navigation .SignInLinks.SignInLinks a {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    .Navigation .SignInLinks.SignInLinks a {
        max-width: 100%
    }
}

.Navigation .SignInLinks.SignInLinks a:active,
.Navigation .SignInLinks.SignInLinks a:focus,
.Navigation .SignInLinks.SignInLinks a:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

.Navigation .SignInLinks.SignInLinks .Bullet {
    font-size: 0;
    width: 20px
}

.Navigation .SignIn.mobile {
    width: 100%
}

.Navigation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px
}

.Navigation-link,
.Navigation-row {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.Navigation-link {
    color: #000;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-family: "ChromaticaBold";
    line-height: 36px;
    min-height: 32px;
    padding: 0 20px;
    width: 100%;
    white-space: nowrap;
}

.Navigation-link svg {
    margin-right: 10px;
    margin-bottom: 5px;
}

.Navigation-link:focus,
.Navigation-link:hover {
    color: #0291db
}

.Navigation-linkContainer {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative
}

.Navigation-linkContainer img {
    margin-right: 10px;
}

.Navigation-linkContainer a {
    margin: 0
}

.Navigation-linkContainer a:hover {
    background: none
}

.Navigation-linkContainer:after {
    content: "";
    display: block;
    height: 1px;
    margin: 6px 0;
    width: 100%
}

.Navigation-linkContainer:last-child:after {
    content: none
}

.UserLoggedOut .Navigation-row.NewDiscussion {
    display: none
}

.mobileMeBox-button,
.mobileMebox-buttonClose {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: rgba(0, 0, 0, 0);
    border-width: 0;
    cursor: pointer;
    outline: none;
    user-select: none
}

.mobileMeBox-button,
.mobileMebox-buttonClose {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 0
}

.mobileMebox-buttonClose {
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    margin-left: auto;
    opacity: .6;
    width: 32px
}

.mobileMebox-buttonClose span {
    font-size: inherit
}

.mobileMeBox-button {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-transition: .35s;
    -webkit-transition: .35s;
    -webkit-user-select: none;
    height: 28px;
    right: 12px;
    transition: .35s;
    user-select: none;
    width: 28px
}

@media screen and (max-width:958px) {
    .mobileMeBox-button {
        position: absolute
    }
}

.mobileMeBox-button .PhotoWrap {
    height: 28px;
    width: 28px
}

.mobileMeBox-button .PhotoWrap:hover a.ChangePicture {
    display: none
}

.mobileMebox {
    background-color: #209edf
}

.mobileMebox .Container {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobileMebox .MeBox {
    display: block;
    padding: 6px 0;
    width: 80%
}

.mobileMebox .MeMenu {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.mobileMebox .MeButton-user:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    display: inline-block;
    font-family: kbicons;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.mobileMebox .MeButton-user .ProfilePhoto {
    display: none
}

.mobileMebox .Open .MeButton-user:before {
    content: ""
}

.mobileMebox .MeButton:active,
.mobileMebox .MeButton:focus,
.mobileMebox .MeButton:hover {
    background-color: rgba(0, 0, 0, 0)
}

.mobileMebox .MeButton .Alert {
    background-color: #d0021b;
    border-color: #d0021b;
    color: #fff
}

@media screen and (max-width:958px) {
    .mobileMebox .MeButton .Alert {
        top: -6px
    }
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Panel-main {
    line-height: 1.25;
}

.LeftPanel {
    background-color: transparent !important;
    padding: 0 !important;
}

@media screen and (max-width: 958px) {

    .Panel-main .BoxCategories,
    .Panel-main .SearchBox {
        display: none
    }

    .Header-left__search {
        width: 100%;
        background-color: #F2F2F2;
    }


    .Panel-main .BoxNewDiscussion.BoxNewDiscussion {
        margin: 18px 0;
        text-align: center
    }

    .Panel-main .BigButton,
    .Panel-main .ButtonGroup.Multi {
        margin-left: auto;
        margin-right: auto
    }

    .sidebar.left {
        height: auto !important;
    }
}

@media screen and (max-width:992px) and (max-width:500px) {

    .Panel-main .BigButton,
    .Panel-main .ButtonGroup.Multi {
        max-width: 100%
    }
}

@media screen and (max-width:992px) {
    .Panel-main .Box h4 {
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        align-items: center;
        color: #555a62;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        font-weight: 700;
        justify-content: space-between
    }
}

.Panel-main .ApplyButton,
.Panel-main .Button.Primary,
.Panel-main .SocialIcon {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center
}

.Panel-main .TagCloud {
    background: rgba(0, 0, 0, 0)
}

.Panel-main .TagCloud li {
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.Panel-header {
    display: none
}

.Panel {
    background: #fff;
    border: none;
    border-radius: 0;
    margin-left: auto;
    padding: 0;
}

@media screen and (max-width:992px) {
    .Panel {
        width: 100%
    }
}

.Panel h4 {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 5px
}

.Panel h4 .Count {
    margin-bottom: -3px;
    margin-right: 6px
}

.Panel .PanelInfo li {
    padding: 0
}

.Panel .vanilla-connect a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.Panel .vanilla-connect .Button+.Button {
    margin-top: 3px
}

.Panel .BoxButtons .Button:not(.Handle) {
    padding: 0;
    width: 100%
}

.Panel .BoxButtons {
    margin: 0 0 18px
}

.Panel .PhotoWrap {
    height: 24px;
    width: 24px
}

.Panel .PhotoWrapLarge {
    border-radius: 0;
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.Panel .PhotoWrapLarge img {
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0
}

.Panel .PhotoWrapLarge:hover a.ChangePicture {
    display: block;
    z-index: 1
}

.Panel .PanelInThisDiscussion a {
    -o-transition: color ease-out .35s, background-color ease-out .35s;
    -webkit-transition: color .35s ease-out, background-color .35s ease-out;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 6px;
    color: #555a62;
    display: block;
    padding: 5px;
    transition: color .35s ease-out, background-color .35s ease-out;
    width: 100%
}

.Panel .PanelInThisDiscussion a:active,
.Panel .PanelInThisDiscussion a:focus,
.Panel .PanelInThisDiscussion a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: none;
    color: #0291db
}

.Panel .InThisConversation li:not(.Heading)+li:not(.Heading),
.Panel .Leaderboard li:not(.Heading)+li:not(.Heading) {
    margin-top: 0
}

.Panel .InThisConversation li:not(.Heading)+li:not(.Heading) a,
.Panel .Leaderboard li:not(.Heading)+li:not(.Heading) a {
    margin-top: -1px
}

.Panel .InThisConversation a,
.Panel .Leaderboard a {
    -o-transition: color ease-out .35s, background-color ease-out .35s;
    -webkit-transition: color .35s ease-out, background-color .35s ease-out;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 6px;
    color: #555a62;
    padding: 5px;
    transition: color .35s ease-out, background-color .35s ease-out;
    width: 100%
}

.Panel .InThisConversation a:active,
.Panel .InThisConversation a:focus,
.Panel .InThisConversation a:hover,
.Panel .Leaderboard a:active,
.Panel .Leaderboard a:focus,
.Panel .Leaderboard a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: none;
    color: #0291db
}

.Panel .InThisConversation .ProfilePhoto.ProfilePhoto,
.Panel .Leaderboard .ProfilePhoto.ProfilePhoto {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    align-items: center;
    border-radius: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    height: 38px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 42px;
    width: 38px
}

.Panel .InThisConversation .ProfilePhoto.ProfilePhoto img,
.Panel .Leaderboard .ProfilePhoto.ProfilePhoto img {
    height: auto;
    margin: 0;
    width: 100%
}

.Panel .InThisConversation .ProfilePhoto.ProfilePhoto.NoPhoto,
.Panel .Leaderboard .ProfilePhoto.ProfilePhoto.NoPhoto {
    display: none
}

.Panel .InThisConversation .Username,
.Panel .Leaderboard .Username {
    -o-text-overflow: ellipsis;
    display: block;
    display: inline-block;
    line-height: 38px;
    margin-left: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Panel .InThisConversation .Username:active,
.Panel .InThisConversation .Username:focus,
.Panel .InThisConversation .Username:hover,
.Panel .Leaderboard .Username:active,
.Panel .Leaderboard .Username:focus,
.Panel .Leaderboard .Username:hover {
    color: #0291db
}

.Panel .InThisConversation .Conversation-User,
.Panel .Leaderboard .Conversation-User {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Box li,
.Box li:first-child {
    border: none
}

.BoxCategories.BoxCategories .PanelCategories li,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li,
body.Section-EditProfile .Box .PanelCategories li {
    padding: 5px 10px;
}

.BoxCategories.BoxCategories .PanelCategories li.Depth2,
.BoxCategories.BoxCategories .PanelCategories li.Depth3,
.BoxCategories.BoxCategories .PanelCategories li.Depth4,
.BoxCategories.BoxCategories .PanelCategories li.Depth5,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth2,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth3,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth4,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth5,
body.Section-EditProfile .Box .PanelCategories li.Depth2,
body.Section-EditProfile .Box .PanelCategories li.Depth3,
body.Section-EditProfile .Box .PanelCategories li.Depth4,
body.Section-EditProfile .Box .PanelCategories li.Depth5 {
    position: relative
}

.BoxCategories.BoxCategories .PanelCategories li.Depth2 a,
.BoxCategories.BoxCategories .PanelCategories li.Depth3 a,
.BoxCategories.BoxCategories .PanelCategories li.Depth4 a,
.BoxCategories.BoxCategories .PanelCategories li.Depth5 a,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth2 a,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth3 a,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth4 a,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth5 a,
body.Section-EditProfile .Box .PanelCategories li.Depth2 a,
body.Section-EditProfile .Box .PanelCategories li.Depth3 a,
body.Section-EditProfile .Box .PanelCategories li.Depth4 a,
body.Section-EditProfile .Box .PanelCategories li.Depth5 a {
    padding-left: 24px
}

.BoxCategories.BoxCategories .PanelCategories li.Depth2:before,
.BoxCategories.BoxCategories .PanelCategories li.Depth3:before,
.BoxCategories.BoxCategories .PanelCategories li.Depth4:before,
.BoxCategories.BoxCategories .PanelCategories li.Depth5:before,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth2:before,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth3:before,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth4:before,
.BoxFilter:not(.BoxBestOfFilter) .PanelCategories li.Depth5:before,
body.Section-EditProfile .Box .PanelCategories li.Depth2:before,
body.Section-EditProfile .Box .PanelCategories li.Depth3:before,
body.Section-EditProfile .Box .PanelCategories li.Depth4:before,
body.Section-EditProfile .Box .PanelCategories li.Depth5:before {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-bottom: 2px solid #dddee0;
    border-left: 2px solid #dddee0;
    content: "";
    display: block;
    height: 6px;
    left: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    z-index: 1
}

.BoxCategories.BoxCategories li,
.BoxFilter:not(.BoxBestOfFilter) li,
body.Section-EditProfile .Box li {
    border-radius: 6px;
    text-align: center;
}

.BoxCategories.BoxCategories li:not(.Heading)+li:not(.Heading),
.BoxFilter:not(.BoxBestOfFilter) li:not(.Heading)+li:not(.Heading),
body.Section-EditProfile .Box li:not(.Heading)+li:not(.Heading) {
    margin-top: 0
}

.BoxCategories.BoxCategories li.Heading,
.BoxFilter:not(.BoxBestOfFilter) li.Heading,
body.Section-EditProfile .Box li.Heading {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 6px;
    color: #555a62;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    padding: 5px
}

.BoxCategories.BoxCategories li.Heading .Aside,
.BoxFilter:not(.BoxBestOfFilter) li.Heading .Aside,
body.Section-EditProfile .Box li.Heading .Aside {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    margin-left: auto;
    order: 2
}

.BoxCategories.BoxCategories a,
.BoxFilter:not(.BoxBestOfFilter) a,
body.Section-EditProfile .Box a {
    -ms-flex-align: center;
    -o-transition: color ease-out .35s, background-color ease-out .35s;
    -webkit-box-align: center;
    -webkit-transition: color .35s ease-out, background-color .35s ease-out;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 6px;
    font-size: 15px;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 5px;
    transition: color .35s ease-out, background-color .35s ease-out;
    width: 100%
}

.BoxCategories.BoxCategories a span {
    font-size: 11px;
    font-family: "ChromaticaMedium";
}

.BoxCategories.BoxCategories a span.category-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background-color: #eee;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
}

.BoxCategories.BoxCategories a:active,
.BoxCategories.BoxCategories a:focus,
.BoxCategories.BoxCategories a:hover,
.BoxFilter:not(.BoxBestOfFilter) a:active,
.BoxFilter:not(.BoxBestOfFilter) a:focus,
.BoxFilter:not(.BoxBestOfFilter) a:hover,
body.Section-EditProfile .Box a:active,
body.Section-EditProfile .Box a:focus,
body.Section-EditProfile .Box a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: none;
    color: #0291db
}

.BoxCategories.BoxCategories li:not(.Heading)+li:not(.Heading) a,
.BoxFilter:not(.BoxBestOfFilter) li:not(.Heading)+li:not(.Heading) a,
body.Section-EditProfile .Box li:not(.Heading)+li:not(.Heading) a {
    margin-top: -1px
}

.BoxCategories.BoxCategories.BadgeGrid a,
.BoxFilter:not(.BoxBestOfFilter).BadgeGrid a,
body.Section-EditProfile .Box.BadgeGrid a {
    border-radius: 0;
    padding: 0;
    width: auto
}

.BoxCategories.BoxCategories .Active a,
.BoxFilter:not(.BoxBestOfFilter) .Active a,
body.Section-EditProfile .Box .Active a {
    font-weight: 600
}

.WhosOnline.Box .PhotoWrap.PhotoWrap {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    align-items: center;
    border-radius: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    height: 38px;
    justify-content: center;
    margin: 0 2px 2px;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    width: 42px;
    width: 38px
}

.WhosOnline.Box .PhotoWrap.PhotoWrap img {
    height: 100%;
    object-fit: cover;
    margin: 0;
    width: 100%
}

.WhosOnline.Box .PhotoWrap.PhotoWrap.NoPhoto {
    display: none
}

.PhotoGrid {
    margin: 0 -2px;
    width: calc(100% + 4px)
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Section-ActivityList .SearchBox {
    display: none
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
body.Badges .Cell {
    padding: 0
}

body.Badges .RecentRecipients,
body.Badges .RecentRecipients .CellWrap {
    overflow: initial
}

body.Badges .CellWrap {
    margin-top: 12px
}

body.Badges .Content h1 {
    display: block
}

body.Badges .Content h2 {
    border-bottom: 1px solid #d6d7d9;
    margin-top: 50px
}

body.Badges .Content .Badge-Details {
    margin-bottom: 50px
}

body.Badges .Content .Badge-Earned .PhotoWrap {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    align-items: center;
    border-radius: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    height: 38px;
    justify-content: center;
    margin-right: 12px;
    overflow: hidden;
    padding: 0;
    width: 42px;
    width: 38px
}

body.Badges .Content .Badge-Earned .PhotoWrap img {
    height: auto;
    margin: 0;
    width: 100%
}

body.Badges .Content .Badge-Earned .PhotoWrap.NoPhoto {
    display: none
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
body.Section-BestOf .Frame-content>.Container {
    max-width: 800px
}

body.Section-BestOf .Frame-content .Content {
    width: 100%
}

body.Section-BestOf .Frame-content .Panel,
body.Section-BestOf .SearchBox {
    display: none
}

body.Section-BestOf .Frame-content>.Container {
    max-width: 1236px
}

body.Section-BestOf .FilterMenu {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 18px -3px;
    width: calc(100% + 6px)
}

body.Section-BestOf .FilterMenu>li {
    margin: 0 3px 6px
}

body.Section-BestOf .FilterMenu a {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    body.Section-BestOf .FilterMenu a {
        max-width: 100%
    }
}

body.Section-BestOf .FilterMenu a:active,
body.Section-BestOf .FilterMenu a:focus,
body.Section-BestOf .FilterMenu a:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

body.Section-BestOf .FilterMenu .ReactSprite {
    height: inherit;
    line-height: 34px
}

body.Section-BestOf .FilterMenu .BestOfEverything .ReactSprite {
    display: none
}

body.Section-BestOf .FilterMenu li.Active a {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

body.Section-BestOf .Frame-details {
    padding-bottom: 6px
}

body.Section-BestOf .MainContent {
    margin: 0;
    min-height: 150px;
    width: 100%;
}

body.Section-BestOf .DismissMessage {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0
}

body.Section-BestOf .Tiles {
    margin: 0 -6px;
    position: relative;
    width: calc(100% + 6px)
}

body.Section-BestOf .Tiles:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:958px) {
    body.Section-BestOf .Tiles {
        margin: 0;
        width: 100%
    }

    body.Section-BestOf .Tiles .Tile:first-child {
        margin-top: 0
    }
}

body.Section-BestOf .Tile {
    background: #fff;
    border-radius: 6px;
    display: block;
    margin: 0 6px 12px;
    padding: 16px 8px;
    position: relative;
    width: calc(33.33333% - 12px)
}

@media screen and (max-width:992px) {
    body.Section-BestOf .Tile {
        width: calc(50% - 12px)
    }
}

body.Section-BestOf .Tile .AuthorWrap {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: -16px 8px;
    margin-left: -16px 8px;
    margin-right: -16px 8px;
    min-height: 74px;
    padding: 16px 8px
}

body.Section-BestOf .Tile .Title,
body.Section-BestOf .Tile .Title a {
    background: none;
    color: #555a62;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 6px
}

body.Section-BestOf .Tile .Title:focus,
body.Section-BestOf .Tile .Title:hover,
body.Section-BestOf .Tile .Title a:focus,
body.Section-BestOf .Tile .Title a:hover {
    color: #0291db
}

body.Section-BestOf .Tile .Title a,
body.Section-BestOf .Tile .Title a a {
    color: inherit;
    display: inline;
    font-size: inherit;
    font-weight: inherit
}

body.Section-BestOf .Tile .Title a:focus,
body.Section-BestOf .Tile .Title a:hover,
body.Section-BestOf .Tile .Title a a:focus,
body.Section-BestOf .Tile .Title a a:hover {
    color: inherit
}

body.Section-BestOf .Tile .Message {
    display: block;
    line-height: 20px;
    margin: 0 0 6px;
    max-height: 400px;
    overflow: hidden;
    position: relative
}

body.Section-BestOf .Tile .Reactions {
    padding-left: 48px
}

@media screen and (max-width:958px) {
    body.Section-BestOf .Tile .Reactions {
        margin-left: -6px;
        padding-left: 0
    }
}

body.Section-BestOf .Tile .ReactSprite {
    margin-right: 0
}

body.Section-BestOf .Item .Item-BodyWrap,
body.Section-BestOf .Item .Item-Header,
body.Section-BestOf .Tile .Item-BodyWrap,
body.Section-BestOf .Tile .Item-Header {
    margin-bottom: 6px
}

body.Section-BestOf .Item .Author,
body.Section-BestOf .Item .Meta,
body.Section-BestOf .Tile .Author,
body.Section-BestOf .Tile .Meta {
    line-height: 1.5
}

body.Section-BestOf .Item .Author,
body.Section-BestOf .Tile .Author {
    display: block
}

body.Section-BestOf .Item .Author a,
body.Section-BestOf .Tile .Author a {
    color: #696e75;
    font-size: 12px;
    font-weight: 400;
    line-height: inherit
}

body.Section-BestOf .Item .Author a:active,
body.Section-BestOf .Item .Author a:focus,
body.Section-BestOf .Item .Author a:hover,
body.Section-BestOf .Tile .Author a:active,
body.Section-BestOf .Tile .Author a:focus,
body.Section-BestOf .Tile .Author a:hover {
    color: #0291db
}

body.Section-BestOf .Item .Author a:not(.PhotoWrap),
body.Section-BestOf .Tile .Author a:not(.PhotoWrap) {
    margin-left: 12px
}

body.Section-BestOf .Item .PhotoWrap,
body.Section-BestOf .Tile .PhotoWrap {
    margin: 0
}

body.Section-BestOf .Item .ProfilePhoto.ProfilePhoto,
body.Section-BestOf .Tile .ProfilePhoto.ProfilePhoto {
    height: auto;
    width: 100%
}

body.Section-BestOf .Item .ReactButton,
body.Section-BestOf .Tile .ReactButton {
    margin: 0 6px
}

@media screen and (max-width:958px) {

    body.Section-BestOf .Item .ReactButton,
    body.Section-BestOf .Tile .ReactButton {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        justify-content: center;
        min-height: 42px;
        min-width: 42px
    }

    body.Section-BestOf .Item .ReactButton .ReactSprite:before,
    body.Section-BestOf .Tile .ReactButton .ReactSprite:before {
        font-size: 20px
    }
}

body.Section-BestOf .Item .Meta {
    padding-left: 54px
}

@media screen and (max-width:958px) {
    body.Section-BestOf .Item .Meta {
        margin-top: 0
    }
}

body.Section-BestOf.UserLoggedOut .Author {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.Section-BestOf.UserLoggedOut .Author .PhotoWrap {
    margin: 0 3px 0 0
}

@media screen and (max-width:958px) {
    body.Section-BestOf .ImageWrap {
        width: 100%
    }

    body.Section-BestOf .Tile {
        margin: 12px 0
    }
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
body.Drafts .Content .BoxDiscussionFilter {
    display: none
}

body.Drafts .Content .Item.Draft {
    position: relative
}

body.Drafts .Content .Item.Draft .DraftLink:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 40px;
    top: 0
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
body.Section-Entry .Frame-content>.Container {
    max-width: 800px
}

body.Section-Entry .Frame-content .Content {
    width: 100%
}

body.Section-Entry .Frame-content .Panel,
body.Section-Entry .SearchBox {
    display: none
}

body.Section-Entry .Methods b {
    display: inline-block;
    margin: 10px 0 3px
}

body.Section-Entry .ForgotPassword {
    margin-left: 6px
}

body.Section-Entry .CreateAccount a,
body.Section-Entry .ForgotPassword {
    color: #0291db
}

body.Section-Entry .CreateAccount a:focus,
body.Section-Entry .CreateAccount a:hover,
body.Section-Entry .ForgotPassword:focus,
body.Section-Entry .ForgotPassword:hover {
    color: #0291db;
    text-decoration: none
}

body.Section-Entry label.CheckBoxLabel,
body.Section-Entry label.RadioLabel {
    font-size: 14px !important
}

body.Section-Entry label.CheckBoxLabel a,
body.Section-Entry label.RadioLabel a {
    color: #0291db;
    font-size: inherit
}

body.Section-Entry label.CheckBoxLabel a:focus,
body.Section-Entry label.CheckBoxLabel a:hover,
body.Section-Entry label.RadioLabel a:focus,
body.Section-Entry label.RadioLabel a:hover {
    color: #0291db;
    text-decoration: none
}

body.Section-Entry .Legal br {
    display: none
}

@media screen and (max-width:958px) {
    body.Section-Entry .g-recaptcha {
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    body.Section-Entry .MainForm,
    body.Section-Entry .Methods {
        display: block;
        margin-bottom: 0;
        padding: 0;
        width: 100%
    }

    body.Section-Entry .Methods a,
    body.Section-Entry .Methods a:active,
    body.Section-Entry .Methods a:focus,
    body.Section-Entry .Methods a:hover {
        color: #0291db
    }

    body.Section-Entry .MainForm .InputBox {
        max-width: 100%
    }

    body.Section-Entry .Methods {
        margin-left: 0
    }
}

.SignInPopup .input.Password {
    width: 100%
}

.MultipleEntryMethods .Methods {
    float: left;
    margin-left: 0;
    padding: 0
}

@media screen and (max-width:958px) {
    .MultipleEntryMethods .Methods {
        float: none
    }

    .MultipleEntryMethods .Methods b {
        display: inline-block;
        margin: 18px 0 0
    }
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Section-Group .Excerpt+.HasNew {
    margin-left: 3px
}

.Section-Group .H {
    display: block;
    float: none;
    font-size: 32px;
    text-align: center;
    width: 100%
}

@media screen and (max-width:958px) {
    .Section-Group .H {
        text-align: left
    }
}

.Section-Group .PageControls.PageControls .BoxNewDiscussion {
    margin-right: 0
}

@media screen and (max-width:958px) {

    .Section-Group .BoCloseButtons,
    .Section-Group .Button-Controls {
        display: block;
        width: 100%
    }
}

@media screen and (max-width:958px) {
    .Section-Group .Button-Controls .ButtonGroup.Multi {
        padding: 0
    }

    .Section-Group .Button-Controls .ButtonGroup.Multi .Primary:first-child {
        width: 100%
    }
}

@media screen and (max-width:958px) {

    .Section-Group .Button-Controls .Button:not(.Handle),
    .Section-Group .Button-Controls .ButtonGroup,
    .Section-Group .Button-Controls .NewEventButton {
        margin: 0;
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width:958px) {
    .Section-Group .BoxButtons {
        display: block;
        width: 100%
    }
}

.Section-Group.Section-Discussion .H {
    text-align: left
}

.Section-Group.Section-Discussion .Group-Header {
    display: none
}

.Section-Group.NoPanel .Frame-content>.Container,
.Section-GroupList .Frame-content>.Container {
    max-width: 1236px
}

.Section-Group.NoPanel .MainContent,
.Section-GroupList .MainContent {
    width: 100%
}

.Section-GroupList .groupToolbar {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width:958px) {
    .Section-GroupList .groupToolbar-newGroup {
        text-align: center;
        width: 100%
    }
}

.Section-GroupList .MainContent h1 {
    display: none
}

.Section-GroupList .MainContent .Groups.H,
.Section-GroupList .MainContent .H {
    display: block;
    float: none;
    font-size: 32px;
    margin-bottom: 14px;
    text-align: center
}

.Section-GroupList .MainContent>.Button.Primary {
    float: right
}

@media screen and (max-width:958px) {
    .Section-GroupList .MainContent>.Button.Primary {
        text-align: center;
        width: 100%
    }
}

.Section-GroupList .Panel,
.Section-GroupList .UserLink {
    display: none
}

.Section-GroupList .Item-Icon {
    margin: 0 0 12px
}

.Section-GroupList .DataList .Item .GroupDescription,
.Section-GroupList .DataList .Item .Title {
    margin: 0
}

.Section-GroupList .DataList .Item .ItemContent.ItemContent {
    padding-left: 0
}

.Section-GroupList .DataList .Item .Options {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row
}

.Section-GroupList .DataList .Item .Options .Buttons {
    margin-left: 3px
}

@media screen and (max-width:958px) {
    .Section-GroupList .DataList .Item {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column
    }

    .Section-GroupList .DataList .Item .Options {
        margin-top: 0;
        position: absolute;
        right: 0
    }

    .Section-GroupList .DataList .Item .Excerpt {
        margin-top: 12px
    }

    .Section-GroupList .DataList .Item .Title {
        padding-right: 20px
    }
}

.Group-Box {
    clear: both
}

.Group-Box .Meta {
    margin-left: -6px;
    margin-right: -6px
}

.Button.GroupOptionsTitle,
.Button.GroupOptionsTitle:active,
.Button.GroupOptionsTitle:focus,
.ButtonGroup.Open .Button.GroupOptionsTitle {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: rgba(0, 0, 0, 0);
    max-width: 20px;
    padding: 0
}

.Button.GroupOptionsTitle .SpDropdownHandle,
.Button.GroupOptionsTitle:active .SpDropdownHandle,
.Button.GroupOptionsTitle:focus .SpDropdownHandle,
.ButtonGroup.Open .Button.GroupOptionsTitle .SpDropdownHandle {
    display: none
}

.Button.GroupOptionsTitle:active:before,
.Button.GroupOptionsTitle:before,
.Button.GroupOptionsTitle:focus:before,
.ButtonGroup.Open .Button.GroupOptionsTitle:before {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    color: #555a62;
    content: "";
    display: inline-block;
    font-family: vanillicon;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: inherit;
    line-height: 20px;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.Group-Header {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative
}

.Group-Header .Group-Buttons,
.Group-Header .OptionsMenu {
    display: inline-block;
    float: none
}

.Group-Banner {
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .4);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .4);
    height: 230px;
    margin-bottom: 18px
}

@media screen and (max-width:992px) {
    .Group-Banner {
        height: 180px
    }
}

.Button-Controls.Button-Controls {
    -ms-flex-order: 2;
    -ms-flex-pack: end;
    -webkit-box-ordinal-group: 3;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    order: 2
}

@media screen and (max-width:958px) {
    .Button-Controls.Button-Controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .Button-Controls.Button-Controls .Button+.Button {
        margin-top: 18px
    }
}

.Button-Controls.Button-Controls .Button:nth-child(2) {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db;
    margin-left: 3px
}

.Button-Controls.Button-Controls .Button:nth-child(2):focus,
.Button-Controls.Button-Controls .Button:nth-child(2):hover {
    background-color: #0291db;
    border-color: #0291db;
    color: #fff
}

@media screen and (max-width:958px) {
    .Button-Controls.Button-Controls .Button:nth-child(2) {
        margin-left: 0
    }
}

.GroupOptions {
    position: absolute;
    right: 0;
    top: 248px
}

@media screen and (max-width:992px) {
    .GroupOptions {
        top: 198px
    }
}

.Group-Icon-Big-Wrap {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    height: 140px;
    margin: -68px 18px 18px;
    position: absolute;
    top: 230px;
    width: 140px
}

.Group-Icon-Big-Wrap .Group-Icon-Big {
    border: 3px solid #fff;
    border-radius: inherit;
    height: 100%;
    width: 100%
}

@media screen and (max-width:958px) {
    .Group-Icon-Big-Wrap {
        display: none
    }
}

.Group-Title {
    font-size: 18px;
    margin: 0 0 12px;
    padding-right: 20px
}

.Group-Title a {
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 16px;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: none
}

.Group-Title a:focus,
.Group-Title a:hover {
    color: #0291db
}

.Group-Description {
    margin-bottom: 18px
}

@media screen and (max-width:958px) {
    .Group-Description {
        display: none
    }
}

.Group-Header-Info {
    padding-left: 176px
}

@media screen and (max-width:958px) {
    .Group-Header-Info {
        margin-bottom: 18px;
        padding-left: 0
    }
}

body.noGroupIcon .Group-Header-Info {
    padding-left: 0
}

.Group-Meta.Group-Meta {
    font-size: 12px;
    margin: 0 -3px
}

.Group-Meta.Group-Meta a {
    color: #696e75;
    font-size: inherit
}

.Group-Meta.Group-Meta a:focus,
.Group-Meta.Group-Meta a:hover {
    color: #0291db;
    text-decoration: none
}

.Group-Meta.Group-Meta .MItem {
    margin: 0 3px
}

.Group-Meta.Group-Meta .MItem:nth-child(-n+2) .label {
    font-weight: 700
}

.Group-Content {
    display: inline-block;
    width: 100%
}

.Group-Box .MItem {
    line-height: 1.5;
    white-space: normal
}

.Group-Box .MItem.Hidden {
    display: none
}

.Group-Box .MItem a {
    -o-text-overflow: ellipsis;
    display: block;
    display: inline-block;
    max-width: 100%;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.Group-Header.Group-Header.Group-Header.NoBanner {
    margin-bottom: 18px
}

.Group-Header.NoBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 140px
}

.Group-Header.NoBanner .Group,
.Group-Header.NoBanner .Group-Title {
    padding-top: 0
}

.Group-Header.NoBanner .Group-Header-Info {
    padding-left: 158px
}

@media screen and (max-width:958px) {
    .Group-Header.NoBanner .Group-Header-Info {
        padding-left: 0
    }
}

.Group-Header.NoBanner .Group-Icon-Big-Wrap {
    -ms-flex: 1 0 140px;
    -webkit-box-flex: 1;
    flex: 1 0 140px;
    margin: 0 18px 0 0;
    position: absolute;
    z-index: 1
}

.Group-Header.NoBanner .GroupOptions {
    right: 0;
    top: 0
}

@media screen and (max-width:958px) {
    .Section-Members .DataList .Item {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column
    }

    .Section-Members .DataList .Item .Options {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .Section-Members .DataList .Item .PhotoWrap {
        left: 16px 8px;
        position: absolute;
        top: 16px 8px
    }

    .Section-Members .DataList .Item .Meta {
        margin-top: 0
    }
}

.Section-Members .DataList .Item .Buttons {
    margin-right: 0
}

.Section-Members .DataList .Item .Title {
    margin-bottom: 0
}

.Section-Members .DataList .Item .Excerpt:empty {
    display: none
}

.Section-Members .DataList .Item .Meta {
    margin-bottom: 0
}

.Section-Members .DataList .Item .MItem {
    line-height: 21px
}

.Section-Members .Group-Box,
.Section-Members .Group-Header+form {
    margin-bottom: 18px
}

.Section-Members .Group-RemoveMember {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    .Section-Members .Group-RemoveMember {
        max-width: 100%
    }
}

.Section-Members .Group-RemoveMember:active,
.Section-Members .Group-RemoveMember:focus,
.Section-Members .Group-RemoveMember:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

.Group-MembersPreview .PhotoGrid {
    margin: 0 -3px
}

.Group-MembersPreview .PhotoWrap.PhotoWrap.PhotoWrap {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    align-items: center;
    border-radius: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin: 0 3px;
    overflow: hidden;
    padding: 0;
    width: 42px
}

.Group-MembersPreview .PhotoWrap.PhotoWrap.PhotoWrap img {
    height: auto;
    margin: 0;
    width: 100%
}

.Group-MembersPreview .PhotoWrap.PhotoWrap.PhotoWrap.NoPhoto {
    display: none
}

.Group-MembersPreview .PhotoGridSmall img {
    margin: 0
}

.Section-Event.Section-Event .AttendeeList.AttendeeList h3 {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 18px
}

@media screen and (max-width:958px) {
    .Section-Event.Section-Event .AttendeeList.AttendeeList h3 {
        font-size: 18px
    }
}

.Section-Event.Section-Event .FormWrapper.Attending {
    margin: 12px 0
}

.Section-Event.Section-Event .MaybeAttending,
.Section-Event.Section-Event .NotAttending,
.Section-Event.Section-Event .YesAttending {
    margin-bottom: 12px
}

.Section-Event.Section-Event .EventTime label.When,
.Section-Event.Section-Event .FormTitleWrapper h2 {
    display: none
}

.Section-Event.Section-Event .EventTime label {
    display: block
}

.Section-Event.Section-Event .EventTime .Timebased a {
    color: #0291db
}

.Section-Event.Section-Event .Buttons {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.Section-Event.Section-Event .Buttons .Primary {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    margin-left: 3px;
    order: 2
}

.Section-Event.Section-Event .EventTitle .ButtonGroup {
    margin-top: 0
}

@media screen and (max-width:958px) {
    .Section-Event.Section-Event .FieldInfo {
        display: block;
        margin-bottom: 12px;
        width: 100%
    }
}

#Form_memberFilter {
    height: 38px
}

@media screen and (max-width:958px) {
    #Form_memberFilter {
        margin-bottom: 3px;
        margin-right: 0;
        width: 100%
    }
}

.group-members-filter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media screen and (max-width:958px) {
    .group-members-filter-box {
        -ms-flex-pack: end;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: end;
        flex-wrap: wrap;
        justify-content: flex-end
    }
}

.group-members-filter-box .Button {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    .group-members-filter-box .Button {
        max-width: 100%
    }
}

.group-members-filter-box .Button:active,
.group-members-filter-box .Button:focus,
.group-members-filter-box .Button:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

.group-members-filter-box .Button+.Button {
    margin-left: 3px
}

.group-members-filter-box .Button.search {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    .group-members-filter-box .Button.search {
        max-width: 100%
    }
}

.group-members-filter-box .Button.search:active,
.group-members-filter-box .Button.search:focus,
.group-members-filter-box .Button.search:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
.Section-Conversation .H,
.Section-ConversationList .H {
    margin-bottom: 14px
}

/* .Section-Conversation .Conversation .PhotoWrap,
.Section-Conversation .DataList.Conversations .PhotoWrap,
.Section-ConversationList .Conversation .PhotoWrap,
.Section-ConversationList .DataList.Conversations .PhotoWrap {
    left: 8px;
    margin-right: 0;
    position: absolute;
    top: 16px
} */

.Section-Conversation .Conversation .Author+a,
.Section-Conversation .Conversation .Excerpt,
/* .Section-Conversation .Conversation .Meta, */
.Section-Conversation .DataList.Conversations .Author+a,
.Section-Conversation .DataList.Conversations .Excerpt,
.Section-Conversation .DataList.Conversations .Meta,
/* .Section-ConversationList .Conversation .Author+a, */
.Section-ConversationList .Conversation .Excerpt,
.Section-ConversationList .Conversation .Meta,
/* .Section-ConversationList .DataList.Conversations .Author+a, */
.Section-ConversationList .DataList.Conversations .Excerpt,
.Section-ConversationList .DataList.Conversations .User,
.Section-ConversationList .DataList.Conversations .Meta {
    /* padding-left: 50px */
}

.Section-Conversation .Conversation .Excerpt,
.Section-Conversation .Conversation .Meta,
.Section-Conversation .DataList.Conversations .Excerpt,
.Section-Conversation .DataList.Conversations .Meta,
.Section-ConversationList .Conversation .Excerpt,
.Section-ConversationList .Conversation .Meta,
.Section-ConversationList .DataList.Conversations .Excerpt,
.Section-ConversationList .DataList.Conversations .Meta {
    display: block
}

.Section-ConversationList .Conversation hr {
    background-color: #e0e0e0;
    margin-top: 15px;
    margin-bottom: 24px;
}

.Section-ConversationList .Conversation .Content {
    margin-left: 8px;
}

.Section-ConversationList .DataList.Conversations .Author+a {
    margin-right: 16px;
}

.Section-ConversationList .Conversation .Header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.Section-ConversationList .Conversation .Header a svg {
    transform: rotate(180deg);
}

.Section-Conversation .Conversation .Author a,
.Section-ConversationList .Conversation .Author a {
    margin-right: 16px;
}

.Section-Conversation .userContent,
.Section-ConversationList .Conversation .User {
    font-size: 16px;
    color: black;
    line-height: 24px;
}

.Section-ConversationList .Conversation .Excerpt {
    font-size: 14px;
    color: black;
    line-height: 21px;
    font-family: 'ChromaticaRegular';
    padding-left: 52px;
}

.Section-Conversation .userContent .Meta,
.Section-Conversation .userContent p {
    margin: 0 !important;
}

.Section-Conversation .Conversation .Meta h3,
.Section-ConversationList .Conversation .User {
    display: flex;
    align-items: center;
    position: relative;
    font-family: 'ChromaticaBold';
    line-height: 24px !important;
    margin-bottom: 0 !important;
}

.Section-Conversation .userContent p {
    font-size: 16px;
    font-family: 'ChromaticaRegular';
    line-height: 24px;
}


.InboxPopup .Section-Conversation .Meta h3 svg,
.Section-Conversation .Conversation .Meta h3 svg,
.Section-ConversationList .Conversation .User svg {
    margin-left: 4px;
    margin-bottom: 4px;
}

.Section-Conversation .Meta .DateCreated,
.Section-ConversationList .Conversation .User .Meta {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'ChromaticaMedium';
}

.Section-Conversation .back-home,
.Section-ConversationList .back-home {
    display: block;
    padding-bottom: 17px;
}

.Section-Conversation .back-home a,
.Section-ConversationList .back-home a {
    display: flex;
    align-items: center;
}

.Section-Conversation .back-home span,
.Section-ConversationList .back-home span {
    font-size: 14px;
    line-height: 21px;
}

.Section-Conversation .back-home svg,
.Section-ConversationList .back-home svg {
    width: 17px;
    height: 17px;
    margin-right: 4px;
}

.modal-header.back-inbox>a {
    display: flex;
    align-items: center;
    width: fit-content;
}

.modal-header.back-inbox img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 14px;
    margin-right: 8px;
}

.modal-header.back-inbox span {
    font-size: 18px;
    font-family: ChromaticaMedium;
    color: black;
    font-weight: bold;
}

.Section-Conversation .LeftPanel {
    background-color: white !important;
    padding: 24px !important;
}

.Section-Conversation .LeftPanel .leave-conversation {
    justify-content: center;
    width: 100% !important;
    margin-top: 24px;
}

.Section-ConversationList .add-people {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 15px;
}

.Section-Conversation hr,
.Section-ConversationList hr {
    background-color: #e0e0e0;
}

.Section-Conversation .MessageList {
    max-height: 500px;
    overflow-y: auto;
}

.Section-Conversation .MessageList li {
    margin-bottom: 24px;
    padding: 0;
    border-bottom: none !important;
}

.Section-Conversation .MessageList li.empty {
    margin-top: 20px;
    height: 55px;
    text-align: center;
}

.Section-Conversation .MessageList li:not(:last-child) {
    margin-top: 24px;
}

.Section-Conversation .Meta {
    position: relative;
}

.Section-Conversation .Meta h3 {
    color: black;
}

.Section-Conversation .DataListWrap {
    background-color: white;
    border-radius: 8px;
    padding: 24px;
}

.Section-Conversation .message-input-wrapper {
    display: flex;
    align-items: flex-end;
}

.Section-Conversation .message-input-wrapper .bodybox-wrap {
    flex: 1;
    padding-left: 40px;
    margin-bottom: 0;
}

.Section-Conversation .message-input-wrapper .richEditor .richEditor-frame {
    padding: 0;
    min-height: 0;
    border-radius: 24px;
}

.Section-Conversation .message-input-wrapper .richEditor .richEditor-textWrap {
    min-height: 0;
}

.Section-Conversation .message-input-wrapper .richEditor-text {
    min-height: 45px !important;
    max-height: 200px;
    overflow-y: auto;
    padding: 15px !important;
}

.Section-Conversation .message-input-wrapper .message-send {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #05bf8e;
    margin-left: 12px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Section-Conversation .message-input-wrapper .richEditor-embedBar {
    position: absolute;
    bottom: 3px;
    left: -43px;
    width: fit-content;
}

.Section-ConversationList .Frame-content>.Container {
    max-width: 800px
}

.Section-ConversationList .Frame-content .Content {
    width: 100%
}

.Section-Conversation .SearchBox,
.Section-ConversationList .Frame-content .LeftPanel {
    display: none
}

.Section-Conversation .Conversation-User img {
    border-radius: 6px;
    border-radius: 50%;
    overflow: hidden
}

.Section-Conversation .DataListWrap {
    margin: 0
}

.Section-Conversation .MessageList .Message {
    padding-left: 60px
}

.Section-Conversation .conversation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Section-Conversation .add-people {
    position: relative;
}

.Section-Conversation .add-people svg {
    width: 20px;
    height: 20px;
}

.Section-Conversation .add-people span {
    position: absolute;
    top: -8px;
    right: -3px;
}

.AddToConversationPopup .InThisConversation ul {
    margin-top: 24px;
}

.InThisConversation ul li {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.InThisConversation ul li button.delete-user {
    color: black;
    background: transparent;
    border: none;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 100;
}

.InThisConversation ul li a {
    padding: 0 !important;
}

.InThisConversation ul li:not(:last-child) {
    margin-bottom: 16px;
}

.InThisConversation ul li .Conversation-User {
    display: flex;
    align-items: center;
}

.InThisConversation ul li .Conversation-User .Username {
    line-height: 22px;
    margin-left: 10px;
    color: black !important;
}

.InThisConversation ul li .Conversation-User .Username .Name {
    font-size: 16px;
    color: black;
    font-family: 'ChromaticaBold';
    line-height: 24px;
    display: flex;
    align-items: center;
}

.InThisConversation ul li .Conversation-User .Username .Grade {
    color: black !important;
}

.InThisConversation ul li .Conversation-User .Username .Name svg {
    margin-left: 4px;
}

.InThisConversation .Conversation-User img {
    border-radius: 50%;
    width: 44px;
    height: 44px;
}


/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
body.Post .FormWrapper .AvailableTags a {
    display: inline-block;
    line-height: 1.5;
    margin: 3px 0
}

body.Post .FormWrapper .editor-help-text {
    font-size: inherit
}

body.Post .FormWrapper .SearchBox {
    display: none
}

body.Post .FormWrapper .Buttons {
    -ms-flex-align: center;
    -ms-flex-direction: row-reverse;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start
}

body.Post .FormWrapper .Buttons .Button {
    margin: 0 0 3px 3px
}

body.Post .FormWrapper .ShowTags {
    display: block;
    margin-top: 3px
}

.Section-Post .SearchBox,
body.announcement .SearchBox,
body.Messages.inbox .SearchBox,
body.Post .SearchBox,
body.Section-PostConversation .SearchBox {
    display: none
}

body.announcement .Frame-content>.Container {
    max-width: 800px
}

body.announcement .Frame-content .Content {
    width: 100%
}

body.announcement .Frame-content .Panel {
    display: none
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */
body.Section-Profile .BadgeGrid h4,
body.Section-Profile .Profile h2 {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 18px
}

@media screen and (max-width:958px) {

    body.Section-Profile .BadgeGrid h4,
    body.Section-Profile .Profile h2 {
        font-size: 18px
    }

    .InboxPopup .Section-Conversation.modal-body {
        padding: 0 0 !important;
        position: relative;
    }

    .back-inbox {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .InboxPopup .modal-header {
        padding: 20px 30px !important;
    }

    .InboxPopup .Footer .Close span {
        margin-top: 5px !important;
    }

    .InboxPopup .modal-header .Flyout {
        top: 45px !important;
    }

    .InboxPopup .modal-header .SpFlyoutHandle:before {
        transform: rotate(90deg);
    }

    .AddToConversationPopup hr,
    .InboxPopup hr {
        background-color: #e0e0e0;
    }

    .InboxPopup .Body {
        overflow-y: hidden !important;
    }

    .InboxPopup .Section-ConversationList.modal-body {
        padding: 0 30px !important;
        height: calc(100vh - 60px);
        overflow-y: auto;
        position: relative;
    }

    .InboxPopup .Section-Conversation .MessageList {
        height: calc(100vh - 140px);
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        padding: 0 30px;
    }

    .InboxPopup .Section-ConversationList .DataList {
        margin: 0;
    }

    .InboxPopup .Section-ConversationList .add-people {
        flex-direction: row-reverse;
        justify-content: center;
    }

    .InboxPopup .Section-ConversationList .add-people h2 {
        margin-bottom: 0 !important;
    }

    .InboxPopup .Section-ConversationList .add-people svg {
        margin-right: 10px;
    }

    .InboxPopup .Section-ConversationList .DataList .Item {
        margin: 0;
        padding: 24px 0;
        border-bottom: 1px solid #f2f2f2;
        position: relative;
    }

    .Section-ConversationList .DataList .Item .mobile-detail-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .InboxPopup .Section-ConversationList .DataListWrap,
    .InboxPopup .Section-Conversation .DataListWrap {
        padding: 0;
        position: relative;
    }

    .InboxPopup #MessageForm {
        position: absolute;
        bottom: -60px;
        width: calc(100% - 46px);
        left: 20px;
    }

    .InboxPopup .Section-Conversation .Meta {
        padding-left: 0 !important;
    }

    .InboxPopup .Section-Conversation .Meta h3 {
        padding: 0;
    }

    .InboxPopup .Section-Conversation .MessageList li.empty {
        height: calc(100vh - 190px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

body.Section-Profile .Profile>.User {
    border: none;
    border-radius: 0;
    position: relative
}

body.Section-Profile .Profile>.User>*+* {
    margin-top: 18px
}

body.Section-Profile .User .H {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:992px) {
    body.Section-Profile .User .H {
        display: none
    }
}

body.Section-Profile .Gloss,
body.Section-Profile .Profile-rank {
    border: 1px solid #0291db;
    border-radius: 3px;
    color: #0291db;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 10px;
    font-weight: 400;
    padding: 3px;
    text-transform: uppercase
}

body.Section-Profile .H .Gloss {
    margin-left: 1em;
    margin-top: .5em
}

body.Section-Profile .Gloss:empty {
    display: none
}

body.Section-Profile .MainContent>.FormTitleWrapper {
    padding: 0
}

body.Section-Profile .MainContent .DismissMessage {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
    width: 100%
}

body.Section-Profile .Profile-header {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: none;
    flex-wrap: wrap;
    margin: 0 0 18px;
    width: 100%
}

@media screen and (max-width:992px) {
    body.Section-Profile .Profile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

body.Section-Profile .Profile-header .Profile-username {
    margin: 0
}

@media screen and (max-width:958px) {
    body.Section-Profile .Profile-header .Profile-username {
        font-size: 16px
    }
}

@media screen and (max-width:992px) {
    body.Section-Profile .Profile-name {
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width:992px) {
    body.Section-Profile .Profile-photo {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        width: 100%
    }

    body.Section-Profile .Profile-photo a.ChangePicture {
        padding-top: 20px
    }
}

body.Section-Profile .Profile-photo .WhosOnline {
    display: none
}

body.Section-Profile .Profile-photo>.PhotoLarge {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    align-items: center;
    border-radius: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 145px;
    justify-content: center;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 0;
    width: 145px;
    position: relative;
}

body.Section-Profile .Profile-photo>.PhotoLarge img {
    height: auto;
    margin: 0;
    width: 100%
}

body.Section-Profile .Profile-photo>.PhotoLarge.NoPhoto {
    display: none
}

body.Section-Profile .Profile-photo .PhotoWrapLarge {
    display: block;
    height: 145px;
    position: absolute;
    width: 145px;
    top: 0;
    left: 0;
}

body.Section-Profile .ProfileOptions {
    float: right;
    margin: 0;
    z-index: 1
}

body.Section-Profile .ProfileOptions .Dropdown {
    text-align: left
}

body.Section-Profile .ProfileOptions .MemberButtons {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    margin-right: 3px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    body.Section-Profile .ProfileOptions .MemberButtons {
        max-width: 100%
    }
}

body.Section-Profile .ProfileOptions .MemberButtons:active,
body.Section-Profile .ProfileOptions .MemberButtons:focus,
body.Section-Profile .ProfileOptions .MemberButtons:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

@media screen and (max-width:958px) {
    body.Section-Profile .ProfileOptions .MemberButtons {
        margin-right: 0
    }
}

body.Section-Profile .ProfileOptions .Button-EditProfile {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: #0291db;
    border: 1px solid #0291db;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    body.Section-Profile .ProfileOptions .Button-EditProfile {
        max-width: 100%
    }
}

body.Section-Profile .ProfileOptions .Button-EditProfile:active,
body.Section-Profile .ProfileOptions .Button-EditProfile:focus,
body.Section-Profile .ProfileOptions .Button-EditProfile:hover {
    background: #0276b3;
    border-color: #0276b3;
    color: #fff
}

body.Section-Profile .ProfileOptions .ButtonGroup.Open .NavButton.Handle {
    background-color: #0276b3;
    border-color: #0276b3;
    color: #fff
}

body.Section-Profile .ProfileOptions .ProfileButtons-BackToProfile {
    -o-transition: background .1s ease, border .1s ease;
    -webkit-appearance: none;
    -webkit-transition: background .1s ease, border .1s ease;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #bcbec1;
    border-radius: 6px;
    color: #555a62;
    display: inline-block;
    font-family: Open Sans, HelveticaNeue-Light, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding: 0 12px;
    text-decoration: none;
    transition: background .1s ease, border .1s ease
}

@media screen and (max-width:958px) {
    body.Section-Profile .ProfileOptions .ProfileButtons-BackToProfile {
        max-width: 100%
    }
}

body.Section-Profile .ProfileOptions .ProfileButtons-BackToProfile:active,
body.Section-Profile .ProfileOptions .ProfileButtons-BackToProfile:focus,
body.Section-Profile .ProfileOptions .ProfileButtons-BackToProfile:hover {
    background: rgba(0, 0, 0, 0);
    border-color: #0291db;
    color: #0291db
}

@media screen and (max-width:992px) {
    body.Section-Profile .ProfileOptions {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
        justify-content: flex-end;
        margin-left: auto;
        padding-right: 0;
        padding-top: 0
    }
}

@media screen and (max-width:958px) {
    body.Section-Profile .ProfileOptions {
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 18px;
        margin-left: 0;
        width: 100%
    }

    body.Section-Profile .ProfileOptions .Button-EditProfile,
    body.Section-Profile .ProfileOptions .ButtonGroup,
    body.Section-Profile .ProfileOptions .MemberButtons {
        width: inherit
    }

    body.Section-Profile .ProfileOptions .Button-EditProfile,
    body.Section-Profile .ProfileOptions .MemberButtons {
        text-align: center
    }

    body.Section-Profile .ProfileOptions .MemberButtons {
        margin-bottom: 18px
    }
}

body.Section-Profile .Panel-main .PhotoWrapLarge {
    margin-bottom: 18px
}

@media screen and (max-width:992px) {
    body.Section-Profile .Panel-main>.PhotoWrap {
        display: none
    }
}

body.Section-Profile .Content .BoxProfileFilter,
body.Section-Profile .SearchBox,
body.Section-Profile .User>#Status {
    display: none
}

body.Section-Profile .User .DismissMessage {
    margin-top: 12px
}

body.Section-Profile .Box li {
    border: none
}

body.Section-Profile .About.P .About,
body.Section-Profile .change-picture,
body.Section-Profile .FormTitleWrapper,
body.Section-Profile.quotes .Frame-content form {
    margin-bottom: 18px;
    padding: 12px
}

@media screen and (max-width:958px) {

    body.Section-Profile .About.P .About,
    body.Section-Profile .change-picture,
    body.Section-Profile .FormTitleWrapper,
    body.Section-Profile.quotes .Frame-content form {
        padding: 0
    }
}

body.Section-Profile .Content .BadgeGrid .PhotoGrid,
body.Section-Profile .DataCounts {
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -6px;
    width: calc(100% + 12px)
}

@media screen and (max-width:958px) {

    body.Section-Profile .Content .BadgeGrid .PhotoGrid,
    body.Section-Profile .DataCounts {
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -6px;
        width: calc(100% + 12px)
    }
}

@media screen and (max-width:410px) {

    body.Section-Profile .Content .BadgeGrid .PhotoGrid,
    body.Section-Profile .DataCounts {
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -6px;
        width: calc(100% + 12px)
    }
}

body.Section-Profile .Content .BadgeGrid a,
body.Section-Profile .CountItemWrap {
    margin: 18px 6px;
    width: calc(20% - 12px)
}

@media screen and (max-width:958px) {

    body.Section-Profile .Content .BadgeGrid a,
    body.Section-Profile .CountItemWrap {
        margin-left: 6px;
        margin-right: 6px;
        width: calc(25% - 12px)
    }
}

@media screen and (max-width:410px) {

    body.Section-Profile .Content .BadgeGrid a,
    body.Section-Profile .CountItemWrap {
        margin-left: 6px;
        margin-right: 6px;
        width: calc(33.33333% - 12px)
    }
}

body.Section-Profile .Content .BadgeGrid a,
body.Section-Profile .CountItem {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

body.Section-Profile .CountItemWrap .TextColor {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%
}

body.Section-Profile .CountItemWrap .CountTotal {
    display: block;
    width: 100%
}

body.Section-Profile .CountItem {
    border: none;
    margin: 0;
    padding: 0
}

body.Section-Profile .About.P .About {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0
}

@media screen and (max-width:992px) {
    body.Section-Profile .About.P .About {
        padding: 0
    }
}

body.Section-Profile .About .Value {
    padding-left: 0;
    width: 100%
}

body.Section-Profile .Content .Box.BadgeGrid {
    margin: 0
}

body.Section-Profile .Profile dl {
    padding: 3px 0;
    width: 100%
}

body.Section-Profile .Profile dl:after {
    clear: both;
    content: "";
    display: table
}

body.Section-Profile .Profile dd,
body.Section-Profile .Profile dt {
    background: none;
    color: inherit;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 3px;
    padding: 0
}

body.Section-Profile .Profile dt {
    font-weight: 700;
    width: 25%
}

@media screen and (max-width:958px) {
    body.Section-Profile .Profile dt {
        display: block;
        margin-bottom: 0;
        width: 100%
    }
}

body.Section-Profile .Profile dd {
    display: inline-block;
    padding-left: 3px;
    width: 75%
}

@media screen and (max-width:958px) {
    body.Section-Profile .Profile dd {
        display: block;
        margin-bottom: 12px;
        padding-left: 0;
        width: 100%
    }
}

@media screen and (max-width:992px) {
    body.Section-Profile .Button-EditProfile .Hidden {
        display: inline
    }

    body.Section-Profile .User h1 {
        display: none
    }
}

body.Section-EditProfile.preferences h2,
body.Section-EditProfile.signature h2 {
    border-bottom: 1px solid #d6d7d9;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 0
}

@media screen and (max-width:958px) {

    body.Section-EditProfile.preferences h2,
    body.Section-EditProfile.signature h2 {
        font-size: 18px
    }
}

body.Section-EditProfile .Profile-header {
    display: none
}

@media screen and (max-width:958px) {
    body.Section-EditProfile .ProfileButtons-BackToProfile {
        text-align: center;
        width: 100%
    }
}

body.Section-EditProfile .FormTitleWrapper form {
    background: none !important
}

body.Section-EditProfile .FormTitleWrapper form li {
    width: 100%
}

body.Section-EditProfile .FormTitleWrapper form li:after {
    clear: both;
    content: "";
    display: table
}

body.Section-EditProfile .FormTitleWrapper form li input {
    width: 100%
}

body.Section-EditProfile .FormTitleWrapper form .CustomProfileFieldLabel,
body.Section-EditProfile .FormTitleWrapper form .ProfileFieldValue {
    float: left;
    margin-right: 18px;
    margin-top: 12px;
    max-width: calc(50% - 9px)
}

body.Section-EditProfile .FormTitleWrapper form .CustomProfileFieldLabel:nth-child(2n),
body.Section-EditProfile .FormTitleWrapper form .CustomProfileFieldValue:nth-child(2n) {
    margin-right: 0
}

body.Section-EditProfile .FormTitleWrapper form .CheckBoxLabel input {
    width: auto
}

body.Section-EditProfile .FormTitleWrapper form li.User-Avatar {
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 101;
    margin-right: 0;
    order: 100;
    width: 100%
}

body.Section-EditProfile .FormTitleWrapper form .Button {
    margin-top: 12px
}

body.Section-EditProfile .box-cropped-image {
    margin-bottom: 18px
}

body.Section-EditProfile .Preferences>form>div {
    overflow-x: auto
}

body.Section-EditProfile table.PreferenceGroup {
    margin-bottom: 18px;
    width: 100%
}

@media screen and (max-width:958px) {
    body.Section-EditProfile table.PreferenceGroup {
        min-width: 500px
    }
}

body.Section-EditProfile table.PreferenceGroup * {
    line-height: 36px
}

body.Section-EditProfile .Preferences .Buttons .Button {
    float: right
}

@media screen and (max-width:958px) {

    body.Section-EditProfile .Buttons .Button,
    body.Section-EditProfile.tokens .Button.Action {
        text-align: center;
        width: 100%
    }
}

body.Section-EditProfile #CategoryNotificationHeader {
    white-space: nowrap
}

/*!
 * @author Isis (igraziatto) Graziatto <isis.g@vanillaforums.com>
 * @copyright 2009-2018 Vanilla Forums Inc.
 * @license GPL-2.0-only
 */

body.Section-SearchResults .SearchForm {
    margin-top: 0;
    position: relative
}

body.Section-SearchResults .SearchForm .SiteSearch {
    max-width: 100%
}

body.Section-SearchResults .SearchForm .SiteSearch .Button {
    right: 0;
    top: 0
}

body.Section-SearchResults .AdvancedSearch {
    margin: 0 auto
}

@media screen and (max-width:958px) {
    body.Section-SearchResults .AdvancedSearch {
        max-width: 100%
    }
}

body.Section-SearchResults .AdvancedSearch .KeywordsWrap {
    margin: 0 0 18px;
    padding: 0
}

@media screen and (max-width:958px) {
    body.Section-SearchResults .AdvancedSearch .KeywordsWrap {
        padding: 0
    }

    body.Section-SearchResults .AdvancedSearch .KeywordsWrap .bwrap .Button {
        right: 0
    }

    body.Section-SearchResults .AdvancedSearch .KeywordsWrap .Handle.Handle {
        right: 36px
    }
}

body.Section-SearchResults .AdvancedSearch .Handle.Handle {
    right: 36px
}

body.Section-SearchResults .AdvancedSearch .Button .Sprite {
    vertical-align: baseline
}

body.Section-SearchResults .AdvancedSearch .P.Buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.Section-SearchResults .AdvancedSearch .P.Buttons .Button {
    margin-left: auto
}

body.Section-SearchResults .AdvancedSearch .AdvancedWrap:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:958px) {
    body.Section-SearchResults .AdvancedSearch .AdvancedWrap {
        background: rgba(0, 0, 0, 0);
        padding: 0
    }
}

body.Section-SearchResults .AdvancedSearch .AdvancedWrap>.P.Inline .SelectWrapper {
    margin-bottom: 12px
}

body.Section-SearchResults .AdvancedSearch .AdvancedWrap .CheckBoxLabel {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.profileAboutItem {
    border-bottom: 1px solid #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7.5px 0;
    margin-bottom: 10px;
}

.profileAboutItem .ProfileDisplayName,
.profileAboutItem .ProfiledisplayName {
    display: none !important;
}

.profileAboutItem span.label,
.profileAboutItem dt {
    font-size: 14px;
    font-family: ChromaticaMedium;
    color: #828282 !important;
    text-align: left;
    font-weight: normal !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.profileAboutItem span.value,
.profileAboutItem dd {
    font-size: 16px !important;
    font-family: ChromaticaBlack;
    text-align: right !important;
    margin-bottom: 0 !important;
}

.profile-title {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile-title img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.profile-title svg,
.profile-title img {
    margin-right: 10px;
}

.post-tabs {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: ChromaticaBold;
    margin-left: 20px;
}

.post-tabs .tab {
    margin-right: 24px;
    padding: 7px 0;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.post-tabs .tab.active {
    border-bottom: 3px solid black;
}

.daterange-wrapper {
    position: relative;
    height: 44px;
    align-items: center;
    display: flex;
    padding: 0 10px;
    border-bottom: 1px solid black;
}

.daterange-wrapper svg {
    min-width: 18px;
    width: 18px;
    height: 24px;
}

.daterange-wrapper input {
    padding: 0 15px;
    color: black;
    font-family: 'ChromaticaBold';
    font-size: 16px;
    border: none;
}

.daterange-wrapper::after {
    content: '';
    width: 12px;
    height: 20px;
    position: absolute;
    transition: 0.3s all;
    right: 13px;
    z-index: 99;
    top: 10px;
    background-repeat: no-repeat;
    background-image: url(../../../../themes/alloprof/design/images/icons/arrowDown.svg);
}

.daterange-wrapper.selected::after {
    transform: rotate(180deg);
    top: 8px
}

.Block-List>div>a:hover {
    color: inherit;
}

.Question-SuggestionList h2 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.Question-SuggestionList p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
}

.Question-SuggestionList .Block {
    border-radius: 8px;
    border: solid 2px #f2f2f2;
    display: flex;
    overflow: hidden;
    margin-top: 16px;
    cursor: pointer;
}

.Question-SuggestionList .no-bottom-border {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.Question-SuggestionList .Block .Head {
    min-width: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Question-SuggestionList .Block .Body {
    padding: 16px;
    background-color: white;
    flex: 1;
}

.Question-SuggestionList .Block .Body h2 {
    margin-top: 8px;
    margin-bottom: 0;
}

.Question-SuggestionList .Block .Body p.from {
    font-family: 'ChromaticaBlack';
    font-size: 12px;
    line-height: normal;
    margin-bottom: 8px;
}

.Question-SuggestionList .Block .Body p.info {
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    color: black;
}

.Question-SuggestionList .Block .Body p.info span {
    margin-right: 4px;
}

.Question-SuggestionList .Block .Body p.info span.grade {
    font-size: 11px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 8px 3px;
    border-radius: 99px;
    border: solid 1px #000;
    margin-right: 10px;
    height: 19px;
}

.Question-SuggestionList .Block .Body .arrow {
    text-align: right;
    margin-top: 8px;
}

.Question-SuggestionList .Block .Body .arrow svg {
    transition: 0.3s all;
    display: block;
    height: 24px;
    margin-left: auto;
}

.Question-SuggestionList .Block .Head.question {
    background-color: #94dbf2;
}

.Question-SuggestionList .Block .Head.file {
    background-color: #05bf8e;
}

.Question-SuggestionList .Block:hover .Body .arrow svg {
    transform: translateX(5px);
}

.suggestion-feedback {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #F2F2F2;
    height: 54px;
    font-size: 16px;
    border-radius: 0px 0px 8px 8px;
    padding: 15px 24px;
    border: 2px solid #F2F2F2;
    border-top: 0;
}

.suggestion-feedback-url {
    background: #F2F2F2 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    border: none;
    height: 47px;
    margin-top: 15px;
    padding: 3px 12px;
}

.suggestion-feedback.remove {
    background-color: white;
    color: #828282;
}

.suggestion-feedback span {
    cursor: pointer;
    margin-left: 25.5px;
}

.suggestion-feedback span.liked svg path:first-child,
.suggestion-feedback span.disliked svg path:first-child {
    fill: black;
}

.suggestion-feedback span.liked svg path:last-child,
.suggestion-feedback span.disliked svg path:last-child {
    stroke: white;
}

.feedback-submit {
    border: 2px solid #F2F2F2;
    border-radius: 8px;
    padding: 35px 28px;
    margin-top: 16px;
}

.feedback-submit__form {
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.feedback-submit__form input {
    background: #F2F2F2 !important;
    border-radius: 8px;
    height: 47px;
    border: none;
    margin-right: 16px;
}

@media screen and (max-width: 958px) {
    .Question-SuggestionList .Block .Head {
        width: 72px;
        min-width: 72px;
    }

    .Question-SuggestionList .Block .Head svg {
        width: 44px;
    }

    .Question-SuggestionList .Block .Body .arrow svg {
        width: 16px;
        height: 16px;
    }

    .Question-SuggestionList h2 {
        font-size: 14px;
    }
}

body.hasContestBanner header-component {
    margin-top: 89px;
}

.contest-banner {
    height: 90px;
    width: 100%;
    padding: 19.5px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -90px;
    left: 0;
    transition: 0.2s all;
    z-index: 999;
}

.contest-banner.fixed {
    top: 0;
}

.contest-banner h2 {
    line-height: 27px;
}

.contest-banner p {
    font-size: 16px;
}

@media screen and (max-width: 958px) {
    .contest-banner h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .contest-banner p {
        font-size: 13px;
        line-height: 16px;
    }

    .contest-banner p span {
        white-space: nowrap;
    }

    .contest-banner__content {
        padding-right: 0 !important;
    }

    .contest-banner {
        padding: 19.5px 10px;
    }
}

.contest-banner a {
    background-color: transparent;
}

.contest-banner__content {
    padding-right: 32px;
}

.contest-banner__icon {
    position: relative;
}

.contest-banner__icon img {
    height: 95px;
    min-width: 106px;
    margin-top: 10px;
}

.contest-banner__icon img.megaphone-blinking {
    position: absolute;
    left: 0;
    top: 0;
    animation: blinker 1s linear 3;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

body.hasContestBanner .Frame-banner {
    padding-top: 210px;
    margin-bottom: -200px;
}

body.hasContestBanner .Frame-body {
    margin-top: 200px;
}

body.hasContestBanner header-component header {
    top: -193px;
}

.ToggleFlyout.Open > a > span.icon-chevron-sm {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
