.forum-blog-view .views-field-field-image {
  margin: -30px -30px 20px -30px;
}
/* line 100, ../sass/partials/_view.scss */
.forum-blog-view .views-field-field-image img {
  width: 100%;
}
/* line 105, ../sass/partials/_view.scss */
.forum-blog-view .views-field-title {
  font-size: 1.667em;
  font-family: "rajdhanisemibold";
  margin-bottom: 8px;
}
/* line 110, ../sass/partials/_view.scss */
.forum-blog-view .views-field-title a {
  color: #555555;
}
/* line 113, ../sass/partials/_view.scss */
.forum-blog-view .views-field-title a:hover, .forum-blog-view .views-field-title a:focus {
  color: #6f2234;
}
/* line 119, ../sass/partials/_view.scss */
.forum-blog-view .views-field-created {
  margin-bottom: 15px;
}
/* line 123, ../sass/partials/_view.scss */
.forum-blog-view .views-field-field-tags {
  float: left;
  overflow: hidden;
}
/* line 127, ../sass/partials/_view.scss */
.forum-blog-view .views-field-field-tags ul {
  margin: 7px 0 0;
}
/* line 8, ../sass/config/_mixins.scss */
.forum-blog-view .views-field-field-tags ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/* line 132, ../sass/partials/_view.scss */
.forum-blog-view .views-field-field-tags ul li {
  list-style: none;
  float: left;
  margin: 0;
}
/* line 137, ../sass/partials/_view.scss */
.forum-blog-view .views-field-field-tags ul li a {
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #888888;
  display: inline-block;
  font-size: 0.933em;
  margin: 0 3px 5px 0;
  padding: 6px 10px 4px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
/* line 150, ../sass/partials/_view.scss */
.forum-blog-view .views-field-field-tags ul li a:hover, .forum-blog-view .views-field-field-tags ul li a:focus {
  background: #6f2234;
  border-color: #6f2234;
  color: #fff;
}
/* line 160, ../sass/partials/_view.scss */
.forum-blog-view .views-field-view-node {
  float: right;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 166, ../sass/partials/_view.scss */
.forum-blog-view .views-field-comment-count, .forum-blog-view .views-field-counter {
  float: left;
  color: #bababa;
  margin-right: 20px;
  margin-top: 6px;
  font-family: "armataregular";
  font-size: 0.8em;
}
/* line 175, ../sass/partials/_view.scss */
.forum-blog-view .views-field-comment-count .field-content:before, .forum-blog-view .views-field-counter .field-content:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f086";
  margin-right: 4px;
}
/* line 184, ../sass/partials/_view.scss */
.forum-blog-view .views-field-comment-count {
  clear: right;
}
/* line 190, ../sass/partials/_view.scss */
.forum-blog-view .views-field-counter .field-content:before {
  content: "\f075";
}

.forum {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /* background: #fff; */
  overflow: hidden;
}
.forum table {
  width: 100%;
  margin-bottom: 30px;
}
.forum table thead tr {
  border: none;
}
.forum table thead th {
  background-color: #6f2234;
  color: #fff;
  padding: 15px;
}
.forum table thead th a {
  color: #fff;
}
.forum table thead .forum-table-superheader {
  padding: 15px;
}
.forum table thead .forum-table-superheader th {
  background: #fff;
  color: #00235d;
  font-size: 2.3rem;
  font-weight: 500;
  padding: 16px 15px 13px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.forum table thead .forum-table-superheader th a {
  color: #fff;
}
.forum table thead .forum-table-superheader th p:last-child {
  margin-bottom: 0;
}
.forum table thead .forum-header th {
  background: #fff;
  color: #737678;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
  border-bottom: 1px solid #00235d;
}
.forum table tbody tr {
  background: #fff;
  border-bottom: 1px solid #bdbdbd;
}
.forum table tbody td {
  border: medium none;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #00235d;
  vertical-align: middle;
}
.forum table thead .forum-table-superheader th:first-child,
.forum table thead .forum-header th:first-child,
.forum table tbody tr > td:first-child
{
  padding-left: 0;
}
.forum table tbody td .forum-latest-byline {
  color: #737678;
  font-size: 1.4rem;
}
.forum table tbody a {
  color: #00235d;
  font-size: 1.6rem;
  margin-bottom: 3px;
}
.forum table tbody td .forum-latest-byline a
{
  color: #212121;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.forum table tbody .views-field-name-1 a
{
  font-weight: bold;
}

.forum table tbody a:hover, .forum table tbody a:focus {
  color: #737678;
}
.forum table tbody p {
  color: #737678;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.forum table tbody .indent {
  display: table-cell;
  vertical-align: middle;
}
.forum table tbody .forum-list-icon,
.forum table tbody .forum__icon {
  background: none;
  font-size: 0;
  display: table-cell;
  width: 30px;
  vertical-align: top;
}
.forum table tbody .forum-list-icon span,
.forum table tbody .forum__icon span {
  text-decoration: none;
  margin: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative !important;
}
.forum table tbody .forum-list-icon span span,
.forum table tbody .forum__icon span span {
  display: none;
}
.forum table tbody .forum-list-icon span:before,
.forum table tbody .forum__icon span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bababa;
  content: "\f15c";
  font-size: 22px;
}
.forum table .submitted a.username {
  color: #6f2234;
}
.forum table .submitted a.username:hover, .forum table .submitted a.username:focus {
  color: #333;
}

th.forum-topics, th.forum-posts {
  text-align: center;
  width: 10%;
}

td.forum-number-topics, td.forum-number-posts {
  text-align: center;
}

.forum-post {
  background: none;
  padding: 0;
}
/* line 621, ../sass/partials/_page.scss */
.forum-post .node__meta {
  color: #555555;
  background: none;
  font-size: 15px;
}
/* line 8, ../sass/config/_mixins.scss */
.forum-post .forum-post-header:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/* line 631, ../sass/partials/_page.scss */
.forum-post .node__links {
  float: left;
  margin-bottom: 5px;
}
/* line 635, ../sass/partials/_page.scss */
.forum-post .node__links ul.links li {
  padding: 0;
}
/* line 640, ../sass/partials/_page.scss */
.forum-post .topic-post-count {
  float: right;
}
/* line 644, ../sass/partials/_page.scss */
.forum-post .forum-post-content, .forum-post .form-post-wrapper {
  background: #fff;
}
/* line 8, ../sass/config/_mixins.scss */
.forum-post .form-post-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/* line 652, ../sass/partials/_page.scss */
.forum-post .comment-form__title {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #fff;
  margin-bottom: 0;
  padding: 20px 30px 0;
}

/* line 661, ../sass/partials/_page.scss */
.forum-post-info {
  background-color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #737678;
  font-weight: 700;
  padding: 15px 15px 5px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #00235d;
}
.forum-post-info .comment__permalink
{
  float: right;
  margin-right: 5px;
}

/* line 671, ../sass/partials/_page.scss */
.forum-post-info a {
  color: #fff;
}

/* line 676, ../sass/partials/_page.scss */
.forum-post-panel-sub {
  background: #fff;
  color: #737678;
  line-height: 1.4em;
  padding: 15px 15px 15px 0;
}
/* line 685, ../sass/partials/_page.scss */
.forum-post-panel-sub .author-picture a {
  display: inline-block;
  border: 1px solid #eaeaea;
  text-align: center;
  width: 100%;
}
/* line 692, ../sass/partials/_page.scss */
.forum-post-panel-sub .author-picture .field--type-image {
  margin: 0;
}
/* line 697, ../sass/partials/_page.scss */
.forum-post-panel-sub .author-online, .forum-post-panel-sub .author-offline {
  float: right;
  margin: 0 -6px 0 0;
  position: relative;
}
/* line 702, ../sass/partials/_page.scss */
.forum-post-panel-sub .author-online:before, .forum-post-panel-sub .author-offline:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #7fba00;
}
/* line 713, ../sass/partials/_page.scss */
.forum-post-panel-sub .author-picture {
  margin-bottom: 15px;
}
/* line 717, ../sass/partials/_page.scss */
.forum-post-panel-sub .author-name {
  font-size: 1.133em;
  color: #6f2234;
  margin-bottom: 7px;
}
/* line 723, ../sass/partials/_page.scss */
.forum-post-panel-sub .author-last-access, .forum-post-panel-sub .author-joined-date {
  margin-bottom: 7px;
}
/* line 726, ../sass/partials/_page.scss */
.forum-post-panel-sub .author-last-access .author-pane-label, .forum-post-panel-sub .author-joined-date .author-pane-label {
  font-weight: 600;
}

/* line 732, ../sass/partials/_page.scss */
.forum-post-panel-main {
  background: #fff;
  min-height: 350px;
  padding: 15px 30px 15px 0px;
}

@media (min-width: 768px) {
  .forum-post-panel-main {
    padding-left: 30px;
    border-left: 1px solid #eaeaea;
  }
}

#views-exposed-form-user-forums-block-1 .form-actions
{
  display: block;
}

.form-post-wrapper a
{
  color: #00235d;
}

/* line 739, ../sass/partials/_page.scss */
.forum-post-panel-main .forum-post-title {
  border-bottom: 1px solid #bdbdbd;
  color: #00235d;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 18px;
  padding: 0 0 13px;
}

/* line 749, ../sass/partials/_page.scss */
.forum-post-footer {
  background-color: #fff;
  border-top: 1px solid #bdbdbd;
  padding: 15px 15px 15px 0px;
  position: relative;
}
/* line 8, ../sass/config/_mixins.scss */
.forum-post-footer:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/* line 757, ../sass/partials/_page.scss */
.forum-post-footer .forum-jump-links {
  left: 0;
  margin: 0;
  position: absolute;
  top: -40px;
}
/* line 763, ../sass/partials/_page.scss */
.forum-post-footer .forum-jump-links .af-button-small {
  display: inline-block;
  font-weight: 700;
  color: #00235d;
}
/* line 768, ../sass/partials/_page.scss */
.forum-post-footer .forum-jump-links .af-button-small:hover, .forum-post-footer .forum-jump-links .af-button-small:focus {
  color: #737678;
}
/* line 774, ../sass/partials/_page.scss */
.forum-post-footer .forum-jump-links span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f062";
  display: inline-block;
  margin: -8px 5px 0 0;
  vertical-align: middle;
}
/* line 785, ../sass/partials/_page.scss */
.forum-post-footer .node__links {
  margin-bottom: 0;
}
/* line 788, ../sass/partials/_page.scss */
.forum-post-footer .node__links ul.links li {
  padding: 0;
}

/* line 794, ../sass/partials/_page.scss */
.forum-post-comment {
  margin-top: 30px;
}
/* line 797, ../sass/partials/_page.scss */
.forum-post-comment .comment-forum {
  margin-bottom: 30px;
}

.forum-post-comment .comment-wrapper .js-comment
{
  border: 1px solid #bdbdbd;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.forum-post-comment .comment-wrapper .js-comment.new
{
  padding-top: 30px;
}

.forum-post-comment .comment-wrapper .js-comment h3
{
  margin-top: 0;
}

.forum-post-comment .comment-wrapper article:first-of-type
{
  margin-top: 0;
}

.page-node-type-forum mark, .page-node-type-forum .mark
{
  background-color: #6f2234;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-transform: capitalize;
}

/* line 803, ../sass/partials/_page.scss */
.comment-forum .form-post-wrapper {
  background: #fff;
}

/* line 808, ../sass/partials/_page.scss */
.forum-post-links ul.links li {
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}
/* line 813, ../sass/partials/_page.scss */
.forum-post-links ul.links li a,
.taxonomy-links a
{
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  background: #00235d;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 20px 3px;
}
/* line 821, ../sass/partials/_page.scss */
.forum-post-links ul.links li a:hover, .forum-post-links ul.links li a:focus {
  background: #7d7d7d;
}
/* line 825, ../sass/partials/_page.scss */
.forum-post-links ul.links li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
/* line 832, ../sass/partials/_page.scss */
.forum-post-links ul.links li.comment-forbidden {
  float: left;
}
/* line 835, ../sass/partials/_page.scss */
.forum-post-links ul.links li.comment-forbidden a:before {
  display: none;
}
/* line 841, ../sass/partials/_page.scss */
.forum-post-links ul.links li.comment-delete a:before {
  content: "\f1f8";
}
/* line 847, ../sass/partials/_page.scss */
.forum-post-links ul.links li.comment-edit a:before {
  content: "\f040";
}
/* line 853, ../sass/partials/_page.scss */
.forum-post-links ul.links li.comment-reply a:before {
  content: "\f064";
}

/* comment */
/* line 335, ../sass/base/_elements.scss */
.comment-wrapper h2 {
  color: #4e4e4e;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 1.2em !important;
  text-transform: uppercase;
}
/* line 343, ../sass/base/_elements.scss */
.comment-wrapper .indented {
  padding-left: 75px;
  margin-left: 0;
  margin-top: 20px;
}

/* line 349, ../sass/base/_elements.scss */
.comment {
  padding: 20px 30px 20px 105px;
  position: relative;
}
/* line 353, ../sass/base/_elements.scss */
.comment h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 7px;
}
/* line 358, ../sass/base/_elements.scss */
.comment h3 a {
  color: #7d7d7d;
}
/* line 361, ../sass/base/_elements.scss */
.comment h3 a:hover, .comment h3 a:focus {
  color: #6f2234;
}
/* line 368, ../sass/base/_elements.scss */
.comment .submitted {
  color: #bababa;
}
/* line 8, ../sass/config/_mixins.scss */
.comment .comment__meta:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/* line 376, ../sass/base/_elements.scss */
.comment .field--name-user-picture {
  border: 1px solid #eaeaea;
  margin: 0;
  max-width: 60px;
}
/* line 382, ../sass/base/_elements.scss */
.comment ul.links.inline {
  border-top: none;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 387, ../sass/base/_elements.scss */
.comment ul.links.inline li {
  color: #7d7d7d;
  display: inline-block;
  margin: 0 15px 5px 0;
  padding: 0;
}
/* line 393, ../sass/base/_elements.scss */
.comment ul.links.inline li:first-child {
  margin-left: 0;
}
/* line 397, ../sass/base/_elements.scss */
.comment ul.links.inline li a {
  background: transparent;
  border: 1px solid #ededed;
  color: #888888;
  padding: 6px 20px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.933em;
  line-height: 1;
  display: inline-block;
}
/* line 409, ../sass/base/_elements.scss */
.comment ul.links.inline li a:hover, .comment ul.links.inline li a:focus {
  background: #6f2234;
  color: #fff;
  border-color: #6f2234;
}
/* line 419, ../sass/base/_elements.scss */
.comment .new {
  float: right;
  margin: 0 0 5px 10px;
  color: #6f2234;
}
/* line 425, ../sass/base/_elements.scss */
.comment .field-name-comment-body {
  margin-bottom: 5px;
}
/* line 429, ../sass/base/_elements.scss */
.comment .profile {
  position: absolute;
  left: 30px;
  top: 20px;
}
/* line 436, ../sass/base/_elements.scss */
.comment .submitted > p {
  display: inline-block;
  margin-bottom: 0;
}
/* line 441, ../sass/base/_elements.scss */
.comment .submitted .comment__time {
  display: block;
}

/* line 448, ../sass/base/_elements.scss */
#comment-form label {
  min-width: 120px;
}
/* line 452, ../sass/base/_elements.scss */
#comment-form .node {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-top: 30px;
}

/* line 461, ../sass/base/_elements.scss */
.comment-form,
.comment,
.confirmation {
  background-color: #fff;
}
/* line 466, ../sass/base/_elements.scss */
.comment-form .form-actions,
.comment .form-actions,
.confirmation .form-actions {
  margin-top: 30px;
}
/* line 469, ../sass/base/_elements.scss */
.comment-form .form-actions .form-submit,
.comment .form-actions .form-submit,
.confirmation .form-actions .form-submit {
  margin-right: 8px;
  margin-left: 0;
}

/* line 476, ../sass/base/_elements.scss */
.comment-form {
  padding: 20px 30px;
}

/* line 480, ../sass/base/_elements.scss */
.comment-preview {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

.region-sidebar-second .bef-exposed-form #views-exposed-form-user-forums-block-1 label.control-label,
.region-sidebar-second .bef-exposed-form #views-exposed-form-taxonomy-term-page-1 label.control-label
{
  background: #00235d;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  padding: 16px 15px 13px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-transform: none;
  display: block;
}

#views-exposed-form-user-forums-block-1 #edit-combine,
#views-exposed-form-taxonomy-term-page-1 #edit-combine
{
  display: block;
  width: 100%;
  position: relative;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  box-shadow: none;
  padding-left: 24px;
}

#views-exposed-form-user-forums-block-1 #edit-combine::-webkit-input-placeholder,
#views-exposed-form-taxonomy-term-page-1 #edit-combine::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
#views-exposed-form-user-forums-block-1 #edit-combine::-moz-placeholder,
#views-exposed-form-taxonomy-term-page-1 #edit-combine::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
#views-exposed-form-user-forums-block-1 #edit-combine:-ms-input-placeholder,
#views-exposed-form-taxonomy-term-page-1 #edit-combine:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
#views-exposed-form-user-forums-block-1 #edit-combine:-moz-placeholder,
#views-exposed-form-taxonomy-term-page-1 #edit-combine:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

#views-exposed-form-user-forums-block-1 .form--inline > .form-item,
#views-exposed-form-taxonomy-term-page-1 .form--inline > .form-item
{
  display: block;
  width: 100%;
}

#views-exposed-form-user-forums-block-1 .form-item-combine:after,
#views-exposed-form-taxonomy-term-page-1 .form-item-combine:after
{
  position: absolute;
  left: 0;
  top: 10px;
  right: initial;
}

#views-exposed-form-user-forums-block-1 .bef-links,
#views-exposed-form-taxonomy-term-page-1 .bef-links
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -4px;
}

#views-exposed-form-user-forums-block-1 .bef-links .form-group,
#views-exposed-form-taxonomy-term-page-1 .bef-links .form-group
{
  display: inline-block;
  border: 1px solid #bdbdbd;
  background: #fff;
  padding: 6px 20px;
  color: #737678;
  font-size: 14px;
  margin: 0 0 6px 4px;
  flex-grow: 1;
  text-align: center;
}

/* Hide the -Any- selector */
#views-exposed-form-user-forums-block-1 .bef-links .form-group:first-child
{
  display: none;
}

#views-exposed-form-user-forums-block-1 .bef-links .form-group a,
#views-exposed-form-taxonomy-term-page-1 .bef-links .form-group a
{
  color: #737678;
}

@media (max-width: 480px) {

  .forum table th, .forum table td {
    display: none;
  }
  .forum table th:first-child, .forum table td:first-child {
    display: block;
  }
  .forum-post-panel-sub {
    float: none;
    width: 100%;
  }

  .forum-post-panel-sub .author-picture .field--type-image {
    max-width: 153px;
  }

  .forum-post-panel-sub .author-online, .forum-post-panel-sub .author-offline {
    float: none;
    margin: 15px 0 3px;
  }

  .forum-post-panel-main {
    border-left: none;
    margin-left: 0;
    min-height: 230px;
    padding-bottom: 40px;
  }

  .forum-post-links ul.links li {
    margin-bottom: 10px;
  }
  .comment-wrapper .indented {
    padding-left: 20px;
  }

}
