
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }


i {
  color: inherit; }

p {
  margin: 0;
  margin-bottom: 24px; }

iframe {
  border: 0; }

video {
  width: 100%;
  height: 100%; }

audio {
  width: 100%; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

img {
  max-width: 100%;
  font-style: italic; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  padding: 0; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  border: none;
  outline: none;
  margin: 0;
  width: 100%;
  display: block;
  background: #fff; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #cecece; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #c65555; }

input[type="checkbox"] {
  display: block;
  margin: 6px 12px;
  margin-bottom: 24px; }

label {
  display: block;
  margin-bottom: 12px;
  font-size: 18px; }
  label input[type="checkbox"] {
    display: inline;
    margin: 6px 12px;
    margin-bottom: 0; }

    
    
.row2 a, .nav2 a, .container2 a, .header-nav a {
  color: #979797;
  text-decoration: none;
  outline: 0; }
.row-title a {
  color: #555;
}
.row2 a:hover, .row2 a:focus, .nav2 a:hover, .nav2 a:focus, .container2 a:hover, .container2 a:focus {
  color: #1c1c1c; }    
a.button {
  text-decoration: none;
  color: #555;
}
a.button:hover {
  color: #000;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  
.comment-media, .container2,
.header, .row2,
.comment, .comment-info, .menu-item {
  *zoom: 1; }
  .comment-media:before, .container2:before,
  .header:before, .row2:before,
  .comment:before, .comment-info:before, .menu-item:before, .comment-media:after, .container2:after,
  .header:after, .row2:after,
  .comment:after, .comment-info:after, .menu-item:after {
    content: " ";
    display: table; }
  .comment-media:after, .container2:after,
  .header:after, .row2:after,
  .comment:after, .comment-info:after, .menu-item:after {
    clear: both; }

.inline-list li,
.tabs li,
.admin-tabs li,
.header-tabs li,
.nav2 li,
.comment-date li,
.comment-actions li,
.paginator li,
.reply-markdown li,
.share-actions li,
.profile-track li, .row-info div {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.inline-list li,
.tabs li,
.admin-tabs li,
.header-tabs li,
.nav2 li,
.comment-date li,
.comment-actions li,
.paginator li,
.reply-markdown li,
.share-actions li,
.profile-track li {
  margin-left: 12px; }
  .inline-list li:first-child,
  .tabs li:first-child,
  .admin-tabs li:first-child,
  .header-tabs li:first-child,
  .nav2 li:first-child,
  .comment-date li:first-child,
  .comment-actions li:first-child,
  .paginator li:first-child,
  .reply-markdown li:first-child,
  .share-actions li:first-child,
  .profile-track li:first-child {
    margin-left: 0; }

input[type="submit"].button,
.button, .dropdown-button {
  line-height: 2;
  height: 2em;
  color: #444444; }

input[type="submit"].button,
.button {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #cecece; }
  input[type="submit"].button.is-undo,
  .button.is-undo {
    background-color: #c65555; }
  @media screen and (min-width: 768px) {
    input[type="submit"].button,
    .button {
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: auto;
      padding: 0 12px; } }

.comment-img {
  float: left; }

.comment-body {
  overflow: hidden; }

.tab-link {
  display: block;
  font-size: 18px;
  padding: 0 12px 6px 12px; }
  .tab-link.is-selected {
    color: #1c1c1c;
    border-bottom: #cecece 4px solid; }

.side-menu {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  /* hidden (for animation) */
  max-width: 320px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: #333333;
  -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease; }
  .side-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .side-menu li:last-child {
      border-bottom: rgba(255, 255, 255, 0.1) solid 1px; }

/* IE9+ */
#side-menu:target,
.side-menu-show {
  width: 70%; }

.side-menu-link {
  display: block;
  line-height: 42px;
  white-space: nowrap;
  color: #cccccc;
  padding-left: 15px; }
  .side-menu-link:focus, .side-menu-link:hover {
    color: #fefefe;
    background: rgba(255, 255, 255, 0.1); }
  .side-menu-link.is-active {
    color: #fefefe; }

.side-menu-close {
  font-size: 35px;
  line-height: 75px;
  margin-left: 15px;
  color: #cccccc; }
  .side-menu-close:focus, .side-menu-close:hover {
    color: #fefefe; }

.container2 {
  margin-bottom: 12px; 
}
.header {
  margin-bottom: 24px;
  padding-bottom: 10px;
  margin-top: -15px;
}

@media screen and (max-width: 993px) {
  .header {
  margin-top: -10px;
  }
}
  
.header-logo {
  float: left;
  font-size: 28px;
  line-height: 48px;
  color: #444444; }

.header-link {
  float: right;
  line-height: 48px; }

.header-tabs {
  float: right;
  line-height: 24px; }
  .header-tabs li {
    margin-left: 24px; }

.header-tab-link.is-selected {
  color: #1c1c1c; }
.header-tab-link.is-highlighted {
  color: #c65555; }

.header-tabs-content {
  clear: both; }

.header-tab-content {
  display: none;
  padding-bottom: 24px;
  border-bottom: #cecece 1px solid; }

@media screen and (min-width: 768px) {
  .header-nav {
    text-align: right; } }
.header-nav .menu {
  text-align: left; }

.footer-container {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .footer-container:before, .footer-container:after {
    content: " ";
    display: table; }
  .footer-container:after {
    clear: both; }

.footer-logo {
  float: right;
  font-size: 14px;
  margin-top: 50px; }

.headline {
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 14px;
  margin-top: 0px;}

.field {
  margin-bottom: 24px; }

.checkboxes {
  overflow: auto;
  max-height: 144px;
  margin-bottom: 24px;
  background-color: #fefefe;
  border: 1px solid #cecece; }

.errorlist {
  color: #c65555;
  margin-bottom: 12px; }

p {
  margin: 0;
  margin-bottom: 24px; }
  
.video {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rows {
  margin-bottom: 24px; 
  margin-top: 10px;
}

.row2,
.comment {
  padding: 12px;
  border-top: #cecece 1px solid;
}
.row2:last-child,
.comment:last-child {
  border-bottom: #cecece 1px solid;
}

.row-title {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 58.21067%;
  margin-bottom: 0; }
  .row-title:last-child {
    margin-right: 0; }

.row-link {
  color: #444444; }
  .row-link:visited {
    color: #979797; }

.row-info div {
margin-left: 24px; }
.row-info div:first-child {
  margin-left: 0; 
}
.row-info {
float: left;
display: block;
margin-right: 3.57866%;
width: 38.21067%;
text-align: right; }
.row-info:last-child {
  margin-right: 0;
}

/* dnelson */
.row-info div:nth-child(2) {
  width: 2.5em;
  text-align: left;
}
.row-info div:nth-child(3) {
  width: 7em;
  text-align: left;
}
/* dnelson end */

.row-unread {
  font-size: 9.88854px;
  background-color: #e2f5fc; }

.row-edit {
  float: right; }

.categories {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  margin-bottom: 12px; }
  .categories:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .categories {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .categories:last-child {
        margin-right: 0; } }

.tab-content {
  display: none; }

.new-topic {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%; }
  .new-topic:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .new-topic {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%;
      text-align: right; }
      .new-topic:last-child {
        margin-right: 0; } }

.topic-moderation {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .topic-moderation {
      text-align: right; }
      .topic-moderation .menu {
        text-align: left; } }

.head-edit-link {
  font-size: 14px; }

.move-comments {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  background: #cecece;
  padding: 6px 0; }

.move-container {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .move-container:before, .move-container:after {
    content: " ";
    display: table; }
  .move-container:after {
    clear: both; }

.move-link,
.move-label,
.move-input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 12px; }

.move-link {
  padding: 6px;
  background: #f6f6f6; }

.move-input input {
  width: 100px;
  margin: 0; }

input.move-comment-checkbox {
  display: inline-block;
  margin: 0; }

.nav2 {
  font-size: 14px;
  line-height:40px;  }
.nav2 .fa {
  margin-left: 12px; }


.comments {
  margin-bottom: 24px; }

.comment.is-highlighted {
  background: #ffffe9; }

.comment-img {
  width: 50px;
  margin-right: 24px; }

.comment-avatar {
  border-radius: 25px; }

.comment-info {
  font-size: 14px;
  margin-bottom: 12px; }

.comment-username {
  float: left; }

.comment-date {
  float: right; }

.comment-realname {
  display: none; }
  @media screen and (min-width: 768px) {
    .comment-realname {
      display: inline;
      margin-left: 12px; } }

.comment-text blockquote {
  margin: 0;
  border-left: #cecece 4px solid;
  padding-left: 24px; }
.comment-text ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 40px;
  margin-bottom: 24px; }
.comment-text img {
  vertical-align: text-bottom; }

.comment-actions {
  font-size: 14px;
  text-align: right; }

.comment-removed {
  font-size: 14px;
  word-wrap: break-word; }

.username.is-admin {
  background: #ffffe9; }
.username.is-mod {
  background: #e2f5fc; }

.paginator {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .paginator {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .paginator:last-child {
        margin-right: 0; } }

.paginator-button {
  display: block;
  padding: 4px 12px;
  border: #cecece 1px solid; }

.notify {
  margin-bottom: 48px; }
  @media screen and (min-width: 768px) {
    .notify {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%;
      text-align: right; }
      .notify:last-child {
        margin-right: 0; } }

.reply {
  padding: 12px; }
  .reply textarea {
    height: 96px;
    margin-bottom: 12px; }

.reply-markdown {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .reply-markdown {
      float: left; } }
  .reply-markdown li {
    margin-left: 24px; }

ul.reply-markdown {
  /* reset */
  list-style: none;
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .reply-button {
    float: right; } }

.topic-publish-comment textarea {
  height: 240px; }

.share {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9100;
  display: table;
  width: 100%;
  height: 100%;
  background: #fefefe;
  background: rgba(254, 254, 254, 0.75); }
  @media screen and (min-width: 768px) {
    .share {
      width: 300px;
      height: 150px;
      top: 50%;
      left: 50%;
      margin-top: -75px;
      margin-left: -150px;
      padding: 24px;
      border: #cecece 1px solid; } }

.share-close {
  float: right;
  margin-bottom: 24px; }

.share-box {
  display: table-cell;
  vertical-align: middle; }

.share-url {
  margin-bottom: 12px; }

.share-actions {
  text-align: right; }
  .share-actions li {
    margin-left: 24px; }

@media screen and (min-width: 768px) {
  .menu,
  .participants-menu {
    display: inline-block; } }
.menu li,
.participants-menu li {
  background-color: #f6f6f6;
  margin-bottom: 6px; }
  .menu li:last-child,
  .participants-menu li:last-child {
    margin-bottom: 0; }

.menu-link {
  display: block;
  padding: 0 12px; }

.menu-item {
  padding: 0 12px; }

.menu-username {
  float: left; }

.menu-icon {
  float: right; }

.profile-img {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  margin-bottom: 24px;
  text-align: center; }
  .profile-img:last-child {
    margin-right: 0; }

.profile-avatar {
  width: 200px;
  height: 200px;
  border-radius: 100px; }

.profile-username {
  font-size: 21px; }

.profile-info {
  margin-bottom: 24px;
  text-align: center; }

.profile-title {
  text-align: left; }

.profile-date {
  text-align: left; }

.private-message {
  margin-bottom: 48px;
  text-align: center; }

.profile-preferences {
  margin-bottom: 48px;
  text-align: center; }

.private-participants {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  margin-bottom: 12px; }
  .private-participants:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .private-participants {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .private-participants:last-child {
        margin-right: 0; } }

.private-leave {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 100%;
  margin-bottom: 24px; }
  .private-leave:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .private-leave {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%;
      text-align: right; }
      .private-leave:last-child {
        margin-right: 0; } }

.participants-menu {
  margin-bottom: 12px; }

.preference-label {
  font-size: 18px;
  margin-bottom: 12px; }

.preference-desc {
  margin: 0;
  margin-bottom: 24px;
  padding: 0 12px; }

.login {
  margin-bottom: 24px; }

.login-link {
  display: block;
  margin-bottom: 6px; }

.messages-info, .messages-error {
  margin-bottom: 24px;
  padding: 12px; }

.messages-info {
  background: #e2f5fc; }

.messages-error {
  background: #fce2e2; }

.message-title {
  margin-bottom: 12px; }
  .message-title.is-info {
    color: #95a2a7; }
  .message-title.is-error {
    color: #c65555; }

.admin-tabs {
  margin-bottom: 24px; }

.statistics-box {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 19.43277%;
  word-wrap: break-word;
  padding: 12px 0;
  margin-bottom: 24px;
  background: #f6f6f6; }
  .statistics-box:last-child {
    margin-right: 0; }
  .statistics-box:nth-child(4n) {
    margin-right: 0; }
  .statistics-box:nth-child(4n+1) {
    clear: left; }

.statistics-title {
  text-align: center; }

.statistics-count {
  text-align: center; }

.new-category {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .new-category {
      text-align: right; } }
