/**
 *------------------------------------------------------------------------------
 * @package       T4_Blank - Free Template for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2019 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt
 *------------------------------------------------------------------------------
**/
body.com_community {
  overflow-x: hidden; }

#community-wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #community-wrap {
      overflow: hidden; } }
  #community-wrap .jomsocial {
    background: #fff;
    padding: 64px 16px; }
  #community-wrap .joms-page__title {
    color: #343a40;
    font-size: 1.6rem; }
  #community-wrap .joms-avatar img,
  #community-wrap .joms-avatar--stream img,
  #community-wrap .joms-avatar--comment img,
  #community-wrap .joms-avatar--focus img,
  #community-wrap .joms-avatar--video img {
    border-radius: 0;
    border: 0;
    padding: 0; }
  #community-wrap .joms-input,
  #community-wrap .joms-input[type="text"],
  #community-wrap .joms-input[type="password"],
  #community-wrap .joms-select--wrapper,
  #community-wrap .joms-textarea {
    border-color: #ebebeb;
    border-width: 2px;
    background-color: #fff;
    border-radius: 0; }
    #community-wrap .joms-input:focus,
    #community-wrap .joms-input[type="text"]:focus,
    #community-wrap .joms-input[type="password"]:focus,
    #community-wrap .joms-select--wrapper:focus,
    #community-wrap .joms-textarea:focus {
      border-color: #646464; }
  #community-wrap .joms-select option {
    padding: 3px 10px; }
  #community-wrap button[class*="joms-button--"],
  #community-wrap button[class*="joms-button__"],
  #community-wrap button[class*="joms-postbox-"],
  #community-wrap button[class*="joms-focus__"] {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
    border-radius: 0;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    line-height: 44px;
    padding: 0 16px;
    text-transform: uppercase; }
    @media (prefers-reduced-motion: reduce) {
      #community-wrap button[class*="joms-button--"],
      #community-wrap button[class*="joms-button__"],
      #community-wrap button[class*="joms-postbox-"],
      #community-wrap button[class*="joms-focus__"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    #community-wrap button[class*="joms-button--"]:hover,
    #community-wrap button[class*="joms-button__"]:hover,
    #community-wrap button[class*="joms-postbox-"]:hover,
    #community-wrap button[class*="joms-focus__"]:hover {
      background: #080808;
      color: #fff !important; }
  #community-wrap .joms-button--primary,
  #community-wrap .joms-button--full-small,
  #community-wrap .joms-button--small,
  #community-wrap .joms-button--full {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
    border-radius: 0;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    line-height: 44px;
    padding: 0 16px;
    text-transform: uppercase; }
    @media (prefers-reduced-motion: reduce) {
      #community-wrap .joms-button--primary,
      #community-wrap .joms-button--full-small,
      #community-wrap .joms-button--small,
      #community-wrap .joms-button--full {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    #community-wrap .joms-button--primary:hover,
    #community-wrap .joms-button--full-small:hover,
    #community-wrap .joms-button--small:hover,
    #community-wrap .joms-button--full:hover {
      background: #000;
      color: #fff !important; }
  #community-wrap .joms-js-mask_all_as_read {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
    border-radius: 0;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    line-height: 44px;
    padding: 0 16px;
    text-transform: uppercase; }
    @media (prefers-reduced-motion: reduce) {
      #community-wrap .joms-js-mask_all_as_read {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    #community-wrap .joms-js-mask_all_as_read:hover {
      background: #000;
      color: #fff !important; }
  #community-wrap .joms-button--signup.joms-button--signup {
    font-size: 0.73334rem; }
    #community-wrap .joms-button--signup.joms-button--signup svg {
      bottom: 2px; }
  #community-wrap .joms-button--login {
    float: right;
    color: #000 !important; }
  #community-wrap .joms-focus__cover .joms-focus__actions--reposition input[type="button"] {
    color: #fff !important; }
  #community-wrap .joms-button--primary {
    color: #000 !important; }
  #community-wrap .joms-form__group .joms-button--neutral:nth-child(2) {
    margin-right: 10px; }
  #community-wrap .joms-module__wrapper--stacked {
    margin-bottom: 0; }
  #community-wrap .joms-module__wrapper,
  #community-wrap .joms-module__wrapper--stacked .joms-module--stacked {
    background: #fff;
    border-radius: 0;
    margin-bottom: 32px; }
    #community-wrap .joms-module__wrapper .joms-button--link,
    #community-wrap .joms-module__wrapper--stacked .joms-module--stacked .joms-button--link {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: transparent;
      border-radius: 0;
      border: 2px solid #000;
      color: #000 !important;
      cursor: pointer;
      display: block;
      font-size: 0.725rem;
      font-weight: 600;
      margin-top: 1.5rem;
      padding: 0.5rem;
      text-align: center;
      text-transform: uppercase; }
      @media (prefers-reduced-motion: reduce) {
        #community-wrap .joms-module__wrapper .joms-button--link,
        #community-wrap .joms-module__wrapper--stacked .joms-module--stacked .joms-button--link {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      #community-wrap .joms-module__wrapper .joms-button--link small,
      #community-wrap .joms-module__wrapper--stacked .joms-module--stacked .joms-button--link small {
        font-size: 0.725rem;
        font-weight: 600; }
      #community-wrap .joms-module__wrapper .joms-button--link:hover, #community-wrap .joms-module__wrapper .joms-button--link:focus, #community-wrap .joms-module__wrapper .joms-button--link:active,
      #community-wrap .joms-module__wrapper--stacked .joms-module--stacked .joms-button--link:hover,
      #community-wrap .joms-module__wrapper--stacked .joms-module--stacked .joms-button--link:focus,
      #community-wrap .joms-module__wrapper--stacked .joms-module--stacked .joms-button--link:active {
        background: #080808;
        color: #fff !important; }
    #community-wrap .joms-module__wrapper .joms-gap,
    #community-wrap .joms-module__wrapper--stacked .joms-module--stacked .joms-gap {
      display: none; }
  #community-wrap .joms-activity-filter {
    background: #fff;
    border-radius: 0; }
    #community-wrap .joms-activity-filter .joms-activity-filter-status {
      font-weight: 500; }
  #community-wrap .joms-module--stacked .joms-module__header:empty {
    display: none; }
  #community-wrap .joms-online a::after {
    background: #00cc66;
    color: #00cc66;
    height: 12px;
    left: auto;
    right: -2px;
    width: 12px; }
  #community-wrap .joms-no-touch .joms-icon--add,
  #community-wrap .joms-no-touch .joms-comment__reply .joms-icon--add {
    right: 35px; }
  #community-wrap .joms-form__group.has-privacy .joms-dropdown,
  #community-wrap .joms-form__group.has-privacy .joms-popover {
    right: 0;
    left: auto; }
  #community-wrap .joms-blankslate {
    background: transparent; }
  #community-wrap .joms-right {
    float: right; }
  #community-wrap .joms-text--light,
  #community-wrap .joms-text--bold {
    color: #646464;
    font-size: 18px; }
  #community-wrap .joms-text--title {
    margin-top: 0.75rem;
    margin-bottom: 0; }
    #community-wrap .joms-text--title a {
      color: #181818; }
  #community-wrap .joms-focus__header__actions--desktop a {
    color: #fff !important;
    font-size: 1rem; }
  #community-wrap .joms-focus__header__actions--desktop svg {
    height: 1rem; }
  #community-wrap .joms-focus__title a {
    color: #fff !important; }
  @media (max-width: 767.98px) {
    #community-wrap .joms-button--add {
      position: static; } }
  #community-wrap .joms-ribbon__wrapper {
    left: 0;
    right: auto; }
    #community-wrap .joms-ribbon__wrapper .joms-ribbon {
      left: -22px;
      right: auto; }
      @media (max-width: 480px) {
        #community-wrap .joms-ribbon__wrapper .joms-ribbon {
          left: 0; } }
  #community-wrap select,
  #community-wrap input[type="radio"],
  #community-wrap input[type="checkbox"] {
    display: inline-block;
    padding-left: 5px; }
  #community-wrap .joms-list--thumbnail .joms-list__item {
    width: 20%; }
  @media (min-width: 576px) {
    #community-wrap .joms-list--video .joms-list__item {
      margin-left: 1%;
      margin-right: 0; }
      #community-wrap .joms-list--video .joms-list__item:first-child, #community-wrap .joms-list--video .joms-list__item:nth-child(3n+1) {
        margin-left: 0; } }
  #community-wrap .joms-subnav--desktop > ul > li {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    border-left: 0; }
    #community-wrap .joms-subnav--desktop > ul > li.joms-right {
      border-right: none;
      border-left: 1px solid rgba(0, 0, 0, 0.06); }
    #community-wrap .joms-subnav--desktop > ul > li a {
      font-size: 15px;
      font-weight: 500;
      color: #646464 !important; }
  #community-wrap .joms-landing__image {
    border-radius: 0; }
  #community-wrap .joms-js-form--login a {
    float: right;
    margin-left: 0.75rem; }
    @media (max-width: 575.98px) {
      #community-wrap .joms-js-form--login a {
        float: left;
        width: 100%;
        margin-left: 0; } }
  #community-wrap .joms-js-form--login .joms-checkbox {
    float: left; }
  #community-wrap .joms-checkbox span {
    color: #646464;
    font-weight: 400; }
    #community-wrap .joms-checkbox span label {
      font-weight: 400; }
  #community-wrap .joms-menu {
    left: -220px;
    right: auto; }
  #community-wrap .joms-menu--user {
    left: auto;
    right: -220px; }
  #community-wrap .joms-hcard__info {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(transparent, #000);
    background: -o-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
    z-index: 1; }
  #community-wrap .joms-hcard__info-content .reset-gap {
    color: #fff; }
  #community-wrap .joms-hcard__badges {
    color: #fff; }
  #community-wrap .picker__header > select {
    display: inline-block; }
  #community-wrap .joms-activity-filter .reset-gap li[data-filter="__filter__"]:hover {
    background-color: transparent; }
  #community-wrap .joms-module__header {
    border-bottom: 1px solid #ebebeb;
    color: #ced4da;
    font-size: 0.725rem;
    font-weight: 500;
    padding: 1.5rem 1.5rem;
    text-align: left;
    text-transform: uppercase; }
  #community-wrap .joms-postbox__poll-option a {
    line-height: 1; }
  #community-wrap .joms-postbox-poll-settings {
    line-height: 1; }
  #community-wrap .joms-sidebar .joms-tab__bar {
    background: transparent;
    clear: both; }
    #community-wrap .joms-sidebar .joms-tab__bar a[href="#joms-group--discussion"],
    #community-wrap .joms-sidebar .joms-tab__bar a[href="#joms-group--announcement"] {
      display: inline-block;
      float: none;
      margin-bottom: 0;
      margin-right: 8px; }
      #community-wrap .joms-sidebar .joms-tab__bar a[href="#joms-group--discussion"] .joms-tab__bar--button,
      #community-wrap .joms-sidebar .joms-tab__bar a[href="#joms-group--announcement"] .joms-tab__bar--button {
        display: inherit;
        vertical-align: middle; }
    #community-wrap .joms-sidebar .joms-tab__bar a .add {
      opacity: 0; }
    #community-wrap .joms-sidebar .joms-tab__bar a.no-padding {
      margin-right: 0;
      display: table-cell; }
      #community-wrap .joms-sidebar .joms-tab__bar a.no-padding .joms-tab__bar--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #community-wrap .joms-sidebar .joms-tab__bar a.no-padding .title,
      #community-wrap .joms-sidebar .joms-tab__bar a.no-padding .add {
        padding: 0; }
      #community-wrap .joms-sidebar .joms-tab__bar a.no-padding .add {
        opacity: 1;
        background-color: transparent; }
      #community-wrap .joms-sidebar .joms-tab__bar a.no-padding.active .add svg {
        fill: #fff; }
  #community-wrap .joms-sidebar .joms-tab__content {
    background: #fff;
    border-radius: 0;
    border-top: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.5rem; }
    #community-wrap .joms-sidebar .joms-tab__content .joms-stream__header {
      padding: 0; }
    #community-wrap .joms-sidebar .joms-tab__content .joms-list--event .joms-media__calendar .month {
      background-color: #4CAF50; }
    #community-wrap .joms-sidebar .joms-tab__content .joms-list--event .joms-media__calendar .date {
      padding: 0.5rem; }
  #community-wrap .joms-popover {
    border-radius: 0;
    border-width: 1px;
    padding: 1.5rem;
    z-index: 999; }
    #community-wrap .joms-popover .joms-js--noremove:hover {
      background: transparent; }
    #community-wrap .joms-popover a[class*="joms-button--"] {
      color: #000 !important; }
  #community-wrap .joms-module .reset-gap {
    color: #181818; }
    #community-wrap .joms-module .reset-gap a {
      color: #181818 !important;
      font-weight: 600;
      font-size: 16px; }
  @media (min-width: 992px) {
    #community-wrap .joms-body {
      max-width: 1370px;
      margin: 0 auto; }
    #community-wrap .joms-sidebar {
      padding-left: 16px;
      padding-right: 16px;
      width: 30%; }
    #community-wrap .joms-main {
      padding-left: 16px;
      padding-right: 16px;
      width: 70%; }
      #community-wrap .joms-main.joms-main--full {
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }
  @media (max-width: 991.98px) {
    #community-wrap .joms-main {
      margin-bottom: 32px; } }
  #community-wrap .joms-tab__bar a {
    background-color: #dee2e6;
    border: none;
    border-radius: 0;
    color: #646464 !important;
    font-size: 0.73334rem;
    font-weight: 700;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 0.75rem;
    position: relative;
    text-transform: uppercase; }
    #community-wrap .joms-tab__bar a.active {
      color: #fff !important; }
      #community-wrap .joms-tab__bar a.active:after {
        border-color: #f44941 transparent transparent transparent;
        border-style: solid;
        border-width: 8px;
        content: "";
        left: 50%;
        margin-left: -8px;
        position: absolute;
        top: 100%; }
    #community-wrap .joms-tab__bar a.joms-js--app-new {
      padding: 0; }
  #community-wrap .joms-activity-filter {
    border-color: #ebebeb; }
  #community-wrap .joms-main .joms-tab__bar {
    border-radius: 0;
    margin-bottom: 15px; }
  #community-wrap .joms-landing {
    margin: -64px -16px 64px;
    max-width: unset;
    width: unset; }
    #community-wrap .joms-landing .joms-landing__content {
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
      background: -webkit-linear-gradient(transparent, #000);
      background: -o-linear-gradient(transparent, #000);
      background: linear-gradient(transparent, #000);
      padding: 32px; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-landing .joms-landing__content {
          padding: 1.5rem; } }
    #community-wrap .joms-landing .joms-landing__action {
      border-bottom: 1px solid #ebebeb;
      border-radius: 0;
      padding: 1.5rem 32px 0.75rem; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-landing .joms-landing__action {
          padding: 1.5rem; } }
      @media (min-width: 1550px) {
        #community-wrap .joms-landing .joms-landing__action .joms-input--append {
          /*margin-right: $grid-gutter-width;
					width: 35%;*/ }
          #community-wrap .joms-landing .joms-landing__action .joms-input--append:first-child {
            float: left; }
        #community-wrap .joms-landing .joms-landing__action .joms-button--login {
          width: 21.5%; } }
  @media screen and (min-width: 1550px) and (-ms-high-contrast: active), (min-width: 1550px) and (-ms-high-contrast: none) {
    #community-wrap .joms-landing .joms-landing__action .joms-button--login {
      width: 25%; } }
    #community-wrap .joms-landing .joms-landing__text h2 {
      font-size: 3.2rem;
      font-weight: 800;
      text-transform: uppercase;
      margin-top: 0; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-landing .joms-landing__text h2 {
          font-size: 1.6rem; } }
    #community-wrap .joms-landing .joms-landing__text p {
      margin-bottom: 1rem;
      font-size: 15px; }
    @media (max-width: 991.98px) {
      #community-wrap .joms-landing .joms-landing__text {
        margin-bottom: 1.5rem; } }
    @media (max-width: 767.98px) {
      #community-wrap .joms-landing .joms-landing__text {
        display: block !important; }
        #community-wrap .joms-landing .joms-landing__text p {
          display: none; } }
    @media (min-width: 992px) {
      #community-wrap .joms-landing .joms-landing__signup {
        text-align: right; } }
    #community-wrap .joms-landing .joms-input--append .joms-input[type="text"],
    #community-wrap .joms-landing .joms-input--append .joms-input[type="password"] {
      height: 50px;
      padding: 0.75rem; }
    #community-wrap .joms-landing .joms-input--append svg {
      display: none; }
    #community-wrap .joms-landing .joms-login .login-facebook {
      max-width: 200px; }
      #community-wrap .joms-landing .joms-login .login-facebook > span {
        height: 32px;
        line-height: 32px; }
        #community-wrap .joms-landing .joms-login .login-facebook > span .fa {
          font-size: 0.725rem;
          height: 32px;
          line-height: 32px;
          width: 32px; }
    #community-wrap .joms-landing .joms-account {
      float: right;
      margin-top: 0.375rem; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-landing .joms-account {
          float: left; } }
      #community-wrap .joms-landing .joms-account a {
        border-bottom: 1px dotted #ced4da;
        color: #ebebeb;
        margin-left: 0.75rem; }
        #community-wrap .joms-landing .joms-account a:hover, #community-wrap .joms-landing .joms-account a:focus, #community-wrap .joms-landing .joms-account a:active {
          color: #2196F3; }
  #community-wrap .joms-toolbar--desktop {
    background: #fff;
    border-radius: 0;
    border: none;
    margin: 0 auto 3rem;
    max-width: 1370px;
    padding: 0 16px; }
    #community-wrap .joms-toolbar--desktop > ul {
      border: 2px solid rgba(0, 0, 0, 0.06); }
      #community-wrap .joms-toolbar--desktop > ul > li {
        padding: 0.75rem; }
        #community-wrap .joms-toolbar--desktop > ul > li a {
          color: #646464 !important;
          font-weight: 600; }
        #community-wrap .joms-toolbar--desktop > ul > li.active {
          background: #080808; }
          #community-wrap .joms-toolbar--desktop > ul > li.active > a {
            color: #fff !important; }
            #community-wrap .joms-toolbar--desktop > ul > li.active > a svg {
              fill: #fff !important; }
        #community-wrap .joms-toolbar--desktop > ul > li:hover, #community-wrap .joms-toolbar--desktop > ul > li:focus, #community-wrap .joms-toolbar--desktop > ul > li:active {
          background: #080808; }
          #community-wrap .joms-toolbar--desktop > ul > li:hover > a, #community-wrap .joms-toolbar--desktop > ul > li:focus > a, #community-wrap .joms-toolbar--desktop > ul > li:active > a {
            color: #fff !important; }
            #community-wrap .joms-toolbar--desktop > ul > li:hover > a svg, #community-wrap .joms-toolbar--desktop > ul > li:focus > a svg, #community-wrap .joms-toolbar--desktop > ul > li:active > a svg {
              fill: #fff !important; }
      #community-wrap .joms-toolbar--desktop > ul .joms-dropdown {
        width: 180px; }
  #community-wrap .joms-toolbar {
    background: #fff; }
  #community-wrap li.joms-right:hover {
    background: inherit; }
  #community-wrap .joms-postbox {
    border-radius: 0;
    margin-bottom: 32px; }
    @media (max-width: 767.98px) {
      #community-wrap .joms-postbox {
        margin-bottom: 1.5rem; } }
    #community-wrap .joms-postbox .j-status-composer-toolbar .colorful-status__color-list {
      left: 12px; }
    #community-wrap .joms-postbox .j-video-fetcher .video-url,
    #community-wrap .joms-postbox .j-video-fetcher .event-title-input,
    #community-wrap .joms-postbox .joms-postbox-event .video-url,
    #community-wrap .joms-postbox .joms-postbox-event .event-title-input {
      min-height: 150px;
      padding: 30px 1.5rem; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-postbox .j-video-fetcher .video-url,
        #community-wrap .joms-postbox .j-video-fetcher .event-title-input,
        #community-wrap .joms-postbox .joms-postbox-event .video-url,
        #community-wrap .joms-postbox .joms-postbox-event .event-title-input {
          padding: 30px 16px; } }
      #community-wrap .joms-postbox .j-video-fetcher .video-url input:focus,
      #community-wrap .joms-postbox .j-video-fetcher .event-title-input input:focus,
      #community-wrap .joms-postbox .joms-postbox-event .video-url input:focus,
      #community-wrap .joms-postbox .joms-postbox-event .event-title-input input:focus {
        outline: none; }
    #community-wrap .joms-postbox .j-video-fetcher .joms-postbox__video-composer .j-textarea__beautifier,
    #community-wrap .joms-postbox .j-video-fetcher .joms-postbox__video-composer .j-textarea,
    #community-wrap .joms-postbox .j-video-fetcher .joms-postbox__event-composer .j-textarea__beautifier,
    #community-wrap .joms-postbox .j-video-fetcher .joms-postbox__event-composer .j-textarea,
    #community-wrap .joms-postbox .joms-postbox-event .joms-postbox__video-composer .j-textarea__beautifier,
    #community-wrap .joms-postbox .joms-postbox-event .joms-postbox__video-composer .j-textarea,
    #community-wrap .joms-postbox .joms-postbox-event .joms-postbox__event-composer .j-textarea__beautifier,
    #community-wrap .joms-postbox .joms-postbox-event .joms-postbox__event-composer .j-textarea {
      padding: 1.5rem 1.5rem;
      min-height: 50px; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-postbox .j-video-fetcher .joms-postbox__video-composer .j-textarea__beautifier,
        #community-wrap .joms-postbox .j-video-fetcher .joms-postbox__video-composer .j-textarea,
        #community-wrap .joms-postbox .j-video-fetcher .joms-postbox__event-composer .j-textarea__beautifier,
        #community-wrap .joms-postbox .j-video-fetcher .joms-postbox__event-composer .j-textarea,
        #community-wrap .joms-postbox .joms-postbox-event .joms-postbox__video-composer .j-textarea__beautifier,
        #community-wrap .joms-postbox .joms-postbox-event .joms-postbox__video-composer .j-textarea,
        #community-wrap .joms-postbox .joms-postbox-event .joms-postbox__event-composer .j-textarea__beautifier,
        #community-wrap .joms-postbox .joms-postbox-event .joms-postbox__event-composer .j-textarea {
          padding: 30px 16px; } }
    #community-wrap .joms-postbox .joms-postbox-poll .joms-postbox-poll-inner {
      padding: 1.5rem 1.5rem; }
      #community-wrap .joms-postbox .joms-postbox-poll .joms-postbox-poll-inner:first-child {
        min-height: 150px;
        padding: 30px 1.5rem 30px; }
        @media (max-width: 767.98px) {
          #community-wrap .joms-postbox .joms-postbox-poll .joms-postbox-poll-inner:first-child {
            padding: 30px 16px; } }
        #community-wrap .joms-postbox .joms-postbox-poll .joms-postbox-poll-inner:first-child input:focus {
          outline: none; }
    #community-wrap .joms-postbox .joms-postbox-input,
    #community-wrap .joms-postbox .joms-postbox-inner-panel,
    #community-wrap .joms-postbox .joms-postbox-photo {
      min-height: 150px;
      padding: 70px 1.5rem 40px !important; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-postbox .joms-postbox-input,
        #community-wrap .joms-postbox .joms-postbox-inner-panel,
        #community-wrap .joms-postbox .joms-postbox-photo {
          padding: 0.75rem; } }
      #community-wrap .joms-postbox .joms-postbox-input .inputbox,
      #community-wrap .joms-postbox .joms-postbox-inner-panel .inputbox,
      #community-wrap .joms-postbox .joms-postbox-photo .inputbox {
        border: none;
        height: auto;
        max-width: 100%;
        padding: 0 0 0.75rem; }
      #community-wrap .joms-postbox .joms-postbox-input .input-option,
      #community-wrap .joms-postbox .joms-postbox-inner-panel .input-option,
      #community-wrap .joms-postbox .joms-postbox-photo .input-option {
        padding: 0.25rem 0.5rem; }
    #community-wrap .joms-postbox .joms-postbox__status-composer .joms-postbox-input {
      padding: 70px 1.5rem 60px !important; }
    #community-wrap .joms-postbox .joms-postbox__status-composer .j-editor-touch-device {
      padding: 1rem; }
      #community-wrap .joms-postbox .joms-postbox__status-composer .j-editor-touch-device .j-textarea {
        outline: none; }
        #community-wrap .joms-postbox .joms-postbox__status-composer .j-editor-touch-device .j-textarea:focus, #community-wrap .joms-postbox .joms-postbox__status-composer .j-editor-touch-device .j-textarea:active {
          outline: none; }
    #community-wrap .joms-postbox .joms-postbox-video-state-url .joms-postbox-inner-panel .joms-postbox-input,
    #community-wrap .joms-postbox .joms-postbox-event .joms-postbox-inner-panel .joms-postbox-input,
    #community-wrap .joms-postbox .joms-postbox-poll .joms-postbox-inner-panel .joms-postbox-input {
      padding: 0 !important; }
    #community-wrap .joms-postbox .joms-postbox-video .joms-postbox-input,
    #community-wrap .joms-postbox .joms-postbox-event .joms-postbox-input {
      padding: 1.5rem 1.5rem !important; }
    #community-wrap .joms-postbox .joms-postbox-file .joms-postbox-preview {
      padding: 60px 1.5rem 30px; }
      #community-wrap .joms-postbox .joms-postbox-file .joms-postbox-preview ul li {
        padding: 0; }
        #community-wrap .joms-postbox .joms-postbox-file .joms-postbox-preview ul li .joms-postbox-photo-action {
          top: 0; }
        #community-wrap .joms-postbox .joms-postbox-file .joms-postbox-preview ul li .joms-postbox-file-progressbar {
          bottom: 0; }
    #community-wrap .joms-postbox .joms-postbox-file .joms-inputbox {
      min-height: 0;
      padding: 25px 1.5rem 15px !important; }
    #community-wrap .joms-postbox .joms-postbox-video .joms-postbox-input,
    #community-wrap .joms-postbox .joms-postbox-event .joms-postbox-input,
    #community-wrap .joms-postbox .joms-postbox-photo .joms-postbox-input {
      padding-top: 1.5rem;
      min-height: 50px; }
    #community-wrap .joms-postbox .joms-postbox-content {
      background: transparent; }
      #community-wrap .joms-postbox .joms-postbox-content .input,
      #community-wrap .joms-postbox .joms-postbox-content .joms-textarea {
        background: transparent;
        border: 0; }
      #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab {
        background: #fff;
        border-radius: 0;
        border-top: 1px dotted #ebebeb;
        display: block;
        padding: 1rem 1.5rem; }
        @media (max-width: 575.98px) {
          #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab {
            padding: 1rem 0.5rem; } }
        #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab li {
          background: #ebebeb;
          border-radius: 50%;
          height: 32px;
          line-height: 32px;
          margin-right: 0.375rem;
          padding: 0;
          text-align: center;
          width: 32px; }
          @media (max-width: 767.98px) {
            #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab li {
              background: transparent;
              height: auto;
              width: auto; } }
          #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab li span {
            display: none !important; }
          #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab li svg {
            fill: #646464; }
          #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab li:hover, #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab li:focus, #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab li:active {
            background: #c2cad1; }
        #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab .joms-postbox-action {
          bottom: 0.75rem;
          right: 1.5rem; }
          @media (max-width: 575.98px) {
            #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab .joms-postbox-action {
              right: 0.5rem; }
              #community-wrap .joms-postbox .joms-postbox-content .joms-postbox-tab .joms-postbox-action button {
                padding: 0 7px !important; } }
    #community-wrap .joms-postbox .joms-postbox-tab-root {
      background: transparent;
      border: 0;
      display: block;
      left: 0;
      padding: 1.5rem;
      position: static;
      top: 0; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-postbox .joms-postbox-tab-root {
          padding: 0.75rem; } }
      #community-wrap .joms-postbox .joms-postbox-tab-root li {
        background: #ebebeb;
        border-radius: 0;
        color: #ced4da;
        font-size: 0.725rem;
        font-weight: 500;
        margin-right: 0.375rem;
        padding: 4px 15px; }
        @media (max-width: 767.98px) {
          #community-wrap .joms-postbox .joms-postbox-tab-root li {
            padding: 4px 10px; } }
        @media (max-width: 575.98px) {
          #community-wrap .joms-postbox .joms-postbox-tab-root li {
            margin-bottom: 0.25rem; } }
        #community-wrap .joms-postbox .joms-postbox-tab-root li svg {
          fill: #343a40;
          margin-right: 2px; }
        #community-wrap .joms-postbox .joms-postbox-tab-root li span {
          color: #646464;
          text-transform: uppercase;
          font-size: 0.73334rem;
          font-weight: 600; }
        #community-wrap .joms-postbox .joms-postbox-tab-root li.active span,
        #community-wrap .joms-postbox .joms-postbox-tab-root li.active svg, #community-wrap .joms-postbox .joms-postbox-tab-root li:hover span,
        #community-wrap .joms-postbox .joms-postbox-tab-root li:hover svg, #community-wrap .joms-postbox .joms-postbox-tab-root li:focus span,
        #community-wrap .joms-postbox .joms-postbox-tab-root li:focus svg, #community-wrap .joms-postbox .joms-postbox-tab-root li:active span,
        #community-wrap .joms-postbox .joms-postbox-tab-root li:active svg {
          color: #fff;
          fill: #fff; }
  #community-wrap .joms-stream {
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 1.5rem !important; }
    #community-wrap .joms-stream .joms-media__thumbnail {
      display: table;
      width: 100%; }
    #community-wrap .joms-stream .joms-media__body {
      background: #fff;
      border: 1px solid #ebebeb;
      padding: 1.5rem; }
      #community-wrap .joms-stream .joms-media__body .joms-media__desc {
        border: 0;
        color: #646464;
        padding: 0;
        margin: 0.75rem 0 0 0; }
    #community-wrap .joms-stream .joms-comment__reply .joms-textarea {
      height: 45px;
      line-height: 22px; }
    #community-wrap .joms-stream .joms-comment__reply .joms-icon {
      top: 30px; }
  #community-wrap .joms-stream__header {
    padding: 1.5rem;
    padding-bottom: 0; }
  #community-wrap .joms-stream__body {
    padding: 1.5rem; }
    @media (max-width: 575.98px) {
      #community-wrap .joms-stream__body {
        padding: 0.75rem; } }
    #community-wrap .joms-stream__body b, #community-wrap .joms-stream__body strong {
      font-weight: 500; }
    #community-wrap .joms-stream__body > .embedly-card > .embedly-card-hug {
      background: transparent;
      border-radius: 0;
      border: 1px solid #ebebeb;
      padding: 1.5rem !important; }
      #community-wrap .joms-stream__body > .embedly-card > .embedly-card-hug .article .hdr {
        margin-bottom: 0.75rem;
        padding: 0; }
    @media (min-width: 480px) {
      #community-wrap .joms-stream__body .joms-media--images > a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; } }
    @media (max-width: 480px) {
      #community-wrap .joms-stream__body .joms-media--images > a {
        height: auto !important; } }
    #community-wrap .joms-stream__body .joms-media--video .joms-media__body {
      width: 100%; }
  #community-wrap .joms-comment__reply {
    background: #fff;
    border-radius: 0;
    padding: 1.5rem 1.5rem; }
    #community-wrap .joms-comment__reply .joms-icon {
      margin-right: 0.75rem;
      margin-top: 0.5rem; }
    #community-wrap .joms-comment__reply .joms-icon--emoticon {
      line-height: 1;
      vertical-align: top; }
    #community-wrap .joms-comment__reply.joms-js--comment-editor .joms-js--btn-send {
      height: 36px !important;
      line-height: 32px !important;
      font-size: 12px !important; }
    @media (max-width: 575.98px) {
      #community-wrap .joms-comment__reply.joms-js--comment-editor .joms-icon--emoticon {
        right: 42px !important; } }
  #community-wrap .joms-stream__status {
    background: #fff;
    border-radius: 0;
    border-top: 1px dotted #ebebeb;
    padding: 1.5rem 1.5rem; }
  #community-wrap .joms-stream__time,
  #community-wrap .joms-comment__time {
    color: #999;
    text-transform: uppercase; }
    #community-wrap .joms-stream__time .joms-icon,
    #community-wrap .joms-comment__time .joms-icon {
      fill: #999; }
    #community-wrap .joms-stream__time small,
    #community-wrap .joms-comment__time small {
      font-size: 11px; }
  #community-wrap .cStream-Quote {
    border: 0;
    padding: 0; }
  #community-wrap .joms-comment__user {
    color: #343a40;
    font-weight: 500; }
  #community-wrap .joms-comment {
    background: #fff;
    font-size: 1rem;
    border-radius: 0; }
    #community-wrap .joms-comment .joms-comment__item {
      padding-top: 0.75rem; }
    #community-wrap .joms-comment .joms-comment__header {
      padding: 0 1.5rem 0.75rem 1.5rem; }
    #community-wrap .joms-comment .joms-comment__body {
      padding-left: 16px;
      padding-top: 0; }
      #community-wrap .joms-comment .joms-comment__body .joms-comment__time {
        line-height: 1; }
        #community-wrap .joms-comment .joms-comment__body .joms-comment__time small {
          font-size: 9px; }
    #community-wrap .joms-comment .joms-comment__actions {
      padding: 0; }
      #community-wrap .joms-comment .joms-comment__actions a {
        color: #adb5bd;
        font-size: 0.725rem; }
        #community-wrap .joms-comment .joms-comment__actions a:hover, #community-wrap .joms-comment .joms-comment__actions a:focus, #community-wrap .joms-comment .joms-comment__actions a:active {
          color: #2196F3; }
  #community-wrap .joms-stream__status--mobile {
    padding-left: 1.5rem; }
    #community-wrap .joms-stream__status--mobile a {
      color: #343a40; }
      #community-wrap .joms-stream__status--mobile a:hover, #community-wrap .joms-stream__status--mobile a:focus, #community-wrap .joms-stream__status--mobile a:active {
        color: #2196F3; }
  #community-wrap .joms-stream__actions {
    padding: 0 1.5rem 0.75rem 1.5rem; }
    #community-wrap .joms-stream__actions .joms-button--liked,
    #community-wrap .joms-stream__actions .joms-button--share {
      background: transparent;
      border-radius: 0;
      color: #646464 !important;
      display: inline-block;
      padding: 1px 13px; }
      #community-wrap .joms-stream__actions .joms-button--liked span,
      #community-wrap .joms-stream__actions .joms-button--share span {
        position: relative;
        top: 2px; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-stream__actions .joms-button--liked,
        #community-wrap .joms-stream__actions .joms-button--share {
          background: transparent;
          padding: 0; } }
      #community-wrap .joms-stream__actions .joms-button--liked span::before,
      #community-wrap .joms-stream__actions .joms-button--share span::before {
        color: #2196F3;
        content: "\f118";
        float: left;
        font-family: FontAwesome;
        font-size: 1rem;
        line-height: 1.45;
        margin-right: 4px; }
      #community-wrap .joms-stream__actions .joms-button--liked svg,
      #community-wrap .joms-stream__actions .joms-button--share svg {
        display: none; }
      #community-wrap .joms-stream__actions .joms-button--liked.liked span,
      #community-wrap .joms-stream__actions .joms-button--share.liked span {
        color: #dee2e6; }
        #community-wrap .joms-stream__actions .joms-button--liked.liked span::before,
        #community-wrap .joms-stream__actions .joms-button--share.liked span::before {
          content: "\f119";
          color: #F44336; }
      #community-wrap .joms-stream__actions .joms-button--liked:hover span, #community-wrap .joms-stream__actions .joms-button--liked:focus span, #community-wrap .joms-stream__actions .joms-button--liked:active span,
      #community-wrap .joms-stream__actions .joms-button--share:hover span,
      #community-wrap .joms-stream__actions .joms-button--share:focus span,
      #community-wrap .joms-stream__actions .joms-button--share:active span {
        color: #080808; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-stream__actions .joms-button--liked:hover, #community-wrap .joms-stream__actions .joms-button--liked:focus, #community-wrap .joms-stream__actions .joms-button--liked:active,
        #community-wrap .joms-stream__actions .joms-button--share:hover,
        #community-wrap .joms-stream__actions .joms-button--share:focus,
        #community-wrap .joms-stream__actions .joms-button--share:active {
          background: transparent;
          padding: 0; } }
    #community-wrap .joms-stream__actions .joms-button--share span::before {
      content: "\f1e0"; }
  #community-wrap .joms-stream__meta {
    color: #646464;
    line-height: 1.5;
    padding-left: 0.75rem;
    padding-right: 16px; }
    #community-wrap .joms-stream__meta a:first-child {
      font-weight: 500; }
  #community-wrap .joms-stream__user {
    font-weight: 500; }
  #community-wrap .joms-media {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ebebeb;
    padding: 1.5rem; }
    #community-wrap .joms-media .joms-text--title {
      margin-top: 0;
      margin-bottom: 0.75rem; }
      #community-wrap .joms-media .joms-text--title a {
        color: #2196F3;
        font-weight: 500; }
        #community-wrap .joms-media .joms-text--title a:hover, #community-wrap .joms-media .joms-text--title a:focus, #community-wrap .joms-media .joms-text--title a:active {
          color: #0c7cd5; }
    #community-wrap .joms-media span,
    #community-wrap .joms-media p {
      font-size: 0.725rem; }
    #community-wrap .joms-media ul li {
      font-size: 0.725rem; }
      #community-wrap .joms-media ul li svg {
        fill: #2196F3;
        height: 13px; }
  #community-wrap .joms-focus {
    margin-bottom: 32px; }
  #community-wrap .joms-focus__header {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(transparent, #000);
    background: -o-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000); }
    #community-wrap .joms-focus__header .joms-focus__date {
      font-size: 18px; }
      #community-wrap .joms-focus__header .joms-focus__date span:last-child {
        margin-top: 4px; }
  #community-wrap .joms-focus__link {
    border: 1px solid #ebebeb;
    border-radius: 0; }
    #community-wrap .joms-focus__link li {
      border: 0;
      font-size: 0.725rem;
      padding-bottom: 16px;
      padding-top: 16px;
      text-align: left;
      text-transform: uppercase;
      width: auto; }
      @media (max-width: 767.98px) {
        #community-wrap .joms-focus__link li {
          padding-bottom: 0.375rem;
          padding-top: 0.375rem; }
          #community-wrap .joms-focus__link li.half {
            width: 50%; }
          #community-wrap .joms-focus__link li.full {
            width: 100%; } }
      #community-wrap .joms-focus__link li a {
        color: #646464 !important;
        font-size: 0.725rem;
        font-weight: 600;
        text-transform: uppercase; }
        #community-wrap .joms-focus__link li a .joms-icon {
          display: none; }
        #community-wrap .joms-focus__link li a .joms-text--light {
          font-size: 12px; }
        #community-wrap .joms-focus__link li a:hover {
          opacity: 0.8; }
      #community-wrap .joms-focus__link li .joms-text--light {
        background: #dee2e6;
        border-radius: 50%;
        color: #646464;
        float: left;
        font-weight: 500;
        height: 20px;
        line-height: 20px;
        margin-right: 0.375rem;
        text-align: center;
        width: 20px; }
        @media (max-width: 767.98px) {
          #community-wrap .joms-focus__link li .joms-text--light {
            background: transparent;
            height: auto;
            width: auto; } }
  #community-wrap .joms-js--message-item .joms-stream__time {
    padding: 5px 0;
    line-height: 40px; }
    #community-wrap .joms-js--message-item .joms-stream__time a {
      color: #343a40; }
      #community-wrap .joms-js--message-item .joms-stream__time a:hover, #community-wrap .joms-js--message-item .joms-stream__time a:focus, #community-wrap .joms-js--message-item .joms-stream__time a:active {
        color: #2196F3; }
  #community-wrap .joms-js--message-item .joms-list--message__time {
    color: #ebebeb;
    font-size: 0.725rem; }
  #community-wrap .joms-list--friend .joms-list__button--dropdown a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-transform: capitalize; }
    #community-wrap .joms-list--friend .joms-list__button--dropdown a .joms-icon {
      margin-right: 3px;
      fill: #000; }
    #community-wrap .joms-list--friend .joms-list__button--dropdown a:hover {
      color: #fff !important; }
      #community-wrap .joms-list--friend .joms-list__button--dropdown a:hover .joms-icon {
        fill: #fff; }
  @media (max-width: 480px) {
    #community-wrap .joms-list--friend .joms-list__item .joms-list__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #community-wrap .joms-subnav--desktop {
    background: transparent;
    border-radius: 0;
    border: 0;
    margin: 0 auto 3rem;
    max-width: 1370px;
    padding: 0 16px; }
    #community-wrap .joms-subnav--desktop ul {
      border: 2px solid #ced4da;
      display: inline-block; }
      #community-wrap .joms-subnav--desktop ul li:hover {
        background-color: #ebebeb; }
  #community-wrap .joms-gallery .joms-gallery__item {
    margin-bottom: 32px; }
    #community-wrap .joms-gallery .joms-gallery__item:hover .joms-gallery__thumbnail img {
      opacity: 1; }
  #community-wrap .joms-gallery .joms-gallery__thumbnail {
    max-width: none; }
    #community-wrap .joms-gallery .joms-gallery__thumbnail .joms-relative {
      background: #ebebeb;
      border-radius: 0;
      border: 0.75rem solid #ebebeb;
      margin-bottom: 1.5rem; }
      #community-wrap .joms-gallery .joms-gallery__thumbnail .joms-relative img {
        border-radius: 0;
        max-width: none; }
  #community-wrap .joms-gallery .joms-gallery__title {
    color: #080808;
    font-size: 1.2rem; }
    #community-wrap .joms-gallery .joms-gallery__title:hover, #community-wrap .joms-gallery .joms-gallery__title:focus, #community-wrap .joms-gallery .joms-gallery__title:active {
      color: #2196F3; }
  #community-wrap .joms-gallery .joms-gallery__status,
  #community-wrap .joms-gallery .joms-gallery__meta {
    color: #646464;
    font-size: 0.73334rem; }
    #community-wrap .joms-gallery .joms-gallery__status svg,
    #community-wrap .joms-gallery .joms-gallery__meta svg {
      fill: #646464; }
  #community-wrap .joms-page {
    border-radius: 0;
    margin: 16px auto 0;
    max-width: 1370px;
    padding: 0 16px; }
    @media (max-width: 767.98px) {
      #community-wrap .joms-page {
        padding: 0; } }
    #community-wrap .joms-page .joms-text--title {
      margin-bottom: 1.5rem; }
    #community-wrap .joms-page .joms-input--search {
      height: 48px;
      margin-bottom: 0.375rem;
      padding: 4px 8px;
      width: auto;
      border-width: 2px; }
    #community-wrap .joms-page .joms-form__group .joms-button__next {
      color: #000 !important; }
      #community-wrap .joms-page .joms-form__group .joms-button__next:hover {
        color: #fff !important; }
  #community-wrap .joms-list--card .joms-button--small {
    height: 30px;
    line-height: 25px;
    padding: 0 8px;
    font-size: 12px; }

.joms-phototag__input input {
  border-color: #ebebeb;
  height: 40px !important; }

div.joms-module__body {
  background: transparent;
  padding: 1.5rem; }

div.t3-wrapper .joms-sidebar div.joms-module--hellome {
  margin: -1.5rem;
  position: relative; }
  div.t3-wrapper .joms-sidebar div.joms-module--hellome .joms-hcard {
    max-width: 100%; }
  div.t3-wrapper .joms-sidebar div.joms-module--hellome .joms-list--hellome {
    padding: 1.5rem 0; }
    div.t3-wrapper .joms-sidebar div.joms-module--hellome .joms-list--hellome li {
      border: 0;
      color: #999;
      font-size: 14px;
      padding: 1.5rem 1.5rem; }
      div.t3-wrapper .joms-sidebar div.joms-module--hellome .joms-list--hellome li span {
        text-align: right; }
      div.t3-wrapper .joms-sidebar div.joms-module--hellome .joms-list--hellome li a {
        background: #dee2e6;
        border-radius: 0;
        color: #646464;
        font-size: 0.725rem;
        font-weight: 500;
        padding: 3px 6px; }
  div.t3-wrapper .joms-sidebar div.joms-module--hellome .joms-action--hellome {
    border-radius: 0;
    border-spacing: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -42px; }
    div.t3-wrapper .joms-sidebar div.joms-module--hellome .joms-action--hellome .joms-button--hellome {
      border-radius: 0;
      color: #fff;
      font-weight: 500;
      line-height: 1;
      padding: 13px; }
      div.t3-wrapper .joms-sidebar div.joms-module--hellome .joms-action--hellome .joms-button--hellome svg {
        fill: #fff; }

div.t3-wrapper .t3-masthead .joms-module--hellome .joms-list--hellome li {
  text-align: left; }

div.t3-wrapper .joms-media__calendar .month {
  background: #4CAF50;
  font-size: 0.725rem;
  font-weight: 500;
  text-transform: uppercase; }

div.t3-wrapper .joms-media__calendar .date {
  border-color: #ebebeb;
  color: #343a40;
  line-height: 1; }

.joms-hcard__info-content h3.reset-gap {
  color: #fff; }

.com_community.view-groups .joms-form__group label.joms-checkbox,
.com_community.view-events .joms-form__group label.joms-checkbox {
  margin-right: 20px; }

div#fb-root {
  margin-top: 0;
  position: absolute; }

.joms-no-touch .joms-icon--add {
  cursor: pointer; }

.joms-login .login-facebook {
  border-radius: 0;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .joms-login .login-facebook > span {
    background: #3b5998;
    color: #fff;
    display: block;
    font-size: 0.725rem;
    font-weight: 500;
    height: 3rem;
    line-height: 3rem;
    position: relative;
    text-transform: uppercase; }
    .joms-login .login-facebook > span .fa {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      float: left;
      font-size: 1.2rem;
      height: 3rem;
      line-height: 3rem;
      width: 3rem; }
  .joms-login .login-facebook .fb-login-button,
  .joms-login .login-facebook .fb-login-button > span,
  .joms-login .login-facebook .fb-login-button > span > iframe {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

.joms-login > h6 {
  color: #000;
  margin-bottom: 16px;
  margin-top: 32px;
  opacity: 0.8;
  text-transform: uppercase; }

.joms-login .joms-box {
  font-size: 0.725rem;
  margin-top: 16px;
  text-align: left; }
  .joms-login .joms-box > div {
    display: inline-block; }
    .joms-login .joms-box > div input,
    .joms-login .joms-box > div span {
      margin-top: 0; }
  .joms-login .joms-box > a {
    color: #FDD835;
    float: right; }

.joms-login .joms-input--append .joms-input[type="text"],
.joms-login .joms-input--append .joms-input[type="password"] {
  background: #fff;
  border-width: 2px;
  height: 3rem;
  padding: 0.75rem; }

.joms-login .joms-checkbox .regular-checkbox {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  display: inline-block;
  left: 0px;
  margin-left: 0;
  padding: 9px;
  position: absolute;
  top: 0px; }

.joms-login .joms-checkbox #joms-remember {
  display: none; }

.joms-login .joms-checkbox label {
  font-weight: normal;
  padding-left: 28px; }

.joms-login .joms-checkbox input:checked + .regular-checkbox {
  background-color: #f2f2f2;
  border: 1px solid #ebebeb;
  color: #646464; }
  .joms-login .joms-checkbox input:checked + .regular-checkbox:after {
    color: #646464;
    content: '\2714';
    font-size: 14px;
    left: 5px;
    line-height: 20px;
    position: absolute;
    top: -2px; }

.joms-login .btn {
  height: 3rem;
  line-height: 3rem;
  margin-top: 16px;
  padding: 0; }

.joms-login .help-account {
  margin-top: 32px;
  text-align: center; }
  .joms-login .help-account a {
    background: #dee2e6;
    border-radius: 0;
    color: #adb5bd;
    display: inline-block;
    font-size: 0.725rem;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    width: 32px; }
    .joms-login .help-account a:hover, .joms-login .help-account a:focus, .joms-login .help-account a:active {
      background: #c1c9d0; }

.head-right .joms-notifications {
  background: transparent;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right; }
  .head-right .joms-notifications a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 0.75rem;
    position: relative;
    text-align: center;
    width: 40px; }
    .head-right .joms-notifications a:hover, .head-right .joms-notifications a:focus, .head-right .joms-notifications a:active {
      background: rgba(255, 255, 255, 0.2); }
    .head-right .joms-notifications a svg {
      fill: #fff;
      margin-top: -4px; }
    .head-right .joms-notifications a span {
      background: #c00;
      border-radius: 3px;
      color: #fff;
      font-size: 0.725rem;
      line-height: 1;
      padding: 4px 6px;
      position: absolute;
      right: -5px;
      top: -5px; }
      .head-right .joms-notifications a span:empty {
        display: none; }

.joms-popover__content ul.joms-list {
  font-size: 12px !important; }
  .joms-popover__content ul.joms-list li {
    margin-right: 6px;
    color: #999; }
    .joms-popover__content ul.joms-list li .joms-icon {
      fill: #999; }

.joms-button--hellome {
  position: relative; }
  .joms-button--hellome span > small {
    background: #c00;
    border-radius: 3px;
    color: #fff;
    font-size: 0.725rem;
    line-height: 1;
    padding: 4px 6px;
    position: absolute;
    right: 6px;
    top: 3px; }
    .joms-button--hellome span > small:empty {
      display: none; }

.cProfile .jomsocial {
  max-width: 1370px;
  margin: 0 auto; }
  .cProfile .jomsocial .joms-page {
    padding: 0 !important; }

.cProfile .joms-button--neutral {
  height: 36px !important;
  line-height: 32px !important;
  font-size: 12px !important; }

.cProfile .cStream-Respond button[class*="joms-button--"] {
  height: 36px !important;
  line-height: 32px !important;
  font-size: 12px !important; }

.cProfile .joms-input {
  height: 44px; }

.cProfile .joms-form__legend {
  color: #646464; }

.cProfile .joms-button--privacy {
  line-height: 34px; }
  .cProfile .joms-button--privacy .joms-icon {
    fill: #646464; }

.cProfile input[type="submit"] {
  padding: 0 1.5rem !important; }

.cProfile .joms-subnav--desktop,
.cProfile .joms-toolbar--desktop {
  padding: 0 !important; }

.cProfile .joms-js--form-preferences .joms-form__group span {
  padding-top: 0; }

@media (max-width: 991.98px) {
  .cProfile .joms-body .joms-focus .joms-focus__actions a[class*="joms-focus__button--"] {
    text-transform: uppercase;
    font-weight: 600; }
  .cProfile .joms-body .joms-focus .joms-focus__actions .joms-focus__button--options {
    display: none; }
  .cProfile .joms-body .joms-focus .joms-focus__actions .btn-follow,
  .cProfile .joms-body .joms-focus .joms-focus__actions .btn-unfollow {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    line-height: 19px !important;
    height: 42px !important; } }

.cEvents .joms-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    .cEvents .joms-list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .cEvents .joms-list__item .joms-list__cover {
    height: auto; }
    @media (max-width: 575.98px) {
      .cEvents .joms-list__item .joms-list__cover {
        width: 100%; } }
  .cEvents .joms-list__item .joms-list__title {
    margin-bottom: 0.25rem; }
    .cEvents .joms-list__item .joms-list__title a {
      color: #000 !important;
      font-size: 1.2rem;
      font-weight: 600; }
  .cEvents .joms-list__item ul.joms-list--inline > li {
    font-size: 13px; }

.cGroups input[type="submit"] {
  padding: 0 1.5rem !important; }

.cGroups .joms-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cGroups .joms-list__item .joms-list__cover {
    height: auto; }

.cGroups .joms-subnav--desktop {
  padding: 0 !important; }

.cGroups .joms-list__content .joms-list__title a {
  font-size: 1.2rem;
  color: #000 !important; }

.cGroups .joms-body .joms-focus {
  padding: 0 16px; }

.cPhotos .joms-subnav--desktop,
.cSearch .joms-subnav--desktop,
.cFriends .joms-subnav--desktop,
.cPolls .joms-subnav--desktop,
.cEvents .joms-subnav--desktop,
.cVideos .joms-subnav--desktop,
.cPages .joms-subnav--desktop {
  padding: 0 !important; }

.cVideos ul.joms-list--video li .joms-text--title {
  margin-bottom: 10px !important; }
  .cVideos ul.joms-list--video li .joms-text--title a {
    color: #181818 !important; }

.cVideos ul.joms-list--video li .joms-text--light {
  font-size: 13px !important;
  color: #999 !important; }

.cVideos .joms-body .joms-focus {
  padding: 0 16px; }

.cVideos .joms-page .joms-js--comments,
.cVideos .joms-page .joms-js--newcomment {
  border: 1px solid #ebebeb; }

.cVideos .joms-page .joms-js--newcomment {
  border-top: none; }

.cVideos .joms-page .joms-videos__reaction--btn {
  border: 1px solid #ebebeb;
  padding: 0.5rem !important; }

.cPhotos .joms-body .joms-focus {
  padding: 0 16px; }

.cPhotos .joms-gallery div[class*="joms-gallery__"] > a {
  color: #181818 !important; }

.joms-form--search ul.joms-list--inline > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .joms-form--search ul.joms-list--inline > li input {
    margin-right: 4px; }

.joms-form--search .joms-form__item .joms-input {
  height: 36px; }

.cEvents .joms-input--radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cEvents .joms-input--radio label span {
    margin-left: 4px; }

.cEvents .joms-body .joms-focus {
  padding: 0 16px; }

.joms-popover .joms-button--full,
.joms-js--viewall .joms-button--full {
  height: 34px !important;
  line-height: 30px !important;
  font-size: 12px !important;
  margin: 0.5rem 0 1.5rem; }

.joms-popup__commentwrapper .joms-stream__time {
  color: #999;
  text-transform: uppercase; }
  .joms-popup__commentwrapper .joms-stream__time small {
    font-size: 10px; }

.joms-popup__commentwrapper .joms-comment__reply .joms-icon {
  line-height: 1; }

.joms-popup__commentwrapper .joms-comment__reply .joms-textarea__wrapper {
  background: transparent; }
  .joms-popup__commentwrapper .joms-comment__reply .joms-textarea__wrapper .joms-textarea__beautifier {
    background: transparent; }
  .joms-popup__commentwrapper .joms-comment__reply .joms-textarea__wrapper textarea.joms-textarea {
    background-color: #fff;
    border-radius: 0; }

@media (max-width: 575.98px) {
  .joms-hcard {
    display: none !important; } }

@media (max-width: 480px) {
  ul.joms-list--event li.joms-media--event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    ul.joms-list--event li.joms-media--event .joms-media__calendar {
      width: 75px; }
    ul.joms-list--event li.joms-media--event .joms-media__body {
      padding-top: 0; } }

@media (max-width: 480px) {
  .joms-list__search .joms-list__utilities .joms-input--search {
    width: 100% !important; } }

.joms-focus__actions__wrapper .joms-focus__actions--desktop > a {
  text-transform: uppercase;
  border-radius: 0;
  padding: 0 16px;
  border: none;
  font-size: 0.73334rem;
  font-weight: 600;
  color: #fff !important;
  /*height: 48px !important;
			line-height: 44px !important;*/
  height: 40px !important;
  line-height: 40px !important;
  font-size: 0.73334rem !important; }
  .joms-focus__actions__wrapper .joms-focus__actions--desktop > a .joms-icon {
    fill: #fff; }

div[class*="joms-postbox-"] .joms-postbox-tab .joms-postbox-action > button {
  height: 36px !important;
  line-height: 32px !important;
  color: #000 !important;
  font-size: 12px !important; }

.joms-list__utilities .joms-button--add {
  color: #000 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  border-radius: 0;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  line-height: 44px;
  padding: 0 16px;
  text-transform: uppercase; }
  @media (prefers-reduced-motion: reduce) {
    .joms-list__utilities .joms-button--add {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .joms-list__utilities .joms-button--add:hover {
    background: #000;
    color: #fff !important; }

.joms-postbox-action .joms-postbox-save {
  color: #000 !important; }

.joms-list__body .joms-button--secondary {
  color: #000 !important; }

.joms-postbox-dropdown .joms-postbox-tab .joms-postbox-done {
  line-height: 26px !important;
  height: 30px !important;
  color: #000 !important; }

.colorful-status__color .joms-direction {
  z-index: 10; }

@media (max-width: 1199.98px) {
  .joms-comment__reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .joms-comment__reply span {
      display: inline-block; }
      .joms-comment__reply span .joms-js--btn-send {
        height: 45px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
        line-height: 40px !important; }
    .joms-comment__reply .joms-icon--emoticon {
      right: 90px; }
    .joms-comment__reply .joms-icon--add {
      right: 72px; } }

.joms-hcard__actions .joms-button--full-small,
.joms-hcard__actions .joms-button--small {
  line-height: 26px;
  height: 30px;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  border-radius: 0;
  border: 2px solid #000;
  font-size: 12px;
  font-weight: 600;
  padding: 0 16px;
  text-transform: uppercase; }
  @media (prefers-reduced-motion: reduce) {
    .joms-hcard__actions .joms-button--full-small,
    .joms-hcard__actions .joms-button--small {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .joms-hcard__actions .joms-button--full-small:hover,
  .joms-hcard__actions .joms-button--small:hover {
    background: #000;
    color: #fff !important; }

.joms-popup__wrapper .joms-popup .joms-form__group > span,
.joms-popup__wrapper .joms-popup .joms-popup__action > span {
  font-size: 14px; }
  .joms-popup__wrapper .joms-popup .joms-form__group > span > small,
  .joms-popup__wrapper .joms-popup .joms-popup__action > span > small {
    font-size: 12px; }

.joms-popup__wrapper .joms-popup .joms-form__group .joms-input,
.joms-popup__wrapper .joms-popup .joms-popup__action .joms-input {
  border-width: 2px;
  border-radius: 0; }

.joms-popup__wrapper .joms-popup .joms-form__group > a,
.joms-popup__wrapper .joms-popup .joms-popup__action > a {
  margin-right: 8px;
  font-size: 12px; }

.joms-popup__wrapper .joms-popup .joms-form__group .joms-button--primary,
.joms-popup__wrapper .joms-popup .joms-popup__action .joms-button--primary {
  line-height: 40px;
  height: 44px;
  color: #000 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  border-radius: 0;
  border: 2px solid #000;
  font-size: 12px;
  font-weight: 600;
  padding: 0 16px;
  text-transform: uppercase; }
  @media (prefers-reduced-motion: reduce) {
    .joms-popup__wrapper .joms-popup .joms-form__group .joms-button--primary,
    .joms-popup__wrapper .joms-popup .joms-popup__action .joms-button--primary {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .joms-popup__wrapper .joms-popup .joms-form__group .joms-button--primary:hover,
  .joms-popup__wrapper .joms-popup .joms-popup__action .joms-button--primary:hover {
    background: #000;
    color: #fff !important; }

.joms-popup__wrapper .joms-popup .joms-form__group > span {
  font-size: 14px; }
  .joms-popup__wrapper .joms-popup .joms-form__group > span > small {
    font-size: 12px; }

.joms-popup__wrapper .joms-popup .joms-form__group .joms-input {
  border-width: 2px;
  border-radius: 0; }

.joms-popup__wrapper .joms-popup .joms-form__group > a {
  margin-right: 8px;
  font-size: 12px; }

.joms-popup__wrapper .joms-popup .joms-popup__content form > div {
  max-width: 100%;
  width: 450px;
  word-wrap: break-word;
  word-break: keep-all; }

.joms-js--notification-toolbar .joms-button--neutral,
.joms-popover--toolbar-general .joms-button--neutral,
.joms-popover--toolbar-friendrequest .joms-button--neutral,
.joms-js--viewall .joms-button--neutral {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  border-radius: 0;
  border: 2px solid #000;
  color: #000;
  font-weight: 600;
  height: 34px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 16px;
  text-transform: uppercase; }
  @media (prefers-reduced-motion: reduce) {
    .joms-js--notification-toolbar .joms-button--neutral,
    .joms-popover--toolbar-general .joms-button--neutral,
    .joms-popover--toolbar-friendrequest .joms-button--neutral,
    .joms-js--viewall .joms-button--neutral {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .joms-js--notification-toolbar .joms-button--neutral:hover,
  .joms-popover--toolbar-general .joms-button--neutral:hover,
  .joms-popover--toolbar-friendrequest .joms-button--neutral:hover,
  .joms-js--viewall .joms-button--neutral:hover {
    background: #000;
    color: #fff !important; }

@media (min-width: 576px) and (max-width: 1199.98px) {
  .joms-js--video-module > ul > li {
    width: 33.33% !important; } }

.cRegister .joms-form__group > span {
  font-size: 15px; }

ul.joms-list--friend li.joms-list__item .joms-list__body .joms-list__button--dropdown .joms-dropdown {
  width: 100%; }
  ul.joms-list--friend li.joms-list__item .joms-list__body .joms-list__button--dropdown .joms-dropdown li:hover {
    background-color: #000 !important; }

.joms-dialog .tingle-modal-box .tingle-modal-box__content {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media (min-width: 576px) {
    .joms-dialog .tingle-modal-box .tingle-modal-box__content {
      height: 100vh; } }
  @media (max-width: 575.98px) {
    .joms-dialog .tingle-modal-box .tingle-modal-box__content {
      margin: 0 16px; } }
  .joms-dialog .tingle-modal-box .tingle-modal-box__content .joms-popup--whiteblock {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.joms-focus__cover .joms-focus__actions--reposition input[type="button"] {
  color: #fff !important;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1 !important;
  height: 45px !important;
  font-weight: 600; }
  .joms-focus__cover .joms-focus__actions--reposition input[type="button"]:hover {
    opacity: 0.9; }
