@charset "UTF-8";
.page-node.node-type-question h1.page-title,
.page-node.node-type-question .tabs--primary,
.page-node.node-type-question .tabs--primary + hr {
  display: none;
}

.question-answer-header {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #CECECE;
}
.question-answer-header .title-wrapper {
  flex-grow: 1;
}
.question-answer-header .title-wrapper h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.question-answer-header .question-answer-meta {
  display: flex;
  font-size: 13px;
  margin-right: 40px;
  align-items: center;
}
.question-answer-header .question-answer-author {
  margin-right: 20px;
}
.question-answer-header .field-name-field-topics .field-item {
  display: inline-block;
}
.question-answer-header .field-name-field-topics .field-item a {
  color: #FFFFFF;
  background: #008b2b;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
}
.question-answer-header .question-answer-date {
  color: #999999;
  flex-grow: 1;
  text-align: right;
}
.question-answer-header .answer-link-wrapper a.btn {
  background: #008b2b;
  font-size: 20px;
  padding: 7px 40px;
  position: relative;
  top: 5px;
}
.question-answer-header + .content {
  margin-left: 90px;
}

.view-answers .view-header {
  padding: 80px 0 10px 90px;
  margin-bottom: 35px;
  border-bottom: solid 1px #CECECE;
}
.view-answers .view-header h3.total-answers {
  font-size: 22px;
  margin: 0;
}
.view-answers .node-answer {
  display: flex;
  padding-bottom: 50px;
  border-bottom: solid 1px #CECECE;
  margin-bottom: 25px;
}
.view-answers .node-answer .field-name-field-vote {
  width: 70px;
  margin-right: 20px;
  margin-top: 25px;
}
.view-answers .node-answer .question-answer-header {
  border-bottom: none;
  margin: 0;
}
.view-answers .node-answer .content {
  margin: 0;
}
.view-answers .views-row:last-child .node-answer {
  border: none;
}

#block-system-main + .answer-form-wrapper {
  margin-top: 50px;
}

.block-hp-answer-form .block-title {
  font-size: 22px;
  padding-left: 90px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-bottom: solid 1px #CECECE;
}
.block-hp-answer-form .field-name-body {
  padding-left: 90px;
}
.block-hp-answer-form .field-name-body .control-label,
.block-hp-answer-form .field-name-body .ckeditor_links,
.block-hp-answer-form .field-name-body .filter-wrapper {
  display: none !important;
}
.block-hp-answer-form .field-name-field-question,
.block-hp-answer-form .vertical-tabs {
  display: none;
}
.block-hp-answer-form .form-actions {
  text-align: right;
  margin-top: 30px;
}
.block-hp-answer-form .form-actions button {
  font-size: 18px;
  background: #008b2b;
}
.block-hp-answer-form .form-actions button .icon {
  display: none;
}

.field-name-field-vote {
  width: 70px;
  margin-right: 20px;
}
.field-name-field-vote .vud-widget {
  width: auto;
  float: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.field-name-field-vote .vud-widget > div {
  display: none;
}
.field-name-field-vote .vud-widget .ajax-progress.ajax-progress-throbber {
  display: none;
}
.field-name-field-vote .vud-widget div.updown-score {
  display: block;
  order: 10;
  padding: 0;
  margin: 0;
  border: 0;
  color: #0096D6;
  font-size: 15px;
  font-weight: normal;
}
.field-name-field-vote .vud-widget > a {
  display: inline-block;
  text-indent: -99999px;
  color: #999999;
  padding-right: 6px;
}
.field-name-field-vote .vud-widget > a:hover {
  color: #000000;
  text-decoration: none;
}
.field-name-field-vote .vud-widget > a:after {
  content: "▲";
  text-indent: 0;
  display: inherit;
  font-size: 28px;
}
.field-name-field-vote .vud-widget > a.vud-link-reset {
  color: #008b2b;
}
.field-name-field-vote .vud-widget > a.vud-link-reset:hover {
  color: #008b2b;
}
.field-name-field-vote .vud-widget > a .up-inactive.updown-up,
.field-name-field-vote .vud-widget > a .reset-active {
  display: none;
}

.view-id-topics {
  margin-top: 40px;
  margin-bottom: 40px;
}
.view-id-topics .view-content {
  display: flex;
  flex-flow: row wrap;
  width: auto;
}
.view-id-topics .view-content div {
  height: 50px;
  padding-right: 5px;
}
.view-id-topics .view-content a {
  padding: 5px 10px;
  background-color: #008b2b;
  color: #fff;
  border-radius: 5px;
}
.view-id-topics .view-content a:hover {
  background-color: #006600;
}

.ask-a-question {
  font-size: 17px;
  padding: 10px 30px;
}

.view-id-solr .views-exposed-widget.views-submit-button {
  margin-top: 0;
}
.view-id-solr .ask-a-question-div {
  display: flex;
  width: auto;
  justify-content: center;
  margin-bottom: 20px;
}

.ask-a-question-div-right {
  display: flex;
  width: auto;
  justify-content: flex-end;
}

.view-answers .comment-wrapper .ml-1,
.node-answer .comment-wrapper .ml-1 {
  margin-left: 80px;
}
.view-answers .comment-wrapper .ml-1 .comment-break,
.node-answer .comment-wrapper .ml-1 .comment-break {
  border-color: #999999;
}
.view-answers .comment-wrapper .comment-meta,
.node-answer .comment-wrapper .comment-meta {
  display: flex;
  font-size: 13px;
  margin-right: 40px;
  align-items: center;
}
.view-answers .comment-wrapper .comment-meta .time-diff,
.node-answer .comment-wrapper .comment-meta .time-diff {
  color: #999999;
}
.view-answers .comment-wrapper .comment-meta span,
.node-answer .comment-wrapper .comment-meta span {
  margin-right: 5px;
}

.page-comment-reply .answer-content-wrapper .content a {
  display: none;
}

.views-field-is-question-votes-total .views_number_text,
.views-field-is-question-answers-total .views_number_text,
.views-field-is-question-views-total .views_number_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #999999;
}

.views-field-is-question-answers-total .question-number {
  font-weight: bold;
}
.views-field-is-question-answers-total .question-number-0 {
  font-weight: normal;
}

.views-field-tos-name,
.views-field-sm-question-answer-author-name {
  font-size: 13px;
}
.views-field-tos-name .date,
.views-field-sm-question-answer-author-name .date {
  color: #999999;
}

tbody .views-field-ds-changed {
  display: none;
}

.view-id-solr table thead .views-field-is-question-views-total,
.view-id-solr table thead .views-field-label,
.view-id-solr table thead .views-field-tos-name,
.view-id-solr table thead .views-field-sm-question-answer-author-name {
  display: none;
}
.view-id-solr table thead th {
  text-align: center;
}
.view-id-solr table thead th.active {
  background-color: #999999;
}
.view-id-solr table thead th.active a {
  color: white;
}
.view-id-solr table thead th.active img {
  display: none;
}

.view-id-solr table td.views-field-sm-question-answer-author-name a.btn {
  background-color: #008b2b;
  background-image: -moz-linear-gradient(center top, #008b2b, #008b2b);
}
.view-id-solr table td.views-field-sm-question-answer-author-name a.btn:hover {
  background-color: #006600;
  background-image: -moz-linear-gradient(center top, #006600, #006600);
}

.view-display-id-page_1 .link-container {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
}
.view-display-id-page_1 .results-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  justify-content: space-between;
}
.view-display-id-page_1 .results-container .tag-title {
  padding: 10px 15px;
  background-color: #008b2b;
  color: #fff;
  border-radius: 5px;
}
.view-display-id-page_1 .results-container span {
  padding-left: 10px;
}
.view-display-id-page_1 .results-container .ask-a-question {
  justify-self: flex-end;
  float: right;
}

.view-id-solr.view-display-id-page .block-views .views-exposed-form {
  display: flex;
  justify-content: center;
}
.view-id-solr.view-display-id-page .block-views .views-exposed-form .views-submit-button button {
  margin-top: 0;
}

.view-id-solr.view-display-id-page .views-exposed-form .form-text {
  height: 46px;
}
.view-id-solr.view-display-id-page .views-exposed-form .form-submit {
  font-size: 17px;
  padding: 10px 30px;
}

.page-node-add-question .page-title {
  display: none;
}
.page-node-add-question .title-link-container h2 {
  color: #999999;
}
.page-node-add-question .form-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px #CECECE solid;
  padding-top: 20px;
}
.page-node-add-question .form-header .form-title {
  padding-left: 40px;
}
.page-node-add-question .form-header .user-meta {
  padding-right: 40px;
  align-self: center;
}
.page-node-add-question .question-form-body {
  padding: 40px;
}
.page-node-add-question .form-actions {
  float: right;
}
.page-comment-reply .answer-link-wrapper,.node-type-answer .answer-link-wrapper
	{
	display:none;
	}
