/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */
.row .row {
  margin: 0 -1.5em;
}

.col {
  padding: 0  1.5em;
}

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

@media only screen {
  .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
}

@font-face {
  font-family: 'sw-forums';
  src: url("../fonts/sw-forums.woff?fpqjut") format("woff"), url("../fonts/sw-forums.ttf?fpqjut") format("truetype"), url("../fonts/sw-forums.svg?fpqjut#sw-forums") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sw-forums' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "\e913";
}

.icon-chat-bubble-2:before {
  content: "\e90a";
}

.icon-avatar:before {
  content: "\e909";
}

.icon-pushpin:before {
  content: "\e900";
}

.icon-chevron-small-right:before {
  content: "\e904";
}

.icon-chat:before {
  content: "\e908";
}

.icon-folder:before {
  content: "\e905";
}

.icon-home:before {
  content: "\e90c";
}

.icon-info-with-circle:before {
  content: "\e901";
}

.icon-text-document-inverted:before {
  content: "\e906";
}

.breadcrumbs-bar {
  display: block;
  position: relative;
  padding: 10px 0;
  margin-bottom: 15px;
  background: #EFEFEF;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) {
  .breadcrumbs-bar {
    padding: 0;
  }
}

ol.nav-breadcrumbs {
  list-style-type: none;
  font-size: 8.5px;
  font-size: 0.85rem;
  margin: 0 auto;
  color: #777;
  line-height: 30px;
  height: auto;
  cursor: default;
  max-width: 930px;
  float: none;
}

@media (min-width: 769px) {
  ol.nav-breadcrumbs {
    line-height: 40px;
    height: 40px;
  }
}

ol.nav-breadcrumbs .crumb {
  display: block;
  float: left;
  font-size: inherit;
}

ol.nav-breadcrumbs .crumb:before {
  display: inline-block;
  font-family: 'sw-forums';
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 11.5px;
  font-size: 1.15rem;
  content: "\e904";
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
  top: 0;
}

ol.nav-breadcrumbs .crumb > a,
ol.nav-breadcrumbs .crumb > span {
  line-height: 1.3em;
}

ol.nav-breadcrumbs .crumb > a {
  font-size: inherit;
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  transition: color 0.3s ease-in-out;
  max-width: 120px;
}

@media (min-width: 769px) {
  ol.nav-breadcrumbs .crumb > a {
    max-width: 220px;
  }
}

ol.nav-breadcrumbs .crumb > a:hover {
  color: #111;
}

ol.nav-breadcrumbs .crumb--active {
  color: #111;
}

ol.nav-breadcrumbs .crumb--active:before {
  color: #777;
  top: -1px;
}

ol.nav-breadcrumbs .crumb--active span {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow: hidden;
  max-width: 220px;
}

@media (min-width: 769px) {
  ol.nav-breadcrumbs .crumb--active span {
    margin-top: 1px;
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
    max-width: none;
  }
}

ol.nav-breadcrumbs .crumb--home {
  color: #777;
}

ol.nav-breadcrumbs .crumb--home:before {
  margin: 0 8px 0 0;
  content: "\e90c";
  font-size: 8px;
  font-size: 0.8rem;
  color: #555;
}

.pagination-bar {
  margin: 25px 0 15px;
}

ul.pagination {
  display: inline-block;
  float: right;
  background: #e7e7e7;
  border-radius: 2px;
  margin: 0;
  font-size: 8.5px;
  font-size: 0.85rem;
  vertical-align: middle;
  padding: 0;
  color: #5f5f5f;
  height: 34px;
  line-height: 34px;
  list-style-type: none;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li > a,
ul.pagination li > span {
  font-weight: 600;
  color: inherit;
  padding: 0 10px;
  display: inline-block;
}

ul.pagination li > a {
  text-decoration: none;
}

ul.pagination li > a:hover {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.5);
}

ul.pagination li.disabled {
  display: none;
}

ul.pagination li.active {
  z-index: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.list-group {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-group .list-item {
  cursor: default;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #ececec;
}

.list-group .list-item:first-child {
  border-top: 0;
}

.list-group .list-item:nth-child(even) {
  background: #F8f8f8;
}

.list-group .list-item .item-inner {
  display: table;
  width: 100%;
}

.list-group .list-item .item-inner [class^=item-col-] {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 7.5px 14px;
}

.list-group .list-item .item-inner .item-col-icon {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  width: 60px;
  color: #bbb;
}

.list-group .list-item .item-inner .item-col-icon.sticky {
  color: inherit;
}

.list-group .list-item .item-inner .item-col-icon > i {
  font-size: 19px;
}

@media (max-width: 767px) {
  .list-group .list-item .item-inner .item-col-icon {
    display: none;
  }
}

.list-group .list-item .item-inner .item-col-main {
  line-height: 1.7em;
}

@media (min-width: 769px) {
  .list-group .list-item .item-inner .item-col-main {
    padding-left: 0;
  }
}

.list-group .list-item .item-inner .item-col-main .item-title {
  color: #333;
  margin: 0 2px 0 0;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.list-group .list-item .item-inner .item-col-main .item-title:hover {
  color: #156DA1;
}

.list-group .list-item .item-inner .item-col-main .item-title .sticky {
  color: #d24a4a;
}

.list-group .list-item .item-inner .item-col-main .item-info {
  display: block;
  font-size: 14px;
  color: #969696;
  line-height: 1.35em;
}

.list-group .list-item .item-inner .item-col-stats {
  width: 120px;
  color: #969696;
}

@media (max-width: 991px) {
  .list-group .list-item .item-inner .item-col-stats {
    display: none;
  }
}

.list-group .list-item .item-inner .item-col-stats .item-stat__label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.list-group .list-item .item-inner .item-col-stats .item-stat__label i {
  font-size: 18px;
}

.list-group .list-item .item-inner .item-col-stats .item-stat__count {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.list-group .list-item .item-inner .item-col-lastpost {
  width: 42%;
}

@media (min-width: 769px) {
  .list-group .list-item .item-inner .item-col-lastpost {
    width: 280px;
  }
}

.list-group .list-item .item-inner .item-col-lastpost .item-lastpost__avatar {
  position: relative;
  float: left;
  top: 1px;
  margin-right: 10px;
  display: inline-block;
  background: #c6c6c6;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.list-group .list-item .item-inner .item-col-lastpost .item-lastpost__avatar i {
  line-height: 30px;
  color: #fff;
}

.list-group .list-item .item-inner .item-col-lastpost .item-lastpost__user {
  color: #1F324A;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.list-group .list-item .item-inner .item-col-lastpost .item-lastpost__time {
  display: block;
  font-size: 13px;
  color: #969696;
  line-height: 1.35em;
  padding-top: 3px;
  padding-left: 40px;
}

#sw_forums .forum-list .list-group .list-item {
  border-top-color: #e7e7e7;
}

#sw_forums .forum-list .list-group .list-item:nth-child(even) {
  background: #fff;
}

#sw_forums .forum-list .list-group .list-item .item-inner .item-col-icon {
  color: #333;
}

#sw_forums .forum-list .list-group .list-item .item-inner .item-col-icon > i {
  font-size: 26px;
}

#sw_forums .post-list h1 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin: 30px 0 18px;
  padding: 0;
}

#sw_forums .post-list .post-list-group .post {
  position: relative;
  border: 1px solid #dadada;
  margin-bottom: 15px;
}

#sw_forums .post-list .post-list-group .post .post-profile {
  background: #fff;
  text-align: center;
  margin: 12px 14px 0;
}

@media (min-width: 769px) {
  #sw_forums .post-list .post-list-group .post .post-profile {
    float: left;
    margin: 15px;
    padding: 8px;
    width: 160px;
    border-right: 1px solid #E7E7E7;
  }
}

#sw_forums .post-list .post-list-group .post .post-profile .username {
  font-size: 15px;
  font-weight: 600;
  color: #1F324A;
  line-height: 44px;
  text-align: left;
  margin-left: 60px;
}

@media (min-width: 769px) {
  #sw_forums .post-list .post-list-group .post .post-profile .username {
    margin-left: auto;
    margin-bottom: 8px;
    text-align: center;
    line-height: inherit;
  }
}

#sw_forums .post-list .post-list-group .post .post-profile .avatar-container {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
}

@media (min-width: 769px) {
  #sw_forums .post-list .post-list-group .post .post-profile .avatar-container {
    position: relative;
    width: 70px;
    height: 70px;
    top: auto;
    left: auto;
    display: inline-block;
  }
}

#sw_forums .post-list .post-list-group .post .post-profile .avatar-container i {
  font-size: 22px;
  line-height: 44px;
  color: #fff;
}

@media (min-width: 769px) {
  #sw_forums .post-list .post-list-group .post .post-profile .avatar-container i {
    font-size: 36px;
    line-height: 70px;
  }
}

#sw_forums .post-list .post-list-group .post .post-body {
  padding: 10px 15px 15px;
}

@media (min-width: 769px) {
  #sw_forums .post-list .post-list-group .post .post-body {
    padding: 15px;
    margin-left: 200px;
  }
}

#sw_forums .post-list .post-list-group .post .post-body .post-buttons {
  list-style-type: none;
  text-align: right;
  max-width: 40%;
  float: right;
  position: relative;
  top: 0;
  right: -2px;
  margin: 0;
}

#sw_forums .post-list .post-list-group .post .post-body .post-buttons > li {
  float: left;
  margin-left: 5px;
  font-size: 14px;
}

#sw_forums .post-list .post-list-group .post .post-body .post-buttons > li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 2px;
  color: #ccc;
  top: 4px;
  font-size: inherit;
  text-decoration: none;
}

#sw_forums .post-list .post-list-group .post .post-body .post-buttons > li a:hover {
  text-decoration: underline;
}

#sw_forums .post-list .post-list-group .post .post-body .author {
  color: #969696;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
}

#sw_forums .post-list .post-list-group .post .post-body .author time {
  cursor: default;
}

#sw_forums .post-list .post-list-group .post .post-body .author time:before {
  content: "\e913";
  display: inline-block;
  font-family: 'sw-forums';
  font-size: 0.85em;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-right: 2px;
}

#sw_forums .post-list .post-list-group .post .post-body .content {
  font-size: 16px;
  line-height: 1.6em;
}

#sw_forums .post-list .post-list-group .post .post-body .content br {
  display: block;
  margin-top: 13px;
  line-height: 40px;
}

#sw_forums .post-list .post-list-group .post .post-body .content a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#sw_forums .post-list .post-list-group .post .post-body .content blockquote {
  font-size: inherit;
  overflow: auto;
  padding: 0;
  border-left: 3px solid #bcbcbc;
  margin: 18px 0 22px 1em;
}

@media (min-width: 769px) {
  #sw_forums .post-list .post-list-group .post .post-body .content blockquote {
    margin: 18px 0 26px 2em;
  }
}

#sw_forums .post-list .post-list-group .post .post-body .content blockquote > [class*="-body"] {
  padding: 0 15px 4px;
  overflow: auto;
  font-size: 0.85em;
  line-height: 1.4em;
  color: #555;
}

#sw_forums .post-list .post-list-group .post .post-body .content blockquote br {
  margin-top: 9px;
  line-height: 26px;
}

#sw_forums .post-list .post-list-group .post .post-body .content blockquote + br {
  display: none;
}

#sw_forums .post-list .post-list-group .post .post-body .content b {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#sw_forums .post-list .post-list-group .post .post-body .content img {
  max-width: 100%;
  height: auto;
}

#sw_forums .post-list .post-list-group .post .post-body .signature {
  font-style: italic;
  color: #969696;
  margin: 15px -15px -15px;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}

@media (min-width: 769px) {
  .display-on-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sw_forums .constrain > .col {
  max-width: 930px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

#sw_forums .title .forum-title {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1em;
}

#sw_forums .title .forum-title > em.archived {
  color: #bbb;
  font-size: 0.7em;
  font-weight: 600;
  padding-left: 2px;
}

#sw_forums .title p.archived {
  font-size: 13px;
  font-style: italic;
  line-height: 1.35em;
  margin: 0 0 15px;
  color: #aaa;
}

#sw_forums .title p.archived > a {
  color: inherit;
}

#sw_forums .title p.archived > a:hover {
  color: #888;
}

#sw_forums .section-header {
  display: block;
  line-height: inherit;
  padding: 11px 15px 8px;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  font-size: inherit;
  color: #fff;
  background: #313f4f;
  margin: 22px 0 2px;
}

#sw_forums .section-header h1 {
  color: inherit;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  letter-spacing: 0.06em;
}

#sw_forums p {
  font-size: 16px;
  line-height: 1.6em;
}

#sw_forums p.non-exist {
  font-style: italic;
  color: #888;
}

#sw_forums .not-found-message {
  color: #333;
  font-size: 4em;
}

/*# sourceMappingURL=app.css.map */
