/* Transform mixins */
/* End transform mixins */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes shake {
  0% {
    transform: translate(0.5px, 0.5px) rotate(0deg); }
  10% {
    transform: translate(-0.5px, -1px) rotate(-0.5deg); }
  20% {
    transform: translate(-1.5px, 0px) rotate(0.5deg); }
  30% {
    transform: translate(1.5px, 1px) rotate(0deg); }
  40% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg); }
  50% {
    transform: translate(-0.5px, 1px) rotate(-0.5deg); }
  60% {
    transform: translate(-1.5px, 0.5px) rotate(0deg); }
  70% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  90% {
    transform: translate(0.5px, 1px) rotate(0deg); }
  100% {
    transform: translate(0.5px, -1px) rotate(-0.5deg); } }

@-webkit-keyframes postBounce {
  0%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }

@keyframes postBounce {
  0%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }

#glad_posts_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 113px 0 150px 0; }

.glad_loading_posts {
  display: flex;
  justify-content: center;
  align-items: center; }
  .glad_loading_posts img {
    display: block;
    margin-right: 1rem;
    height: 20px;
    width: 20px; }

#glad-post-stats .content_wrap {
  max-width: 90%; }

.glad_post_wrap {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .glad_post_wrap .glad_dateline {
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 10%; }
    .glad_post_wrap .glad_dateline:after {
      content: '';
      display: block;
      height: 110%;
      width: 4px;
      background-color: #DDE0E7;
      top: 8px;
      left: 6px;
      position: absolute;
      z-index: -1; }
    .glad_post_wrap .glad_dateline .glad_item {
      display: flex;
      align-items: center;
      color: #47484c;
      font-size: 15px;
      text-transform: capitalize; }
      .glad_post_wrap .glad_dateline .glad_item .glad_dot {
        height: 16px;
        width: 16px;
        background-color: #fc6892;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-right: 3px; }
  .glad_post_wrap.glad_init {
    max-height: 800px;
    overflow: hidden; }
    .glad_post_wrap.glad_init.glad_start {
      max-height: 0px; }
  .glad_post_wrap.glad_is_new .glad_post {
    position: relative; }
    .glad_post_wrap.glad_is_new .glad_post:before {
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-shadow: 0 0 0 5px rgba(249, 5, 74, 0.4);
      -moz-box-shadow: 0 0 0 5px rgba(249, 5, 74, 0.4);
      box-shadow: 0 0 0 5px rgba(249, 5, 74, 0.4);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
  .glad_post_wrap.glad_has_img .glad_image_wrap {
    height: 220px; }
    .glad_post_wrap.glad_has_img .glad_image_wrap .glad_footer {
      height: 100px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(transparent, #19121e);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(transparent, #19121e);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(transparent, #19121e);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(transparent, #19121e);
      /* Standard syntax */ }

.glad_social_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 28px;
  height: 50px;
  margin-right: 5px; }
  .glad_social_wrap .glad_count {
    display: none;
    position: relative;
    font-weight: 600;
    color: rgba(43, 30, 51, 0.7);
    top: 4px;
    left: -1px;
    font-size: 9px;
    line-height: 120%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .glad_social_wrap .glad_icon {
    height: 20px;
    width: 20px;
    margin-right: 7px; }
    .glad_social_wrap .glad_icon:after {
      color: rgba(43, 30, 51, 0.7);
      line-height: 20px;
      font-size: 12px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .glad_social_wrap .glad_button {
    display: flex;
    position: relative;
    align-items: center;
    color: #fff;
    margin-right: 7px;
    cursor: pointer;
    min-width: 0;
    height: 34px;
    padding: 0 5px 0 11px;
    font-size: 12px;
    font-weight: 600;
    background-color: #e0e4f0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .glad_social_wrap .glad_button.glad_like_type.glad_liked {
      background-color: #f9054a; }
      .glad_social_wrap .glad_button.glad_like_type.glad_liked .glad_icon:after {
        content: '\e931';
        color: #fff; }
      .glad_social_wrap .glad_button.glad_like_type.glad_liked .glad_count {
        color: #fff; }
      .glad_social_wrap .glad_button.glad_like_type.glad_liked .glad_text {
        display: block;
        line-height: 100%;
        margin-left: 3px; }
      .glad_social_wrap .glad_button.glad_like_type.glad_liked.glad_processing:before {
        line-height: 34px;
        left: 8px;
        font-size: 11px; }
    .glad_social_wrap .glad_button.glad_like_type .glad_text {
      display: none;
      color: #fff; }
    .glad_social_wrap .glad_button.glad_has_items {
      padding-right: 11px; }
      .glad_social_wrap .glad_button.glad_has_items .glad_icon {
        margin-right: 0; }
      .glad_social_wrap .glad_button.glad_has_items .glad_count {
        display: block; }
    .glad_social_wrap .glad_button.glad_processing {
      background-color: #fff;
      cursor: default; }
      .glad_social_wrap .glad_button.glad_processing:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      .glad_social_wrap .glad_button.glad_processing.glad_like_type.glad_liked {
        background-color: #fff; }
        .glad_social_wrap .glad_button.glad_processing.glad_like_type.glad_liked .glad_icon:after {
          color: #f9054a; }
        .glad_social_wrap .glad_button.glad_processing.glad_like_type.glad_liked .glad_text {
          display: none; }
      .glad_social_wrap .glad_button.glad_processing:before {
        content: 'wait...';
        align-items: flex-start;
        justify-content: center;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        color: #f9054a;
        font-size: 8px;
        width: 100%;
        height: 100%; }
      .glad_social_wrap .glad_button.glad_processing:after {
        content: none; }
      .glad_social_wrap .glad_button.glad_processing .glad_count {
        display: none; }
      .glad_social_wrap .glad_button.glad_processing .glad_icon {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-name: postBounce;
        animation-name: postBounce; }
        .glad_social_wrap .glad_button.glad_processing .glad_icon:after {
          content: '\e931';
          color: #f9054a; }

.glad_post {
  display: block;
  width: 260px;
  background-color: #fff;
  margin: 40px 0 20px 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(43, 30, 51, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(43, 30, 51, 0.08);
  box-shadow: 0 2px 4px rgba(43, 30, 51, 0.08);
  /* DESKTOP ONLY */ }
  .glad_post .glad_image_wrap {
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 265px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0; }
    .glad_post .glad_image_wrap.glad_mobile {
      display: flex;
      position: relative;
      max-width: 100%; }
      .glad_post .glad_image_wrap.glad_mobile .glad_image_item:hover .glad_edit_wrap {
        left: 120%; }
      .glad_post .glad_image_wrap.glad_mobile:hover .glad_image_item .glad_edit_wrap {
        left: 0; }
    .glad_post .glad_image_wrap.glad_desktop .glad_image_item {
      border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      border-bottom-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px; }
    .glad_post .glad_image_wrap .glad_image_item {
      display: block;
      height: 100%;
      width: 100%;
      position: relative;
      background-position: center;
      background-size: cover;
      background-color: transparent;
      z-index: 2; }
    .glad_post .glad_image_wrap .glad_footer {
      display: flex;
      align-items: flex-end;
      padding: 0;
      margin: 0;
      width: 100%;
      z-index: 3; }
    .glad_post .glad_image_wrap .glad_since {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 10;
      text-align: right;
      font-size: 12px;
      padding: 50px 10px 5px 10px;
      color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
      /* Standard syntax */ }
  .glad_post .glad_profile_wrap {
    display: flex;
    align-items: center;
    padding: 0 0 8px 8px;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .glad_post .glad_profile_wrap .glad_name {
      display: block;
      font-size: 12px;
      margin-left: 6px;
      color: #47484c;
      font-weight: 600; }
  .glad_post .glad_social_wrap .glad_button {
    padding: 0;
    width: 34px; }
    .glad_post .glad_social_wrap .glad_button.glad_has_items {
      padding: 0 11px;
      width: auto; }
    .glad_post .glad_social_wrap .glad_button .glad_icon {
      margin: 0; }
  .glad_post .glad_footer .glad_button.glad_more {
    display: none; }
  .glad_post .glad_avatar {
    height: 30px;
    width: 30px; }
    .glad_post .glad_avatar.glad_profile {
      cursor: default; }
    .glad_post .glad_avatar.glad_link {
      cursor: pointer; }
  .glad_post .glad_featured_comment {
    padding-top: 20px;
    margin-top: 20px;
    position: relative; }
    .glad_post .glad_featured_comment:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      border-top: 1px solid #a0a0a0;
      top: 0;
      left: 25%; }
    .glad_post .glad_featured_comment .glad_counts {
      display: flex;
      align-items: center;
      text-align: left;
      margin-bottom: 7px; }
      .glad_post .glad_featured_comment .glad_counts .glad_icon {
        height: 15px;
        width: 15px;
        margin-right: 3px; }
        .glad_post .glad_featured_comment .glad_counts .glad_icon:after {
          line-height: 15px; }
    .glad_post .glad_featured_comment .glad_excerpt_wrap {
      padding: 0 6px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      .glad_post .glad_featured_comment .glad_excerpt_wrap p {
        display: block; }
    .glad_post .glad_featured_comment p {
      font-style: italic;
      font-size: 11px;
      position: relative; }
      .glad_post .glad_featured_comment p .glad_quote_char {
        font-size: larger;
        color: rgba(0, 0, 0, 0.7);
        font-weight: 600; }
    .glad_post .glad_featured_comment small {
      display: block;
      text-align: right;
      font-size: inherit;
      margin-top: 4px; }
  .glad_post .glad_icon_button {
    cursor: pointer; }
    .glad_post .glad_icon_button.glad_more {
      background-color: transparent; }
  .glad_post article {
    padding: 15px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .glad_post article h2 {
      font-size: 15px;
      color: rgba(43, 30, 51, 0.7);
      line-height: 150%;
      margin: 10px 0 0 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      .glad_post article h2 span {
        display: block;
        color: #455b74;
        font-size: 18px;
        line-height: 150%; }
    .glad_post article .glad_excerpt_wrap {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
    .glad_post article p {
      display: block;
      margin: 0;
      font-size: 1.2rem;
      color: rgba(43, 30, 51, 0.7);
      line-height: 170%; }
  .glad_post .glad_event_wrap {
    display: flex; }
  .glad_post .glad_event_details {
    font-size: 1.2rem;
    color: rgba(43, 30, 51, 0.8);
    margin: 10px 0 15px 0;
    padding: 10px;
    background-color: #f5f5f5;
    line-height: 150%;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .glad_post .glad_event_details .glad_row {
      display: flex; }
      .glad_post .glad_event_details .glad_row strong {
        display: block;
        margin-right: 0.5rem; }
  .glad_post.glad_desktop {
    display: block;
    width: 260px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 16px 62px rgba(43, 30, 51, 0.08);
    -moz-box-shadow: 0 16px 62px rgba(43, 30, 51, 0.08);
    box-shadow: 0 16px 62px rgba(43, 30, 51, 0.08); }
    .glad_post.glad_desktop article {
      position: relative;
      padding: 5px 20px 0 20px;
      flex: 1 1 100%;
      z-index: 1;
      cursor: pointer; }
      .glad_post.glad_desktop article .glad_text_wrap {
        cursor: pointer;
        position: relative;
        padding: 0; }
      .glad_post.glad_desktop article h2 span {
        color: #455b74;
        font-size: 18px;
        line-height: 150%; }
      .glad_post.glad_desktop article p {
        line-height: 22.5px; }
      .glad_post.glad_desktop article .glad_attachment_count {
        display: flex;
        justify-content: flex-end;
        position: static;
        padding: 0;
        align-items: center;
        font-size: 14px;
        color: #47484c;
        font-weight: 600;
        background-color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
        .glad_post.glad_desktop article .glad_attachment_count .glad_icon {
          font-weight: 600; }
        .glad_post.glad_desktop article .glad_attachment_count .glad_number {
          position: relative;
          left: -5px; }
    .glad_post.glad_desktop .glad_nonimage_wrap {
      display: flex;
      flex-direction: column;
      position: relative; }
      .glad_post.glad_desktop .glad_nonimage_wrap .glad_footer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: transparent;
        padding: 0 7px 10px 0;
        flex: 0 0 50px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px; }
        .glad_post.glad_desktop .glad_nonimage_wrap .glad_footer .glad_social_wrap {
          margin: 0;
          padding: 0;
          width: 100%;
          position: relative;
          justify-content: flex-end; }
          .glad_post.glad_desktop .glad_nonimage_wrap .glad_footer .glad_social_wrap .glad_impressions {
            position: absolute;
            left: 0;
            bottom: 0;
            display: flex;
            height: 50px;
            align-items: center;
            padding: 0 0 0 10px;
            color: rgba(43, 30, 51, 0.7);
            opacity: 0.75;
            filter: alpha(opacity=75);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            .glad_post.glad_desktop .glad_nonimage_wrap .glad_footer .glad_social_wrap .glad_impressions:hover {
              opacity: 1;
              filter: alpha(opacity=100);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
            .glad_post.glad_desktop .glad_nonimage_wrap .glad_footer .glad_social_wrap .glad_impressions .glad_number {
              font-size: 0.9rem;
              position: relative;
              left: -8px;
              top: 5px; }
      .glad_post.glad_desktop .glad_nonimage_wrap .glad_since {
        display: none;
        position: absolute;
        font-size: 12px;
        color: #acb6c1;
        right: 0;
        top: 0;
        height: 13px;
        line-height: 13px;
        padding: 10px;
        cursor: default; }
    .glad_post.glad_desktop .glad_profile_side {
      padding: 10px 5px 0 15px;
      width: auto;
      display: flex;
      justify-content: space-around;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .glad_post.glad_desktop .glad_profile_wrap {
      display: flex;
      align-items: center;
      padding: 0; }
      .glad_post.glad_desktop .glad_profile_wrap.glad_official img {
        display: block;
        height: 30px;
        width: 30px; }
      .glad_post.glad_desktop .glad_profile_wrap .glad_avatar {
        height: 30px;
        width: 30px; }
        .glad_post.glad_desktop .glad_profile_wrap .glad_avatar .glad_initials {
          font-size: 1.3rem; }
      .glad_post.glad_desktop .glad_profile_wrap .glad_name {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 0 0 6px;
        font-size: 1.2rem;
        color: #47484c; }
      .glad_post.glad_desktop .glad_profile_wrap .glad_badge {
        position: absolute;
        z-index: 1;
        left: 37px;
        top: 37px; }
    .glad_post.glad_desktop .glad_social_wrap .glad_button.glad_like_type.glad_liked {
      padding-right: 14px; }
    .glad_post.glad_desktop .glad_social_wrap .glad_button .glad_text {
      display: none; }
    .glad_post.glad_desktop .glad_social_wrap .glad_button.glad_liked .glad_text {
      display: block; }
    .glad_post.glad_desktop .glad_featured_comment {
      margin: 15px 0 10px 0; }
      .glad_post.glad_desktop .glad_featured_comment .glad_excerpt_wrap {
        display: flex;
        padding: 0 13px; }
        .glad_post.glad_desktop .glad_featured_comment .glad_excerpt_wrap p {
          font-size: 1.1rem; }
  .glad_post .glad_undo_delete_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 2; }
    .glad_post .glad_undo_delete_wrap p {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-right: 10px;
      font-size: 1.8rem; }
    .glad_post .glad_undo_delete_wrap .glad_button {
      margin-left: 10px;
      min-width: 0; }
      .glad_post .glad_undo_delete_wrap .glad_button .glad_icon {
        margin-left: -7px; }

.glad_impressions {
  cursor: default; }
  .glad_impressions.glad_flash_hover {
    cursor: pointer; }

.glad_no_posts {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .glad_no_posts .glad_empty {
    min-height: unset;
    padding: 2rem; }
  .glad_no_posts p {
    margin: 0;
    font-weight: 600;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .glad_no_posts .glad_houses {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

#glad-placeholders {
  display: block;
  overflow: hidden;
  max-height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.glad_placeholders {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem; }
  .glad_placeholders .glad_placeholder .glad_profile_wrap {
    margin-top: 1rem; }
    .glad_placeholders .glad_placeholder .glad_profile_wrap .glad_avatar {
      background-color: #e0e4f0; }
    .glad_placeholders .glad_placeholder .glad_profile_wrap .glad_name {
      background-color: #e0e4f0;
      width: 50%;
      height: 2rem; }
  .glad_placeholders .glad_placeholder .glad_content_wrap {
    padding: 1rem; }
    .glad_placeholders .glad_placeholder .glad_content_wrap .glad_title {
      height: 30px;
      width: 55%;
      background-color: #e0e4f0; }
    .glad_placeholders .glad_placeholder .glad_content_wrap .glad_excerpt {
      margin-top: 1rem; }
      .glad_placeholders .glad_placeholder .glad_content_wrap .glad_excerpt .glad_line {
        margin: 0.5rem 0.5rem 0.5rem 0;
        height: 15px;
        background-color: #e0e4f0; }
        .glad_placeholders .glad_placeholder .glad_content_wrap .glad_excerpt .glad_line:nth-of-type(1) {
          width: 75%; }
        .glad_placeholders .glad_placeholder .glad_content_wrap .glad_excerpt .glad_line:nth-of-type(2) {
          width: 85%; }
        .glad_placeholders .glad_placeholder .glad_content_wrap .glad_excerpt .glad_line:nth-of-type(3) {
          width: 95%; }
        .glad_placeholders .glad_placeholder .glad_content_wrap .glad_excerpt .glad_line:nth-of-type(4) {
          width: 75%; }
        .glad_placeholders .glad_placeholder .glad_content_wrap .glad_excerpt .glad_line:nth-of-type(5) {
          width: 85%; }
  .glad_placeholders .glad_placeholder .glad_comment_wrap {
    padding: 1rem;
    position: relative; }
    .glad_placeholders .glad_placeholder .glad_comment_wrap:before {
      content: '';
      display: block;
      border-bottom: 1px solid #e0e4f0;
      width: 50%;
      top: 0;
      left: 25%;
      position: absolute; }
    .glad_placeholders .glad_placeholder .glad_comment_wrap .glad_content {
      margin-top: 0.5rem; }
    .glad_placeholders .glad_placeholder .glad_comment_wrap .glad_line {
      background-color: #e0e4f0;
      width: 85%;
      height: 10px;
      margin: 0.25rem 0; }
      .glad_placeholders .glad_placeholder .glad_comment_wrap .glad_line:nth-of-type(1) {
        width: 85%; }
      .glad_placeholders .glad_placeholder .glad_comment_wrap .glad_line:nth-of-type(2) {
        width: 95%; }
      .glad_placeholders .glad_placeholder .glad_comment_wrap .glad_line:nth-of-type(3) {
        width: 75%; }
      .glad_placeholders .glad_placeholder .glad_comment_wrap .glad_line:nth-of-type(4) {
        width: 85%; }
      .glad_placeholders .glad_placeholder .glad_comment_wrap .glad_line:nth-of-type(5) {
        width: 55%; }
  .glad_placeholders .glad_placeholder .glad_button_wrap {
    display: flex;
    justify-content: flex-end;
    margin: 1rem; }
    .glad_placeholders .glad_placeholder .glad_button_wrap .glad_faux_button {
      height: 35px;
      width: 45px;
      background-color: #e0e4f0;
      border-radius: 20px;
      margin-left: 1rem; }
  .glad_placeholders .glad_image_side {
    display: none; }

html.glad_app .glad_post.glad_author_outside .glad_avatar.glad_profile {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  html.glad_app .glad_post.glad_author_outside .glad_avatar.glad_profile:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

html.glad_app .glad_post.glad_mobile .glad_avatar.glad_profile {
  height: 30px;
  width: 30px;
  border: 2px solid rgba(0, 0, 0, 0.3); }
  html.glad_app .glad_post.glad_mobile .glad_avatar.glad_profile .glad_initials {
    font-size: 1.4rem; }

html.glad_app .glad_post.glad_desktop .glad_avatar.glad_profile {
  height: 35px;
  width: 35px; }

.glad_beginning {
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #47484c;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  height: 100%;
  z-index: -1;
  left: 10%;
  top: 20px; }
  .glad_beginning .glad_dot {
    height: 16px;
    width: 16px;
    background-color: #fc6892;
    margin-right: 8px;
    position: relative;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /* old ie sucks rocks */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
    zoom: 1; }
    .glad_beginning .glad_dot:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fc6892;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      /* old ie sucks rocks */
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
      zoom: 1; }

.glad_post_item .glad_footer {
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .glad_post_item .glad_footer button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .glad_post_item .glad_footer button .glad_icon {
      height: 20px;
      width: 20px; }
      .glad_post_item .glad_footer button .glad_icon:after {
        line-height: 20px;
        margin-left: 7px;
        color: #fff; }

.glad_post_item.glad_type_new_or_edit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: fixed;
  background-color: #f5f6fe;
  z-index: 100;
  top: 0;
  left: 110%;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .glad_post_item.glad_type_new_or_edit.glad_show {
    left: 0; }
  .glad_post_item.glad_type_new_or_edit.glad_type_new .glad_footer .glad_button .glad_icon {
    margin-left: 7px; }
    .glad_post_item.glad_type_new_or_edit.glad_type_new .glad_footer .glad_button .glad_icon:after {
      margin-left: 0; }
  .glad_post_item.glad_type_new_or_edit .glad_add_image {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 0;
    background-color: #e0e4f0;
    cursor: pointer;
    flex: 0 0 159px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .glad_post_item.glad_type_new_or_edit .glad_add_image.glad_has_img:hover .glad_action_wrap {
      left: 0; }
    .glad_post_item.glad_type_new_or_edit .glad_add_image.glad_has_img .glad_img_preview {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .glad_post_item.glad_type_new_or_edit .glad_add_image.glad_has_img .glad_action_wrap {
      display: flex; }
    .glad_post_item.glad_type_new_or_edit .glad_add_image.glad_has_img .glad_title {
      display: none; }
    .glad_post_item.glad_type_new_or_edit .glad_add_image .glad_icon {
      height: 100px;
      width: 100px; }
      .glad_post_item.glad_type_new_or_edit .glad_add_image .glad_icon:after {
        line-height: 100px;
        font-size: 70px;
        color: rgba(43, 30, 51, 0.4); }
    .glad_post_item.glad_type_new_or_edit .glad_add_image .glad_title {
      color: rgba(43, 30, 51, 0.4);
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 600; }
    .glad_post_item.glad_type_new_or_edit .glad_add_image .glad_action_wrap {
      display: none;
      justify-content: space-around;
      align-items: center;
      position: absolute;
      top: 0;
      left: 120%;
      width: 100%;
      height: 100%;
      background-color: rgba(143, 156, 171, 0.75);
      z-index: 1;
      cursor: default;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .glad_post_item.glad_type_new_or_edit .glad_add_image .glad_action_wrap .glad_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .glad_post_item.glad_type_new_or_edit .glad_add_image .glad_action_wrap .glad_icon:hover {
          background-color: rgba(90, 98, 107, 0.5); }
        .glad_post_item.glad_type_new_or_edit .glad_add_image .glad_action_wrap .glad_icon:after {
          display: block;
          top: 0;
          left: 0;
          text-align: center;
          position: static;
          color: #fff;
          height: 100%;
          width: 100%;
          line-height: 100px;
          font-size: 50px;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
    .glad_post_item.glad_type_new_or_edit .glad_add_image .glad_img_preview {
      display: none; }
  .glad_post_item.glad_type_new_or_edit .glad_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 80rem;
    height: 100vh;
    padding: 20px 15px 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .glad_post_item.glad_type_new_or_edit .glad_x {
    display: none; }
  .glad_post_item.glad_type_new_or_edit .glad_input {
    display: block;
    width: 100%;
    border: 2px solid #e0e4f0;
    padding: 13px 16px;
    font-size: 16px;
    line-height: 160%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .glad_post_item.glad_type_new_or_edit .glad_input.glad_title {
      margin: 16px 0 8px 0;
      flex: 0 0 55px; }
    .glad_post_item.glad_type_new_or_edit .glad_input.glad_body {
      margin: 8px 0;
      padding: 0;
      overflow: hidden; }
  .glad_post_item.glad_type_new_or_edit .glad_quill_item {
    height: calc(100% - 43px); }
  .glad_post_item.glad_type_new_or_edit .glad_body {
    flex: 1 0;
    z-index: 1; }
  .glad_post_item.glad_type_new_or_edit .glad_footer {
    display: flex;
    width: 100%;
    z-index: 1; }
    .glad_post_item.glad_type_new_or_edit .glad_footer .glad_button {
      flex: 1 1 50%;
      min-width: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .glad_post_item.glad_type_new_or_edit .glad_footer .glad_button .glad_icon.glad_save:after {
        font-weight: 400; }
  .glad_post_item.glad_type_new_or_edit .glad_meta_group {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 0 0 25px;
    margin-bottom: 20px;
    z-index: 2; }
    .glad_post_item.glad_type_new_or_edit .glad_meta_group .glad_list {
      display: flex;
      justify-content: flex-start;
      width: 100%; }
    .glad_post_item.glad_type_new_or_edit .glad_meta_group.glad_official_wrap {
      margin: 0;
      flex-direction: row; }
      .glad_post_item.glad_type_new_or_edit .glad_meta_group.glad_official_wrap .glad_checkbox_label {
        display: flex;
        line-height: 25px;
        height: 25px;
        font-size: 13px;
        font-weight: 600;
        color: #47484c;
        text-transform: uppercase;
        margin-right: 1rem; }
    .glad_post_item.glad_type_new_or_edit .glad_meta_group ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 0;
      list-style: none;
      min-width: 60%;
      max-width: 100%; }
      .glad_post_item.glad_type_new_or_edit .glad_meta_group ul .glad_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: default;
        font-size: 12px;
        color: #666;
        padding: 0 0 0 10px;
        margin: 0 2px;
        background-color: rgba(0, 0, 0, 0.05);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .glad_post_item.glad_type_new_or_edit .glad_meta_group ul .glad_item .glad_title {
          display: block;
          flex: 1 1 100%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      .glad_post_item.glad_type_new_or_edit .glad_meta_group ul li {
        max-width: 50%;
        padding: 2px 0; }
        .glad_post_item.glad_type_new_or_edit .glad_meta_group ul li .glad_button {
          cursor: pointer;
          background-color: transparent;
          margin-left: 7px;
          flex: 0 0 40px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          .glad_post_item.glad_type_new_or_edit .glad_meta_group ul li .glad_button:after {
            font-size: 12px; }
          .glad_post_item.glad_type_new_or_edit .glad_meta_group ul li .glad_button:hover {
            background-color: rgba(0, 0, 0, 0.1); }
  .glad_post_item.glad_type_new_or_edit .glad_meta_button {
    line-height: 25px;
    height: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #47484c;
    padding-right: 7px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .glad_post_item.glad_type_new_or_edit .glad_meta_button:hover {
      -webkit-box-shadow: 0 0 0 2px #e0e0e0;
      -moz-box-shadow: 0 0 0 2px #e0e0e0;
      box-shadow: 0 0 0 2px #e0e0e0; }
    .glad_post_item.glad_type_new_or_edit .glad_meta_button .glad_icon {
      height: 25px;
      width: 25px; }
      .glad_post_item.glad_type_new_or_edit .glad_meta_button .glad_icon:after {
        line-height: 25px; }

.glad_post_group .glad_loading {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  height: 70vh; }
  .glad_post_group .glad_loading img {
    height: 20px;
    width: 20px;
    display: block;
    margin-right: 5px; }

.glad_post_item.glad_type_new_or_edit.glad_type_edit .glad_footer button .glad_icon {
  margin-left: 5px; }
  .glad_post_item.glad_type_new_or_edit.glad_type_edit .glad_footer button .glad_icon.glad_save:after {
    margin: 0; }

.glad_post_item.glad_type_new_or_edit.glad_processing_target.glad_processing:after {
  z-index: 3; }

.glad_post_item.glad_type_new_or_edit .glad_footer {
  display: flex;
  width: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .glad_post_item.glad_type_new_or_edit .glad_footer .glad_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .glad_post_item.glad_type_new_or_edit .glad_footer .glad_button .glad_icon {
      height: 20px;
      width: 20px; }
      .glad_post_item.glad_type_new_or_edit .glad_footer .glad_button .glad_icon:after {
        line-height: 20px;
        margin-left: 7px;
        color: #fff; }

#glad_the_post {
  display: block;
  position: fixed;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 110%;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #glad_the_post .glad_social_wrap .glad_button {
    width: 34px;
    padding: 0;
    justify-content: center; }
    #glad_the_post .glad_social_wrap .glad_button.glad_has_items {
      width: auto;
      padding: 0 11px;
      justify-content: flex-start; }
    #glad_the_post .glad_social_wrap .glad_button.glad_processing_target.glad_processing {
      flex-direction: row-reverse;
      -webkit-box-shadow: 0 0 0 2px #f5f6fe;
      -moz-box-shadow: 0 0 0 2px #f5f6fe;
      box-shadow: 0 0 0 2px #f5f6fe; }
      #glad_the_post .glad_social_wrap .glad_button.glad_processing_target.glad_processing:before {
        position: relative;
        line-height: 34px;
        left: 8px;
        font-size: 1.1rem; }
    #glad_the_post .glad_social_wrap .glad_button .glad_icon {
      margin: 0; }
  #glad_the_post > .glad_close_button {
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #glad_the_post > .glad_close_button:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    #glad_the_post > .glad_close_button:after {
      color: #47484c; }
  #glad_the_post.glad_show {
    left: 0; }
  #glad_the_post .glad_content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 35px 60px 0 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #glad_the_post .glad_content_wrap.glad_dynamic {
      justify-content: center;
      padding: 0; }
  #glad_the_post .glad_event_wrap {
    background: #f5f5f5;
    padding: 10px;
    line-height: 150%;
    border: 1px solid #e5e5e5;
    margin: 0 1rem 1rem 1rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    #glad_the_post .glad_event_wrap .glad_row {
      display: flex; }
      #glad_the_post .glad_event_wrap .glad_row strong {
        margin-right: 0.5rem; }
  #glad_the_post .glad_image_wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    #glad_the_post .glad_image_wrap .glad_image_item {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      z-index: 2;
      display: block;
      position: relative; }
  #glad_the_post .glad_post_content {
    height: 50%;
    flex: 1 0 50%;
    overflow-y: auto; }
    #glad_the_post .glad_post_content::-webkit-scrollbar {
      width: 5px; }
    #glad_the_post .glad_post_content::-webkit-scrollbar-thumb {
      background-color: #8f9cab; }
    #glad_the_post .glad_post_content::-webkit-scrollbar-track {
      background-color: #e0e4f0; }
    #glad_the_post .glad_post_content .glad_author_wrap {
      display: flex;
      justify-content: space-between;
      margin-top: 10px; }
      #glad_the_post .glad_post_content .glad_author_wrap .glad_button {
        background-color: #fff; }
    #glad_the_post .glad_post_content .glad_date {
      text-align: right;
      color: #8f9cab; }
    #glad_the_post .glad_post_content .glad_title {
      display: block;
      width: 100%;
      font-size: 16px;
      color: #455b74;
      line-height: 150%;
      box-sizing: border-box;
      font-weight: 600;
      margin-top: 0.5rem; }
    #glad_the_post .glad_post_content .glad_profile_wrap {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative; }
      #glad_the_post .glad_post_content .glad_profile_wrap .glad_badge {
        position: absolute;
        z-index: 1;
        top: 28px;
        left: 27px; }
      #glad_the_post .glad_post_content .glad_profile_wrap.glad_official .glad_avatar {
        border: none; }
    #glad_the_post .glad_post_content .glad_avatar {
      flex: 0 0 30px;
      height: 30px;
      width: 30px;
      border: 2px solid rgba(0, 0, 0, 0.3); }
      #glad_the_post .glad_post_content .glad_avatar .glad_initials {
        font-size: 1.4rem; }
    #glad_the_post .glad_post_content .glad_name {
      display: block;
      font-size: 12px;
      margin-left: 6px;
      color: #47484c;
      font-weight: 600; }
    #glad_the_post .glad_post_content .glad_body {
      font-size: 1.5rem;
      line-height: 150%;
      position: relative;
      margin-top: 10px;
      padding-top: 15px; }
      #glad_the_post .glad_post_content .glad_body:after {
        content: '';
        position: absolute;
        width: 50%;
        top: 0;
        left: 25%;
        height: 1px;
        background-color: #e0e4f0; }
      #glad_the_post .glad_post_content .glad_body * {
        font-size: inherit;
        line-height: 150%;
        color: inherit; }
      #glad_the_post .glad_post_content .glad_body a {
        color: #3d86f4; }
      #glad_the_post .glad_post_content .glad_body p {
        margin: 0 0 1.5rem 0; }
  #glad_the_post .glad_content {
    position: relative; }
  #glad_the_post .glad_button_wrap {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-top: 1px solid #e0e4f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #glad_the_post .glad_button_wrap .glad_meta_wrap {
      display: flex;
      justify-content: center;
      align-items: center; }
    #glad_the_post .glad_button_wrap .glad_meta {
      display: flex;
      align-items: center;
      font-size: 1.4rem;
      font-weight: 600;
      color: #47484c;
      padding-right: 2rem;
      cursor: pointer; }
      #glad_the_post .glad_button_wrap .glad_meta.glad_impressions {
        height: 40px;
        padding-right: 1rem;
        cursor: default;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
        #glad_the_post .glad_button_wrap .glad_meta.glad_impressions.glad_flash_hover {
          cursor: pointer; }
      #glad_the_post .glad_button_wrap .glad_meta .glad_icon {
        margin-right: -3px; }
        #glad_the_post .glad_button_wrap .glad_meta .glad_icon:after {
          font-size: 1.6rem; }
  #glad_the_post .glad_comment_button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border-top: 1px solid #e0e4f0;
    cursor: pointer;
    margin-bottom: 2rem; }
  #glad_the_post.glad_show_comments .glad_comments {
    top: 10%; }
    #glad_the_post.glad_show_comments .glad_comments:before {
      content: '';
      display: block;
      bottom: 100%;
      left: 0;
      height: 20%;
      position: absolute;
      width: 100%;
      background-color: #000;
      opacity: 0.3;
      filter: alpha(opacity=30);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  #glad_the_post.glad_show_attachments .glad_attachment_list {
    top: 10%; }
  #glad_the_post .glad_comments {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 105%;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    height: 90%;
    padding: 0;
    box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.35);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px; }
    #glad_the_post .glad_comments .glad_more_button {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      position: relative; }
      #glad_the_post .glad_comments .glad_more_button:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 25%;
        width: 50%;
        border-bottom: 1px solid #f5f5f5; }
      #glad_the_post .glad_comments .glad_more_button.glad_processing:after {
        background-size: 20px !important; }
      #glad_the_post .glad_comments .glad_more_button.glad_beginning {
        min-height: 0;
        background-color: transparent;
        border: none;
        cursor: default;
        height: auto;
        position: static; }
        #glad_the_post .glad_comments .glad_more_button.glad_beginning:after {
          content: none; }
    #glad_the_post .glad_comments .glad_items {
      flex: 0 1 100%;
      overflow-y: auto;
      padding: 40px 60px 150px 20px; }
    #glad_the_post .glad_comments .glad_text {
      font-size: 1.2rem;
      color: #8f9cab; }
    #glad_the_post .glad_comments .glad_empty_list {
      height: 80%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
  #glad_the_post .glad_footer {
    position: relative; }
  #glad_the_post .glad_attachment_list {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 90%;
    padding: 3.5rem 1rem 0 1rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.35);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px; }
    #glad_the_post .glad_attachment_list .glad_close_button:after {
      color: #47484c; }
    #glad_the_post .glad_attachment_list ul {
      margin: 0;
      padding: 4px;
      list-style: none;
      overflow-y: auto;
      height: 98%; }
      #glad_the_post .glad_attachment_list ul a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 5rem;
        font-size: 1.4rem;
        color: #47484c;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        #glad_the_post .glad_attachment_list ul a:hover {
          -webkit-box-shadow: 0 0 0 4px #a1ecf1;
          -moz-box-shadow: 0 0 0 4px #a1ecf1;
          box-shadow: 0 0 0 4px #a1ecf1; }
        #glad_the_post .glad_attachment_list ul a:after {
          content: '';
          position: absolute; }
        #glad_the_post .glad_attachment_list ul a .glad_icon {
          flex: 0 0 35px; }
        #glad_the_post .glad_attachment_list ul a .glad_title {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          width: 100%; }
  #glad_the_post.glad_processing_target.glad_processing:after {
    z-index: 3; }

#glad-archived-posts .glad_processing {
  min-height: 90%; }

#glad-archived-posts .glad_post {
  position: relative;
  width: 100%;
  border-bottom: 3px #a0a0a0 dashed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  #glad-archived-posts .glad_post article h2.glad_expand {
    display: block;
    overflow: auto; }
  #glad-archived-posts .glad_post:last-of-type {
    border: none; }
  #glad-archived-posts .glad_post .glad_profile_wrap {
    padding: 0; }
    #glad-archived-posts .glad_post .glad_profile_wrap .glad_avatar {
      height: 2.5rem;
      width: 2.5rem; }
      #glad-archived-posts .glad_post .glad_profile_wrap .glad_avatar .glad_blank_img:after {
        font-size: 2rem;
        line-height: 25px; }
    #glad-archived-posts .glad_post .glad_profile_wrap .glad_initials {
      font-size: 1.2rem; }
    #glad-archived-posts .glad_post .glad_profile_wrap .glad_badge {
      top: 5px;
      left: 3px; }
    #glad-archived-posts .glad_post .glad_profile_wrap img {
      display: block;
      height: 2.5rem;
      width: 2.5rem; }
  #glad-archived-posts .glad_post .glad_author_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 10px;
    margin-top: 10px; }
    #glad-archived-posts .glad_post .glad_author_wrap .glad_since {
      font-size: 1.2rem;
      margin-top: 0.75rem; }
  #glad-archived-posts .glad_post .glad_footer {
    display: flex;
    justify-content: space-between; }
    #glad-archived-posts .glad_post .glad_footer .glad_social_wrap {
      padding: 0; }
    #glad-archived-posts .glad_post .glad_footer .glad_button {
      margin-right: 0; }
  #glad-archived-posts .glad_post .glad_social_wrap .glad_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1.5rem;
    cursor: default; }
    #glad-archived-posts .glad_post .glad_social_wrap .glad_item.glad_button {
      cursor: pointer; }
  #glad-archived-posts .glad_post .glad_social_wrap .glad_count {
    display: block;
    left: 0;
    top: 0; }
  #glad-archived-posts .glad_post .glad_social_wrap .glad_icon {
    margin-right: 0; }
  #glad-archived-posts .glad_post .glad_link_wrap {
    display: flex;
    justify-content: flex-end; }
    #glad-archived-posts .glad_post .glad_link_wrap .glad_link {
      font-size: 1.5rem; }
  #glad-archived-posts .glad_post .glad_comments {
    padding: 3rem;
    margin-top: 2rem; }
    #glad-archived-posts .glad_post .glad_comments .glad_title {
      text-align: center;
      font-size: 1.2rem;
      font-weight: 600; }
    #glad-archived-posts .glad_post .glad_comments .glad_content {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 1rem; }
      #glad-archived-posts .glad_post .glad_comments .glad_content .glad_body {
        background-color: #f5f6fe;
        padding: 1rem 1.5rem;
        min-width: 7rem;
        min-height: 3.8rem;
        position: relative;
        background: #f5f6fe;
        background: -moz-linear-gradient(-130deg, #f5f6fe 30%, #dee1fc 70%);
        background: -webkit-gradient(left top, right bottom, color-stop(30%, #f5f6fe), color-stop(70%, #dee1fc));
        background: -webkit-linear-gradient(-130deg, #f5f6fe 30%, #dee1fc 70%);
        background: -o-linear-gradient(-130deg, #f5f6fe 30%, #dee1fc 70%);
        background: -ms-linear-gradient(-40deg, #f5f6fe 30%, #dee1fc 70%);
        background: linear-gradient(-130deg, #f5f6fe 30%, #dee1fc 70%);
        filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#f5f6fe, endColorstr=#dee1fc, GradientType=1 )";
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; }
        #glad-archived-posts .glad_post .glad_comments .glad_content .glad_body:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -12px;
          background-color: transparent;
          left: 15px;
          height: 0;
          width: 0;
          border-top: 13px solid #dee1fc;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent; }
      #glad-archived-posts .glad_post .glad_comments .glad_content .glad_quote_wrap {
        position: relative; }
        #glad-archived-posts .glad_post .glad_comments .glad_content .glad_quote_wrap:before {
          content: '"';
          position: absolute;
          right: 100%; }
        #glad-archived-posts .glad_post .glad_comments .glad_content .glad_quote_wrap:after {
          content: '"';
          position: absolute; }
    #glad-archived-posts .glad_post .glad_comments .glad_item {
      margin: 1rem 0;
      padding: 1rem 0;
      position: relative; }
      #glad-archived-posts .glad_post .glad_comments .glad_item:before {
        content: "";
        display: block;
        position: absolute;
        width: 50%;
        left: 25%;
        top: 0;
        border-top: 1px solid #e0e4f0; }
      #glad-archived-posts .glad_post .glad_comments .glad_item:first-of-type:before {
        content: none; }
    #glad-archived-posts .glad_post .glad_comments .glad_profile_wrap {
      width: 100%;
      display: flex;
      justify-content: flex-start; }
    #glad-archived-posts .glad_post .glad_comments .glad_since {
      display: flex;
      justify-content: flex-start;
      font-size: 1.2rem;
      margin-top: 1rem; }
    #glad-archived-posts .glad_post .glad_comments .glad_more_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 400;
      margin-top: 0.5rem; }
      #glad-archived-posts .glad_post .glad_comments .glad_more_wrap .glad_link {
        font-size: inherit;
        margin-left: 0.5rem; }

#glad-archived-posts .glad_loading_more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem; }
  #glad-archived-posts .glad_loading_more img {
    display: block;
    margin-right: 1rem;
    height: 25px;
    width: 25px; }

#glad-archived-posts .glad_beginning {
  justify-content: center;
  width: 100%;
  left: auto;
  top: auto;
  font-weight: 600; }

.glad_overlay.glad_type_confirm h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize; }
  .glad_overlay.glad_type_confirm h2 .glad_icon {
    margin-right: 1rem; }

.glad_overlay.glad_type_confirm header p {
  text-align: center; }

.glad_overlay.glad_type_confirm form {
  display: flex;
  justify-content: center; }

.glad_overlay.glad_type_confirm .glad_post_wrap {
  display: flex;
  justify-content: center;
  align-items: center; }

.glad_overlay.glad_type_confirm .glad_post_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 150%;
  background-color: #f5f5f5;
  padding: 1rem 2rem;
  max-width: 450px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .glad_overlay.glad_type_confirm .glad_post_content div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; }

.glad_overlay.glad_type_confirm .glad_button .glad_icon:after {
  font-weight: 400; }

.glad_overlay.glad_type_confirm.glad_type_comment .glad_title {
  display: none; }

.glad_overlay.glad_type_confirm.glad_type_comment .glad_body strong {
  display: none; }

#pd-archived-posts .glad_items.glad_processing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  height: 70vh; }

#pd-archived-posts .glad_items .glad_loading {
  display: flex;
  justify-content: center;
  align-items: center; }
  #pd-archived-posts .glad_items .glad_loading img {
    display: block;
    height: 20px;
    margin-right: 7px; }

#glad-confirm-report-post h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  text-transform: capitalize; }
  #glad-confirm-report-post h2 .glad_icon:after {
    color: inherit; }

#glad-confirm-report-post header p {
  text-align: center; }

#glad-confirm-report-post .glad_reasons {
  margin: 4rem auto; }
  #glad-confirm-report-post .glad_reasons .glad_wrap {
    display: flex;
    justify-content: center; }
  #glad-confirm-report-post .glad_reasons .glad_item {
    margin: 0;
    display: flex; }
    #glad-confirm-report-post .glad_reasons .glad_item .glad_checkbox_label {
      display: flex;
      cursor: pointer;
      margin-bottom: 0.5rem;
      margin-right: 1rem;
      margin-top: 0.5rem; }

#glad-confirm-report-post .glad_info_wrap {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0; }
  #glad-confirm-report-post .glad_info_wrap li {
    display: flex;
    height: 3rem;
    padding: 0 1rem;
    align-items: center;
    position: relative; }
    #glad-confirm-report-post .glad_info_wrap li:after {
      content: '\b7';
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      font-size: 20px;
      margin-left: -3px;
      color: #47484c; }
    #glad-confirm-report-post .glad_info_wrap li:last-of-type:after {
      content: none; }

#glad-confirm-exit-edit .glad_modal {
  display: flex; }

#glad-confirm-exit-edit .glad_button_wrap {
  margin: 0 0 2rem 0; }

@media screen and (min-width: 1000px) {
  #glad_posts_wrap {
    margin-left: 81px;
    margin-top: 100px;
    align-items: center; }
  .glad_post_wrap.glad_has_img .glad_post {
    padding-right: 265px; }
  .glad_post_wrap.glad_has_img .glad_image_wrap {
    height: 100%; }
  .glad_post article h2 {
    margin: 0 0 10px 0; }
  .glad_post article p {
    font-size: 1.5rem; }
  .glad_post .glad_image_wrap {
    position: absolute; }
    .glad_post .glad_image_wrap.glad_mobile {
      display: none; }
    .glad_post .glad_image_wrap.glad_desktop {
      display: block; }
  .glad_post .glad_footer .glad_button.glad_more {
    display: flex; }
  .glad_post .glad_social_wrap .glad_button.glad_has_items {
    padding: 0 7px 0 11px; }
  .glad_post .glad_nonimage_wrap {
    width: 100%; }
  .glad_post .glad_profile_side .glad_button.glad_more {
    display: none; }
  .glad_post.glad_desktop {
    display: flex;
    width: 800px;
    min-height: 215px;
    overflow: visible; }
    .glad_post.glad_desktop article {
      padding: 25px 35px 15px 0;
      max-width: calc(100% - 90px); }
      .glad_post.glad_desktop article .glad_text_wrap {
        padding: 5px 5px 25px 5px; }
      .glad_post.glad_desktop article .glad_attachment_count {
        position: absolute;
        justify-content: flex-start;
        padding: 0 3px 0 10px;
        right: -20px; }
    .glad_post.glad_desktop .glad_content_wrap {
      display: flex;
      flex: 1 1 100%; }
    .glad_post.glad_desktop .glad_nonimage_wrap {
      min-height: 215px; }
      .glad_post.glad_desktop .glad_nonimage_wrap .glad_since {
        display: block; }
      .glad_post.glad_desktop .glad_nonimage_wrap .glad_footer {
        justify-content: space-between;
        background-color: rgba(236, 238, 246, 0.7);
        padding: 0; }
        .glad_post.glad_desktop .glad_nonimage_wrap .glad_footer .glad_social_wrap {
          padding-left: 28px;
          margin-right: 5px;
          justify-content: flex-start; }
          .glad_post.glad_desktop .glad_nonimage_wrap .glad_footer .glad_social_wrap .glad_impressions {
            height: 34px;
            opacity: 1;
            position: relative;
            -webkit-border-radius: 17px;
            -moz-border-radius: 17px;
            -ms-border-radius: 17px;
            border-radius: 17px; }
    .glad_post.glad_desktop .glad_profile_side {
      display: block;
      padding: 35px 3px 0 23px;
      width: 110px; }
    .glad_post.glad_desktop .glad_profile_wrap {
      display: block; }
      .glad_post.glad_desktop .glad_profile_wrap.glad_official img {
        display: block;
        height: 64px;
        width: 64px; }
      .glad_post.glad_desktop .glad_profile_wrap .glad_avatar {
        height: 64px;
        width: 64px; }
        .glad_post.glad_desktop .glad_profile_wrap .glad_avatar .glad_initials {
          font-size: 2.4rem; }
      .glad_post.glad_desktop .glad_profile_wrap .glad_name {
        color: rgba(43, 30, 51, 0.7);
        margin: 7px 0 0 0;
        font-size: 12px; }
      .glad_post.glad_desktop .glad_profile_wrap .glad_badge {
        top: 85px;
        left: 75px; }
    .glad_post.glad_desktop .glad_featured_comment {
      margin: 20px 0 20px 60px; }
      .glad_post.glad_desktop .glad_featured_comment .glad_excerpt_wrap p {
        font-size: 1.3rem; }
  .glad_post .glad_undo_delete_wrap {
    flex-direction: row; }
  #glad_the_post {
    background-color: #eceef6; }
    #glad_the_post .glad_content_wrap {
      background-color: #fff;
      padding-right: 20px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
      -moz-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
      box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12); }
    #glad_the_post .glad_comments .glad_close_button {
      right: 15px; }
    #glad_the_post .glad_comments .glad_items {
      padding-right: 40px;
      padding-top: 40px; }
    #glad_the_post .glad_post_content .glad_author_wrap .glad_avatar {
      flex: 0 0 60px;
      height: 60px;
      width: 60px; }
      #glad_the_post .glad_post_content .glad_author_wrap .glad_avatar .glad_initials {
        font-size: 2.5rem; }
    #glad_the_post .glad_post_content .glad_author_wrap .glad_name {
      font-size: 2rem; }
    #glad_the_post .glad_post_content .glad_author_wrap .glad_badge {
      top: 50px;
      left: 50px; }
    #glad_the_post .glad_post_content .glad_profile_wrap.glad_official .glad_badge {
      top: 45px;
      left: 45px; }
    #glad_the_post .glad_comment_button {
      margin-bottom: 0; }
  .glad_post_item.glad_type_new_or_edit .glad_x {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .glad_post_item.glad_type_new_or_edit .glad_x:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .glad_post_item.glad_type_new_or_edit .glad_x:after {
      color: #47484c; }
  .glad_post_item.glad_type_new_or_edit .glad_footer {
    justify-content: flex-end;
    flex: 0 0 54px; }
    .glad_post_item.glad_type_new_or_edit .glad_footer .glad_button {
      min-width: 0;
      width: 20rem; }
  .glad_placeholders {
    padding-left: 8rem; }
    .glad_placeholders .glad_placeholder {
      width: 800px;
      display: flex;
      flex-wrap: nowrap; }
      .glad_placeholders .glad_placeholder .glad_profile_wrap {
        flex-direction: column;
        align-items: flex-start; }
        .glad_placeholders .glad_placeholder .glad_profile_wrap .glad_name {
          width: 100%;
          margin: 0; }
      .glad_placeholders .glad_placeholder .glad_avatar {
        margin-bottom: 1rem;
        height: 65px;
        width: 65px; }
      .glad_placeholders .glad_placeholder .glad_content_side {
        flex: 1 0; }
        .glad_placeholders .glad_placeholder .glad_content_side .glad_top {
          display: flex;
          flex-wrap: nowrap; }
          .glad_placeholders .glad_placeholder .glad_content_side .glad_top .glad_left {
            flex: 0 0 85px; }
        .glad_placeholders .glad_placeholder .glad_content_side .glad_right {
          flex: 1 0; }
      .glad_placeholders .glad_placeholder .glad_image_side {
        display: block;
        flex: 0 0 250px; }
      .glad_placeholders .glad_placeholder .glad_faux_img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        border-left: 2px solid #e0e4f0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .glad_placeholders .glad_placeholder .glad_faux_img:after {
          position: static;
          font-size: 50px;
          height: 75px;
          width: 75px;
          line-height: 75px;
          color: #e0e4f0; }
  .glad_no_posts {
    padding-left: 80px; }
  html.glad_app .glad_post.glad_desktop .glad_avatar.glad_profile {
    height: 65px;
    width: 65px; } }
