/* header */
nav.menu-header {
  /* status bars */
  /* Board / Track switcher design in header */ }
  nav.menu-header .menubar.loggedinbar {
    border-bottom: 1px solid #fff; }
  nav.menu-header .logo-menubar {
    float: left; }
  nav.menu-header .nav {
    float: right; }
  nav.menu-header .avatar-link {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff; }
  nav.menu-header .user-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 14px; }
  nav.menu-header #avatar-menu-dropdown {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    position: relative;
    top: -3px;
    font-size: 11px;
    line-height: 11px; }
    nav.menu-header #avatar-menu-dropdown:after {
      content: "";
      display: block;
      width: 11px;
      padding-bottom: 100%;
      position: absolute;
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #425ec1;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff; }
  nav.menu-header .bop-primary-menu {
    display: none; }
  nav.menu-header .menubar {
    width: 100%;
    display: table; }
    nav.menu-header .menubar ul {
      list-style: none;
      margin: 0;
      line-height: 14px;
      font-size: 14px;
      padding-top: 4px;
      padding-bottom: 4px; }
      nav.menu-header .menubar ul li {
        display: inline-block;
        font-weight: 600; }
        nav.menu-header .menubar ul li a {
          color: #fff; }
    nav.menu-header .menubar.loggedinbar {
      position: relative;
      background-color: #425ec1;
      color: #fff; }
      nav.menu-header .menubar.loggedinbar ul {
        float: right;
        margin-right: 24px; }
      nav.menu-header .menubar.loggedinbar li a {
        color: #fff;
        font-size: 14px;
        font-weight: 600; }
      nav.menu-header .menubar.loggedinbar .avatar-menu-wrap {
        display: none;
        position: absolute;
        z-index: 100;
        top: 24px;
        padding-top: 10px;
        right: -10px; }
      nav.menu-header .menubar.loggedinbar .avatar-menu {
        position: relative;
        border: 1px solid #000;
        background-color: #fff; }
        nav.menu-header .menubar.loggedinbar .avatar-menu li {
          display: block;
          position: relative;
          z-index: 150;
          padding: 0;
          font-size: 14px;
          line-height: 14px; }
          nav.menu-header .menubar.loggedinbar .avatar-menu li a {
            display: block;
            padding: 6px;
            font-weight: 600;
            color: #000;
            background-color: #fff;
            transition: background-color 0.3s; }
            nav.menu-header .menubar.loggedinbar .avatar-menu li a:hover {
              background-color: #405ec4;
              color: #fff; }
        nav.menu-header .menubar.loggedinbar .avatar-menu::after {
          content: "";
          width: 12px;
          height: 12px;
          position: absolute;
          top: -7px;
          right: 9px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          background-color: #fff;
          border-top: 1px solid #000;
          border-left: 1px solid #000; }
    nav.menu-header .menubar.groupbar {
      background-color: #f26d3e;
      border-bottom: 1px solid #fff; }
      nav.menu-header .menubar.groupbar ul {
        padding: 14px 22px 13px; }
        nav.menu-header .menubar.groupbar ul li a {
          padding: 4px 6px 5px;
          display: inline-block;
          border: 1px solid transparent;
          transition: border 0.3s; }
          nav.menu-header .menubar.groupbar ul li a.active, nav.menu-header .menubar.groupbar ul li a:hover {
            color: #fff;
            border: 1px solid; }
      nav.menu-header .menubar.groupbar img {
        max-height: 34px; }
      nav.menu-header .menubar.groupbar #nav-mc-toggle {
        display: none;
        text-align: right; }
        nav.menu-header .menubar.groupbar #nav-mc-toggle a {
          display: inline-block;
          font-size: 18px;
          transition: all 0.3s; }
          nav.menu-header .menubar.groupbar #nav-mc-toggle a:before {
            font-family: "Genericons";
            font-weight: normal;
            content: "\f419";
            color: #fff;
            padding: 0.25em;
            border: 1px solid transparent;
            transition: all 0.3s; }
          nav.menu-header .menubar.groupbar #nav-mc-toggle a:hover:before {
            border-color: #fff; }
    nav.menu-header .menubar .logo-menubar {
      padding: 10px 18px 8px 36px; }
    nav.menu-header .menubar .nav.open #nav-mc-toggle a:before {
      content: '\f405'; }
    nav.menu-header .menubar .nav.open ul {
      position: relative;
      top: 10px; }
      nav.menu-header .menubar .nav.open ul li {
        font-size: 18px; }
        nav.menu-header .menubar .nav.open ul li a {
          padding: 14px 8px 16px; }
  nav.menu-header .status {
    background-color: #f1f1f1;
    padding: 0.444rem 36px 0.5rem;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold; }
    nav.menu-header .status.warning {
      background-color: #ff6b6b;
      color: #a70707; }
      nav.menu-header .status.warning a, nav.menu-header .status.warning a:active, nav.menu-header .status.warning a:visited {
        color: #a70707;
        border-bottom: 1px solid; }
      nav.menu-header .status.warning a:hover {
        border-color: transparent; }
  nav.menu-header .menubar .nav-track-switcher {
    float: left; }
    nav.menu-header .menubar .nav-track-switcher ul {
      display: inline-block;
      vertical-align: middle;
      line-height: 16px;
      font-size: 16px;
      padding: 0; }
      nav.menu-header .menubar .nav-track-switcher ul li:not(.menu-track-switcher-current) {
        font-weight: 300; }
        nav.menu-header .menubar .nav-track-switcher ul li:not(.menu-track-switcher-current) a {
          background: rgba(0, 0, 0, 0); }
      nav.menu-header .menubar .nav-track-switcher ul li:not(:first-of-type) {
        margin-left: -4px; }
      nav.menu-header .menubar .nav-track-switcher ul li a {
        padding: 17px 14px 17px;
        border: 0;
        background: rgba(0, 0, 0, 0.3);
        transition: background 0.3s; }
        nav.menu-header .menubar .nav-track-switcher ul li a:hover {
          border: 0;
          background: rgba(255, 255, 255, 0.15); }
      nav.menu-header .menubar .nav-track-switcher ul li.menu-track-switcher-current a:hover {
        background: rgba(0, 0, 0, 0.18); }
    nav.menu-header .menubar .nav-track-switcher a#nav-track-switcher-toggle {
      display: none;
      vertical-align: middle;
      font-size: 14px;
      width: 1em;
      height: 1em;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      box-sizing: border-box;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: relative;
      top: -0.25em;
      margin-left: 0.5em; }

.single nav.menu-header + #primary {
  position: relative;
  margin-top: 0;
  z-index: 2; }

body.groups.home .groupbar .nav li.menu-home a {
  color: #fff;
  border: 1px solid; }

body.groups.conversations .groupbar .nav li.menu-conversations a {
  color: #fff;
  border: 1px solid; }

body.groups.calls-meetings .groupbar .nav li.menu-calls a {
  color: #fff;
  border: 1px solid; }

body.groups.updates .groupbar .nav li.menu-updates a {
  color: #fff;
  border: 1px solid; }

body.groups.members .groupbar .nav li.menu-directory a {
  color: #fff;
  border: 1px solid; }

body.groups.handbook .groupbar .nav li.menu-handbook a {
  color: #fff;
  border: 1px solid; }

/* header */
.buddypress main {
  padding-top: 0; }

.buddypress.groups .content_type_text {
  margin: 0; }

.buddypress.groups .content_block_content_wrap {
  max-width: 100%;
  padding: 0; }

#buddypress div#item-header {
  padding-bottom: 0 !important;
  display: table;
  width: 100%; }
  #buddypress div#item-header .group-header {
    background: #000;
    text-align: center;
    color: #fff;
    display: table;
    width: 100%;
    padding: 14px; }
    #buddypress div#item-header .group-header h1 {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      color: #fff;
      margin: 0 auto 14px;
      text-align: center; }
    #buddypress div#item-header .group-header li {
      display: inline-block;
      float: none;
      margin: 4px;
      font-size: 13px;
      line-height: 1;
      padding: 3px 6px 5px;
      border: 1px solid;
      background: #26bcd7; }
    #buddypress div#item-header .group-header .group-logo {
      position: relative;
      left: 10%;
      top: 10%;
      z-index: 99; }
      #buddypress div#item-header .group-header .group-logo img {
        max-width: auto; }
    #buddypress div#item-header .group-header .group-text {
      right: 10%;
      top: 10%;
      position: relative;
      z-index: 99; }
  #buddypress div#item-header ul {
    margin-bottom: 0; }

/* home page */
#buddypress .bog-group-home-container {
  display: block; }
  #buddypress .bog-group-home-container .bog-group-home-column {
    display: inline-block;
    width: calc(33% - 20px);
    text-align: left;
    vertical-align: top;
    margin-right: 28px;
    margin-top: 16px; }
    #buddypress .bog-group-home-container .bog-group-home-column:last-of-type, #buddypress .bog-group-home-container .bog-group-home-column.last-column {
      margin-right: 0; }
    #buddypress .bog-group-home-container .bog-group-home-column.one-half {
      width: calc(50% - 21px); }
    #buddypress .bog-group-home-container .bog-group-home-column.one-quarter {
      width: calc(25% - 21px); }
    #buddypress .bog-group-home-container .bog-group-home-column.two-thirds {
      width: calc(66% - 6px); }
    #buddypress .bog-group-home-container .bog-group-home-column.one-row {
      width: 100%; }
    #buddypress .bog-group-home-container .bog-group-home-column .interior {
      text-align: left; }
      #buddypress .bog-group-home-container .bog-group-home-column .interior .one-half {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 16px);
        margin-right: 28px; }
        #buddypress .bog-group-home-container .bog-group-home-column .interior .one-half:last-of-type {
          margin-right: 0; }
    #buddypress .bog-group-home-container .bog-group-home-column .see-all {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.02em;
      font-weight: 700; }
      #buddypress .bog-group-home-container .bog-group-home-column .see-all a {
        color: #26bcd7;
        transition: color 0.3s; }
        #buddypress .bog-group-home-container .bog-group-home-column .see-all a:hover {
          color: #000; }
    #buddypress .bog-group-home-container .bog-group-home-column h1 {
      font-weight: 700;
      font-size: 22px;
      line-height: 24px;
      letter-spacing: -0.02em;
      margin-top: 0;
      text-align: left; }
      #buddypress .bog-group-home-container .bog-group-home-column h1.border-bottom {
        border-bottom: 1px solid #ddd;
        padding-bottom: 16px; }
    #buddypress .bog-group-home-container .bog-group-home-column h2 {
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 8px; }
      #buddypress .bog-group-home-container .bog-group-home-column h2.border-top {
        padding-top: 12px;
        border-top: 1px solid #ddd; }
    #buddypress .bog-group-home-container .bog-group-home-column p {
      font-weight: 300;
      color: #717171;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 8px; }
      #buddypress .bog-group-home-container .bog-group-home-column p a {
        color: #26bcd7;
        border-bottom: 1px solid;
        transition: all 0.3s; }
        #buddypress .bog-group-home-container .bog-group-home-column p a:hover, #buddypress .bog-group-home-container .bog-group-home-column p a:active, #buddypress .bog-group-home-container .bog-group-home-column p a:focus {
          color: #000;
          opacity: 1; }
    #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post {
      margin-bottom: 18px; }
      #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post input {
        margin-bottom: 4px; }
      #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post input[type="text"], #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post textarea {
        font-size: 14px;
        line-height: 16px; }
      #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post .bbp-attachments-form {
        width: 75%;
        margin-top: 0; }
        #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post .bbp-attachments-form input.attachment_button {
          font-size: 12px;
          line-height: 27px;
          padding: 0 8px 1px;
          margin: 0 0 4px; }
      #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post > fieldset > div > fieldset.bbp-form {
        width: 75%;
        margin-top: 0;
        display: inline-block; }
        #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post > fieldset > div > fieldset.bbp-form .bbp-attachments-form {
          width: 100%; }
        #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post > fieldset > div > fieldset.bbp-form > legend:first-child {
          display: none; }
      #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post .bbp-submit-wrapper {
        width: calc(25% - 5px); }
        #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post .bbp-submit-wrapper button {
          font-size: 14px;
          color: #fff; }
      #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post .file_reader {
        vertical-align: middle;
        overflow: hidden;
        margin-bottom: 3px; }
      #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post a.d4p-attachment-addfile {
        border: 0;
        margin-top: 4px;
        display: inline-block; }
    #buddypress .bog-group-home-container .bog-group-home-column .modal h1 {
      border-bottom: 1px solid #ddd;
      text-align: left;
      padding-bottom: 18px;
      margin-bottom: 18px; }
    #buddypress .bog-group-home-container .bog-group-home-column .modal p {
      color: #717171;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 9px;
      padding: 0; }
      #buddypress .bog-group-home-container .bog-group-home-column .modal p.small {
        font-size: 11px !important;
        line-height: 14px !important;
        margin-bottom: 0 !important; }
    #buddypress .bog-group-home-container .bog-group-home-column .modal label {
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.025em;
      margin: 10px auto 5px auto;
      display: block;
      text-transform: uppercase; }
    #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li {
        position: relative;
        display: block;
        text-align: left;
        padding: 10px 0 12px;
        border-top: 1px solid #ddd; }
        #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li:nth-last-child(2) {
          border-bottom: 1px solid #ddd; }
        #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .thread-link, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .update-link, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .event-link {
          position: absolute;
          top: -1px;
          left: 0;
          bottom: -1px;
          right: 0;
          background-color: transparent;
          opacity: 0;
          z-index: 1;
          border-top: 1px solid #26bcd7;
          border-bottom: 1px solid #26bcd7;
          transition: all 0.3s; }
          #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .thread-link:hover ~ h2 a, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .thread-link:hover ~ h3 a, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .thread-link:hover ~ div a, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .thread-link:hover ~ div, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .thread-link:hover ~ div div, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .thread-link:hover ~ div span, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .update-link:hover ~ h2 a, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .update-link:hover ~ h3 a, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .update-link:hover ~ div a, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .update-link:hover ~ div, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .update-link:hover ~ div div, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .update-link:hover ~ div span, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .event-link:hover ~ h2 a, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .event-link:hover ~ h3 a, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .event-link:hover ~ div a, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .event-link:hover ~ div, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .event-link:hover ~ div div, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .event-link:hover ~ div span {
            color: #26bcd7 !important; }
          #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .thread-link:hover, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .update-link:hover, #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li .event-link:hover {
            opacity: 1; }
        #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li.closed {
          padding-right: 1.3333333333em; }
          #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li.closed:after {
            content: '';
            position: absolute;
            width: 0.6666666667em;
            height: 1em;
            background: url("../images/img_lock.svg") no-repeat 0 0;
            background-size: contain;
            top: calc(50% - 0.5em);
            right: 0; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li.see-all {
        border: 0;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.02em;
        font-weight: 700; }
        #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li.see-all a {
          color: #26bcd7;
          transition: color 0.3s; }
          #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li.see-all a:hover {
            color: #000; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li.start-new {
        border-top: 0;
        padding-top: 0;
        margin-top: -4px; }
        #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li.start-new a {
          font-size: 12px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list h3 {
        font-weight: 700;
        color: #000;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        margin: 0 0 4px; }
        #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list h3 a {
          color: #000;
          transition: color 0.3s; }
          #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list h3 a:hover {
            color: #26bcd7; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.current-conversations li .author-meta {
        margin: 0;
        color: #666666;
        font-size: 10px;
        line-height: 12px;
        font-weight: 600;
        text-transform: uppercase;
        clear: both;
        display: inline-block;
        vertical-align: middle;
        width: calc(80% - 5px); }
        #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.current-conversations li .author-meta .avatar-link {
          display: inline-block; }
        #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.current-conversations li .author-meta .author {
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 32px);
          margin-left: 4px;
          line-height: 12px; }
          #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.current-conversations li .author-meta .author a {
            color: #666; }
        #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.current-conversations li .author-meta img.avatar {
          width: 24px;
          height: 24px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.current-conversations .post-date {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        width: 20%;
        font-size: 10px;
        line-height: 10px;
        text-transform: uppercase;
        color: #666;
        font-weight: 300;
        letter-spacing: 0.02em; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.updates h3 {
        margin-bottom: 4px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.updates .update-info {
        font-size: 12px;
        line-height: 16px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.updates .update-date {
        font-size: 10px;
        line-height: 10px;
        text-transform: uppercase;
        color: #666;
        font-weight: 600;
        letter-spacing: 0.02em;
        margin-bottom: 4px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.updates + .see-all {
        margin: 0 !important;
        padding: 18px 0; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.calls-meetings .date-type {
        font-size: 10px;
        line-height: 10px;
        text-transform: uppercase;
        color: #666;
        padding-top: 2px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.calls-meetings .date,
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.calls-meetings .type {
        letter-spacing: 0.02em; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.calls-meetings .date {
        color: #26bcd7;
        font-weight: 600; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.calls-meetings .type {
        color: #666;
        font-weight: 300; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.calls-meetings h3 {
        margin: 4px 0 0;
        font-size: 14px;
        line-height: 18px; }
    #buddypress .bog-group-home-container .bog-group-home-column.one-row.news h1 {
      display: inline-block;
      vertical-align: baseline; }
    #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .see-all {
      display: inline-block;
      vertical-align: baseline;
      margin-left: 20px; }
    #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .list.bog-home-list.updates {
      display: flex;
      margin: 0 -14px;
      position: relative; }
      #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .list.bog-home-list.updates:before {
        content: '';
        position: absolute;
        top: -1px;
        left: 14px;
        right: 14px;
        height: 1px;
        background-color: #ddd; }
      #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .list.bog-home-list.updates:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 14px;
        right: 14px;
        height: 1px;
        background-color: #ddd; }
      #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .list.bog-home-list.updates li {
        flex-grow: 1;
        flex-basis: 0;
        border: 0;
        margin: 0 14px; }

/* members */
#buddypress .bog-group-companies-container h1 {
  margin-bottom: 40px; }

#buddypress p.nothing-yet,
#buddypress p.not-found {
  border-top: 1px solid #ddd;
  padding: 10px 0 12px;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-style: italic; }

#buddypress li.nothing-yet {
  font-weight: 400;
  color: #717171;
  font-size: 12px;
  line-height: 16px;
  font-style: italic; }

#buddypress ul.companies-list {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  column-gap: 36px;
  list-style-type: none; }
  #buddypress ul.companies-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-top: -1px; }
    #buddypress ul.companies-list li:nth-of-type(2n) {
      display: none; }
    #buddypress ul.companies-list li a {
      display: block;
      padding: 12px 0 14px;
      color: #000;
      font-size: 14px;
      line-height: 16px;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      transition: all 0.3s;
      position: relative;
      z-index: 0; }
      #buddypress ul.companies-list li a:hover {
        color: #26bcd7;
        z-index: 1;
        border-color: #26bcd7; }

#buddypress .bog-group-companies-container .align-top {
  display: inline-block;
  vertical-align: top; }
  #buddypress .bog-group-companies-container .align-top.back-link {
    width: 20%; }

#buddypress .bog-group-companies-container h1.align-top {
  width: 60%; }

#buddypress ul.company-members-list {
  max-width: 640px;
  width: 100%;
  display: block;
  margin: 0 auto;
  list-style-type: none; }
  #buddypress ul.company-members-list li {
    border-top: 1px solid #ddd;
    position: relative; }
    #buddypress ul.company-members-list li .list-column {
      display: inline-block;
      vertical-align: middle; }
      #buddypress ul.company-members-list li .list-column.avatar {
        width: 11%; }
        #buddypress ul.company-members-list li .list-column.avatar a {
          padding: 14px 14px 14px 0;
          display: block;
          position: relative;
          z-index: 2; }
        #buddypress ul.company-members-list li .list-column.avatar img {
          width: 100%; }
      #buddypress ul.company-members-list li .list-column.name {
        width: calc(39% - 5px);
        padding-top: 8px;
        padding-bottom: 8px; }
      #buddypress ul.company-members-list li .list-column.title {
        width: calc(30% - 5px);
        padding-top: 8px;
        padding-bottom: 8px; }
      #buddypress ul.company-members-list li .list-column.position {
        width: calc(20% - 5px);
        text-align: right;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        color: #777;
        letter-spacing: 0.04em;
        padding-top: 8px;
        padding-bottom: 8px; }
      #buddypress ul.company-members-list li .list-column a {
        color: #000;
        font-weight: 700; }
    #buddypress ul.company-members-list li:last-of-type {
      border-bottom: 1px solid #ddd; }
    #buddypress ul.company-members-list li .avatar-link {
      position: absolute;
      top: -1px;
      left: 0;
      bottom: -1px;
      right: 0;
      background-color: transparent;
      opacity: 0;
      z-index: 1;
      border-top: 1px solid #26bcd7;
      border-bottom: 1px solid #26bcd7;
      transition: all 0.3s; }
      #buddypress ul.company-members-list li .avatar-link:hover ~ div a, #buddypress ul.company-members-list li .avatar-link:hover ~ div {
        color: #26bcd7; }
      #buddypress ul.company-members-list li .avatar-link:hover {
        opacity: 1; }
    #buddypress ul.company-members-list li.admin {
      display: none; }

/* conversations */
.conversations #buddypress #item-body {
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.conversations .group-row {
  margin-top: 32px; }
  .conversations .group-row.vertical-rule {
    margin-bottom: 18px; }

#buddypress .group-row {
  width: 100%;
  padding-left: 36px;
  padding-right: 36px; }
  #buddypress .group-row .row {
    clear: both; }
  #buddypress .group-row.vertical-rule {
    position: relative; }
    #buddypress .group-row.vertical-rule .half-col:last-of-type:before {
      content: '';
      display: inline-block;
      width: 1px;
      background-color: #ddd;
      position: absolute;
      top: 0;
      bottom: 0;
      margin-left: -36px; }
  #buddypress .group-row .email-members,
  #buddypress .group-row .current-conversations {
    text-align: left; }
    #buddypress .group-row .email-members h1,
    #buddypress .group-row .current-conversations h1 {
      font-weight: 700;
      font-size: 22px;
      line-height: 24px;
      letter-spacing: -0.02em;
      width: 100%;
      border-bottom: 1px solid #ddd;
      text-align: left;
      padding-bottom: 18px;
      margin-bottom: 18px; }
    #buddypress .group-row .email-members h2, #buddypress .group-row .email-members p,
    #buddypress .group-row .current-conversations h2,
    #buddypress .group-row .current-conversations p {
      text-align: left;
      font-weight: 300;
      color: #717171;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 9px;
      padding: 0; }
      #buddypress .group-row .email-members h2 a, #buddypress .group-row .email-members p a,
      #buddypress .group-row .current-conversations h2 a,
      #buddypress .group-row .current-conversations p a {
        color: #26bcd7;
        opacity: 1;
        border-bottom: 1px solid #26bcd7;
        transition: all 0.3s; }
        #buddypress .group-row .email-members h2 a:hover, #buddypress .group-row .email-members p a:hover,
        #buddypress .group-row .current-conversations h2 a:hover,
        #buddypress .group-row .current-conversations p a:hover {
          color: #000;
          border-color: #000; }
    #buddypress .group-row .email-members .modal p,
    #buddypress .group-row .current-conversations .modal p {
      margin-bottom: 16px; }
    #buddypress .group-row .email-members label,
    #buddypress .group-row .current-conversations label {
      margin: 10px auto 5px auto;
      display: block;
      text-transform: uppercase; }
      #buddypress .group-row .email-members label[for=email-members-body] > label,
      #buddypress .group-row .current-conversations label[for=email-members-body] > label {
        text-align: right; }
    #buddypress .group-row .email-members textarea,
    #buddypress .group-row .current-conversations textarea {
      width: 100%;
      height: 220px; }
  #buddypress .group-row input[type=text] {
    margin-bottom: 4px; }
  #buddypress .group-row .submit-wrap {
    display: inline-block;
    text-align: right; }
  #buddypress .group-row input[type=submit], #buddypress .group-row button[type=submit] {
    background: #26bcd7;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: 0;
    padding-bottom: 6px;
    display: inline-block;
    transition: background-color 0.3s; }
    #buddypress .group-row input[type=submit]:hover, #buddypress .group-row input[type=submit]:active, #buddypress .group-row input[type=submit]:focus, #buddypress .group-row button[type=submit]:hover, #buddypress .group-row button[type=submit]:active, #buddypress .group-row button[type=submit]:focus {
      background-color: #000;
      border: 0; }
  #buddypress .group-row .current-conversations .column-title {
    padding-bottom: 16px; }
    #buddypress .group-row .current-conversations .column-title h1 {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      border: 0;
      width: 60%;
      padding-right: 0.5em;
      padding-bottom: 0;
      margin-bottom: 0; }
    #buddypress .group-row .current-conversations .column-title .conversations-search {
      display: inline-block;
      vertical-align: top;
      width: calc(40% - 6px); }
      #buddypress .group-row .current-conversations .column-title .conversations-search h4 {
        display: none; }
      #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap {
        position: relative;
        top: 1px; }
        #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap label {
          display: none; }
        #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap input[type=text] {
          display: inline-block;
          width: calc(100% - 22px);
          font-size: 12px;
          font-weight: 500;
          position: absolute;
          top: -1px;
          padding-left: 22px;
          background: url(/wp-content/themes/twentyfifteen-child/assets/images/img_search.svg) no-repeat;
          background-size: contain; }
        #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap input[type=submit] {
          display: inline-block;
          position: absolute;
          right: 0;
          top: -1px;
          font-size: 12px;
          line-height: 11px;
          padding: 7px 9px 8px;
          background: #26bcd7;
          color: #fff;
          transition: background-color 0.3s; }
          #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap input[type=submit]:hover {
            background-color: #000; }
  #buddypress .group-row .current-conversations p.not-found {
    margin-top: 0;
    padding-top: 18px; }
  #buddypress .group-row .current-conversations ul.conversations-list {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0; }
    #buddypress .group-row .current-conversations ul.conversations-list li div.forum-title {
      width: 38%; }
      #buddypress .group-row .current-conversations ul.conversations-list li div.forum-title a {
        font-size: 14px;
        line-height: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 0; }
    #buddypress .group-row .current-conversations ul.conversations-list li div.avatar {
      width: calc(12% - 5px); }
      #buddypress .group-row .current-conversations ul.conversations-list li div.avatar a {
        padding: 12px 8px; }
      #buddypress .group-row .current-conversations ul.conversations-list li div.avatar img {
        width: 100%; }
    #buddypress .group-row .current-conversations ul.conversations-list li div.name {
      width: calc(34% - 5px); }
      #buddypress .group-row .current-conversations ul.conversations-list li div.name a {
        font-size: 14px;
        line-height: 18px;
        padding-top: 12px;
        padding-bottom: 12px; }
    #buddypress .group-row .current-conversations ul.conversations-list li div.time {
      width: calc(16% - 5px);
      font-size: 10px;
      line-height: 10px;
      font-weight: 300;
      letter-spacing: 0.04em;
      padding-top: 12px;
      padding-bottom: 12px;
      /*display: none;*/ }
      #buddypress .group-row .current-conversations ul.conversations-list li div.time.replies {
        line-height: 16px; }

.conversations.all-conversations #buddypress #item-body,
.conversations.forum-search #buddypress #item-body {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding: 36px 36px 40px;
  margin: 0 auto; }
  .conversations.all-conversations #buddypress #item-body > h1:first-child,
  .conversations.forum-search #buddypress #item-body > h1:first-child {
    display: none; }

.conversations.all-conversations #buddypress .group-row,
.conversations.forum-search #buddypress .group-row {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0; }
  .conversations.all-conversations #buddypress .group-row.vertical-rule .half-col:last-of-type:before,
  .conversations.forum-search #buddypress .group-row.vertical-rule .half-col:last-of-type:before {
    display: none; }
  .conversations.all-conversations #buddypress .group-row .half-col,
  .conversations.forum-search #buddypress .group-row .half-col {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto; }
    .conversations.all-conversations #buddypress .group-row .half-col .interior,
    .conversations.forum-search #buddypress .group-row .half-col .interior {
      padding-top: 0; }
  .conversations.all-conversations #buddypress .group-row .half-col:last-of-type:first-of-type,
  .conversations.forum-search #buddypress .group-row .half-col:last-of-type:first-of-type {
    padding-left: 0;
    padding-right: 0; }

.conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.forum-title,
.conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.forum-title {
  width: 41%; }

.conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.forum-title a, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.name a,
.conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.forum-title a,
.conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.name a {
  font-size: 18px;
  line-height: 22px;
  padding-top: 18px;
  padding-bottom: 18px; }

.conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.avatar,
.conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.avatar {
  width: calc(9% - 5px); }
  .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.avatar a,
  .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.avatar a {
    padding-top: 18px;
    padding-bottom: 18px; }

.conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.time,
.conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.time {
  font-size: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 300; }

.conversations.all-conversations #buddypress .current-conversations .column-title,
.conversations.forum-search #buddypress .current-conversations .column-title {
  padding-bottom: 24px; }
  .conversations.all-conversations #buddypress .current-conversations .column-title h1,
  .conversations.forum-search #buddypress .current-conversations .column-title h1 {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 200;
    text-align: center; }
  .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-new-link, .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-search,
  .conversations.forum-search #buddypress .current-conversations .column-title .conversations-new-link,
  .conversations.forum-search #buddypress .current-conversations .column-title .conversations-search {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3px);
    box-sizing: border-box;
    margin-top: 18px; }
  .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-new-link,
  .conversations.forum-search #buddypress .current-conversations .column-title .conversations-new-link {
    padding: 12px 36px 16px 0;
    text-align: right;
    border-right: 1px solid #ddd;
    font-size: 16px;
    line-height: 16px; }
    .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-new-link a,
    .conversations.forum-search #buddypress .current-conversations .column-title .conversations-new-link a {
      color: #000;
      font-size: 16px;
      line-height: 16px;
      font-weight: 600;
      border-bottom: 1px solid #26bcd7;
      transition: all 0.3s; }
      .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-new-link a:hover,
      .conversations.forum-search #buddypress .current-conversations .column-title .conversations-new-link a:hover {
        color: #26bcd7;
        border-color: transparent; }
  .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-search,
  .conversations.forum-search #buddypress .current-conversations .column-title .conversations-search {
    padding: 10px 0 16px 36px;
    text-align: left; }
    .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-search form,
    .conversations.forum-search #buddypress .current-conversations .column-title .conversations-search form {
      max-width: 200px; }
    .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-search input[type=text],
    .conversations.forum-search #buddypress .current-conversations .column-title .conversations-search input[type=text] {
      margin: 0; }

.conversations.forum-search:not(.all-conversations) #buddypress .current-conversations .column-title .conversations-search {
  margin-top: 12px;
  margin-bottom: 18px;
  margin-left: calc(50% - 140px); }

#buddypress .conversations-list-container ul.conversations-list li.see-all {
  border-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-bottom: 0;
  padding-top: 10px; }
  #buddypress .conversations-list-container ul.conversations-list li.see-all a {
    color: #26bcd7;
    transition: color 0.3s; }
    #buddypress .conversations-list-container ul.conversations-list li.see-all a:hover {
      color: #000; }

.conversations.all-conversations #buddypress li.see-all a {
  display: none; }

@media only screen and (max-width: 40rem) {
  .conversations.all-conversations .half-col:last-of-type,
  .conversations.forum-search .half-col:last-of-type {
    border-top: 0; }
  .conversations.all-conversations #buddypress .current-conversations .column-title,
  .conversations.forum-search #buddypress .current-conversations .column-title {
    padding-bottom: 56px; }
    .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-new-link, .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-search,
    .conversations.forum-search #buddypress .current-conversations .column-title .conversations-new-link,
    .conversations.forum-search #buddypress .current-conversations .column-title .conversations-search {
      padding: 0;
      display: block;
      width: 100%;
      border: 0;
      text-align: center; }
    .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-new-link,
    .conversations.forum-search #buddypress .current-conversations .column-title .conversations-new-link {
      margin-bottom: 18px; }
    .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-search,
    .conversations.forum-search #buddypress .current-conversations .column-title .conversations-search {
      padding-left: 18px;
      padding-right: 18px; }
      .conversations.all-conversations #buddypress .current-conversations .column-title .conversations-search form,
      .conversations.forum-search #buddypress .current-conversations .column-title .conversations-search form {
        max-width: unset;
        text-align: left; }
  .conversations.forum-search #buddypress .current-conversations .column-title .conversations-search {
    margin-left: 0; } }

/* row of widgets */
#widget-area.columns {
  position: relative;
  margin-top: 32px;
  padding: 12px 0; }
  #widget-area.columns .column {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    /*&:before {
      content: '';
      width: 1px;
      background-color: #ddd;
      position: absolute;
      top: 0;
      bottom: 0;
    }*/ }
    #widget-area.columns .column.one-fourth {
      padding: 0 12px;
      width: calc(25% + 6px); }
      #widget-area.columns .column.one-fourth:before {
        margin-left: -12px; }
      #widget-area.columns .column.one-fourth:first-of-type {
        padding-left: 0;
        width: calc(25% - 6px); }
        #widget-area.columns .column.one-fourth:first-of-type:before {
          display: none; }
      #widget-area.columns .column.one-fourth:last-of-type {
        padding-right: 0;
        width: calc(25% - 6px); }

@media only screen and (max-width: 720px) {
  #widget-area.columns {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #000; }
    #widget-area.columns .column {
      width: 100% !important;
      padding: 18px 0 !important; }
      #widget-area.columns .column:nth-of-type(n + 2) {
        border-top: 1px solid #ddd; }
      #widget-area.columns .column.one-fourth {
        width: 100% !important; }
      #widget-area.columns .column:before {
        display: none; }
      #widget-area.columns .column h2 {
        padding: 0;
        border-bottom: 0; }
  .group-row.grey #widget-area.columns {
    border-top: 0; }
    .group-row.grey #widget-area.columns .column:nth-of-type(n + 2) {
      border-top: 1px solid #bababa; } }

/* grey row */
.group-row.grey {
  background-color: #dddddd;
  margin-top: 0; }
  .group-row.grey #widget-area {
    margin: 18px 0; }
    .group-row.grey #widget-area h2.widget-title {
      border-color: #bababa; }

/* post form */
#buddypress #new-post .bbp-submit-wrapper {
  float: none;
  text-align: right;
  margin-top: 0;
  display: inline-block;
  width: calc(50% - 5px); }
  #buddypress #new-post .bbp-submit-wrapper button {
    display: inline-block; }

#buddypress #new-post br {
  display: none; }

#buddypress #new-post #qt_bbp_topic_content_toolbar {
  /* display: none; */ }

#buddypress #new-post textarea {
  font-size: 16px;
  padding: 4px 6px;
  font-weight: 500;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  margin-bottom: 16px;
  margin-top: 0;
  height: 220px; }

#buddypress #new-post .bbp_topic_subscription_wrapper label {
  margin: -6px 0 0 6px;
  display: inline-block;
  width: calc(100% - 28px);
  vertical-align: middle;
  color: #26bcd7; }

#buddypress #new-post .bbp_topic_subscription_wrapper + .bbp-template-notice {
  display: none; }

#buddypress #new-post .bbp-attachments-form {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px; }

#buddypress #new-post .bbp-attachments-form br:nth-of-type(n + 2) {
  display: block; }

#buddypress #new-post .bbp-attachments-form label[for='bbp_topic_tags'] {
  display: none; }

#buddypress #new-post .bbp-attachments-form input[type="file"] {
  display: none; }

#buddypress #new-post .file_reader {
  display: inline-block;
  margin-left: 1em;
  margin-bottom: 2px;
  max-width: calc(100% - 110px);
  vertical-align: middle;
  overflow: scroll; }

#buddypress #new-post a.d4p-attachment-addfile {
  color: #26bcd7;
  transition: all 0.3s; }
  #buddypress #new-post a.d4p-attachment-addfile:hover {
    color: #000000; }

#buddypress #new-post .bbp-attachments-form input.attachment_button {
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  padding: 0 12px 1px;
  border: 0;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 4px;
  display: inline-block;
  text-align: center;
  background-color: #eaeaea;
  color: #808080;
  transition: all 0.3s; }
  #buddypress #new-post .bbp-attachments-form input.attachment_button:hover {
    background-color: #dddddd; }
  #buddypress #new-post .bbp-attachments-form input.attachment_button:nth-of-type(n + 3) {
    margin-top: 8px; }

@media only screen and (max-width: 768px) {
  #buddypress #new-post .bbp-attachments-form {
    display: none; }
  #buddypress #new-post .bbp-submit-wrapper {
    width: 100%; } }

#buddypress .email-members #new-post .bbp-attachments-form {
  margin: 0;
  width: 65%; }
  #buddypress .email-members #new-post .bbp-attachments-form input.attachment_button {
    font-size: 12px;
    line-height: 27px;
    margin: 0 0 4px; }
  #buddypress .email-members #new-post .bbp-attachments-form .file_reader, #buddypress .email-members #new-post .bbp-attachments-form .d4p-attachment-addfile {
    font-size: 12px;
    border: 0; }
  #buddypress .email-members #new-post .bbp-attachments-form .d4p-attachment-addfile {
    display: inline-block;
    margin-top: 4px; }

#buddypress .email-members #new-post .bbp-submit-wrapper {
  width: calc(35% - 5px); }

#buddypress .email-members #new-post > fieldset > div > fieldset.bbp-form {
  width: 65%;
  margin: 0;
  display: inline-block; }
  #buddypress .email-members #new-post > fieldset > div > fieldset.bbp-form .bbp-attachments-form {
    width: 100%; }
  #buddypress .email-members #new-post > fieldset > div > fieldset.bbp-form > legend:first-child {
    display: none; }

/* tiny mce editor */
.wp-editor-wrap .wp-editor-tools {
  display: none; }

.mce-container-body {
  padding: 0 !important;
  border: 0 !important; }

#wp-bbp_topic_content-editor-container {
  border: 1px solid #bbbbbb !important;
  margin-bottom: 1em; }

.mce-top-part::before,
.mce-statusbar {
  display: none !important; }

.mce-toolbar-grp {
  background-color: #eaeaea !important;
  border-bottom: 0 !important; }

.mce-toolbar .mce-btn-group {
  padding: 0 !important; }

.mce-toolbar .mce-btn-group .mce-btn {
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important; }

#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #eaeaea !important;
  padding: 4px !important;
  margin-right: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

#buddypress .wp-editor-wrap button:hover,
#buddypress .wp-editor-wrap input[type="button"]:hover {
  background-color: #dddddd !important; }

#buddypress .wp-editor-wrap .mce-active a.button,
#buddypress .wp-editor-wrap .mce-active button {
  background-color: #dddddd !important; }

.mce-toolbar .mce-btn-group .mce-btn.mce-active,
.mce-toolbar .mce-btn-group .mce-btn:active,
.qt-dfw.active {
  background: #dddddd !important;
  border: 0 !important;
  box-shadow: 0 !important; }

.mce-btn.mce-active i {
  color: #444 !important; }

.mce-toolbar .mce-ico {
  color: #808080 !important; }

.mce-btn.mce-active,
.mce-btn.mce-active:hover,
.mce-btn.mce-active:focus,
.mce-btn.mce-active:active {
  background: #dddddd !important;
  color: #444 !important; }

body#tinymce {
  font-family: 'urw-din' !important; }

/* attachments */
#bbpress-forums .bbp-attachments,
#bbpress-forums .bbp-attachments-errors {
  border-top: 0;
  margin: 0;
  padding: 0;
  overflow: auto; }

#bbpress-forums .bbp-attachments ol.with-icons li.d4p-bbp-attachment,
#bbpress-forums .bbp-attachments ol.with-icons li.d4p-bbp-attachment:last-child,
#bbpress-forums .bbp-attachments-errors ol.with-icons li.d4p-bbp-attachment,
#bbpress-forums .bbp-attachments-errors ol.with-icons li.d4p-bbp-attachment:last-child {
  margin-bottom: 8px !important; }

#bbpress-forums .bbp-attachments ol.with-icons:nth-of-type(2) li.d4p-bbp-attachment,
#bbpress-forums .bbp-attachments-errors ol.with-icons:nth-of-type(2) li.d4p-bbp-attachment {
  margin-bottom: 0 !important; }

#bbpress-forums .bbp-attachments ol li,
#bbpress-forums .bbp-attachments-errors ol li {
  padding-left: 0 !important; }
  #bbpress-forums .bbp-attachments ol li .wp-caption, #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment .wp-caption,
  #bbpress-forums .bbp-attachments-errors ol li .wp-caption,
  #bbpress-forums .bbp-attachments-errors ol li.d4p-bbp-attachment .wp-caption {
    width: 100% !important;
    padding: 0 !important; }
    #bbpress-forums .bbp-attachments ol li .wp-caption > a, #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment .wp-caption > a,
    #bbpress-forums .bbp-attachments-errors ol li .wp-caption > a,
    #bbpress-forums .bbp-attachments-errors ol li.d4p-bbp-attachment .wp-caption > a {
      display: none; }
  #bbpress-forums .bbp-attachments ol li:before,
  #bbpress-forums .bbp-attachments-errors ol li:before {
    display: none; }

#bbpress-forums .bbp-attachments li, #bbpress-forums .bbp-attachments ol li.bbp-atthumb .wp-caption p.wp-caption-text,
#bbpress-forums .bbp-attachments ol li.bbp-atthumb.d4p-bbp-attachment .wp-caption p.wp-caption-text,
#bbpress-forums .bbp-attachments-errors li,
#bbpress-forums .bbp-attachments-errors ol li.bbp-atthumb .wp-caption p.wp-caption-text,
#bbpress-forums .bbp-attachments-errors ol li.bbp-atthumb.d4p-bbp-attachment .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 16px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
  color: #aeaeae; }

#bbpress-forums .bbp-attachments ol li.bbp-atthumb .wp-caption p.wp-caption-text br,
#bbpress-forums .bbp-attachments-errors ol li.bbp-atthumb .wp-caption p.wp-caption-text br {
  display: none; }

#bbpress-forums .bbp-attachments li.bbp-atticon,
#bbpress-forums .bbp-attachments-errors li.bbp-atticon {
  background: none !important;
  padding: 0 !important; }

#bbpress-forums div.bbp-topic-content .bbp-attachments a,
#bbpress-forums div.bbp-reply-content .bbp-attachments a {
  color: #26bcd7;
  transition: all 0.3s; }
  #bbpress-forums div.bbp-topic-content .bbp-attachments a:hover,
  #bbpress-forums div.bbp-reply-content .bbp-attachments a:hover {
    color: #000; }
  #bbpress-forums div.bbp-topic-content .bbp-attachments a:nth-of-type(n + 2),
  #bbpress-forums div.bbp-reply-content .bbp-attachments a:nth-of-type(n + 2) {
    color: #555;
    transition: all 0.3s; }
    #bbpress-forums div.bbp-topic-content .bbp-attachments a:nth-of-type(n + 2):hover,
    #bbpress-forums div.bbp-reply-content .bbp-attachments a:nth-of-type(n + 2):hover {
      color: #000; }

#buddypress #bbpress-forums .bbp-attachments h6,
#buddypress #bbpress-forums .bbp-attachments-errors h6 {
  margin-bottom: 8px !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

#buddypress .wp-editor-container {
  border: 0; }

#buddypress .conversations-list-container .not-found {
  text-align: center;
  font-weight: 500;
  margin: 20px auto; }

#buddypress ul.conversations-list {
  width: 100%;
  display: block;
  list-style-type: none;
  margin: 36px auto 40px; }
  #buddypress ul.conversations-list li {
    display: block;
    position: relative;
    border-top: 1px solid #ddd; }
    #buddypress ul.conversations-list li .list-column {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      #buddypress ul.conversations-list li .list-column.forum-title {
        width: calc(51% - 5px); }
        #buddypress ul.conversations-list li .list-column.forum-title a {
          padding-top: 8px;
          padding-bottom: 8px;
          font-weight: 700;
          color: #000;
          font-size: 18px;
          line-height: 22px;
          display: inline-block; }
      #buddypress ul.conversations-list li .list-column.avatar {
        width: calc(9% - 5px); }
        #buddypress ul.conversations-list li .list-column.avatar a {
          padding: 8px;
          display: block;
          position: relative;
          z-index: 2; }
        #buddypress ul.conversations-list li .list-column.avatar img {
          width: 100%; }
      #buddypress ul.conversations-list li .list-column.name {
        width: calc(29% - 5px); }
        #buddypress ul.conversations-list li .list-column.name a {
          position: relative;
          z-index: 2;
          display: inline-block;
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          color: #000;
          padding: 8px 8px 8px 0; }
          #buddypress ul.conversations-list li .list-column.name a:hover {
            color: #26bcd7; }
      #buddypress ul.conversations-list li .list-column.time {
        width: calc(11% - 5px);
        text-align: right;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 10px;
        font-weight: 600;
        color: #777;
        letter-spacing: 0.04em; }
    #buddypress ul.conversations-list li:last-of-type {
      border-bottom: 1px solid #ddd; }
  #buddypress ul.conversations-list .thread-link {
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    right: 0;
    background-color: transparent;
    opacity: 0;
    z-index: 1;
    border-top: 1px solid #26bcd7;
    border-bottom: 1px solid #26bcd7;
    transition: all 0.3s; }
    #buddypress ul.conversations-list .thread-link:hover ~ div a, #buddypress ul.conversations-list .thread-link:hover ~ div {
      color: #26bcd7; }
    #buddypress ul.conversations-list .thread-link:hover {
      opacity: 1; }

.groups.calls-meetings .calls-meetings-container div.none-yet,
.groups.updates div.none-yet {
  padding: 0 36px 16px; }

.groups.calls-meetings .calls-meetings-container p.none-yet,
.groups.updates p.none-yet {
  text-align: center;
  font-style: italic;
  font-weight: 400;
  color: #717171; }

/* static pages */
body.single-item.groups.meetings #buddypress #item-header {
  display: none; }

body.single-item.groups.meetings #buddypress #item-body {
  padding: 0;
  margin: 0; }
  body.single-item.groups.meetings #buddypress #item-body article {
    padding: 0;
    margin: 0; }
    body.single-item.groups.meetings #buddypress #item-body article .entry-content {
      padding: 0; }

body.single-item.groups.calls-meetings #item-body .calls-meetings-container {
  text-align: left; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .left-column {
    padding: 36px 36px 0; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .right-column h2 {
    font-size: 18px;
    font-weight: 800;
    text-align: left; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content h2:first-child,
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content h3:first-child {
    margin-top: 0; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content ul li,
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content ol li {
    padding-left: 34px;
    position: relative; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content ul {
    list-style-type: none; }
    body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content ul li:before {
      display: block;
      content: '\2022';
      font-weight: 800;
      position: absolute;
      left: 8px;
      color: #26bcd7; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content div > ol:last-child {
    margin-bottom: 0; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content ol {
    counter-reset: li; }
    body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content ol li {
      list-style-type: none; }
      body.single-item.groups.calls-meetings #item-body .calls-meetings-container .entry-content ol li:before {
        display: block;
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: 8px;
        font-weight: 800;
        color: #26bcd7; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list {
    width: 100%;
    display: block;
    list-style-type: none;
    margin: 36px auto; }
    body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list li {
      display: block;
      position: relative;
      border-top: 1px solid #ddd; }
      body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list li .list-column {
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list li .list-column.title {
          width: calc(50% - 3px);
          box-sizing: border-box;
          padding: 18px 8px 18px 0; }
          body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list li .list-column.title a {
            color: #000;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px; }
        body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list li .list-column.date {
          width: calc(30% - 3px);
          box-sizing: border-box;
          padding: 18px 8px 18px 0;
          color: #000;
          font-weight: 400;
          font-size: 18px;
          line-height: 22px; }
        body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list li .list-column.meeting-or-call {
          width: calc(20% - 3px);
          box-sizing: border-box;
          padding: 18px 0;
          text-align: right;
          text-transform: uppercase;
          color: #777;
          font-weight: 700;
          font-size: 12px;
          line-height: 14px;
          letter-spacing: 0.04em; }
      body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list li:last-of-type {
        border-bottom: 1px solid #ddd; }
    body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list .event-link {
      position: absolute;
      top: -1px;
      left: 0;
      bottom: -1px;
      right: 0;
      background-color: transparent;
      opacity: 0;
      z-index: 1;
      border-top: 1px solid #26bcd7;
      border-bottom: 1px solid #26bcd7;
      transition: all 0.3s; }
      body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list .event-link:hover ~ div a, body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list .event-link:hover ~ div {
        color: #26bcd7; }
      body.single-item.groups.calls-meetings #item-body .calls-meetings-container ul.calls-meetings-list .event-link:hover {
        opacity: 1; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .recent-call-list,
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .recent-meeting-list {
    margin: 0 20px;
    text-align: left;
    list-style: none; }
    body.single-item.groups.calls-meetings #item-body .calls-meetings-container .recent-call-list li,
    body.single-item.groups.calls-meetings #item-body .calls-meetings-container .recent-meeting-list li {
      text-align: left;
      margin-bottom: 10px;
      font-size: 14px; }
      body.single-item.groups.calls-meetings #item-body .calls-meetings-container .recent-call-list li h4,
      body.single-item.groups.calls-meetings #item-body .calls-meetings-container .recent-meeting-list li h4 {
        margin: 0 !important;
        text-align: left;
        font-size: 14px; }

body.single-item.groups.calls-meetings .entry-header {
  display: block;
  padding-top: 18px; }
  body.single-item.groups.calls-meetings .entry-header h1.entry-title {
    margin-bottom: 0 !important;
    font-size: 38px;
    line-height: 1;
    font-weight: 400; }

body.single-item.groups.calls-meetings .entry-content {
  padding-bottom: 40px; }

#buddypress .right-column form.search-form {
  padding: 1em 0;
  margin: 0 1em;
  border-bottom: 1px solid #ddd; }
  #buddypress .right-column form.search-form input[type='search'] {
    width: 100%; }

#buddypress .sidebar-container form.search-form input[type='submit'] {
  width: 78px;
  position: absolute;
  right: 0;
  background-color: #26bcd7;
  border-color: #26bcd7;
  color: #fff;
  font-size: 12px;
  padding: 4px 6px 6px;
  margin: 0; }
  #buddypress .sidebar-container form.search-form input[type='submit']:hover {
    border: 0;
    background-color: #000; }

/* updates */
.buddypress main article {
  margin: 0;
  padding-top: 0; }
  .buddypress main article .entry-header {
    padding: 0 0 8px; }
    .buddypress main article .entry-header h2.entry-title {
      margin-bottom: 0 !important;
      font-size: 28px;
      line-height: 32px; }
      .buddypress main article .entry-header h2.entry-title a {
        color: #000; }
        .buddypress main article .entry-header h2.entry-title a:hover {
          color: #26bcd7; }
  .buddypress main article .entry-meta {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    letter-spacing: 0.02em;
    padding-bottom: 12px;
    font-weight: 600; }
  .buddypress main article .entry-content {
    padding: 0; }

.updates #buddypress #item-body article {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

/* individual update news post */
.news nav.menu-header .menubar.groupbar .menu-updates a {
  border-color: #fff; }

.news #item-body .posts-wrapper.full-width {
  display: block;
  width: 100%;
  position: relative; }
  .news #item-body .posts-wrapper.full-width .posts-container {
    flex: unset;
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .news #item-body .posts-wrapper.full-width .posts-container .back-link {
      text-align: center;
      margin-top: 36px; }
    .news #item-body .posts-wrapper.full-width .posts-container .entry-meta {
      font-size: 14px;
      line-height: 14px;
      letter-spacing: 0.02em;
      font-weight: 600;
      color: #666;
      text-align: center;
      margin-bottom: 21px; }
  .news #item-body .posts-wrapper.full-width .back-link.align-top {
    position: absolute; }
    .news #item-body .posts-wrapper.full-width .back-link.align-top + .posts-container h2 {
      width: 60%;
      margin: 0 auto 12px; }

.news #item-body p a, .news #item-body ul li a, .news #item-body ol li a {
  color: #000;
  border-bottom: 2px solid #26bcd7;
  transition: border 0.3s; }
  .news #item-body p a:hover, .news #item-body ul li a:hover, .news #item-body ol li a:hover {
    border-bottom: 2px solid transparent; }

.news #item-body ul, .news #item-body ol {
  list-style-type: none; }
  .news #item-body ul li, .news #item-body ol li {
    padding-left: 24px;
    position: relative; }

.news #item-body ul li:before {
  content: '\2022';
  font-weight: 800;
  position: absolute;
  left: 0;
  color: #26bcd7; }

.news #item-body ol {
  counter-reset: li; }
  .news #item-body ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    font-weight: 800;
    color: #26bcd7; }

@media only screen and (max-width: 720px) {
  .news #item-body .posts-wrapper.full-width .back-link.align-top {
    position: static;
    width: 100%;
    padding: 0 36px 24px; }
    .news #item-body .posts-wrapper.full-width .back-link.align-top + .posts-container h2 {
      width: 100%; } }

/* misc */
.half-col {
  width: calc(50% - 3px);
  display: inline-block;
  vertical-align: top; }
  .half-col:first-of-type {
    padding-right: 36px; }
  .half-col:last-of-type {
    padding-left: 36px; }
  .half-col .interior {
    padding-bottom: 16px; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* group announcement */
.group_announcement {
  background-color: #26bcd7; }
  .group_announcement:not(.footer) {
    display: block; }

#buddypress .announcement_wrap,
.announcement_wrap {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 2rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 24px; }
  #buddypress .announcement_wrap p,
  .announcement_wrap p {
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em; }
    #buddypress .announcement_wrap p:last-child,
    .announcement_wrap p:last-child {
      margin-bottom: 0; }
    #buddypress .announcement_wrap p.medium:last-child,
    .announcement_wrap p.medium:last-child {
      margin-bottom: 0; }
  #buddypress .announcement_wrap a,
  .announcement_wrap a {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.3s; }
    #buddypress .announcement_wrap a:hover,
    .announcement_wrap a:hover {
      border-bottom: 1px solid #000000; }
    #buddypress .announcement_wrap a.button,
    .announcement_wrap a.button {
      font-size: 16px;
      padding: 5px 0.5em 6px;
      border: 0;
      background-color: #fff;
      color: #000; }
      #buddypress .announcement_wrap a.button:hover,
      .announcement_wrap a.button:hover {
        border: 0;
        color: #26bcd7; }
  #buddypress .announcement_wrap:before,
  .announcement_wrap:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/img_notification.svg") no-repeat;
    margin: 0 auto 0.5rem; }
  #buddypress .announcement_wrap .column-group,
  .announcement_wrap .column-group {
    margin-top: 18px; }

#buddypress .group_notification,
.group_notification {
  background-color: #eaeaea; }
  #buddypress .group_notification .announcement_wrap:before,
  .group_notification .announcement_wrap:before {
    display: none; }
  #buddypress .group_notification .announcement_wrap p,
  .group_notification .announcement_wrap p {
    color: #000; }
  #buddypress .group_notification .announcement_wrap a,
  .group_notification .announcement_wrap a {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.3s; }
    #buddypress .group_notification .announcement_wrap a:hover,
    .group_notification .announcement_wrap a:hover {
      border-bottom: 1px solid #000; }
    #buddypress .group_notification .announcement_wrap a.button,
    .group_notification .announcement_wrap a.button {
      padding: 5px 0.5em 6px;
      border: 1px solid #fff;
      background-color: #a1a1a1;
      color: #fff; }
      #buddypress .group_notification .announcement_wrap a.button:after,
      .group_notification .announcement_wrap a.button:after {
        border-color: #fff; }
      #buddypress .group_notification .announcement_wrap a.button:hover,
      .group_notification .announcement_wrap a.button:hover {
        color: #fff;
        background-color: #000; }

.group_notification p.notification:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  background: url("../images/img_alert.svg") no-repeat;
  background-size: contain;
  margin: 0 0.5em 0 0;
  position: relative;
  top: -0.05em; }

@media screen and (min-width: 59.6875em) {
  .group_announcement.footer,
  .group_notification.footer {
    display: block;
    float: left;
    margin-left: 300px;
    width: calc(100% - 300px);
    border-left: 1px solid #000; } }

@media screen and (max-width: 38.75em) {
  .announcement_wrap {
    padding-left: 1rem;
    padding-right: 1rem; } }

/* single page */
.group-forum-topic #item-body {
  position: relative; }

.group-forum-topic nav.menu-header .menubar .menu-conversations a {
  border: 1px solid; }

#bbpress-forums {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  min-height: 100vh; }
  #bbpress-forums .back-link {
    position: absolute;
    top: 36px;
    left: 36px; }
  #bbpress-forums .start-new {
    position: absolute;
    top: 36px;
    right: 40px; }
  #bbpress-forums fieldset.bbp-form {
    border: none;
    margin: 0; }
    #bbpress-forums fieldset.bbp-form legend {
      display: none; }
  #bbpress-forums div.bbp-the-content-wrapper {
    margin-bottom: 0;
    border: 1px solid #bbbbbb;
    padding: 0; }
    #bbpress-forums div.bbp-the-content-wrapper #qt_bbp_reply_content_toolbar.quicktags-toolbar {
      padding: 0 0 6px;
      border-bottom: 1px solid #ddd;
      background: transparent; }
    #bbpress-forums div.bbp-the-content-wrapper + p {
      display: none; }
  #bbpress-forums #new-post textarea {
    margin-bottom: 0;
    margin-top: 6px;
    border: 0; }
  #bbpress-forums h4.reply-headline {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 18px; }

#bbpress-forums .hentry.status-pending .bbp-mt-template-notice {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  border: 0;
  color: #555;
  background-color: #eaeaea;
  text-align: left;
  padding: 0.75em; }
  #bbpress-forums .hentry.status-pending .bbp-mt-template-notice p {
    color: #555; }
  #bbpress-forums .hentry.status-pending .bbp-mt-template-notice a {
    color: #555;
    border-bottom: 1px solid #26bcd7;
    opacity: 1;
    transition: all 0.3s; }
    #bbpress-forums .hentry.status-pending .bbp-mt-template-notice a:hover {
      color: #26bcd7; }

#bbpress-forums .bbp-reply-content a, #bbpress-forums .bbp-reply-content ul a, #bbpress-forums .bbp-reply-content ol a {
  color: #000;
  border-bottom: 1px solid #26bcd7;
  transition: all 0.3s; }
  #bbpress-forums .bbp-reply-content a:hover, #bbpress-forums .bbp-reply-content a:active, #bbpress-forums .bbp-reply-content a:focus, #bbpress-forums .bbp-reply-content ul a:hover, #bbpress-forums .bbp-reply-content ul a:active, #bbpress-forums .bbp-reply-content ul a:focus, #bbpress-forums .bbp-reply-content ol a:hover, #bbpress-forums .bbp-reply-content ol a:active, #bbpress-forums .bbp-reply-content ol a:focus {
    color: #26bcd7; }

#bbpress-forums .bbp-reply-content ul, #bbpress-forums .bbp-reply-content ol {
  list-style-type: none !important;
  margin: 0 0 16px !important; }
  #bbpress-forums .bbp-reply-content ul li, #bbpress-forums .bbp-reply-content ol li {
    padding-left: 24px;
    position: relative; }

#bbpress-forums .bbp-reply-content ul li:before {
  content: '\2022';
  font-weight: 800;
  position: absolute;
  left: 0;
  color: #26bcd7; }

#bbpress-forums .bbp-reply-content ol {
  counter-reset: li; }
  #bbpress-forums .bbp-reply-content ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    font-weight: 800;
    color: #26bcd7; }

#bbpress-forums blockquote {
  border-left: 1px solid #ddd; }

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
  display: inline-block;
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 0 4px;
  max-width: 100%;
  vertical-align: middle;
  margin-top: -4px; }

#bbpress-forums .bbp-reply-content p:not(.wp-caption-text) a {
  color: #000;
  border-bottom: 1px solid #26bcd7;
  transition: all 0.3s; }
  #bbpress-forums .bbp-reply-content p:not(.wp-caption-text) a:hover, #bbpress-forums .bbp-reply-content p:not(.wp-caption-text) a:active, #bbpress-forums .bbp-reply-content p:not(.wp-caption-text) a:focus {
    color: #26bcd7; }

@media screen and (min-width: 77.5em) {
  #bbpress-forums blockquote {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1em;
    margin-left: 0;
    padding-left: 18px; } }

@media screen and (min-width: 59.6875em) {
  #bbpress-forums blockquote {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1em;
    margin-left: 0;
    padding-left: 18px; } }

@media screen and (min-width: 38.75em) {
  .bbpress-forums blockquote {
    margin-left: 0; } }

#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type="submit"],
#buddypress .wp-editor-wrap input[type="button"],
#buddypress .wp-editor-wrap input[type="reset"] {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background-color: #a6a6a6;
  color: #fff;
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 6px; }
  #buddypress .wp-editor-wrap a.button:hover,
  #buddypress .wp-editor-wrap button:hover,
  #buddypress .wp-editor-wrap input[type="submit"]:hover,
  #buddypress .wp-editor-wrap input[type="button"]:hover,
  #buddypress .wp-editor-wrap input[type="reset"]:hover {
    background-color: #808080; }

body.group-forum-topic #bbpress-forums h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin: 40px auto 0;
  display: block;
  width: 100%;
  max-width: 720px; }

body.group-forum-topic #bbpress-forums ul {
  border: 0;
  background: none; }

body.group-forum-topic #bbpress-forums li.bbp-body {
  background: none;
  border: 0; }
  body.group-forum-topic #bbpress-forums li.bbp-body div.hentry {
    padding: 32px 0;
    margin: 0;
    border-bottom: 1px solid #dddddd; }
  body.group-forum-topic #bbpress-forums li.bbp-body .bbp-reply-content {
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0 0;
    padding: 0; }
    body.group-forum-topic #bbpress-forums li.bbp-body .bbp-reply-content p:not(:last-child) {
      margin-bottom: 1em; }
  body.group-forum-topic #bbpress-forums li.bbp-body .bp_group {
    margin-left: 0;
    margin-right: 0;
    background: none;
    border: 0; }
  body.group-forum-topic #bbpress-forums li.bbp-body .bog-bbp-avatar {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px; }
    body.group-forum-topic #bbpress-forums li.bbp-body .bog-bbp-avatar img {
      width: 65px;
      height: 65px; }
  body.group-forum-topic #bbpress-forums li.bbp-body .bog-bbp-info {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 8px;
    width: calc(100% - 82px); }
    body.group-forum-topic #bbpress-forums li.bbp-body .bog-bbp-info .name, body.group-forum-topic #bbpress-forums li.bbp-body .bog-bbp-info .name a {
      font-size: 18px;
      line-height: 24px;
      color: #000;
      font-weight: 700;
      margin: 0 0 10px 0; }
    body.group-forum-topic #bbpress-forums li.bbp-body .bog-bbp-info .name a {
      border-bottom: 1px solid #26bcd7;
      transition: color 0.3s; }
      body.group-forum-topic #bbpress-forums li.bbp-body .bog-bbp-info .name a:hover {
        color: #26bcd7; }
    body.group-forum-topic #bbpress-forums li.bbp-body .bog-bbp-info .reply-date {
      text-transform: uppercase;
      color: #777777;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0.04em;
      font-weight: 600; }

body.group-forum-topic #bbpress-forums .bbp-form {
  padding: 0;
  width: 100%; }

body.group-forum-topic #bbpress-forums #new-post div.bbp-submit-wrapper {
  float: none;
  text-align: right;
  margin: 10px auto; }
  body.group-forum-topic #bbpress-forums #new-post div.bbp-submit-wrapper button {
    margin: 0 -5px 0 0;
    font-size: 18px;
    line-height: 18px;
    background: #26bcd7;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 6px 8px 8px;
    text-transform: uppercase;
    transition: background-color 0.3s; }
    body.group-forum-topic #bbpress-forums #new-post div.bbp-submit-wrapper button:hover {
      background-color: #000; }

body.group-forum-topic #bbpress-forums .bbp-reply-form #new-post div.bbp-submit-wrapper {
  width: 100%;
  text-align: center; }
  body.group-forum-topic #bbpress-forums .bbp-reply-form #new-post div.bbp-submit-wrapper button {
    margin-top: 0;
    margin-right: 0; }

div.bbp-template-notice, div.indicator-hint {
  display: none; }

.email-members div.bbp-template-notice, .email-members div.indicator-hint,
#buddypress .bog-group-home-container .bog-group-home-column .email-members div.bbp-template-notice,
#buddypress .bog-group-home-container .bog-group-home-column .email-members div.indicator-hint {
  margin-top: 0;
  padding: 3px 4px 6px; }
  .email-members div.bbp-template-notice p, .email-members div.indicator-hint p,
  #buddypress .bog-group-home-container .bog-group-home-column .email-members div.bbp-template-notice p,
  #buddypress .bog-group-home-container .bog-group-home-column .email-members div.indicator-hint p {
    font-size: 12px;
    line-height: 16px; }

#email-members.modal,
#buddypress .bog-group-home-container .bog-group-home-column #email-members.modal {
  top: calc(50% - 200px); }
  #email-members.modal .modal-toggle.button,
  #buddypress .bog-group-home-container .bog-group-home-column #email-members.modal .modal-toggle.button {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 18px;
    height: 18px;
    background: url("../images/img_close.svg") no-repeat 50%;
    cursor: pointer; }

.validation-response {
  margin-top: -32px;
  margin-bottom: 32px;
  background-color: #dddddd;
  font-size: 16px;
  padding: 0.5em 36px;
  text-align: center;
  font-style: italic;
  color: #000; }
  .validation-response a {
    color: #26bcd7;
    border-bottom: 1px solid #26bcd7;
    transition: all 0.3s; }
    .validation-response a:hover {
      color: #000000;
      border-color: #000000; }
  .validation-response.success {
    background-color: #4fd58e;
    color: #005f54; }

.bbp-pagination, #subscribe-button {
  float: none;
  width: calc(50% - 2px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 36px; }

#subscribe-button {
  text-align: right; }

button#bog_subscribe_button {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  background-color: #fff;
  color: #26bcd7;
  display: inline-block;
  transition: color 0.3s; }
  button#bog_subscribe_button:hover {
    color: #000; }

input#bbp_topic_subscription,
label[for=bbp_topic_subscription] {
  display: none !important; }

.bbp-pagination-links a,
.bbp-pagination-links span.current {
  background: #405ec4;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  padding: 0 0 1px 1px;
  border: 0;
  box-sizing: border-box;
  width: 1.5em;
  opacity: 1;
  display: inline-block;
  transition: background-color 0.3s; }
  .bbp-pagination-links a:hover,
  .bbp-pagination-links span.current:hover {
    background: #000;
    opacity: 1;
    border: 0; }

.bbp-pagination-links span.current {
  background: #bababa;
  opacity: 1;
  border: 0; }
  .bbp-pagination-links span.current:hover {
    background: #bababa; }

/* closed & sticky topic styling thread and forum views */
#bbpress-forums.topic-closed > div.closed-notification {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  border: 0;
  color: #555;
  background-color: #eaeaea;
  text-align: left;
  padding: 0.75em; }
  #bbpress-forums.topic-closed > div.closed-notification p {
    color: #555; }

#buddypress .group-row .current-conversations ul.conversations-list li.closed:before,
#buddypress .group-row .current-conversations ul.conversations-list li.stuck:before {
  content: '';
  position: absolute;
  width: 0.6666666667em;
  height: 1em;
  background: url("../images/img_lock.svg") no-repeat 0 0;
  background-size: contain;
  top: calc(50% - 0.5em);
  left: 0; }

#buddypress .group-row .current-conversations ul.conversations-list li.closed div.forum-title,
#buddypress .group-row .current-conversations ul.conversations-list li.stuck div.forum-title {
  padding-left: 1.3333333333em; }

#buddypress .group-row .current-conversations ul.conversations-list li.stuck:before {
  background: url("../images/img_pin.svg") no-repeat 0 0;
  background-size: contain; }

body.group-forum-topic.topic-closed #bbpress-forums h3,
body.group-forum-topic.topic-stuck #bbpress-forums h3 {
  padding-left: 1.3333333333em;
  position: relative; }
  body.group-forum-topic.topic-closed #bbpress-forums h3:before,
  body.group-forum-topic.topic-stuck #bbpress-forums h3:before {
    content: '';
    position: absolute;
    width: 0.6666666667em;
    height: 1em;
    background: url("../images/img_lock.svg") no-repeat 0 0;
    background-size: contain;
    top: calc(50% - 0.5em);
    left: 0; }

body.group-forum-topic.topic-stuck #bbpress-forums h3:before {
  background: url("../images/img_pin.svg") no-repeat 0 0;
  background-size: contain; }

/* profile header */
body.bp-user #buddypress #item-header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 40px !important; }
  body.bp-user #buddypress #item-header .back-link {
    display: inline-block;
    width: 200px; }
  body.bp-user #buddypress #item-header #item-header-wrap {
    display: block;
    margin: 0 auto; }
  body.bp-user #buddypress #item-header .align-top {
    vertical-align: top; }
  body.bp-user #buddypress #item-header #item-header-avatar {
    width: 100%;
    float: none;
    padding: 0; }
    body.bp-user #buddypress #item-header #item-header-avatar a {
      margin: 0;
      float: none; }
      body.bp-user #buddypress #item-header #item-header-avatar a img.avatar {
        margin: 0;
        float: none; }
  body.bp-user #buddypress #item-header #item-header-content {
    float: none;
    width: 100%;
    text-align: center; }
    body.bp-user #buddypress #item-header #item-header-content h1 {
      font-weight: 200;
      font-size: 40px;
      line-height: 40px;
      color: #000;
      margin-top: 18px;
      margin-bottom: 8px; }
    body.bp-user #buddypress #item-header #item-header-content h2 {
      font-size: 18px;
      line-height: 21px;
      font-weight: 700;
      color: #000;
      margin-bottom: 0; }
    body.bp-user #buddypress #item-header #item-header-content #item-meta {
      display: none; }

/* subnav */
body.bp-user #buddypress #item-body #subnav {
  display: table;
  margin: 0 auto 30px auto;
  width: auto; }

/* profile home */
body.bp-user #buddypress #item-body .bog-member-profile-container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }
  body.bp-user #buddypress #item-body .bog-member-profile-container a {
    color: #000099; }
  body.bp-user #buddypress #item-body .bog-member-profile-container .bog-member-profile-col {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    body.bp-user #buddypress #item-body .bog-member-profile-container .bog-member-profile-col.left {
      width: calc(45% - 21px);
      margin-right: 36px; }
    body.bp-user #buddypress #item-body .bog-member-profile-container .bog-member-profile-col.right {
      width: calc(55% - 21px); }
    body.bp-user #buddypress #item-body .bog-member-profile-container .bog-member-profile-col h3 {
      font-size: 22px;
      line-height: 24px;
      font-weight: 600;
      letter-spacing: -0.02em;
      width: 100%;
      border-bottom: 1px solid #ccc;
      padding: 0 0 18px 0;
      margin: 0 0 18px 0; }
  body.bp-user #buddypress #item-body .bog-member-profile-container ul.bog-member-data-list {
    list-style: none;
    margin: 0 0 18px; }
    body.bp-user #buddypress #item-body .bog-member-profile-container ul.bog-member-data-list h4 {
      text-align: left; }
    body.bp-user #buddypress #item-body .bog-member-profile-container ul.bog-member-data-list li {
      text-align: left;
      margin-bottom: 18px; }
      body.bp-user #buddypress #item-body .bog-member-profile-container ul.bog-member-data-list li h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        text-transform: none;
        letter-spacing: unset;
        font-weight: 600; }
      body.bp-user #buddypress #item-body .bog-member-profile-container ul.bog-member-data-list li p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0; }
    body.bp-user #buddypress #item-body .bog-member-profile-container ul.bog-member-data-list ul {
      list-style: none;
      margin: 0; }
      body.bp-user #buddypress #item-body .bog-member-profile-container ul.bog-member-data-list ul li {
        text-align: left; }
  body.bp-user #buddypress #item-body .bog-member-profile-container .about-me p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px; }

body.bp-user #buddypress #item-body .contact-message {
  text-align: center;
  margin: 0 auto 36px; }
  body.bp-user #buddypress #item-body .contact-message p {
    font-style: italic;
    font-size: 14px;
    line-height: 18px; }
    body.bp-user #buddypress #item-body .contact-message p a {
      color: #000;
      border-bottom: 1px solid #26bcd7;
      transition: all 0.3s; }
      body.bp-user #buddypress #item-body .contact-message p a:hover {
        color: #26bcd7;
        opacity: 1; }

.profile p.none-yet {
  color: #a1a1a1; }

/* edit */
#buddypress #subnav li#change-cover-image-personal-li {
  display: none; }

#buddypress form#profile-edit-form {
  width: 90%;
  display: table;
  margin: 25px auto 50px auto; }
  #buddypress form#profile-edit-form h2 {
    display: none; }
  #buddypress form#profile-edit-form .field-visibility-settings-toggle {
    font-weight: 14px; }
  #buddypress form#profile-edit-form input[type=submit] {
    background-color: #000099;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px; }

.profile #template-notices {
  padding: 0 36px;
  margin: 0; }
  .profile #template-notices .bp-template-notice {
    width: 400px;
    margin: 2rem auto 0 !important;
    display: block; }
    .profile #template-notices .bp-template-notice p {
      font-size: 18px !important;
      line-height: 24px;
      text-align: center;
      font-weight: 400 !important;
      margin-top: 0 !important;
      background-color: transparent !important;
      color: #005f54 !important;
      border-color: #005f54 !important; }

.profile #buddypress #item-body {
  padding-top: 18px; }

.tml {
  max-width: 100%; }
  .tml .message {
    padding: 0 3rem;
    border: 0;
    background: none;
    color: #000;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    line-height: 22px; }
  .tml .tml-user-login-wrap,
  .tml .tml-user-pass-wrap {
    margin-bottom: 0; }
  .tml .tml-links {
    width: 100%;
    text-align: center;
    margin-top: 1em;
    font-size: 12px;
    font-weight: 600; }
    .tml .tml-links a {
      color: #26bcd7;
      border-bottom: 0; }
      .tml .tml-links a:hover {
        border-bottom: 0; }
    .tml .tml-links li {
      display: inline-block;
      float: none;
      border-color: #bbbbbb;
      margin: 0 6px 0 0;
      padding: 0 8px 0 0; }
      .tml .tml-links li:before {
        display: none; }
  .tml .tml-error {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0 3rem;
    color: #ec1c24;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 1.5rem; }
    .tml .tml-error a {
      color: #ec1c24;
      border-bottom: 1px solid #ec1c24;
      transition: all 0.3s; }
      .tml .tml-error a:hover {
        color: #ec1c24;
        border-bottom: 1px solid transparent; }
    .tml .tml-error:before {
      display: none; }

.tml-login .tml-submit-wrap,
.tml-login .tml-rememberme-wrap {
  display: inline-block;
  text-align: left; }

.tml-login .tml-submit-wrap {
  width: calc(75% - 2.5em);
  margin-bottom: 0.5em;
  margin-left: 0.4em;
  text-align: left; }
  .tml-login .tml-submit-wrap input[type=submit],
  .tml-login .tml-submit-wrap button[type=submit] {
    width: 10rem;
    padding-top: 7px;
    padding-bottom: 8px;
    display: inline-block;
    color: #fff; }

.tml-login .tml-rememberme-wrap {
  width: 7em; }
  .tml-login .tml-rememberme-wrap label {
    display: inline-block !important;
    text-align: left;
    margin: 0 0 0 0.25em !important;
    position: relative;
    top: -3px;
    font-weight: 600; }

.tml-lostpassword .tml-submit-wrap, .tml-resetpass .tml-submit-wrap {
  text-align: center; }
  .tml-lostpassword .tml-submit-wrap .tml-button, .tml-resetpass .tml-submit-wrap .tml-button {
    color: #fff; }

@media screen and (max-width: 619px) {
  .tml-login .tml-rememberme-wrap {
    width: 50%; }
  .tml-login .tml-submit-wrap {
    width: calc(50% - 0.6em);
    text-align: right; }
    .tml-login .tml-submit-wrap input[type=submit],
    .tml-login .tml-submit-wrap button[type=submit] {
      width: 100%; } }

@media screen and (min-width: 38.75em) {
  .tml .tml-user-login-wrap,
  .tml .tml-field-wrap,
  .tml .tml-user-pass-wrap {
    width: 20rem;
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  /*.tml .tml-user-login-wrap {
    padding-right: 1.5rem;
  }
  .tml .tml-user-pass-wrap {
    padding-left: 1.5rem;
  }*/
  #lostpasswordform {
    text-align: center; }
    #lostpasswordform .tml-user-login-wrap {
      padding-right: 3rem; }
  .tml-login {
    /*.tml-submit-wrap {
      margin-bottom: 0.5em;
      padding-left: 1.5rem;
      padding-right: 9.75rem;
      width: 23.75rem;

      input[type=submit] {
        width: 100%;
        padding-top: 7px;
        padding-bottom: 8px;
      }
    }
    .tml-rememberme-wrap {
      padding-left: 10.5rem;
      width: auto;
    }*/ }
    .tml-login .tml-submit-wrap,
    .tml-login .tml-rememberme-wrap {
      display: inline-block;
      margin-top: 8px;
      width: calc(50% - 3px); }
    .tml-login .tml-rememberme-wrap {
      text-align: right; }
      .tml-login .tml-rememberme-wrap label {
        width: 8.5rem; }
    .tml-login .tml-submit-wrap {
      text-align: left; }
      .tml-login .tml-submit-wrap input[type=submit] {
        width: 9.88888rem; } }

.tml-action-confirmaction .success,
.tml-error,
.tml-message,
.tml-success {
  border-left: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block !important;
  margin: 0 4rem 1.5rem !important;
  padding: 1em !important;
  background-color: #eaeaea;
  text-align: center;
  font-size: 16px;
  line-height: 21px; }
  .tml-action-confirmaction .success:before,
  .tml-error:before,
  .tml-message:before,
  .tml-success:before {
    display: none; }

.tml-field-wrap.tml-indicator-wrap #pass-strength-result:not(.strong):not(.good):not(.bad):not(.short) {
  display: none; }

#pass-strength-result {
  border: 0 !important;
  text-align: center; }

p.description.indicator-hint {
  padding: 1em;
  margin-bottom: 1rem !important;
  font-size: 15px;
  line-height: 1.25rem;
  background-color: #eaeaea; }

@media screen and (min-width: 59.6875em) {
  .buddypress .site-footer {
    display: block;
    float: left;
    margin-left: 300px;
    width: calc(100% - 300px); } }

@media screen and (max-width: 953px) {
  .buddypress .site-footer {
    margin: 0; } }

#buddypress {
  background: transparent !important; }
  #buddypress #item-body {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    padding: 36px 36px 40px;
    margin: 0 auto;
    border: 0; }

.calls-meetings #buddypress #item-body {
  padding: 0; }
  .calls-meetings #buddypress #item-body .posts-container {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 225px); }

/* typography cleanup */
#item-body h1 {
  margin: 0 0 16px 0;
  padding: 0; }

.updates #item-body h1 {
  margin-bottom: 24px; }

#item-body h2 {
  margin: 0 0 16px 0; }
  #item-body h2:last-child {
    margin-bottom: 0; }

#item-body h4 {
  margin: 0 0 4px 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  line-height: 14px; }

.back-link a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #26bcd7;
  text-transform: uppercase;
  transition: color 0.3s; }
  .back-link a:hover {
    color: #000; }

body.groups .entry-content ul li, body.groups .entry-content ol li {
  padding-left: 0;
  position: relative; }
  body.groups .entry-content ul li:not(.closed):before, body.groups .entry-content ol li:not(.closed):before {
    display: none; }

#buddypress .standard-form button,
#buddypress a.button, #buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress ul.button-nav li a,
#buddypress .generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
  background: #fff;
  border: 2px solid #26bcd7;
  color: #000000;
  font-size: inherit;
  cursor: pointer;
  outline: none;
  padding: 0.3333333em 0.5555555em;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.015em;
  transition: all 0.3s;
  position: relative;
  z-index: 10; }
  #buddypress .standard-form button:hover, #buddypress .standard-form button:focus, #buddypress .standard-form button:active,
  #buddypress a.button:hover,
  #buddypress a.button:focus,
  #buddypress a.button:active, #buddypress input[type="submit"]:hover, #buddypress input[type="submit"]:focus, #buddypress input[type="submit"]:active,
  #buddypress input[type="button"]:hover,
  #buddypress input[type="button"]:focus,
  #buddypress input[type="button"]:active,
  #buddypress input[type="reset"]:hover,
  #buddypress input[type="reset"]:focus,
  #buddypress input[type="reset"]:active,
  #buddypress ul.button-nav li a:hover,
  #buddypress ul.button-nav li a:focus,
  #buddypress ul.button-nav li a:active,
  #buddypress .generic-button a:hover,
  #buddypress .generic-button a:focus,
  #buddypress .generic-button a:active,
  #buddypress .comment-reply-link:hover,
  #buddypress .comment-reply-link:focus,
  #buddypress .comment-reply-link:active,
  a.bp-title-button:hover,
  a.bp-title-button:focus,
  a.bp-title-button:active {
    background: #fff;
    border: 2px solid #26bcd7;
    color: #26bcd7;
    outline: none;
    text-decoration: none; }

#buddypress .previous-link,
#buddypress .more-link {
  display: inline-block;
  width: calc(50% - 5px);
  margin-top: 1rem; }
  #buddypress .previous-link .button,
  #buddypress .more-link .button {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: calc(0.33333em + 2px); }

#buddypress .more-link {
  text-align: left;
  padding-left: 0.25rem; }

#buddypress .previous-link {
  text-align: right;
  padding-right: 0.25rem; }
  #buddypress .previous-link a.button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: 0;
    top: -0.045454545em;
    margin-right: 0.18181818em;
    width: 0.36363636em;
    height: 0.36363636em;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 2px solid #405bc5;
    border-right: 2px solid #405bc5;
    transition: right 0.3s 0.05s; }
  #buddypress .previous-link a.button:after {
    display: none; }
  #buddypress .previous-link a.button:hover:before, #buddypress .previous-link a.button:focus:before {
    right: 0.18181818em; }

.updates #buddypress #item-body article + .more-link,
#buddypress .previous-link.on_last_page {
  width: 100%;
  text-align: center;
  padding: 0; }

.updates .moretag.board-moretag {
  display: none; }

#buddypress #profile-edit-form .field-visibility-settings-toggle,
#buddypress #profile-edit-form .field-visibility-settings-notoggle {
  display: none; }

#buddypress #profile-edit-form label,
#buddypress #profile-edit-form span.label,
#buddypress #profile-edit-form legend {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  width: 100%; }

#buddypress #profile-edit-form .editfield {
  margin-bottom: 24px; }

#buddypress #profile-edit-form .field_type_textbox {
  display: inline-block;
  width: 50%;
  vertical-align: top; }
  #buddypress #profile-edit-form .field_type_textbox:nth-of-type(even) {
    padding-right: 18px; }
  #buddypress #profile-edit-form .field_type_textbox:nth-of-type(odd) {
    padding-left: 18px; }

#buddypress #profile-edit-form p.description {
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  margin: 4px 0 -18px; }

#buddypress #profile-edit-form .wp-editor-tabs {
  display: none; }

#buddypress #profile-edit-form .mce-toolbar .mce-btn-group
.mce-btn,
#buddypress #profile-edit-form .qt-dfw {
  border: 0;
  margin: 0 6px 0 0;
  border-radius: 0; }

#buddypress #profile-edit-form .mce-btn.mce-disabled button {
  opacity: 0.5; }

#buddypress #profile-edit-form .mce-toolbar .mce-btn-group .mce-btn:focus,
#buddypress #profile-edit-form .mce-toolbar .mce-btn-group .mce-btn:hover,
#buddypress #profile-edit-form .qt-dfw:focus, #buddypress #profile-edit-form .qt-dfw:hover {
  background: #fafafa;
  border: 0;
  color: #23282d;
  box-shadow: none;
  outline: 0; }

#buddypress #profile-edit-form button:hover,
#buddypress #profile-edit-form a.button:hover,
#buddypress #profile-edit-form a.button:focus,
#buddypress #profile-edit-form input[type="submit"]:hover,
#buddypress #profile-edit-form input[type="button"]:hover,
#buddypress #profile-edit-form input[type="reset"]:hover,
#buddypress #profile-edit-form ul.button-nav li a:hover,
#buddypress #profile-edit-form ul.button-nav li.current a,
#buddypress #profile-edit-form div.generic-button a:hover,
#buddypress #profile-edit-form .comment-reply-link:hover {
  background: #ededed;
  border: 0;
  color: #555;
  outline: none;
  text-decoration: none; }

#buddypress #profile-edit-form .wp-editor-wrap a.button,
#buddypress #profile-edit-form .wp-editor-wrap button,
#buddypress #profile-edit-form .wp-editor-wrap input[type="submit"],
#buddypress #profile-edit-form .wp-editor-wrap input[type="button"],
#buddypress #profile-edit-form .wp-editor-wrap input[type="reset"] {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background-color: #808080;
  color: #fff;
  font-weight: 600;
  padding: 0 4px;
  margin-right: 0; }
  #buddypress #profile-edit-form .wp-editor-wrap a.button:hover,
  #buddypress #profile-edit-form .wp-editor-wrap button:hover,
  #buddypress #profile-edit-form .wp-editor-wrap input[type="submit"]:hover,
  #buddypress #profile-edit-form .wp-editor-wrap input[type="button"]:hover,
  #buddypress #profile-edit-form .wp-editor-wrap input[type="reset"]:hover {
    background-color: #a6a6a6; }

#buddypress #profile-edit-form div.mce-toolbar-grp > div {
  padding: 6px; }

#buddypress #profile-edit-form div.mce-toolbar-grp {
  border-bottom: 0;
  background: transparent;
  padding: 0; }

#buddypress #profile-edit-form .mce-toolbar {
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
  background-color: #fff; }
  #buddypress #profile-edit-form .mce-toolbar .mce-ico {
    color: #fff;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0; }

#buddypress #profile-edit-form div.mce-statusbar {
  margin: 0;
  border: 0; }
  #buddypress #profile-edit-form div.mce-statusbar .mce-path {
    display: none; }

#buddypress #profile-edit-form .wp-editor-container {
  border: 1px solid #bbb; }

#buddypress #profile-edit-form ul.button-nav {
  border-bottom: 1px solid #777 !important;
  margin-top: 0;
  margin-bottom: 32px; }
  #buddypress #profile-edit-form ul.button-nav li {
    font-size: 22px;
    line-height: 22px;
    border: 1px solid #777 !important;
    margin-bottom: -1px !important; }
    #buddypress #profile-edit-form ul.button-nav li a {
      color: #777;
      display: inline-block;
      font-size: 18px !important;
      line-height: 18px;
      padding: 4px 6px 5px;
      font-weight: 600;
      transition: color 0.3s; }
      #buddypress #profile-edit-form ul.button-nav li a:hover {
        color: #000; }
    #buddypress #profile-edit-form ul.button-nav li.current a {
      color: #fff;
      background-color: #777 !important;
      transition: background-color 0.3s; }
      #buddypress #profile-edit-form ul.button-nav li.current a:hover {
        background-color: #000000 !important; }

#buddypress .standard-form textarea,
#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="color"],
#buddypress .standard-form input[type="date"],
#buddypress .standard-form input[type="datetime"],
#buddypress .standard-form input[type="datetime-local"],
#buddypress .standard-form input[type="email"],
#buddypress .standard-form input[type="month"],
#buddypress .standard-form input[type="number"],
#buddypress .standard-form input[type="range"],
#buddypress .standard-form input[type="search"],
#buddypress .standard-form input[type="tel"],
#buddypress .standard-form input[type="time"],
#buddypress .standard-form input[type="url"],
#buddypress .standard-form input[type="week"],
#buddypress .standard-form select,
#buddypress .standard-form input[type="password"],
#buddypress .standard-form input[type="search"],
#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="search"],
#buddypress .standard-form input[type="text"] {
  border: 1px solid #bbb;
  background: #ffffff;
  border-radius: 0;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  padding: 4px 8px 6px;
  margin-bottom: 0; }

#buddypress .standard-form div.submit {
  padding-top: 12px; }

#buddypress form.contact-information .wp-editor-container textarea,
#buddypress form.about-me .wp-editor-container textarea {
  border: 0;
  padding-top: 6px;
  padding-bottom: 6px; }

#buddypress form.contact-information .quicktags-toolbar,
#buddypress form.about-me .quicktags-toolbar {
  /*background: transparent;
    min-height: unset;
    margin: 0 6px;
    padding: 6px 0 4px;*/
  display: none; }

#buddypress form.contact-information .mce-toolbar-grp,
#buddypress form.about-me .mce-toolbar-grp {
  display: none; }

#buddypress .standard-form input:focus, #buddypress .standard-form textarea:focus, #buddypress .standard-form select:focus {
  background: #fff;
  color: #000; }

#buddypress div#subnav.item-list-tabs ul {
  background-color: transparent;
  border: 0;
  padding: 0; }
  #buddypress div#subnav.item-list-tabs ul li {
    margin: 0 4px; }
    #buddypress div#subnav.item-list-tabs ul li a {
      padding: 4px 6px 5px;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500;
      color: #555555;
      transition: all 0.3s; }
      #buddypress div#subnav.item-list-tabs ul li a:hover {
        color: #000; }
    #buddypress div#subnav.item-list-tabs ul li.current a {
      background-color: transparent;
      border: 1px solid; }

#buddypress form#profile-edit-form,
.buddypress.change-avatar .profile {
  max-width: 560px;
  width: 100%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto; }

#buddypress input[type=submit],
#buddypress form#profile-edit-form input[type=submit] {
  background-color: #26bcd7;
  color: #fff;
  border: 0;
  padding: 5px 8px 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: auto;
  margin: 0 auto; }
  #buddypress input[type=submit]:hover,
  #buddypress form#profile-edit-form input[type=submit]:hover {
    background-color: #000;
    color: #fff; }

.buddypress.change-avatar #buddypress .profile h2 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600; }

.buddypress.change-avatar #buddypress .profile p {
  font-size: 18px;
  line-height: 26px; }
  .buddypress.change-avatar #buddypress .profile p a {
    color: #000;
    border-bottom: 2px solid #405bc5;
    transition: border 0.3s; }
    .buddypress.change-avatar #buddypress .profile p a:hover {
      border-color: transparent; }
    .buddypress.change-avatar #buddypress .profile p a.button {
      border: 1px solid #405bc5;
      transition: color 0.3s; }
      .buddypress.change-avatar #buddypress .profile p a.button:hover, .buddypress.change-avatar #buddypress .profile p a.button:focus {
        border-color: 1px solid #405bc5;
        background-color: transparent;
        color: #405bc5; }

.buddypress.change-avatar #buddypress .profile .bp-avatar-nav ul.avatar-nav-items {
  border-bottom: 0;
  text-align: center; }
  .buddypress.change-avatar #buddypress .profile .bp-avatar-nav ul.avatar-nav-items li {
    margin: 0 8px;
    display: inline-block;
    float: none !important; }
  .buddypress.change-avatar #buddypress .profile .bp-avatar-nav ul.avatar-nav-items li.current {
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 0 !important; }
    .buddypress.change-avatar #buddypress .profile .bp-avatar-nav ul.avatar-nav-items li.current a {
      color: #000; }
  .buddypress.change-avatar #buddypress .profile .bp-avatar-nav ul.avatar-nav-items li a {
    font-size: 18px !important;
    line-height: 18px;
    padding: 4px 6px 5px;
    font-weight: 600;
    color: #777;
    transition: all 0.3s; }
    .buddypress.change-avatar #buddypress .profile .bp-avatar-nav ul.avatar-nav-items li a:hover {
      color: #000; }

.buddypress.change-avatar #buddypress .profile .drag-drop .drag-drop-inside p {
  color: #777;
  margin: 0;
  text-align: center; }

.buddypress.change-avatar #buddypress .profile #bp-browse-button,
#buddypress #avatar-crop-actions a.button {
  border: 1px solid #405ec1;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  padding: 3px 8px 4px;
  letter-spacing: 0.02em;
  transition: color 0.3s; }
  .buddypress.change-avatar #buddypress .profile #bp-browse-button:hover, .buddypress.change-avatar #buddypress .profile #bp-browse-button:focus,
  #buddypress #avatar-crop-actions a.button:hover,
  #buddypress #avatar-crop-actions a.button:focus {
    background-color: transparent;
    color: #405ec1; }

#buddypress #avatar-crop-actions a.button {
  margin-top: 18px;
  display: inline-block; }

.buddypress.change-avatar .bp-avatar {
  margin-top: 18px; }

.buddypress.change-avatar #buddypress .profile .bp-avatar-status p,
#buddypress .profile .bp-avatar-status p {
  border: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center; }
  .buddypress.change-avatar #buddypress .profile .bp-avatar-status p.success,
  #buddypress .profile .bp-avatar-status p.success {
    background-color: #59b57a;
    color: #27744a; }
  .buddypress.change-avatar #buddypress .profile .bp-avatar-status p.warning,
  #buddypress .profile .bp-avatar-status p.warning {
    background-color: #efc348;
    color: #dc7900; }

#bp-delete-avatar-container p {
  text-align: center; }
  #bp-delete-avatar-container p:first-of-type {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 6px 8px 8px;
    margin: 6px 0 18px;
    border-radius: 0;
    background-color: #ddd;
    color: #000; }

#bp-delete-avatar-container a.button {
  padding: 4px 8px 5px; }

.bp-user.my-groups #buddypress #item-body .item-list-tabs {
  display: none !important; }

.bp-user.my-groups #buddypress .groups {
  max-width: 720px;
  width: 100%;
  margin: 0 auto; }
  .bp-user.my-groups #buddypress .groups #pag-top, .bp-user.my-groups #buddypress .groups #pag-bottom {
    display: none; }

.bp-user.my-groups #buddypress ul.item-list li {
  padding: 16px 0 18px;
  border-color: #ddd;
  overflow: visible !important; }
  .bp-user.my-groups #buddypress ul.item-list li .item-avatar, .bp-user.my-groups #buddypress ul.item-list li .action {
    display: none; }
  .bp-user.my-groups #buddypress ul.item-list li a.group-link {
    position: absolute;
    z-index: 2;
    background-color: transparent;
    border-top: 1px solid #26bcd7;
    border-bottom: 1px solid #26bcd7;
    opacity: 0;
    top: -1px;
    bottom: -1px;
    left: 0;
    right: 0;
    transition: all 0.3s; }
    .bp-user.my-groups #buddypress ul.item-list li a.group-link:hover, .bp-user.my-groups #buddypress ul.item-list li a.group-link:active, .bp-user.my-groups #buddypress ul.item-list li a.group-link:focus {
      opacity: 1; }
      .bp-user.my-groups #buddypress ul.item-list li a.group-link:hover + .item .item-title a, .bp-user.my-groups #buddypress ul.item-list li a.group-link:active + .item .item-title a, .bp-user.my-groups #buddypress ul.item-list li a.group-link:focus + .item .item-title a {
        color: #26bcd7; }
  .bp-user.my-groups #buddypress ul.item-list li .item {
    float: none;
    margin: 0; }
    .bp-user.my-groups #buddypress ul.item-list li .item .item-meta {
      display: none; }
    .bp-user.my-groups #buddypress ul.item-list li .item .item-title {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      font-size: 22px;
      line-height: 22px;
      color: #000;
      font-weight: 600;
      letter-spacing: -0.02em;
      box-sizing: border-box;
      padding-right: 0.125em; }
      .bp-user.my-groups #buddypress ul.item-list li .item .item-title a {
        color: #000;
        transition: color 0.3s; }
    .bp-user.my-groups #buddypress ul.item-list li .item .item-desc {
      width: calc(50% - 5px);
      display: inline-block;
      vertical-align: top;
      margin: 2px 0 0;
      font-size: 16px;
      line-height: 22px;
      color: #000;
      transition: color 0.3s; }

.bp-user.my-groups #buddypress #groups-list li .item {
  left: 0;
  width: 100%; }

/* Group list on profile pages */
.group_list {
  width: 100%;
  max-width: 720px;
  margin: 1rem auto 0;
  padding: 1rem 0 0;
  border-top: 1px solid #ccc;
  text-align: center; }

.group_list.multi_community ul {
  list-style-type: none;
  margin: 0;
  text-align: center;
  padding-top: 0.5rem;
  font-size: 14px; }

.group_list.multi_community ul li {
  display: inline-block;
  margin: 0.25em; }

.group_list.single_community a.button {
  font-size: 14px !important; }

/* Group-picker helper text */
.groups.mygroups h3 {
  font-weight: 400;
  text-align: center;
  margin-top: 0 !important; }

.handbook #buddypress #item-body, .guide #buddypress #item-body {
  padding: 0; }

.handbook #page-wrapper, .guide #page-wrapper {
  display: flex; }

.handbook #page-sidebar, .guide #page-sidebar {
  flex: 0 0 30%; }

.handbook #page-content, .guide #page-content {
  flex: 0 0 70%; }

.handbook .textwidget ul, .handbook .textwidget ol, .guide .textwidget ul, .guide .textwidget ol {
  margin: 0; }

.handbook .content_type_header .content_block_content_wrap, .guide .content_type_header .content_block_content_wrap {
  max-width: 100% !important;
  padding: 24px 18px 24px; }
  .handbook .content_type_header .content_block_content_wrap h1, .handbook .content_type_header .content_block_content_wrap h2, .guide .content_type_header .content_block_content_wrap h1, .guide .content_type_header .content_block_content_wrap h2 {
    display: inline-block;
    width: calc(50% - 2px);
    vertical-align: middle; }
  .handbook .content_type_header .content_block_content_wrap h1, .guide .content_type_header .content_block_content_wrap h1 {
    margin: 0 !important;
    text-align: right;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    padding: 0.25em 18px 0.25em 0 !important;
    border-right: 1px solid; }
    .handbook .content_type_header .content_block_content_wrap h1:after, .guide .content_type_header .content_block_content_wrap h1:after {
      display: none; }
  .handbook .content_type_header .content_block_content_wrap h2, .guide .content_type_header .content_block_content_wrap h2 {
    margin: 0 0 0 -4px !important;
    text-align: left;
    font-size: 32px;
    line-height: 1;
    font-weight: 100;
    padding: 0.25em 0 0.25em 18px !important; }

.handbook #buddypress #item-body #page-content h2, .guide #buddypress #item-body #page-content h2 {
  font-size: 2.222222rem;
  line-height: 1;
  font-weight: 500; }

.handbook #buddypress #item-body #page-content h3, .guide #buddypress #item-body #page-content h3 {
  font-size: 1.77777rem;
  line-height: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center; }

.handbook #buddypress #item-body #page-content h4, .guide #buddypress #item-body #page-content h4 {
  font-size: 1.333333rem;
  line-height: 1.2693em;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 1.77777rem;
  margin-bottom: 1rem; }

.handbook #buddypress #item-body #page-content ul li, .handbook #buddypress #item-body #page-content ol li, .guide #buddypress #item-body #page-content ul li, .guide #buddypress #item-body #page-content ol li {
  padding-left: 34px;
  position: relative; }
  .handbook #buddypress #item-body #page-content ul li:before, .handbook #buddypress #item-body #page-content ol li:before, .guide #buddypress #item-body #page-content ul li:before, .guide #buddypress #item-body #page-content ol li:before {
    display: inline-block; }

.handbook #page-sidebar .widget, .guide #page-sidebar .widget {
  list-style-type: none;
  font-size: 0.888888rem;
  line-height: 1.25em;
  padding: 1rem; }

.handbook #page-sidebar .table_of_contents, .guide #page-sidebar .table_of_contents {
  display: block;
  vertical-align: top;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 0.888888rem;
  line-height: 1.25em;
  border: 0; }

.handbook #page-sidebar h2, .guide #page-sidebar h2 {
  font-size: 1.22222rem;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  margin: 0;
  padding-bottom: 0.6666em; }

.handbook #page-sidebar .table_of_contents > div > ol, .guide #page-sidebar .table_of_contents > div > ol {
  counter-reset: section; }
  .handbook #page-sidebar .table_of_contents > div > ol > li, .guide #page-sidebar .table_of_contents > div > ol > li {
    border-top: 1px solid #dddddd;
    padding: 1em 0.2em 1em 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    counter-reset: page; }
    .handbook #page-sidebar .table_of_contents > div > ol > li:before, .guide #page-sidebar .table_of_contents > div > ol > li:before {
      content: counter(section);
      counter-increment: section;
      color: #000;
      font-weight: 400;
      display: block;
      left: 0;
      opacity: 0; }
    .handbook #page-sidebar .table_of_contents > div > ol > li > ol > li, .guide #page-sidebar .table_of_contents > div > ol > li > ol > li {
      padding: 0.5em 0 0 2em; }
      .handbook #page-sidebar .table_of_contents > div > ol > li > ol > li:before, .guide #page-sidebar .table_of_contents > div > ol > li > ol > li:before {
        content: counter(section) "." counter(page);
        counter-increment: page;
        font-weight: 400;
        color: #000;
        display: block;
        left: 0; }
      .handbook #page-sidebar .table_of_contents > div > ol > li > ol > li a, .guide #page-sidebar .table_of_contents > div > ol > li > ol > li a {
        border-color: transparent;
        border-width: 1px;
        color: #26bcd7;
        font-weight: 600;
        text-transform: none;
        letter-spacing: normal; }
        .handbook #page-sidebar .table_of_contents > div > ol > li > ol > li a:hover, .handbook #page-sidebar .table_of_contents > div > ol > li > ol > li a:focus, .handbook #page-sidebar .table_of_contents > div > ol > li > ol > li a:active, .guide #page-sidebar .table_of_contents > div > ol > li > ol > li a:hover, .guide #page-sidebar .table_of_contents > div > ol > li > ol > li a:focus, .guide #page-sidebar .table_of_contents > div > ol > li > ol > li a:active {
          border-color: #26bcd7; }
        .handbook #page-sidebar .table_of_contents > div > ol > li > ol > li a.current-page, .guide #page-sidebar .table_of_contents > div > ol > li > ol > li a.current-page {
          color: #000;
          font-weight: 500; }

@media screen and (min-width: 955px) {
  .handbook #page-content {
    border-left: 1px solid #000;
    padding: 32px 0; } }

.guide #page-wrapper {
  display: block;
  padding: 32px 2rem; }

.guide #page-sidebar {
  flex: none; }

.guide #page-content {
  flex: none; }

.guide .content_type_header.welcome_guide_header .content_block_content_wrap h1 {
  display: block;
  margin: 0 auto !important;
  text-align: center;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  padding: 0 !important;
  border-right: 0; }

.welcome_guide_slides {
  max-width: 960px;
  margin: 0 auto; }
  .welcome_guide_slides .slide_holder {
    overflow: hidden;
    position: relative; }

.handbook .welcome_guide_slides {
  margin-left: 2rem;
  margin-right: 2rem; }
  .handbook .welcome_guide_slides .welcome_guide_slide img {
    padding: 0; }

.slide_nav {
  text-align: center;
  margin-top: 1em; }

.slide_nav a {
  border: 2px solid #eaeaea !important;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  background-color: #eaeaea; }

.slide_nav a:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(0.5rem - 4px);
  top: calc(0.5rem - 2px);
  transform: rotate(45deg);
  width: 1rem !important;
  height: 1rem !important;
  border: 2px solid #26bcd7;
  cursor: pointer;
  transition: all 0.3s; }

.slide_nav a:before {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: calc(0.5rem + 1px);
  top: calc(0.5rem - 2px);
  width: 1rem !important;
  height: 1rem !important;
  border: 2px solid #26bcd7;
  cursor: pointer;
  transition: all 0.3s; }

.slide_nav a:hover, .slide_nav a:active, .slide_nav a:focus,
.slide_nav a:hover:after, .slide_nav a:active:after, .slide_nav a:focus:after,
.slide_nav a:hover:before, .slide_nav a:active:before, .slide_nav a:focus:before {
  border-color: #000; }

.slide_nav a.disabled {
  cursor: auto;
  border-color: #fff; }

.slide_nav a.disabled:after,
.slide_nav a.disabled:before {
  border-color: #aeaeae;
  cursor: auto; }

.slide_nav a#prev:before {
  display: none; }

.slide_nav a#next:after {
  display: none; }

.slide_nav a#first:after {
  left: calc(0.5rem - 2px);
  border-top: 0;
  border-right: 0; }

.slide_nav a#first:before {
  left: calc(0.5rem + 6px);
  border-top: 0;
  border-right: 0; }

.slide_nav a#prev:after {
  left: calc(0.5rem + 1px);
  border-top: 0;
  border-right: 0; }

.slide_nav a#next:before {
  left: calc(0.5rem - 4px);
  border-bottom: 0;
  border-left: 0; }

.slide_nav a#last:after {
  left: auto;
  right: calc(0.5rem + 6px);
  border-bottom: 0;
  border-left: 0; }

.slide_nav a#last:before {
  left: auto;
  right: calc(0.5rem - 2px);
  border-bottom: 0;
  border-left: 0; }

.buddypress.guide #page-wrapper .content_type_text .content_block_content_wrap {
  max-width: 720px;
  padding: 0;
  margin: 0 auto; }

.buddypress.guide form fieldset {
  margin: 0 auto; }

.buddypress.guide form input[type=submit] {
  border: 2px solid #26bcd7 !important; }

.buddypress.guide form input[type=submit]:hover {
  background-color: #fff !important; }

@media screen and (max-width: 954px) {
  .handbook #page-wrapper {
    display: block; }
  .handbook .content_type_header .content_block_content_wrap h1, .handbook .content_type_header .content_block_content_wrap h2 {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 !important; }
  .handbook .content_type_header .content_block_content_wrap h1 {
    border-right: 0; }
    .handbook .content_type_header .content_block_content_wrap h1:after {
      display: block; }
  .handbook .content_type_header .content_block_content_wrap h2 {
    border-left: 0;
    margin: 0.66666em 0 0 !important; }
  .handbook #page-content {
    flex: none;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .handbook #page-sidebar {
    flex: none; }
    .handbook #page-sidebar .table_of_contents {
      padding: 2rem 2rem 0;
      border-right: 0;
      border-bottom: 1px solid #000; } }

@media screen and (max-width: 620px) {
  .handbook #page-content, .guide #page-content {
    padding: 32px 2rem; } }

.solid_bg, .paywall_content, .restricted_content.restriction_test_true.restriction_mode_hide {
  background-color: #666666; }

.paywall_content, .restricted_content.restriction_test_true.restriction_mode_hide {
  font-size: 15px !important;
  padding: 1em;
  color: #fff;
  text-align: center !important;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em; }
  .paywall_content.homepage_banner, .homepage_banner.restricted_content.restriction_test_true.restriction_mode_hide {
    background: transparent;
    color: #666666;
    font-style: italic;
    border-radius: 0;
    background-color: #eaeaea; }
    .paywall_content.homepage_banner h3, .homepage_banner.restricted_content.restriction_test_true.restriction_mode_hide h3 {
      font-size: 18px !important; }
  .paywall_content.ff_form_content, .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide, .paywall_content.anonymous_form_content, .anonymous_form_content.restricted_content.restriction_test_true.restriction_mode_hide {
    font-size: 10px !important; }
    .paywall_content.ff_form_content p, .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide p, .paywall_content.anonymous_form_content p, .anonymous_form_content.restricted_content.restriction_test_true.restriction_mode_hide p {
      font-size: 1.2em !important;
      font-weight: 500 !important;
      line-height: 1.5 !important;
      margin-top: 0.5em !important;
      color: #fff !important; }
    .paywall_content.ff_form_content h3, .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide h3, .paywall_content.anonymous_form_content h3, .anonymous_form_content.restricted_content.restriction_test_true.restriction_mode_hide h3 {
      font-weight: bold !important; }
    .paywall_content.ff_form_content a.button, .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide a.button, .paywall_content.anonymous_form_content a.button, .anonymous_form_content.restricted_content.restriction_test_true.restriction_mode_hide a.button {
      padding-bottom: 0.5em !important; }
  .paywall_content.restricted_call_participation h3, .restricted_call_participation.restricted_content.restriction_test_true.restriction_mode_hide h3 {
    font-size: 28px !important; }
  .paywall_content.restricted_call_participation p, .restricted_call_participation.restricted_content.restriction_test_true.restriction_mode_hide p {
    font-size: 21px !important; }
  .paywall_content.restricted_call_participation a.button, .restricted_call_participation.restricted_content.restriction_test_true.restriction_mode_hide a.button {
    font-size: 18px !important; }
  .paywall_content.roster_content, .roster_content.restricted_content.restriction_test_true.restriction_mode_hide {
    max-width: 35em;
    margin: 0 auto; }
  .paywall_content h3, .restricted_content.restriction_test_true.restriction_mode_hide h3, .paywall_content p, .restricted_content.restriction_test_true.restriction_mode_hide p {
    color: inherit !important;
    text-align: inherit !important; }
  .paywall_content h3, .restricted_content.restriction_test_true.restriction_mode_hide h3 {
    font-size: 1.4em !important;
    line-height: 1.333333 !important;
    margin: 0 0 0.4em !important; }
  .paywall_content p, .restricted_content.restriction_test_true.restriction_mode_hide p {
    font-size: 1em !important;
    line-height: 1.2 !important;
    margin: 1em 0 !important;
    letter-spacing: normal !important; }
    .paywall_content p:last-of-type, .restricted_content.restriction_test_true.restriction_mode_hide p:last-of-type {
      margin-bottom: 0 !important; }
    .paywall_content p:first-child, .restricted_content.restriction_test_true.restriction_mode_hide p:first-child {
      margin-top: 0 !important; }
  .paywall_content a.button, .restricted_content.restriction_test_true.restriction_mode_hide a.button {
    display: inline-block !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    line-height: 1 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    background-color: #26bcd7 !important;
    padding: 0.5em 1em 0.66666em !important; }
    .paywall_content a.button:after, .restricted_content.restriction_test_true.restriction_mode_hide a.button:after {
      border-color: #fff !important; }
    .paywall_content a.button:hover, .restricted_content.restriction_test_true.restriction_mode_hide a.button:hover {
      background-color: #1f94a9 !important; }

.blurred_content, .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > *, .prospective_member #new-post > fieldset > div:first-child > * {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); }

.extra_blurred_content, .prospective_member.group-forum-topic #bbpress-forums .bbp-reply-content::before, .bog-member-profile-container.restricted_access .bog-member-profile-col, .restricted-list-container ul.company-members-list, .prospective_member .paywall_content.restricted_call_participation::before, .prospective_member .restricted_call_participation.restricted_content.restriction_test_true.restriction_mode_hide::before {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.unblurred_content, .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > *.paywall_content, .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > .restricted_content.restriction_test_true.restriction_mode_hide, .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > *.button.modal-toggle {
  -webkit-filter: blur(0) !important;
  -moz-filter: blur(0) !important;
  -o-filter: blur(0) !important;
  -ms-filter: blur(0) !important;
  filter: blur(0) !important; }

.transparent_bg, .bog-member-profile-container.restricted_access .paywall_content.profile_content, .bog-member-profile-container.restricted_access .profile_content.restricted_content.restriction_test_true.restriction_mode_hide, .prospective_member .paywall_content:not(.homepage_banner):not(.restricted_call_participation), .prospective_member .restricted_content.restriction_test_true.restriction_mode_hide:not(.homepage_banner):not(.restricted_call_participation) {
  background: rgba(0, 0, 0, 0.6); }

.prospective_member .paywall_content:not(.homepage_banner):not(.restricted_call_participation), .prospective_member .restricted_content.restriction_test_true.restriction_mode_hide:not(.homepage_banner):not(.restricted_call_participation) {
  position: absolute;
  padding: 2em;
  top: -0.5em;
  bottom: -0.5em;
  left: -0.5em;
  right: -0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.prospective_member #new-post > fieldset > div:first-child {
  position: relative;
  top: 0.5em; }

.prospective_member .paywall_content.ff_form_content, .prospective_member .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide {
  top: 0.25em;
  padding: 1em;
  -webkit-filter: blur(0) !important;
  -moz-filter: blur(0) !important;
  -o-filter: blur(0) !important;
  -ms-filter: blur(0) !important;
  filter: blur(0) !important; }
  .prospective_member .paywall_content.ff_form_content h3, .prospective_member .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide h3 {
    font-size: 18px !important;
    font-weight: bold !important; }
  .prospective_member .paywall_content.ff_form_content p, .prospective_member .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide p {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important; }
  .prospective_member .paywall_content.ff_form_content a.button, .prospective_member .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide a.button {
    font-size: 16px !important;
    margin: 0;
    max-width: 280px; }

.prospective_member .modal[data-modal-id="email-members"] {
  min-height: 18rem; }
  .prospective_member .modal[data-modal-id="email-members"] .modal_wrap {
    position: absolute;
    top: 0;
    bottom: 0; }
    .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > *.paywall_content, .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > .restricted_content.restriction_test_true.restriction_mode_hide {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 0; }
      .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > *.paywall_content h3, .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > .restricted_content.restriction_test_true.restriction_mode_hide h3 {
        font-size: 24px !important; }
      .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > *.paywall_content p, .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > .restricted_content.restriction_test_true.restriction_mode_hide p {
        font-size: 18px !important; }
      .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > *.paywall_content a.button, .prospective_member .modal[data-modal-id="email-members"] .modal_wrap > .restricted_content.restriction_test_true.restriction_mode_hide a.button {
        font-size: 18px !important;
        margin: 0 1.5em; }

.prospective_member .paywall_content.restricted_call_participation, .prospective_member .restricted_call_participation.restricted_content.restriction_test_true.restriction_mode_hide {
  position: relative;
  top: -0.5em;
  left: -0.5em;
  width: calc(100% + 1em);
  z-index: 1; }
  .prospective_member .paywall_content.restricted_call_participation::before, .prospective_member .restricted_call_participation.restricted_content.restriction_test_true.restriction_mode_hide::before {
    content: "Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution?";
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    left: 0.5em;
    top: 0.25em;
    right: 0.5em;
    bottom: 0.5em;
    overflow: hidden;
    z-index: -1; }

@media screen and (max-width: 1200px) and (min-width: 720px) {
  .prospective_member:not(.conversations) #new-post .paywall_content.ff_form_content, .prospective_member:not(.conversations) #new-post .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide {
    display: block;
    bottom: unset; } }

@media screen and (max-width: 1050px) and (min-width: 954px) {
  .prospective_member.conversations #new-post .paywall_content.ff_form_content, .prospective_member.conversations #new-post .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide {
    display: block;
    bottom: unset; } }

.prospective_member.conversations .paywall_content.ff_form_content, .prospective_member.conversations .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide {
  top: -0.5em; }
  .prospective_member.conversations .paywall_content.ff_form_content h3, .prospective_member.conversations .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide h3 {
    font-size: 28px !important;
    font-weight: bold !important; }
  .prospective_member.conversations .paywall_content.ff_form_content p, .prospective_member.conversations .ff_form_content.restricted_content.restriction_test_true.restriction_mode_hide p {
    font-size: 21px !important; }

.restricted-list-container {
  position: relative; }
  .restricted-list-container ul.company-members-list {
    min-height: 10em; }

.prospective_member .paywall_content.roster_content, .prospective_member .roster_content.restricted_content.restriction_test_true.restriction_mode_hide {
  max-width: calc(640px + 1em);
  width: calc(100% + 1em);
  display: block;
  margin: 0 auto;
  z-index: 10; }

.bog-member-profile-container.restricted_access {
  position: relative; }
  .bog-member-profile-container.restricted_access .paywall_content.profile_content, .bog-member-profile-container.restricted_access .profile_content.restricted_content.restriction_test_true.restriction_mode_hide {
    position: absolute;
    padding: 2em;
    top: -0.5em;
    bottom: 0.5em;
    left: -0.5em;
    right: -0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

.prospective_member.group-forum-topic #bbpress-forums {
  overflow: visible; }
  .prospective_member.group-forum-topic #bbpress-forums .forums, .prospective_member.group-forum-topic #bbpress-forums .topic {
    overflow: visible;
    border-bottom: 0 !important; }
  .prospective_member.group-forum-topic #bbpress-forums .bbp-reply-content {
    position: relative; }
    .prospective_member.group-forum-topic #bbpress-forums .bbp-reply-content::before {
      content: "Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution?"; }

@media screen and (max-width: 1500px) {
  /* Nav bar / community switcher */
  nav.menu-header .menubar .nav-track-switcher {
    position: relative; }
    nav.menu-header .menubar .nav-track-switcher ul li:not(.menu-track-switcher-current) {
      font-weight: 800;
      margin-left: 0;
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      right: -8px;
      border-left: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      pointer-events: none;
      transition: top 0.3s 0.1s, opacity 0.2s ease-in-out 0s;
      opacity: 0; }
      nav.menu-header .menubar .nav-track-switcher ul li:not(.menu-track-switcher-current) a {
        background: #fff;
        color: #000;
        width: 100%; }
        nav.menu-header .menubar .nav-track-switcher ul li:not(.menu-track-switcher-current) a:hover {
          background: #eaeaea; }
    nav.menu-header .menubar .nav-track-switcher ul li.menu-track-switcher-current a {
      background: rgba(0, 0, 0, 0); }
    nav.menu-header .menubar .nav-track-switcher ul li.menu-track-switcher-current a:hover {
      background: rgba(0, 0, 0, 0.18); }
    nav.menu-header .menubar .nav-track-switcher a#nav-track-switcher-toggle {
      display: inline-block;
      transition: all 0.3s; }
  nav.menu-header .menubar .nav-track-switcher.open ul li:not(.menu-track-switcher-current) {
    top: 52px;
    pointer-events: all;
    opacity: 1;
    transition: top 0.3s, opacity 0.2s ease-in-out 0.2s;
    z-index: 1000; }
  nav.menu-header .menubar .nav-track-switcher.open a#nav-track-switcher-toggle {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0.125em; } }

@media screen and (max-width: 1400px) {
  /* Nav bar / community switcher */
  nav.menu-header .menubar.groupbar {
    position: relative; }
  nav.menu-header .menubar.groupbar .nav {
    position: absolute;
    z-index: 100;
    right: 18px;
    top: 14px; }
    nav.menu-header .menubar.groupbar .nav ul {
      padding: 0;
      border: 1px solid #ccc;
      border-bottom: 0;
      border-top: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.3s; }
      nav.menu-header .menubar.groupbar .nav ul li {
        display: block; }
        nav.menu-header .menubar.groupbar .nav ul li a {
          display: block;
          color: #000 !important;
          background: #fff !important;
          border-bottom: 1px solid #ccc !important;
          border-left: 0 !important;
          border-right: 0 !important;
          border-top: 0 !important;
          font-size: 15px;
          line-height: 15px;
          transition: all 0.3s; }
          nav.menu-header .menubar.groupbar .nav ul li a:hover {
            background: #eaeaea !important; }
    nav.menu-header .menubar.groupbar .nav #nav-mc-toggle {
      display: block; }
  nav.menu-header .menubar.groupbar .nav.open ul {
    height: auto;
    opacity: 1; } }

@media screen and (max-width: 1100px) {
  /* Nav bar / community switcher */
  nav.menu-header .menubar .nav-track-switcher ul {
    line-height: 15px;
    font-size: 15px; }
    nav.menu-header .menubar .nav-track-switcher ul li a {
      padding: 19px 8px 18px; }
  nav.menu-header .menubar .nav-track-switcher a#nav-track-switcher-toggle {
    border-width: 1px;
    margin-left: 0.25em; } }

@media screen and (max-width: 900px) {
  /* Nav bar / community switcher */
  nav.menu-header .menubar.groupbar {
    position: relative; }
  nav.menu-header .menubar.groupbar .nav {
    position: absolute;
    z-index: 100;
    right: 18px;
    top: 14px; }
    nav.menu-header .menubar.groupbar .nav ul {
      padding: 0;
      border: 1px solid #ccc;
      border-bottom: 0;
      border-top: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.3s; }
      nav.menu-header .menubar.groupbar .nav ul li {
        display: block; }
        nav.menu-header .menubar.groupbar .nav ul li a {
          display: block;
          color: #000 !important;
          background: #fff !important;
          border-bottom: 1px solid #ccc !important;
          border-left: 0 !important;
          border-right: 0 !important;
          border-top: 0 !important;
          font-size: 18px;
          line-height: 18px;
          transition: all 0.3s; }
          nav.menu-header .menubar.groupbar .nav ul li a:hover {
            background: #eaeaea !important; }
    nav.menu-header .menubar.groupbar .nav #nav-mc-toggle {
      display: block; }
  nav.menu-header .menubar.groupbar .nav.open ul {
    height: auto;
    opacity: 1; } }

@media screen and (min-width: 721px) {
  #buddypress .hide-on-desktop {
    display: none !important; } }

@media screen and (max-width: 720px) {
  #buddypress {
    /* homepage */ }
    #buddypress #item-body {
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 24px; }
    #buddypress .hide-on-mobile {
      display: none !important; }
    #buddypress .bog-group-home-container .bog-group-home-column,
    #buddypress .bog-group-home-container .bog-group-home-column.one-half,
    #buddypress .bog-group-home-container .bog-group-home-column.one-quarter,
    #buddypress .bog-group-home-container .bog-group-home-column.one-third,
    #buddypress .bog-group-home-container .bog-group-home-column.two-thirds {
      width: 100%;
      padding: 0 20px;
      margin-right: 0;
      margin-bottom: 24px; }
      #buddypress .bog-group-home-container .bog-group-home-column:last-of-type,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half:last-of-type,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter:last-of-type,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third:last-of-type,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds:last-of-type {
        margin-bottom: 0; }
      #buddypress .bog-group-home-container .bog-group-home-column h1,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half h1,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter h1,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third h1,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds h1 {
        display: block !important;
        text-align: center;
        margin-bottom: 18px;
        font-size: 26px;
        line-height: 32px; }
      #buddypress .bog-group-home-container .bog-group-home-column h2,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half h2,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter h2,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third h2,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds h2 {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 9px; }
      #buddypress .bog-group-home-container .bog-group-home-column p,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half p,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter p,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third p,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 9px; }
      #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post .bbp-submit-wrapper,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half div.bbp-topic-form #new-post .bbp-submit-wrapper,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter div.bbp-topic-form #new-post .bbp-submit-wrapper,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third div.bbp-topic-form #new-post .bbp-submit-wrapper,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds div.bbp-topic-form #new-post .bbp-submit-wrapper {
        width: 100%; }
        #buddypress .bog-group-home-container .bog-group-home-column div.bbp-topic-form #new-post .bbp-submit-wrapper button[type=submit],
        #buddypress .bog-group-home-container .bog-group-home-column.one-half div.bbp-topic-form #new-post .bbp-submit-wrapper button[type=submit],
        #buddypress .bog-group-home-container .bog-group-home-column.one-quarter div.bbp-topic-form #new-post .bbp-submit-wrapper button[type=submit],
        #buddypress .bog-group-home-container .bog-group-home-column.one-third div.bbp-topic-form #new-post .bbp-submit-wrapper button[type=submit],
        #buddypress .bog-group-home-container .bog-group-home-column.two-thirds div.bbp-topic-form #new-post .bbp-submit-wrapper button[type=submit] {
          font-size: 21px;
          padding-top: 6px;
          padding-bottom: 10px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half .bog-home-list li,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter .bog-home-list li,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third .bog-home-list li,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds .bog-home-list li {
        padding: 18px 0; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list li.start-new,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half .bog-home-list li.start-new,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter .bog-home-list li.start-new,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third .bog-home-list li.start-new,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds .bog-home-list li.start-new {
        text-align: center;
        margin-top: -8px;
        padding-bottom: 18px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list h2,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half .bog-home-list h2,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter .bog-home-list h2,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third .bog-home-list h2,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds .bog-home-list h2 {
        font-size: 18px;
        line-height: 24px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list h3 a,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half .bog-home-list h3 a,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter .bog-home-list h3 a,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third .bog-home-list h3 a,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds .bog-home-list h3 a {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 21px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list.updates .update-info,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half .bog-home-list.updates .update-info,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter .bog-home-list.updates .update-info,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third .bog-home-list.updates .update-info,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds .bog-home-list.updates .update-info {
        font-size: 15px;
        line-height: 21px; }
      #buddypress .bog-group-home-container .bog-group-home-column .bog-home-list .see-all,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half .bog-home-list .see-all,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter .bog-home-list .see-all,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third .bog-home-list .see-all,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds .bog-home-list .see-all {
        padding: 18px 0;
        font-size: 18px;
        line-height: 18px; }
      #buddypress .bog-group-home-container .bog-group-home-column .interior .one-half,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half .interior .one-half,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter .interior .one-half,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third .interior .one-half,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds .interior .one-half {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px; }
        #buddypress .bog-group-home-container .bog-group-home-column .interior .one-half:last-of-type,
        #buddypress .bog-group-home-container .bog-group-home-column.one-half .interior .one-half:last-of-type,
        #buddypress .bog-group-home-container .bog-group-home-column.one-quarter .interior .one-half:last-of-type,
        #buddypress .bog-group-home-container .bog-group-home-column.one-third .interior .one-half:last-of-type,
        #buddypress .bog-group-home-container .bog-group-home-column.two-thirds .interior .one-half:last-of-type {
          margin-bottom: 0; }
      #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .list.bog-home-list.updates,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half.one-row.news .list.bog-home-list.updates,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter.one-row.news .list.bog-home-list.updates,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third.one-row.news .list.bog-home-list.updates,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds.one-row.news .list.bog-home-list.updates {
        display: block;
        margin: 0; }
        #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .list.bog-home-list.updates:before, #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .list.bog-home-list.updates:after,
        #buddypress .bog-group-home-container .bog-group-home-column.one-half.one-row.news .list.bog-home-list.updates:before,
        #buddypress .bog-group-home-container .bog-group-home-column.one-half.one-row.news .list.bog-home-list.updates:after,
        #buddypress .bog-group-home-container .bog-group-home-column.one-quarter.one-row.news .list.bog-home-list.updates:before,
        #buddypress .bog-group-home-container .bog-group-home-column.one-quarter.one-row.news .list.bog-home-list.updates:after,
        #buddypress .bog-group-home-container .bog-group-home-column.one-third.one-row.news .list.bog-home-list.updates:before,
        #buddypress .bog-group-home-container .bog-group-home-column.one-third.one-row.news .list.bog-home-list.updates:after,
        #buddypress .bog-group-home-container .bog-group-home-column.two-thirds.one-row.news .list.bog-home-list.updates:before,
        #buddypress .bog-group-home-container .bog-group-home-column.two-thirds.one-row.news .list.bog-home-list.updates:after {
          display: none; }
        #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .list.bog-home-list.updates li,
        #buddypress .bog-group-home-container .bog-group-home-column.one-half.one-row.news .list.bog-home-list.updates li,
        #buddypress .bog-group-home-container .bog-group-home-column.one-quarter.one-row.news .list.bog-home-list.updates li,
        #buddypress .bog-group-home-container .bog-group-home-column.one-third.one-row.news .list.bog-home-list.updates li,
        #buddypress .bog-group-home-container .bog-group-home-column.two-thirds.one-row.news .list.bog-home-list.updates li {
          margin: 0;
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ddd; }
          #buddypress .bog-group-home-container .bog-group-home-column.one-row.news .list.bog-home-list.updates li:nth-of-type(n + 2),
          #buddypress .bog-group-home-container .bog-group-home-column.one-half.one-row.news .list.bog-home-list.updates li:nth-of-type(n + 2),
          #buddypress .bog-group-home-container .bog-group-home-column.one-quarter.one-row.news .list.bog-home-list.updates li:nth-of-type(n + 2),
          #buddypress .bog-group-home-container .bog-group-home-column.one-third.one-row.news .list.bog-home-list.updates li:nth-of-type(n + 2),
          #buddypress .bog-group-home-container .bog-group-home-column.two-thirds.one-row.news .list.bog-home-list.updates li:nth-of-type(n + 2) {
            margin-top: -1px; }
      #buddypress .bog-group-home-container .bog-group-home-column .see-all,
      #buddypress .bog-group-home-container .bog-group-home-column.one-half .see-all,
      #buddypress .bog-group-home-container .bog-group-home-column.one-quarter .see-all,
      #buddypress .bog-group-home-container .bog-group-home-column.one-third .see-all,
      #buddypress .bog-group-home-container .bog-group-home-column.two-thirds .see-all {
        font-size: 18px;
        line-height: 18px; }
    #buddypress p.nothing-yet {
      font-size: 15px;
      line-height: 21px; }
  /* conversations */
  .conversations #buddypress .group-row .email-members, .conversations.all-conversations #buddypress .group-row .email-members, .conversations.forum-search #buddypress .group-row .email-members {
    margin-top: 0; }
    .conversations #buddypress .group-row .email-members .interior, .conversations.all-conversations #buddypress .group-row .email-members .interior, .conversations.forum-search #buddypress .group-row .email-members .interior {
      padding-top: 0; }
  .conversations #buddypress .group-row .email-members h1,
  .conversations #buddypress .group-row .current-conversations h1, .conversations.all-conversations #buddypress .group-row .email-members h1,
  .conversations.all-conversations #buddypress .group-row .current-conversations h1, .conversations.forum-search #buddypress .group-row .email-members h1,
  .conversations.forum-search #buddypress .group-row .current-conversations h1 {
    text-align: center;
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 32px; }
  .conversations #buddypress .group-row .email-members h2, .conversations #buddypress .group-row .email-members p,
  .conversations #buddypress .group-row .current-conversations h2,
  .conversations #buddypress .group-row .current-conversations p, .conversations.all-conversations #buddypress .group-row .email-members h2, .conversations.all-conversations #buddypress .group-row .email-members p,
  .conversations.all-conversations #buddypress .group-row .current-conversations h2,
  .conversations.all-conversations #buddypress .group-row .current-conversations p, .conversations.forum-search #buddypress .group-row .email-members h2, .conversations.forum-search #buddypress .group-row .email-members p,
  .conversations.forum-search #buddypress .group-row .current-conversations h2,
  .conversations.forum-search #buddypress .group-row .current-conversations p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 9px; }
  .conversations #buddypress .group-row .email-members #new-post .bbp-submit-wrapper,
  .conversations #buddypress .group-row .current-conversations #new-post .bbp-submit-wrapper, .conversations.all-conversations #buddypress .group-row .email-members #new-post .bbp-submit-wrapper,
  .conversations.all-conversations #buddypress .group-row .current-conversations #new-post .bbp-submit-wrapper, .conversations.forum-search #buddypress .group-row .email-members #new-post .bbp-submit-wrapper,
  .conversations.forum-search #buddypress .group-row .current-conversations #new-post .bbp-submit-wrapper {
    width: 100%; }
  .conversations #buddypress .group-row .current-conversations .column-title, .conversations.all-conversations #buddypress .group-row .current-conversations .column-title, .conversations.forum-search #buddypress .group-row .current-conversations .column-title {
    padding-bottom: 24px; }
    .conversations #buddypress .group-row .current-conversations .column-title h1, .conversations.all-conversations #buddypress .group-row .current-conversations .column-title h1, .conversations.forum-search #buddypress .group-row .current-conversations .column-title h1 {
      width: 100%; }
    .conversations #buddypress .group-row .current-conversations .column-title .conversations-search, .conversations.all-conversations #buddypress .group-row .current-conversations .column-title .conversations-search, .conversations.forum-search #buddypress .group-row .current-conversations .column-title .conversations-search {
      display: block;
      width: 80%;
      margin: 0 auto; }
      .conversations #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap input[type=text], .conversations.all-conversations #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap input[type=text], .conversations.forum-search #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap input[type=text] {
        display: inline-block;
        width: calc(100% - 31px);
        font-size: 15px;
        position: static;
        padding-left: 32px; }
      .conversations #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap input[type=submit], .conversations.all-conversations #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap input[type=submit], .conversations.forum-search #buddypress .group-row .current-conversations .column-title .conversations-search .search-wrap input[type=submit] {
        font-size: 15px;
        line-height: 16px;
        padding: 6px 11px 9px; }
  .conversations #buddypress .current-conversations ul.conversations-list li, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li {
    padding: 18px 0; }
    .conversations #buddypress .current-conversations ul.conversations-list li a.thread-link:hover ~ div.name a, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li a.thread-link:hover ~ div.name a, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li a.thread-link:hover ~ div.name a {
      color: #26bcd7; }
    .conversations #buddypress .current-conversations ul.conversations-list li div.forum-title, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.forum-title, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.forum-title {
      width: 100%; }
      .conversations #buddypress .current-conversations ul.conversations-list li div.forum-title a, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.forum-title a, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.forum-title a {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 21px; }
    .conversations #buddypress .current-conversations ul.conversations-list li div.name, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.name, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.name {
      margin-left: 4px;
      width: calc(84% - 36px); }
      .conversations #buddypress .current-conversations ul.conversations-list li div.name a, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.name a, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.name a {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        color: #666666;
        font-size: 10px;
        line-height: 12px;
        font-weight: 600;
        text-transform: uppercase;
        clear: both;
        display: block;
        width: 100%; }
        .conversations #buddypress .current-conversations ul.conversations-list li div.name a:hover, .conversations #buddypress .current-conversations ul.conversations-list li div.name a:active, .conversations #buddypress .current-conversations ul.conversations-list li div.name a:focus, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.name a:hover, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.name a:active, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.name a:focus, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.name a:hover, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.name a:active, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.name a:focus {
          color: #26bcd7; }
    .conversations #buddypress .current-conversations ul.conversations-list li div.avatar, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.avatar, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.avatar {
      width: auto; }
      .conversations #buddypress .current-conversations ul.conversations-list li div.avatar a, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.avatar a, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.avatar a {
        padding: 0; }
        .conversations #buddypress .current-conversations ul.conversations-list li div.avatar a img, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.avatar a img, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.avatar a img {
          width: 24px;
          height: 24px; }
    .conversations #buddypress .current-conversations ul.conversations-list li div.time, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li div.time, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li div.time {
      padding-top: 4px;
      padding-bottom: 4px;
      font-size: 10px;
      line-height: 12px; }
  .conversations #buddypress .current-conversations ul.conversations-list li.see-all, .conversations.all-conversations #buddypress .current-conversations ul.conversations-list li.see-all, .conversations.forum-search #buddypress .current-conversations ul.conversations-list li.see-all {
    padding: 18px 0;
    font-size: 18px;
    line-height: 18px; }
  .conversations #buddypress .email-members #new-post .bbp-attachments-form input.attachment_button, .conversations.all-conversations #buddypress .email-members #new-post .bbp-attachments-form input.attachment_button, .conversations.forum-search #buddypress .email-members #new-post .bbp-attachments-form input.attachment_button {
    font-size: 15px;
    line-height: 32px; }
  .conversations #buddypress .email-members #new-post .bbp-attachments-form .file_reader,
  .conversations #buddypress .email-members #new-post .bbp-attachments-form .d4p-attachment-addfile, .conversations.all-conversations #buddypress .email-members #new-post .bbp-attachments-form .file_reader,
  .conversations.all-conversations #buddypress .email-members #new-post .bbp-attachments-form .d4p-attachment-addfile, .conversations.forum-search #buddypress .email-members #new-post .bbp-attachments-form .file_reader,
  .conversations.forum-search #buddypress .email-members #new-post .bbp-attachments-form .d4p-attachment-addfile {
    font-size: 15px;
    border: 0; }
  .conversations #buddypress .group-row button[type=submit], .conversations.all-conversations #buddypress .group-row button[type=submit], .conversations.forum-search #buddypress .group-row button[type=submit] {
    font-size: 21px;
    padding-top: 6px;
    padding-bottom: 10px; }
  .conversations #buddypress .group-row.grey #widget-area h2.widget-title, .conversations.all-conversations #buddypress .group-row.grey #widget-area h2.widget-title, .conversations.forum-search #buddypress .group-row.grey #widget-area h2.widget-title {
    font-size: 21px;
    line-height: 26px;
    text-align: center; }
  .conversations #buddypress .group-row.grey .widget-area.columns .widget p,
  .conversations #buddypress .group-row.grey .widget-area.columns .widget ol li, .conversations.all-conversations #buddypress .group-row.grey .widget-area.columns .widget p,
  .conversations.all-conversations #buddypress .group-row.grey .widget-area.columns .widget ol li, .conversations.forum-search #buddypress .group-row.grey .widget-area.columns .widget p,
  .conversations.forum-search #buddypress .group-row.grey .widget-area.columns .widget ol li {
    font-size: 15px;
    line-height: 18px; }
  .conversations.all-conversations #buddypress .group-row .current-conversations .column-title .conversations-search {
    display: inline-block;
    width: calc(50% - 3px);
    margin-top: 12px;
    margin-bottom: 18px; }
  .conversations.forum-search #buddypress .group-row .current-conversations .column-title .conversations-search {
    display: block;
    width: 80%;
    padding: 0; }
    .conversations.forum-search #buddypress .group-row .current-conversations .column-title .conversations-search form {
      max-width: 100%; }
  .conversations.all-conversations #buddypress .group-row .current-conversations h1,
  .conversations.forum-search #buddypress .group-row .current-conversations h1 {
    font-size: 40px;
    line-height: 40px; }
  /* conversation thread */
  #bbpress-forums .back-link {
    position: absolute;
    top: 8px;
    left: 16px; }
  #bbpress-forums .start-new {
    position: absolute;
    top: 40px;
    right: 16px;
    left: 16px; }
    #bbpress-forums .start-new a.button {
      width: 100%;
      font-size: 15px;
      line-height: 16px; }
  body.group-forum-topic #bbpress-forums h3 {
    margin-top: 64px; }
  /* locked threads */
  #buddypress .group-row .current-conversations ul.conversations-list li.closed:before {
    top: 22px; }
  /* calls & meetings */
  .calls-meetings #buddypress .sidebar-container .right-column h2 {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .calls-meetings #buddypress .sidebar-container h2.widget-title,
  .calls-meetings #buddypress .sidebar-container .right-column h2,
  .calls-meetings #buddypress .widget-area.columns h2.widget-title {
    font-size: 21px;
    line-height: 26px;
    text-align: center; }
  .calls-meetings #buddypress .sidebar-container .none-yet {
    font-size: 15px;
    line-height: 18px;
    text-align: center; }
  body.single-item.groups.calls-meetings #item-body .posts-container {
    padding: 24px 16px 0 !important; }
  body.single-item.groups.calls-meetings #item-body .calls-meetings-container .left-column {
    padding: 0; }
  /* news */
  body.groups.updates #buddypress h1 {
    margin-bottom: 18px; }
  #buddypress .more-link {
    text-align: right; }
  #buddypress .previous-link {
    text-align: left; }
  .updates #buddypress #item-body article + .more-link {
    text-align: right; }
  #buddypress .previous-link.on_last_page {
    text-align: left; }
  .news #item-body .posts-wrapper.full-width {
    position: relative; }
    .news #item-body .posts-wrapper.full-width .back-link.align-top {
      position: absolute;
      width: auto;
      top: -28px;
      padding: 0; }
      .news #item-body .posts-wrapper.full-width .back-link.align-top + .posts-container h2 {
        width: 100%;
        margin-top: 12px; }
    .news #item-body .posts-wrapper.full-width .posts-container {
      max-width: 100%;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .news #item-body .posts-wrapper.full-width .posts-container .back-link {
        margin-top: 18px; }
  /* directory */
  #buddypress ul.companies-list {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -more-linkz-column-count: 1;
    /* Firefox */
    column-count: 1;
    column-gap: 0;
    list-style-type: none;
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 0; }
    #buddypress ul.companies-list li a {
      display: block;
      padding: 18px 0 18px;
      color: #000;
      font-size: 18px;
      line-height: 21px; }
  #buddypress .bog-group-companies-container {
    position: relative; }
    #buddypress .bog-group-companies-container .align-top.back-link {
      width: auto;
      position: absolute;
      top: -18px; }
    #buddypress .bog-group-companies-container h1.align-top {
      width: 100%;
      margin-top: 12px; }
  #buddypress ul.company-members-list {
    margin-top: 24px; }
  /* columns */
  .half-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .half-col:first-of-type {
      padding-right: 0; }
    .half-col:last-of-type:not(:first-of-type) {
      padding-left: 0;
      border-top: 1px solid #000; }
    .half-col .interior {
      padding: 24px 0 36px; }
  .vertical-rule .half-col:before {
    display: none !important; }
  /* profile */
  body.bp-user #buddypress #item-body .bog-member-profile-container .bog-member-profile-col.left, body.bp-user #buddypress #item-body .bog-member-profile-container .bog-member-profile-col.right {
    margin-right: 0;
    width: 100%; }
  body.bp-user #buddypress #item-body .bog-member-profile-container .bog-member-profile-col.right {
    margin-top: 24px; }
  .bp-user.my-groups #buddypress ul.item-list li .item .item-title {
    width: 100%;
    margin-bottom: 8px; }
  .bp-user.my-groups #buddypress ul.item-list li .item .item-desc {
    width: 100%; } }

@media screen and (max-width: 640px) {
  .conversations.all-conversations #buddypress .group-row .current-conversations .column-title .conversations-search {
    display: block;
    width: 80%;
    margin: 0 auto; } }

.buddypress div#sidebar, .tml-action div#sidebar {
  display: none; }

.buddypress div#content, .tml-action div#content {
  border-left: none;
  margin-left: 0;
  width: 100%; }

.buddypress .group_announcement.footer, .tml-action .group_announcement.footer {
  border-left: 0;
  margin-left: 0;
  width: 100%; }

.buddypress footer.site-footer, .tml-action footer.site-footer {
  margin-left: 0;
  width: 100%; }

.buddypress a.custom-logo-link, .tml-action a.custom-logo-link {
  padding: 8px 18px 6px 36px;
  display: block;
  float: left;
  line-height: 0;
  /* height: auto; */ }

.buddypress img.custom-logo, .tml-action img.custom-logo {
  max-height: 24px;
  width: auto; }
