
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,500,700');

/* SmartMusic Icons */
@charset "UTF-8";

@font-face {
  font-family: "smartmusic-zendesk";
  src:url("/hc/theming_assets/01HZPQ5PZ2T6NAWS5ZDW02QDA2");
  src:url("//p14.zdassets.com/hc/theme_assets/1058174/200293647/sm-zendesk.eot?#iefix") format("embedded-opentype"),
    url("/hc/theming_assets/01HZPQ5VJPSHD6N5T9C3JZVM8T") format("woff"),
    url("/hc/theming_assets/01HZPQ5KTS1MPY9QQFY32YGE76") format("truetype"),
    url("//p14.zdassets.com/hc/theme_assets/1058174/200293647/sm-zendesk.svg#smartmusic-zendesk") format("svg");
  font-weight: normal;
  font-style: normal;

}
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,500,700');

/* SmartMusic Icons */
@charset "UTF-8";

@font-face {
  font-family: "smartmusic-zendesk";
  src:url("/hc/theming_assets/01HZPQ5PZ2T6NAWS5ZDW02QDA2");
  src:url("//p14.zdassets.com/hc/theme_assets/1058174/200293647/sm-zendesk.eot?#iefix") format("embedded-opentype"),
    url("/hc/theming_assets/01HZPQ5VJPSHD6N5T9C3JZVM8T") format("woff"),
    url("/hc/theming_assets/01HZPQ5KTS1MPY9QQFY32YGE76") format("truetype"),
    url("//p14.zdassets.com/hc/theme_assets/1058174/200293647/sm-zendesk.svg#smartmusic-zendesk") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "smartmusic-zendesk" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="smzd-"]:before,
[class*=" smzd-"]:before {
  font-family: "smartmusic-zendesk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smzd-arrow-down:before {
  content: "\61";
}
.smzd-arrow-left:before {
  content: "\62";
}
.smzd-arrow-right:before {
  content: "\63";
}
.smzd-arrow-up:before {
  content: "\64";
}
.smzd-bookmark-1:before {
  content: "\69";
}
.smzd-employee-1:before {
  content: "\6a";
}
.smzd-bookmark:before {
  content: "\65";
}
.smzd-employee:before {
  content: "\66";
}
.smzd-lock:before {
  content: "\67";
}
.smzd-menu:before {
  content: "\68";
}
.smzd-paperclip:before {
  content: "\69";
}

/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #f3f3f3;
}

body {
  color: #505050;
  font-family: "Libre Franklin","Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 50px;
  width: 100%;
  word-spacing: .1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: rgba(0,104,181,1); /* rgba(67, 56, 202, 1) */
  font-family: "Libre Franklin", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong, b {
  font-family: "Libre Franklin";
  font-weight: 700;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  margin-bottom: 5px;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

[dir=rtl] table {
  text-align: right;
}

td, th {
  border-color: #bbbbbb;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #777777;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #505050;
  font-weight: 300;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 25px;
}

input, textarea, label {
  display: inline-block;
  vertical-align: middle;
}

label, select {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

[dir=rtl] input[type="checkbox"] + label {
  margin-left: 0;
  margin-right: 5px;
}

input, textarea, select {
  border: 1px solid #ddd;
  border-radius: 0;
}

input, textarea {
  padding: 10px;
  box-shadow: none;
  -webkit-transition: all .2s ease;
  -mox-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #505050;
}

input:hover, textarea:hover, select:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #777777;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
  color: #777;
  font-weight: 300;
}

::-moz-placeholder {
  opacity: 1;
}

@media (max-width: 500px) {
  ::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
    font-size: 0.9em;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  min-width: 141px;
  background: url("//p14.zdassets.com/hc/assets/dropdown-arrow.svg") no-repeat #fff;
  background-size: 10px 5px;
  background-position: calc(100% - 10px) 50%;
}

select::-ms-expand {
  display: none;
}

[dir=rtl] select {
  background-position: 10px 50%;
}

/* @media only screen and (max-width: 899px) {
  div.tiny-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #777;
    background: #f3f3f3;
    display: block;
    z-index: 9999;
    margin-top: 40px;
    font-weight: 300;
  }
  main {
    display: none;
  }
} 
@media only screen and (min-width: 900px) {
  div.tiny-screen {
    display: none;
  }
}

/* Buttons */
button, [role=button], [type=button], [type=submit], .my-activities-button {
  border-radius: 0;
  border: 1px solid #d9d6d4;
  background: #fff;
  color: #777;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  font-weight: 500;
}

a[role=button]:hover, .my-activities-button:hover {
  text-decoration: none;
  border: 1px solid #505050;
  background: #d9d6d4;
  color: #505050;
}

a[role=button]:active, .my-activities-button:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

#hc-wysiwyg span[role=button] {
  font-family: wysiwyg-icons;
}

input[type=submit] {
  background: /* #ea7200; */ #fff;
  color: /*#fff; */#69ad46;
  border: 1px solid /* #ea7200; */ #d9d6d4;
  /* border-radius: 0; */
  box-shadow: none;
  padding: 10px 30px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

input[type=submit]:hover {
  background: #d9d6d4; /* #505050 */
  border: 1px solid #505050;
  color: #505050;
  /* box-shadow: 0 0 10px rgba(0,0,0,.2); */
}

input[type=submit]:active {
  background: #69ad46;
  color: #fff;
  border: 1px solid #69ad46;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: .4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

[dir=rtl] button img, [dir=rtl] [role=button] img {
  margin: 0 0 0 5px;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: " (Required)";
  color: #f00;
  margin-left: 2px;
  font-weight: 400;
  font-size: 12px;
}

.form-field p {
  color: #777777;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form-field input.partialcreditcardinputfield {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUOMvdktENwyAMBTNCR8gIGcGjMIo3YwQmOGUERnA/oLQUkZIoUqrYfyednwWepnOLGYeiOOY9ksc+2g/JLMRKM4zI8jvtpQUUJRR1OzUvGZFCJI/y23lpvlRUMu1n4tKSDU8Lu76oGIaO8otEFM+KYaz4r37zVm4+vdO3EgOClFvdIUp1buNipo+DYp+fv+rxx/njAwhDYpguqyfMVKQgdRaSPwAAAABJRU5ErkJggg==") no-repeat 10px 10px;
  background-size: 14px;
  padding-left: 28px;
}

[dir=rtl] .form-field input.partialcreditcardinputfield {
  padding-left: 0;
  padding-right: 28px;
  background-position: right 10px top 10px;
}

.form-field .nesty-input {
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #777777;
}

.form form + form {
  margin-top: 25px;
}

.form-field.request_custom_fields_360005381714 {
  display: flex;
  flex-wrap: nowrap;
}

.form-field.request_custom_fields_360005381714 label {
  display: inline-flex;
  margin: 0;
}

.form-field.request_custom_fields_360005381714.required > label::after {
	content: "";
}

.form-field.request_custom_fields_360005381714 input[type='checkbox'] {
  display: inline-flex;
  order: -1;
	margin: 5px 7px 0 0;
}

.searchbox {
  margin: 25px 0;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//p14.zdassets.com/hc/assets/loader.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #bbbbbb;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #777777;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir=rtl] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Breadcrumbs */

.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  color: #888889;
}

.kb-meta .breadcrumbs, .activities-meta .breadcrumbs, .comm-meta .breadcrumbs {
  display: flex;
  width: 100%;
  margin-bottom: 4px;
}
.kb-meta .breadcrumbs li, .activities-meta .breadcrumbs li, .comm-meta .breadcrumbs li {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.breadcrumbs > li:first-child, .breadcrumbs > li:last-child {
  display: none;
}

.bc-show-all .breadcrumbs li{
  display: inline-block;
}

.bc-show .breadcrumbs > li:last-child {
  display: inline-flex;
}

.breadcrumbs a {
  color: #888889;
}

.breadcrumbs li {
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
}

.bc-show-all .breadcrumbs li + li:before {
  content: "//";
  margin: 0 7px;
  color: #888889;
}

.breadcrumbs li:nth-child(2) + li:before {
  content: "//";
  margin: 0 7px;
  color: #888889;
}

@media (max-width: 800px) {
  .sub-nav .breadcrumbs {
    white-space: normal;
  }
}

@media all and (max-width: 499px) {
  .kb-meta .breadcrumbs, .activities-meta .breadcrumbs, .comm-meta .breadcrumbs {
    display: block;
  }
  
  .kb-meta .breadcrumbs > li, .bc-show .kb-meta .breadcrumbs > li, .bc-show .kb-meta .breadcrumbs > li:last-child, .bc-show .activities-meta .breadcrumbs > li, .activities-meta .breadcrumbs > li, .bc-show .activities-meta .breadcrumbs > li:last-child, .bc-show .comm-meta .breadcrumbs > li, .comm-meta .breadcrumbs > li, .bc-show .comm-meta .breadcrumbs > li:last-child {
    display: block;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .kb-meta .breadcrumbs > li:first-child, .bc-show .kb-meta .breadcrumbs > li:first-child, .kb-meta .breadcrumbs > li:last-child, .activities-meta .breadcrumbs > li:first-child, .bc-show .activities-meta .breadcrumbs > li:first-child, .activities-meta .breadcrumbs > li:last-child, .comm-meta .breadcrumbs > li:first-child, .bc-show .comm-meta .breadcrumbs > li:first-child, .comm-meta .breadcrumbs > li:last-child {
    display: none;
  }
  
  .breadcrumbs li:nth-child(2) + li:before {
    display: none;
  }
}

/* Labels */
.label, .request-status, .post-overview-status > span, .post-status > span, .profile-contribution .contribution-status {
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #777777;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #777777;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #bbbbbb;
  float: left;
  margin-left: -1px;
}

[dir=rtl] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #777777;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Content styles */
.content-body {
  word-wrap: break-word;
  line-height: 1.7;
  color: #505050;
}

.content-body img {
  max-width: 100%;
  display: block;
  margin-bottom: 14px;
}

.content-body img.inline-img {
  display: inline-block;
  margin: 0 3px;
  border: none;
}

.content-body hr {
  background-color: #bbbbbb;
  border: 0;
  height: 1px;
}

.content-body ul, .content-body ol {
  padding: 0 15px;
}

.content-body ul {
  list-style-type: disc;
}

.content-body ol ul, .content-body ul ul {
  list-style-type: circle;
}

.content-body ol ol ul,
.content-body ol ul ul,
.content-body ul ol ul,
.content-body ul ul ul {
  list-style-type: square;
}

.content-body pre {
  background: #f3f3f3;
  border: 1px solid #bbbbbb;
  padding: 10px 15px;
  overflow: auto;
  white-space: normal;
}

.content-body code {
  background: #f3f3f3;
}

.content-body code::before {
  content: "";
  padding-left: 5px;
}

.content-body code::after {
  content: "";
  padding-right: 5px;
}

.content-body blockquote {
  border-left: 1px solid #bbbbbb;
  color: #777777;
  font-style: italic;
  padding: 0 15px;
}

.dropdown-toggle::after {
  content: "\61";
  font-family: "smartmusic-zendesk";
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 8px;
}

.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
  text-decoration: none;
}

.vote-sum {
  display: block;
  font-weight: bold;
  margin: 3px 0;
}

[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up, .vote-down {
  border-radius: 50%;
  border: 1px solid #777777;
  color: #505050;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "smartmusic-zendesk";
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

.vote-up:hover, .vote-down:hover {
  border-color: #505050;
}

.vote-voted, .vote-voted:hover {
  border-color: #505050;
}

.vote-up:before, .vote-down:before {
  display: inline-block;
  margin-left: 1px;
}

.vote-up:hover, .vote-down:hover {
  border-color: #505050;
}

.vote-up:before {
  content: "\64";
  margin-top: -2px;
}

.vote-down:before {
  content: "\61";
}

/* Frame */
main {
  width: 100%;
}

.container, .header-inner, .footer-inner {
  width: 100%;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container, .header-inner, .footer-inner {
    margin: 0 auto;
    padding: 0 10px;
    width: 768px;
  }
}

@media only screen and (min-width: 1024px) {
  .container, .header-inner, .footer-inner {
    margin: 0 auto;
    padding: 0 10px;
		width: 1024px;
  }
}

/* Columns */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  max-width: 70%;
}

.article-column {
  width: 100%;
  margin: 0 auto;
}

.side-column {
  min-width: 100px;
  width: 26.5%;
  margin-left: 3%;
}

.community-column {
  width: 100%;
}

[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

@media (max-width: 900px) {
  .main-column {
    width: 100%;
    max-width: 100%;
  }
  
  .side-column {
    width: 100%;
    margin: 20px 0 0;
  }
}

/* ====================================================
Decks, Cards
==================================================== */

.deck {
  padding: 5px 20px 10px;
  width: 100%;
  /* min-width: 320px; */
  height: 100%;
  margin: 10px 0 20px;
  min-height: 420px;
  max-height: 100%;
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,.05), 0 3px 6px rgba(0,0,0,.05);
  vertical-align: top;
  display: inline-block;
}

.deck h1, .deck h2 {
  font-size: 16px;
}

.deck h1, .deck h2, .deck h3, .deck h4, .deck h5, .deck h6 {
  font-weight: 500;
}

.deck-column {
  width: 100%;
  display: block;
}

.deck-header {
  margin-bottom: 20px;
  text-align: center;
}

.deck-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 36px;
  border: 2px solid;
	background-repeat: no-repeat;
	background-image: url("/hc/theming_assets/01HZPQ5RRMBY16JJKXWMST8EWD");
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.deck-icon.cat-203153007 {
  border-color: #45a5af;
  background-image: url("/hc/theming_assets/01HZPQ61GTKF589Z7QCH6GT8P0");
  background-position: center 60%;
  background-size: 8px 30px;
}

.deck-icon.cat-203153027 {
  border-color: #6a891d;
  background-image: url("/hc/theming_assets/01HZPQ5WERDG97N4H7K162WSRA");
  background-position: center 41%;
  background-size: 24px 24px;
}

.deck-description {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #888889;
}

.deck-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: none;
  flex: none;
  padding: 15px 0 0;
}

.deck-count-meta {
  font-weight: 500;
  -ms-flex: 1 0 35%;
  flex: 1 0 35%;
  margin: 0;
}

.deck-pagination {
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  text-align: center;
}

.deck-pagination a {
  color: #d9d6d4;
  cursor: not-allowed;
}

.deck-pagination a.active {
  color: #575759;
  cursor: pointer;
}

.deck-pagination a:hover {
  text-decoration: none;
  color: #d9d6d4;
}

.deck-pagination a.active:hover {
  color: #575759;
}

.deck-pagination a span {
  vertical-align: middle;
  font-size: 15px;
}

.deck-pagination .pagination-count {
  font-weight: 500;
}

.deck-leadout {
  -ms-flex: 1 0 35%;
  flex: 1 0 35%;
  text-align: right;
  font-weight: 500;
}

.deck-leadout a {
  text-decoration: underline;
}

.deck.my-activities-deck {
  /* width: 87.5%; 
  margin-left: 0; */
  margin-top: 0;
  padding-top: 0;
  min-height: 420px;
  max-height: 100%;
  height: 100%;
}

.deck.category-deck {
  /* width: 32%; for 2 across use 48.7% 
  margin-right: 0%;*/
  margin-top: 0;
  padding-top: 20px;
  position: relative;
  height: 470px;
  max-height: 470px;
  min-height: 470px;
}

.deck.category-deck > section.category {
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.deck.article-deck {
  height: 100%;
  min-height: 230px;
  max-height: 260px;
  min-width: 98.9%;
  /* width: 48.5%; */
  margin-right: 1%;
}

.deck.profile-activity-contribution, .deck.profile-contribution {
  height: 100%;
  min-height: 165px;
  max-height: 100%;
  width: auto;
}

.deck.profile-contribution {
  padding: 10px 20px;
}

.deck-column > .deck.article-deck:nth-child(2) /* .category-tree > .deck.category-deck:nth-child(2) */{
  margin-right: 0;
}

.deck:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,.15),0 10px 10px rgba(0,0,0,.12);
}

.deck-link-blue {
  color: #00c0f1;
}

.card-list {
  margin-bottom: 0;
  height: 240px;
  max-height: 240px;
  min-height: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  width: calc(100% - 20px);
  transition: left .3s ease;
}

.card-list-page {
  display: inline-block;
  vertical-align: top;
}

.card {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 60px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
}

.card:nth-child(4n), .card:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.card-counter {
  position: relative;
  z-index: 1;
  -ms-flex: none;
  flex: none;
  width: 40px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border-right: 1px solid #e8e8e8;
}

.card-counter::after {
  content: "\63";
  font-family: "smartmusic-zendesk";
  font-size: 20px;
  line-height: 58px;
  text-align: center;
  color: #d9d6d4;
}

.card-descriptor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: auto;
  flex: auto;
  padding: 0 15px;
  line-height: 1.3;
  max-width: 85%;
}

.card-descriptor h3 {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#get-started .card-descriptor h3::before {
  content: "\2605";
  color: #ea7200;
  margin-right: 0;
  font-size: 14px;
}

.card-slider {  
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40px;
  padding: 11px;
  background-color: #fff;
  transform: translateX(-100%);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.card-slider a {
  display: inline-flex;
  color: #00c0f1;
  font-weight: 500;
  padding: 7px 12px;
  line-height: 1.571;
  border: 1px solid #ddd;
  background: transparent;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

#get-started .card-slider a {
  color: #4338ca;
}

.card-slider a:hover, #get-started .card-slider a:hover {
  color: #575759;
  background-color: #d9d6d4;
  border: 1px solid #888889;
  text-decoration: none;
}

.card-slider a:active {
  color: #fff;
  background: #00c0f1;
  border: 1px solid #00c0f1;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

#get-started .card-slider a:active {
  color: #fff;
  background: #4338ca;
  border: 1px solid #4338ca;
}

.card a, .card a:hover, .card a:focus, .card a:active:focus {
  text-decoration: none;
}

/*.category .deck-card-container .card:first-child .card-counter {
  background: #faae31;
}

.category .deck-card-container .card:first-child .card-slider {
  background: #faae31;
}

.category .deck-card-container .card:first-child .card-slider a:hover {
  background: #ba8124;
}*/

.card:hover .card-slider, .card:active .card-slider, .card-descriptor:hover .card-slider, .card-descriptor:active .card-slider {
  transform: translateX(0);
}

.article-count {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .topic-list-deck > .deck.community-topic-deck:nth-child(even), .deck.community-topic-deck {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .deck.category-deck {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  .deck.profile-contribution {
    padding-bottom: 25px;
  }
  .deck.category-deck {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 499px) {
  .topic-list-deck > .deck.community-topic-deck:nth-child(even), .deck.community-topic-deck {
    display: block;
    margin-right: 0;
    width: 100%;
    margin-right: 0;
    height: 170px;
  }
}

/* ====================================================
Tiles
==================================================== */

.topic-lists {
  -webkit-display: flex;
  display: flex;
  width: calc(100% - 40px);
  margin-left: 40px;
  clear: both;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topic-tile {
  display: inline-flex;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}

.topic-lists > .topic-tile:nth-child(even) {
  margin-right: 0;
  margin-left: 10px;
}

.topic-tile-box {
  width: 100%;
  height: 150px;
  padding: 10px 20px 0;
  color: #fff;
  text-align: center;
  font-size: .9em;
  line-height: 1;
  background-color: #575759;
  background-image: url("/hc/theming_assets/01HZPQ625Q6F41J685VTXBE0ED"), linear-gradient(#818183, #575759);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .13s ease;
  -moz-transition: all .13s ease;
  -o-transition: all .13s ease;
  transition: all .13s ease;
}

.comm-meta .topic-tile-box, .comm-descriptor .topic-tile-box {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 7.5px 0 0;
  display: inline-flex;
  vertical-align: middle;
}

.topic-tile-box#general-discussion {
  background-color: #d2aa6f;
  background-image: url("/hc/theming_assets/01HZPQ5HEPXSV2M4J5WWQ39BJ2"),linear-gradient(#d2aa6f,#c28c3d);
  background-position: center 50px,center center;
  background-size: 64px 56px,cover;
  background-repeat: no-repeat;
}
.comm-meta .topic-tile-box#general-discussion, .comm-descriptor .topic-tile-box#general-discussion {
  background-position: center center,center center;
  background-size: 27px 27px,cover;
}

.topic-tile-box#feature-requests {
  background-color: #b77567;
  background-image: url("/hc/theming_assets/01HZPQ5QMTVHCGV150DGQBB7TB"),linear-gradient(#b77567,#955447);
  background-position: center 55px,center center;
  background-size: 52px 52px,cover;
  background-repeat: no-repeat;
}
.comm-meta .topic-tile-box#feature-requests, .comm-descriptor .topic-tile-box#feature-requests {
  background-position: center center,center center;
  background-size: 25px 25px,cover;
}

.topic-tile-box#prod-roadmap {
  background-color: #3ba071;
  background-image: url("/hc/theming_assets/01HZPQ679404M333EJX1SWVRV0"),linear-gradient(#3ba071,#29704f);
  background-position: center 55px,center center;
  background-size: 68px 68px,cover;
  background-repeat: no-repeat;
}
.comm-meta .topic-tile-box#prod-roadmap, .comm-descriptor .topic-tile-box#prod-roadmap {
  background-position: center center,center center;
  background-size: 24px 24px,cover;
}

.topic-tile-box#release-notes {
  background-color: #43a3bf;
  background-image: url("/hc/theming_assets/01HZPQ62EMKC6VZBNQSMS5GADQ"),linear-gradient(#43a3bf,#317a8f);
  background-position: center 43px,center center;
  background-size: 72px 72px,cover;
  background-repeat: no-repeat;
}
.comm-meta .topic-tile-box#release-notes, .comm-descriptor .topic-tile-box#release-notes {
  background-position: center center,center center;
  background-size: 27px 27px,cover;
}


.topic-tile-box#rep-roadmap {
  background-color: #3a606e;
  background-image: url("/hc/theming_assets/01HZPQ60N411N1EGEW2JHDQZE4"),linear-gradient(#3a606e,#233a43);
  background-position: center 56px,center center;
  background-size: 68px 50px,cover;
  background-repeat: no-repeat;
}
.comm-meta .topic-tile-box#rep-roadmap, .comm-descriptor .topic-tile-box#rep-roadmap {
  background-position: center center,center center;
  background-size: 28px 28px,cover;
}

.topic-lists .topic-tile-box:hover, .topic-lists .topic-tile-box:active {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .topic-lists {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 449px) {
  .topic-tile, .topic-lists > .topic-tile:nth-child(even) {
    width: 100%;
    display: flex;
    margin-right: 0;
    margin-left: 0;
  }
}

/* ====================================================
Header
==================================================== */

.header {
  background: #505050;
  background: -webkit-linear-gradient(left, #3b3b3c, #595959);
  background: -o-linear-gradient(right, #3b3b3c, #595959);
  background: -moz-linear-gradient(right, #3b3b3c, #595959);
  background: linear-gradient(to right, #3b3b3c, #595959); /* Standard syntax */
  display: block;
  height: 38px;
  /* border-bottom: 1px solid #bbbbbb; */
  /* box-shadow: 0 0 15px #151515; */
}

.header-inner {
  width: 100%;
  display: block;
}

@media (max-width: 500px) {
  .header-inner {
    float: none;
    margin: 0 auto 0;
  }
}

.logo-row {
  width: 334px;
  float: left;
  margin-top: 4px;
}

.logo-container {
  display: inline-block;
  width: 48.5%;
  position: relative;
}

.sm-logo {
  display: block;
  width: 275px;
  height: 29px;
  background-image: url("/hc/theming_assets/01HZPQ67D27G7S50VKHH97Q7B4");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
  background-size: contain;
  margin-left: -4.5rem;
}

.logo {
  display: block;
  /* width: 126px; */
  height: 25px;
  margin: 0;
  background-image: url("/hc/theming_assets/01HZPQ62A5SXEA52JSS6B78ZKV");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 4px 0 0 6px;
}

.user-nav {
  text-align: right;
  position: relative;
  float: right;
  margin-top: 5px;
  display: block;
}

.user-nav > * {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

.user-nav > a {
  color: #dedede;
  margin-top: 0;
  padding: 5px 5px 0;
  background: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-transform: capitalize;
}

[dir=rtl] .user-nav {
  text-align: left;
}

[dir=rtl] .user-nav > * {
  margin: 0 25px 0 0;
}

.user-info > div.dropdown-toggle[role=button] {
 /* background: #f3f3f3; */
  padding: 3px 5px 0;
  margin: -6px 0 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  color: #dedede; /* #bdbbbb; */
}

.user-info > div.dropdown-toggle::after {
  margin-left: 0;
}

a.login[role=button] {
  background: transparent;
  color: #dedede; /* #bdbbbb; */
  border-radius: 0;
  border: none;
  border-bottom: 1px solid transparent;
  margin: -6px 10px 0 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 3px 5px 0;
}

.user-nav a:hover, .user-info > div.dropdown-toggle[role=button]:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #4338ca;
}

a.login[role=button]:active {
  box-shadow: none;
}

#user-menu > a:hover {
  border: none;
}

@media (max-width: 693px) {
  .logo-row {
    display: block;
    width: 195px;
    max-width: 80%;
    margin-top: 6px;
  }
  
  .logo-container#sm {
    width: 142px;
    margin-top: 2px;
  }
  
  .logo-container#hc {
    width: 42px;
  }
  
	.logo {
    background-image: url("/hc/theming_assets/01HZPQ5NYPZCYXQ0KB458M7VYJ");
    height: 27px;
    margin: 0 0 0 16px;
  }
  .user-nav {
    margin-top: 3px;
  }
  
  .user-nav > a {
   	padding: 5px 7px 0 0;
  }
  
  .submit-a-request::before {
    content: "";
    background-image: url("/hc/theming_assets/01HZPQ65V06077RMJZCSDQVWMX");
    background-repeat: no-repeat;
    height: 24px;
    width: 28px;
    display: inline-block;
    position: relative;
  }
  
  .submit-a-request {
    font-size: 0;
    color: transparent;
    padding: 0 10px 0 0;
  }
    
  .submit-a-request:hover {
    border-bottom: 1px solid transparent !important;
  }
  
 .user-nav > span.separator {
    margin: 0;
    color: #dedede;
  }
  
  a.contact-link {
    color: #dedede;
  }
  
  #user-name, #user-avatar, #header-pipe {
    display: none !important;
  }
  
  .user-info > div.dropdown-toggle[role=button]:hover {
    border-bottom: 1px solid transparent !important;
  }
  
  .user-info .dropdown-toggle {
    margin: -8px 0 0 0 !important;
    padding: 0 !important;
    vertical-align: top;
  }
  
  .user-nav > * {
   	margin: 0;
    padding: 0;
  }
  
  .user-info > .dropdown-toggle::after {
    content: "\61";
    color: #fff;
    font-family: "smartmusic-zendesk";
    font-size: 24px;
    line-height: 0;
  }
  
  a.login[role=button] {
    margin: 6px 0 0 -7px;
    padding: 0;
    vertical-align: top;
    font-size: 13px;
  }
}

@media (max-width: 440px) { 
  .logo-row {
    width: 173px;
  }
  
  .logo-container#sm {
    width: 132px;
    margin-top: 2px;
  }
  
  .logo-container#hc {
    width: 32px;
  }
  
  .sm-logo {
    margin-right: 14px;
  }
  
  .logo {
    margin-left: 8px;
	}
}

/* Go Top button */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
    z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #4338ca;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s 0s, visibility 0s .15s;
  -moz-transition: opacity .15s 0s, visibility 0s .15s;
  transition: opacity .15s 0s, visibility 0s .15s;
}

.cd-top img {
  display: block;
  width: 25px;
  height: 24px;
  margin: 5px 0 0 7px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .15s 0s, visibility 0s 0s;
  -moz-transition: opacity .15s 0s, visibility 0s 0s;
  transition: opacity .15s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible { 
  visibility: visible;
  opacity: 1;
}

/* Pipes */

.pipe.no-show {
  display: none;
}

.contact-pipe {
  color: #999;
  margin: 0;
  position: absolute;
  left: 9.5rem;
  top: 4px;
}

.pipe {
  color: #999;
  position: absolute;
  right: 62px;
  top: 4px;
}

#orange-pipe:before {
  content: "";
  background: #fff;
	width: 1px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 4px;
}

/* Home page */
.hero-banner {
  background: url("/hc/theming_assets/01HZPQ65NZN00W2M2EHXFHB03E");
  background-repeat: no-repeat;
  background-position: 0 7%;
  background-size: cover;
  height: 380px;
  margin-bottom: 30px;
}

.hero-unit {
  display: block;
  font-size: 20px;
  padding: 0 0 40px;
  width: 100%;
}

h1.help-center-welcome {
  margin: 100px 0 20px;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

@media all and (min-width: 1921px) {
  .hero-banner {
    background-position: 0 0;
  }
}
@media all and (max-width: 767px) {
  .hero-banner {
    height: 290px;
  }
  
  h1.help-center-welcome {
    margin-top: 50px;
  }
}

@media all and (max-width: 449px) {
  h1.help-center-welcome {
    margin-top: 30px;
  }
}

body.community-enabled .knowledge-base, body.community-enabled .community {
  display: inline-block;
  vertical-align: top;
}

 main > .knowledge-base {
  /* width: 100%;
  border-bottom: 1px solid #bbbbbb; */
  margin-bottom: 40px;
}

.knowledge-base, .community {
  display: inline-block;
  vertical-align: top;
}

.divider hr {
  float: left;
  border-top: 1px solid #bbbbbb;
  border-bottom: none;
  width: 100%;
}

.community-heading {
  display: initial;
}

/* .community-heading > h4 {
  display: initial;
} */


.community-heading:hover {
  color: #505050;
}

.category-tree > .category {
  display: inline-block !important;
  width: 49.5%;
  vertical-align: top;
}


[dir=rtl] .community {
  margin-left: 0;
  margin-right: 45px;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2, .community h3, .section h3 {
  color: #505050;
  font-size: 14px;
  margin: 10px 0 15px;
}

.section h3 {
  margin: 0;
  font-size: 16px;
}

.community h4 {
  font-size: 20px;
  margin: 0;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.community .trending-questions + h4 {
  margin-top: 50px;
}

/* Knowledge base trees */
.community li {
  margin-bottom: 10px;
}

ul.article-list {
  width: 100%;
  margin-left: 17px;
}

.article-list > li {
  list-style: disc;
  margin-bottom: 7px; 
}

.category h2, #community-heading {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  padding-bottom: 15px;
}

.category h2 {
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}

.category h2 a {
  color: inherit;
}

.category-empty, .section, .section-category {
  display: inline-block;
  margin-top: 40px;
  vertical-align: top;
  width: calc(50% - 10px);
  margin-right: 15px;
}

.section-tree > .section-category:first-child, .section-tree > .section-category:nth-child(2) {
  margin-top: 0;
}

.section-tree > .section-category:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 669px) {
  .category-empty, .section, .section-category {
  display: block;
    width: 100%;
    margin-right: 0;
  }
  .section-tree > .section-category:nth-child(2) {
    margin-top: 40px;
  }
}

.section-category h3 {
  margin: 0 0 7px;
  font-size: 18px;
}

.section-category h3 > a {
  color: #505050;
}

section.category > section.section {
  width: 100%;
}

[dir=rtl] .category-empty, [dir=rtl] .section {
  padding: 0 0 30px 50px;
}

.see-all-articles {
  display: inline-block;
  margin-left: -17px;
  font-size: 12px;
}

.see-all-articles::before {
  content: "+";
  font-size: 18px;  
  display: inline-block;
  vertical-align: baseline;
  margin-right: 3px;
  line-height: 0;
}

@keyframes circle
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(-360deg);
    }
}

.see-all-articles.loading::before {
  content: "\1F504";
  font-size: inherit;
  font-family: entypo;
  -webkit-animation: circle 2.2s linear infinite;
          animation: circle 2.2s linear infinite;
}

.category-url a {
  color: #505050;
}

.category-url a:hover {
  text-decoration: none;
}

.category-description, .section-description {
  color: #777777;
  margin-bottom: 50px;
  margin-top: -15px;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.page-header {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 20px;
  /*min-height: 50px; */
  padding-bottom: 15px;
}

.page-header > * {
  display: table-cell;
  vertical-align: middle;
}

.page-header > *:first-child {
  width: 100%;
}

.page-header + p {
  color: #777;
  /* margin: -15px 0 20px 0; */
  margin-bottom: 20px !important;
}

.page-header h1 {
  margin: 0;
}

.activities-meta, .kb-meta, .comm-meta {
  width: 100%;
  margin: 2px 0 auto;
}

.activities-meta.no-bc, .kb-meta.no-bc, .comm-meta.no-bc {
  margin: auto 0;
}

.activities-meta.with-search, .kb-meta.with-search, .comm-meta.with-search {
  width: 75%;
}

.page-h1, .kb-h1, .comm-h1 {
  width: 100%;
  margin: 0;
  line-height: 1.23;
}

.kb-h1 {
	color: #888889;
}

.comm-h1 {
  width: calc(100% - 53px);
  display: inline-flex;
  vertical-align: top;
  margin-top: 4px;
  flex-wrap: wrap;
  word-break: break-word;
}

.with-search .page-h1, .with-search .kb-h1, .with-search .comm-h1 {
  padding-right: 100px;
}

.kb-h1.text-orange, .kb-h1 .text-orange, .text-orange {
  color: #212121;
}

@media all and (max-width: 1023px) {
  .with-search .page-h1, .with-search .kb-h1, .with-search .comm-h1 {
    padding-right: 75px;
  }
}

@media all and (max-width: 767px) {
  .kb-meta.with-search, .activities-meta.with-search, .comm-meta.with-search {
    width: 100%;
    margin-bottom: 25px;
  }
  
  .with-search .page-h1, .with-search .kb-h1, .with-search .comm-h1 {
    padding-right: 0;
  }
}

/* Search */

.search-box, .sub-nav .search {
  position: relative;
}

.search-box input, .sub-nav .search input {
  line-height: 1.2em;
  height: 56px;
  overflow: hidden;
  width: calc(100% - 56px);
  -webkit-appearance: none;
  -webkit-transition: all .2s ease;
  -mox-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}

.search-box input[type="search"] {
  opacity: .8;
}

.search-box input[type="search"]:hover {
  opacity: .85;
}

.search-box input[type="search"]:focus {
  opacity: 1;
}

.sub-nav .search input:focus {
  border: 1px solid #777777;
  border-right: none;
}

/* Small Search Bars */
.sub-nav.white form.search {
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
}

.sub-nav .search input {
  height: 40px;
}

.sub-nav.white .search input[type="search"] {
  width: calc(100% - 40px);
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #bbb;
  border-right: none;
}

.sub-nav .search input[type="search"] {
  width: calc(100% - 40px);
}

.search-box input[type="submit"], .sub-nav .search input[type="submit"] {
  width: 56px;
  height: 56px;
  float: right;
  padding: 0;
  color: transparent;
  background: #bbb url("/hc/theming_assets/01HZPQ6335HKT3KRQ4MECHYKXY") no-repeat center center;
  background-size: 56px;
  border: 1px solid #bbb;
}

.sub-nav .search input[type="submit"] {
  width: 40px;
  height: 40px;
  background-size: 40px;
}

.search-box input[type="submit"]:hover, .sub-nav .search input[type="submit"]:hover, .search-box input[type="submit"]:focus, .sub-nav .search input[type="submit"]:focus {
  border: 1px solid #777777;
  background: #777777 url("/hc/theming_assets/01HZPQ6335HKT3KRQ4MECHYKXY") no-repeat center center;
  background-size: 56px;
}

.sub-nav .search input[type="submit"]:hover, .sub-nav .search input[type="submit"]:focus {
  background-size: 40px;
}

@media (max-width: 767px) {
  .sub-nav .search {
    width: 100%;
    display: block;
  }
  
  .sub-nav.white .search {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
  .sub-nav .search input {
    display: inline-block;
    width: calc(100% - 40px);
  }
}

.search-box input:hover, .search input:hover {
  background: #fff;
}

.search-box input:focus, .search input:focus {
  background: #fff;
}


/* Sub-nav */
.sub-nav {
  display: table;
  margin-bottom: 25px;
  padding: 25px 0;
  table-layout: fixed;
  width: 100%;
  height: 89px;
}

.sub-nav > * {
  display: table-cell;
}

.sub-nav .search {
  width: 300px;
}

.sub-nav.white {
  display: flex;
  margin-bottom: 38px;
  min-height: 130px;
  height: auto;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0,0,0,.12), 0 1px 10px rgba(0,0,0,.24);
}

.sub-nav.white > * {
  display: flex;
}

@media all and (max-width: 767px) {
  .sub-nav {
    display: block;
    height: auto;
  }
  
  .sub-nav .search {
    display: block;
    width: 100%;
  }
  
  .sub-nav.white {
    flex-wrap: wrap;
    min-height: 90px;
    margin-bottom: 25px;
  }
  
  .sub-nav.white > * {
    flex-wrap: wrap;
  }
}

/* Article */
.article-header {
  margin-bottom: 15px;
}

.article-header h1 {
  /* font-weight: bold; */
  margin: 0 0 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}

.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-author a {
  color: rgba(67, 56, 202, 1);
  font-weight: normal;
}

.article-meta {
  width: 100%;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

 a.article-subscribe, a.article-unsubscribe {
  color: #505050;
  float: right;
  vertical-align: top;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 50px;
}

.article-body table {
  table-layout: fixed;
}

.article-body ul,
.article-body ol {
	margin-left: 2px;
}

.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 10px;
}

.article-body img {
  text-align: center;
  margin: 5px 0;
  border: 1px solid #bbb;
}

.article-body strong, .post-body strong, .comment-body strong {
  color: #333;
  font-weight: 700;
}

.wysiwyg-color-black {
  color: #505050;
}

.wysiwyg-font-size-medium {
  font-size: inherit;
}

.wysiwyg-font-size-large {
  font-size: 17.5px;
}

.wysiwyg-font-size-x-large {
  font-size: 21px;
}

.article-footer {
  border-bottom: 1px solid #bbbbbb;
  margin-top: 15px;
  padding: 20px 0;
  margin-bottom: 20px;
}

.article-footer .article-vote, .article-footer .share {
  display: table-cell;
}

.article-vote {
  width: 100%;
}

.article-vote > * {
  display: inline-block;
}

.article-vote-controls {
  margin: 0 5px;
}

.article-vote-count {
  color: #777777;
  min-width: 20%;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

.article-vote-up:before {
  content: "\1f44d";
}

.article-vote-down:before {
  content: "\1f44e";
}

a[role=button].article-vote-up:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125); 
  color: #fff;
  border-color: #69ad46;
  background: #69ad46;
}

a[role=button].article-vote-down:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125); 
  color: #fff;
  border-color: #d6322a;
  background: #d6322a;
}

.article-vote-up.article-voted {
  color: #fff;
  border-color: #69ad46;
  background: #69ad46;
}

.article-vote-down.article-voted {
  color: #fff;
  border-color: #d6322a;
  background: #d6322a;
}

.article-comments {
  margin: 20px 0 40px;
}

.recent-articles > h3, .related-articles > h3 {
  text-transform: capitalize;
  padding-bottom: 10px;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

.recent-articles ul li, .related-articles ul li {
  margin: 5px 0;
}

/* Side column */
.side-column h3 {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.side-column ul {
  margin-bottom: 60px;
}

.side-column li {
  margin-bottom: 10px;
}

.side-column li a {
  font-size: 12px;
}

.visibility-internal-icon:before {
  content: "\67";
  /* display: inline-block; */
  font-family: "smartmusic-zendesk";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}

.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}

.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

/* Zoomable Images */
.image-zoom-container {
  position: relative;
  display: block;
  width: 100%;
}

.zoom-overlay {
  border: 1px solid #bbb;
  width: 300px;
  height: 200px;
  display: none;
  position: absolute;
  z-index: 1000;
  background: #f3f3f3;
  box-shadow: 0 14px 28px rgba(0,0,0,.15), 0 10px 10px rgba(0,0,0,.12);
  background-repeat: no-repeat;
}

.image-zoom-container p {
  margin-bottom: 7px;
  color: #888889;
  font-size: 12px;
  text-align: center;
}

/* Expandable Articles */
.expandable-options-group {
  max-width: 600px;
  min-height: 154px;
}

.option-summary {
  display: block;
  min-height: 50px;
  font-size: 12px;
}

.option-summary p {
  font-size: 12px;
}

.start-over {
  color: #0068b5;
  cursor: pointer;
  margin-bottom: 10px;
}

.start-over:hover, .start-over:focus, .start-over:active {
  text-decoration: none;
}

.start-over::before {
  content: "\2B05";
  margin: 0 5px 0 0;
  font-size: 14px;
  vertical-align: middle;
  font-family: "entypo";
}

.summary {
  color: #777777;
  margin: 0;
}

.summary::before {
  content: "You've chosen: ";
}

.summary > span {
  display: inline-block;
  margin-right: 7px;
}

.summary > span::after {
  content: "//";
  color: #bbb;
  margin-left: 7px;
}

.summary > span:last-child {
  margin-right: 0;
}

.summary > span:last-child::after {
  display: none;
}

.option-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  transition: all .25s ease;
  opacity: 1;
  transform: translateY(0);
}

.option-set.gone {
  opacity: 0;
  position: absolute;
  transform: translateY(-20%);
}

.option-set h3 {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  font-size: 17.5px;
  color: #777777;
}
.expandable-option {
  min-width: 120px;
  padding: 7px 15px;
  height: 40px;
  background: #fff;
  border: 1px solid #d8d7d7;
  color: #505050;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 20px 0;
  cursor: pointer;
  transition: all .15s ease-out;
  vertical-align: top;
}

.option-set > .expandable-option:last-child {
  margin-right: 0;
}

.expandable-option:hover {
  background: #d9d6d4;
  border: 1px solid #505050;
}

.expandable-option:focus {
  background: #d9d6d4;
  border: 1px solid #505050;
  outline: none;
}

.expandable-option:active {
  background: #505050;
  color: #fff;
  border: 1px solid #505050;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  outline: none;
}

.expandable-content, .expandable-content * {
  transition: opacity .15s ease-out;
  opacity: 0;
  height: 0;
}

.expandable-content.show, .expandable-content.show * {
  opacity: 1;
  height: 100%;
}

@media all and (max-width: 767px) {
  .expandable-options-group {
    max-width: 100%;
  }
  .expandable-option {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    text-align: center;
  }
}

@media all and (max-width: 500px) {
  .option-set.gone {
    position: static;
  }
  .expandable-option {
    min-width: 100%;
    width: 100%;
  }
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 20px;
}

.comment-list > * {
  border-bottom: 1px solid #bbbbbb;
  padding: 20px 0 10px;
}

.comment-list-header {
  margin-bottom: 18px;
}

.comment-list-header > * {
  display: inline-block;
  margin: 0;
}

.comment-list-header h4 {
  font-weight: 400;
}

.comment-sorter {
  float: right;
  margin-top: 7px;
  font-size: 12px;
}

.comment-sorter a {
  /* color: #777777; */
  text-decoration: none;
  padding-left: 20px;
}

[dir=rtl] .comment-sorter {
  float: left;
}

[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #888889;
}

.comment, .comment-form {
  display: block;
  margin-left: 50px;
  width: calc(100% - 50px);
  word-wrap: break-word;
}

.comment.request-comment {
  width: 100%;
  margin-left: 0;
}

.comment > *, .comment-form > *, .comment-header > * {
  display: inline-block;
  vertical-align: top;
}

.comment-container {
  width: 100%;
}

#reply-form .comment-container {
  width: calc(100% - 55px);
}

.comment-vote, .comment-bookmark, .comment-icon {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 40px;
  margin-right: 10px;
}

.comment-bookmark:before {
  color: #4338ca;
  content: "\65";
  font-family: "smartmusic-zendesk";
  font-size: 32px;
  line-height: 1.1;
}

.comment-icon::before {
  content: "\1f4ac";
  text-align: center;
  font-size: 16px;
  color: #777777;
  font-family: "copenhagen-icons";
}

.comment-avatar {
  position: relative;
  display: inline-block;
  min-width: 50px;
}

.comment-avatar img {
  border-radius: 3px;
  max-width: 40px;
  max-height: 40px;
  margin-right: 10px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("//p14.zdassets.com/hc/assets/agent-marker.png");
  background-image: url("//p14.zdassets.com/hc/assets/agent-marker.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 30px;
  position: absolute;
  top: 30px;
  width: 15px;
}

[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

h4.comment-heading {
  font-size: 12px;
  color: #888889;
  margin: 7px 0 0 50px;
}

.comment-header {
  margin-bottom: 20px;
}

.comment-author a {
  color: #505050;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}

.comment-published {
  float: none;
  padding: 1px 0;
}

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #777777;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: rgba(67, 56, 202, 1);
}

.comment-meta {
  display: inline-block;
  vertical-align: top;
}

.comment-info {
  float: right;
}

.comment-body {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 55px);
}

#reply-form .comment-body {
  width: 100%;
}

@media all and (max-width: 767px) {
  .comment-header > * {
    display: block;
  }
  
  .comment-info, .comment-info > *{
    float: none;
    margin-top: 10px;
  }
}

@media all and (max-width: 500px) {
  .comment, .comment-form {
    margin-left: 35px;
    width: calc(100% - 35px);
  }
  
  .comment-header {
    margin-bottom: 15px;
  }
  
  h4.comment-heading {
    margin-left: 35px;
  }
  
  .comment-avatar {
    min-width: 42px;
  }
  
  .comment-vote, .comment-bookmark, .comment-icon {
    width: 32px;
  }
  
  #reply-form .comment-container, .comment-body {
    width: calc(100% - 47px);
  }
}

.comment-form textarea {
  display: block;
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-ccs + textarea,
.comment-attachments {
  margin-top: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

[dir=rtl] .comment-form-controls {
  text-align: left;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}

[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #777777;
}

[dir=rtl] .comment-actions {
  float: left;
}

.comment-actions .dropdown-toggle:before {
  content: "Options";
  font-size: 11px;
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}

.attachment-list span, .screencast-list span {
  color: #777777;
}

[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}

.attachment-list li:before, .screencast-list li:before {
  border-radius: 3px;
  color: #bbb;
  font-family: "smartmusic-zendesk";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\69";
  -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.upload-dropzone span::before {
  font-family: "smartmusic-zendesk";
  content: "\69";
  -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.screencast-list li:before {
  content: "\69";
}

.my-activities-header {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 26px;
  padding: 0;
}

.my-activities-header .breadcrumbs li {
  color: #505050;
  font-size: 20px;
  font-weight: normal;
}

.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 20px;
}

.my-activities-sorter {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  width: 130px;
  margin-right: 7.5px;
}

.my-activities-sorter.active {
  background: #ddd;
  padding: 5px 20px;
  width: 130px;
  border: 1px solid #ddd;
  cursor: not-allowed;
}

.my-activities-sorter a {
  font-weight: normal;
  width: 130px;
  padding: 5px 20px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  display: block;
  float: right;
}

.my-activities-nav .dropdown {
  float: right;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .my-activities-nav .dropdown {
    float: none;
    display: block;
    margin: 15px 0;
  }
}

@media (max-width: 470px) {
  .request-table-toolbar {
    float: none;
  }
  .my-activities-sorter {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}

[dir=rtl] .request-table-filters {
  text-align: left;
}

.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  /* border-radius: 20px; */
  outline: none;
  padding: 6px 15px;
  width: 290px;
}

.organization-subscribe, .organization-unsubscribe {
  margin-left: 15px;
  background: #505050;
  color: #fff;
}

.my-activities-following-header {
  margin-top: 30px;
  display: inline-block;
  float: right;
}

h1#my-activities-header {
  display: inline-block;
  float: left;
}

.my-activities-following-header > span.dropdown {
  text-align: right;
  float: right;
}

.my-activities-table .user-avatar {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 5px;
}

.my-activities-table .user-avatar + a {
  vertical-align: middle;
}

.requests-search-info {
  padding: 10px 0;
}

.request-header-container {
  width: 620px;
  display: block;
}

#request-header {
  margin: 0 0 10px;
}

.request-id {
  color: #505050;
  font-size: 12px;
  /* margin-top: 12px; */
  text-align: right;
  position: absolute;
  top: 10px;
  left: 19px;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  margin: 0;
  padding: 15px 20px;
  position: relative;
}

.request-details dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dt:first-child {
  margin-top: 0;
}

.request-details dt.requester {
  font-weight: normal;
  margin-top: 16px;
}

.request-details dt.request-followup-source {
  font-weight: normal;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}

.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-details .attachment-list li, .request-details .request-collaborators li {
  list-style: none;
}

.request-status {
  color: #fff;
  border-radius: 3px;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

.request-details .request-collaborators {
  font-size: 0;
}

.request-details .request-collaborators li {
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 6px;
  background-color: #ececec;
  margin: 0 5px 5px 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.request-table a.requests-link {
  position: relative;
  color: #505050;
}

.request-table a.requests-link .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: -2px;
  color: #777777;
  font-size: 10px;
}

.request-table label {
  font-size: 14px;
}

.my-activities-table table, table.request-table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.my-activities-table thead, .request-table thead {
  border-top: 1px solid #ddd;
  background: #ddd;
}

.my-activities-table tbody tr, .request-table tbody tr {
  background: transparent;
  transition: all .15s ease-out;
}

.my-activities-table tbody tr:hover, .request-table tbody tr:hover {
  background: #fff;
}

.request-table th, .my-activities-table th, .request-table td, .my-activities-table td {
  border: none;
  font-size: 14px;
}

.request-table thead tr, .my-activities-table thead tr, .request-table tbody tr, .my-activities-table tbody tr {
  border-bottom: 1px solid #ddd;
  height: 40px;
}

.request-table th, .my-activities-table th {
  color: #636365;
}

.request-table td, .my-activities-table td {
  color: #888;
  font-weight: 300;
}

.my-activities-table td:nth-child(1) {
  font-weight: 400;
}

.request-table td:nth-child(1) {
  font-weight: 400;
  white-space: nowrap;
}

.request-table th:nth-child(1) {
  width: 7%;
  max-width: 7%;
  text-transform: uppercase;
}

.request-table th:nth-child(2) {
  width: 50%;
  max-width: 50%;
}

.request-table td:nth-child(2) {
  font-weight: normal;
}

.request-table th:nth-child(3) {
  width: 15%;
  max-width: 15%;
}

.request-table th:nth-child(4), {
  width: 18%;
  max-width: 18%;
  padding-right: 0;
}

.request-table td:nth-child(4) {
 font-weight: normal;
}

.request-table select {
  padding: 0 7px;
  background-size: 8px 4px;
  background-position: calc(100% - 10px) 50%;
}

.unsub a {
  color: #d6322a;
}

@media (max-width: 670px) {
	/* Requests */
	.request-table th:nth-child(1), .request-table td:nth-child(1) {
		display: none;
	}

	.request-table th:nth-child(2), .request-table td:nth-child(2) {
  	width: 70%;
  	max-width: 70%;
	}

	.request-table th:nth-child(3), .request-table td:nth-child(3) {
		display: none;
	}

	.request-table th:nth-child(4), .request-table td:nth-child(4) {
  	width: 30%;
  	max-width: 30%;
  	padding-right: 0;
	}

	.request-table select {
		display: none;
	}
  /* Activities */
  .my-activities-table td:nth-child(1), .my-activities-table th:nth-child(1) {
  	width: 100%;
	}
  .my-activities-table td:nth-child(2), .my-activities-table td:nth-child(3), .my-activities-table td:nth-child(4), .my-activities-table th:nth-child(2), .my-activities-table th:nth-child(3), .my-contributions th:last-child {
  	display: none;
	}
}

.upload-dropzone {
  border: 1px solid #ddd;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #fff;
  -webkit-transition: all .2s ease;
  -mox-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; 
}

.upload-dropzone:hover {
  background: #d9d6d4;
  border-color: #505050;
}

.upload-dropzone:hover > span {
  color: #505050;
}

.upload-dropzone span {
  color: #777;
  display: inline-block;
  line-height: 24px;
  padding: 10px;
}

/* Community */

.topic-tile-list > .topic-tile-list-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
  margin-right: 25px;
  margin-bottom: 64px;
}

.topic-tile-list > .topic-tile-list-item:nth-child(even) {
  margin-right: 0;
}

.comm-descriptor {
  display: flex;
  width: 100%;
  margin-bottom: 11.5px;
}

.topic-page .topic-tile-box {
  cursor: not-allowed;
}

.comm-descriptor:hover figure, .post-page .topic-tile-box:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.comm-descriptor h3 {
  display: inline-flex;
  color: #0068b5;
  margin: auto;
  width: calc(100% - 51.5px);
}

.topic-header .post-to-community, .community-header .post-to-community {
  float: right;
  margin-left: 20px;
}

.post-to-community a, .btn-reply {
  padding-left: 20px;
  padding-right: 20px;
  background: /* #ea7200; */ #fff;
  color: /*#fff; */#69ad46;
  border: 1px solid /* #ea7200; */ #d9d6d4;
  /* border-radius: 0; */
  box-shadow: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.btn-reply {
  padding: 4px 20px;
  margin-left: 10px;
}

 .post-to-community a:before {
  content: "\2b\00a0";
  position: relative;
  top: -1px;
  color: #69ad46;
}

.post-to-community:hover > a:before {
  color: #505050;
}

.post-to-community a:hover, .btn-reply:hover {
  background: /*#505050; */#d9d6d4;
  color: #505050;
  border: 1px solid #505050;
  /* box-shadow: 0 0 10px rgba(0,0,0,.2); */
}

.post-to-community a:active, .btn-reply:hover {
  color: #fff;
  background: #69ad46;
  border-color: #69ad46;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.post-to-community:active > a:before {
  color: #fff;
}

.deck-button.post-to-community a:before {
  content: "";
}

.deck-button.post-to-community a {
  color: #00c0f1;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
  padding: 8px 0;
  margin-top: 14px;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.deck-button.post-to-community a:hover {
  color: #505050;
  background-color: #ddd;
}

.deck-button.post-to-community a:active {
  color: #fff;
  background-color: #00c0f1;
  border: 1px solid #00c0f1;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

/* Community topics page */
.topic-list li {
  display: inline-block;
  padding: 0 100px 30px 0;
  vertical-align: top;
  width: 49.5%;
}

.topic-desc {
  margin-bottom: 14px !important;
  color: #777;
}

@media (max-width: 1023px) {
  .topic-tile-list .topic-tile-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.topic-list li h3, .topic-list li p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topic-list li p {
  color: #505050;
}

.topic-list li .meta-group {
  margin-top: 5px;
}

[dir=rtl] .topic-list li {
  padding: 0 0 30px 100px;
}

/* Community topic page */

.community-header {
  margin-bottom: 20px;
}

.community-header.posts-page {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bbb;
}

.topic-intro {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
}

.posts-page .topic-intro {
  width: calc(100% - 65px);
}

.posts-page .topic-intro h2 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #0068b5;
}

.topic-intro h1 {
  margin: 0 0 15px;
  line-height: 1.05;
}

.topic-intro p {
  color: #777777;
}

.topic-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
}

.topic-header > * {
  display: inline-block;
  vertical-align: middle;
}

.topic-filters > * {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  color: #777777;
}

.topic-follow {
  float: right;
}

.topic-filters .dropdown-toggle {
  vertical-align: baseline;
}

.topic-filters .dropdown-toggle:after {
  color: #777777;
  margin-left: 2px;
}

[dir=rtl] .topic-filters > * {
  margin-right: 0;
  margin-left: 20px;
}

.post-overview {
  border-bottom: 1px solid #bbbbbb;
  padding: 16px 0;
}

.post-overview-info {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-overview-meta {
  float: right;
}

.post-overview-info a {
  font-size: 16px;
}

.post-overview-info .meta-group {
  display: block;
  margin-top: 5px;
}

.post-pinned .post-overview-info:before {
  content: "\2605";
  margin-right: 5px;
  color: #505050;
}

.post-overview-status {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.post-overview-status > span {
  color: #fff;
}

[dir=rtl] .post-overview-status {
  float: left;
}

.post-overview-count {
  border-radius: 3px;
  color: #777777;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: capitalize;
}

.post-overview-count strong {
  display: block;
  font-size: 13px;
}

[dir=rtl] .post-overview-count strong {
  direction: ltr;
  unicode-bidi: bidi-override;
}

[dir=rtl] .post-overview-count {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

@media (max-width: 1023px) {
  .post-overview-info {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .post-overview-meta {
    float: none;
    display: block;
  }
  .post-overview-meta span {
    float: none;
  }
  
  .post-overview-status span {
    margin-right: 10px;
  }
  
  .post-overview-count {
    min-width: 0;
    padding: 0 20px 0 0;
  }
  
  .activity-sorter {
    display: none;
  }
  
  .post-overview-meta .post-overview-count {
    font-size: 11px;
    vertical-align: baseline;
    margin-left: 0;
    padding-left: 0;
  }
  
  .post-overview-meta .post-overview-count strong {
    display: initial;
    font-size: 11px;
  }
}

@media (max-width: 580px) {
  .topic-filters > * {
  padding: 0;
  background: transparent;
  color: #505050;
  border: none;
	}

	.topic-filters > *:hover, .topic-filters > *:active {
  background: inherit;
  color: inherit;
	}

	.topic-filters .dropdown-toggle {
  	vertical-align: middle;
	}

	.topic-filters .dropdown-toggle:after {
  	position: static;
	}
  
  .status-sorter {
    display: none;
  }
}

@media (max-width: 449px) {
  .topic-intro {
    width: calc(100% - 65px);
  }
  
  .topic-intro p {
    margin-left: -65px !important;
    margin-top: 28px !important;
  }
  
  .post-overview-info {
   	display: block;
    max-width: 100%;
  }
}

/* Community post page */
.post-body p, .comment-body p {
  margin-bottom: 10px !important;
}

.post-body p:last-child, .comment-body p:last-child {
  margin-bottom: 0 !important;
}

.post-actions {
  float: right;
  margin-top: 4px;
}

.post-actions .dropdown-toggle {
  font-size: 11px;
  font-weight: bold;
}

.post {
  display: block;
  padding-bottom: 50px;
	border-bottom: 1px solid #bbb;
  width: 100%;
}

.post-container {
  width: 100%;
}

.post-vote, .post-container {
	display: inline-block;
  vertical-align: top;
}

.post-header {
  margin-bottom: 20px;
}

.post-avatar {
  position: relative;
  display: inline-block;
}

.post-header > * {
  display: inline-block;
  vertical-align: top;
}

.post-avatar img {
  border-radius: 3px;
  max-height: 65px; /* was 38px for both */
  max-width: 65px;
  margin-right: 10px;
}

.post-avatar-agent {
  position: relative;
}

.post-avatar-agent:after, .comment-avatar-agent:after, #community_comment_360004061414 .comment-avatar::after {
  content: "\66";
  font-family: "smartmusic-zendesk";
  background: #4338ca;
  position: absolute;
  font-size: 10px;
  background-size: 15px;
  color: #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  right: 2.5px;
  bottom: -7px;
  line-height: 14px;
  text-align: center;
}

.profile-avatar.post-avatar-agent:after {
  right: -7px;
}

[dir=rtl] .post-avatar-agent:after {
  left: auto;
  right: 28px;
}

.post-meta {
  display: inline-block;
  vertical-align: top;
}

.post-author {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}

.post-author a {
  color: #505050;
}

.post-author.post-author-agent a, .post-author-agent, .comment-author-agent, .comment-author-agent a, .post-author.repDev a, .comment-author.repDev a {
  color: rgba(67, 56, 202, 1);
}

.post-published {
  display: block;
}

.post-info {
  float: right;
}

.post-info > * {
  display: inline-block;
}
  
.post-status > span {
  color: #fff;
  margin: 4px 10px 0;
}

.post-planned {
  background-color: #00c0f1;
}

.post-not-planned {
  background-color: #b5b5b5;
}

.post-completed {
  background-color: #69ad46;
}

.post-answered {
  background-color: #777777;
}

span.post-none {
  display: none;
}

.post-share {
  margin-top: 30px;
  text-align: right;
}

[dir=rtl] .post-share {
  text-align: left;
}

.post-vote {
  width: 45px;
}

.post-body {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
}

.comment-callout {
  margin: 0 0 7px 50px;
}

@media all and (max-width: 767px) {
  .post-header > * {
    display: block;
  }
  
  .post-info {
    float: none;
    margin-top: 10px;
  }
  
  .post-info .post-status span {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .post-header {
    margin-bottom: 15px;
  }
  
  .post-avatar img {
    max-height: 45px;
    max-width: 45px;
  }
  
  .comment-avatar img {
    max-height: 32px;
    max-width: 32px;
	}
  
  .post-vote {
    width: 45px;
    margin-right: 10px;
  }
  
  .post-body {
		width: calc(100% - 60px);  
  }
  
  .comment-callout {
    margin-left: 35px;
  }
}

.comment-author {
  display: block;
}

.topic-follow [role=button], .post-follow [role=button] {
  border-radius: 0;
  font-size: 14px;
  padding: 4px 10px;
}

.topic-follow [role=button]:after, .post-follow [role=button]:after {
  content: attr(data-follower-count);
  font-family: inherit;
  color: #777;
  display: inline-block;
  border-left: 1px solid #d9d6d4;
  margin-left: 10px;
  padding-left: 10px;
  font-size: inherit;
  vertical-align: baseline;
}

[dir=rtl] .topic-follow [role=button]:after, [dir=rtl] .post-follow [role=button]:after {
  border-left: 0;
  border-right: 1px solid #777777;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.topic-follow [role=button][aria-selected=true], .post-follow [role=button][aria-selected=true] {
  /* background: #f9f9f9; */
  color: #777;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
}

body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}

[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

@media (max-width: 936px) {
  
  body.community-enabled .search-results-column {
    width: 100%;
  }
  body.community-enabled .search-results-column + .search-results-column {
  	margin-left: 0;
  }
  
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > * {
  border-bottom: 1px solid #bbbbbb;
  padding: 20px 0;
}

.search-results-list > *:first-child {
  border-top: 1px solid #bbbbbb;
}

.search-results .breadcrumbs a {
  color: #777777;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #777777;
}

.search-result-meta-name a {
  color: #777777;
}

.search-result-meta-name a:hover {
  text-decoration: none;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

[dir=ltr] .search-result-meta-time:before, [dir=ltr] .search-result-meta-count:before {
  padding-right: 5px;
}

[dir=rtl] .search-result-meta-time:before, [dir=rtl] .search-result-meta-count:before {
  padding-left: 5px;
}

.search-result-votes {
  background: #69ad46;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
}

[dir=ltr] .search-result-votes {
  margin-left: 5px;
}

[dir=ltr] .search-result-votes:before {
  margin-right: 3px;
}

[dir=rtl] .search-result-votes {
  margin-right: 5px;
}

[dir=rtl] .search-result-votes:before {
  margin-left: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: #808080;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  /* margin: 0 auto; */
  max-width: 500px;
  /* padding-top: 5%; */
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  margin-bottom: 7px;
}

.error-page > a {
  display: block;
  margin: 25px 0;
}

div[data-scope="Community"] {
  width: 33.33333333%; 
  display: inline-block;
  
}

.recent-activity {
  padding: 0 15px;
  margin-right: 15px;
  width: calc(100% - 15px);
}

.recent-activity-header {
  margin-top: 0;
  font-size: 16.38px;
  text-transform: capitalize;
  font-weight: 500;
}

.recent-activity-item {
  word-wrap: break-word;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #505050;
  font-size: 12px;
  text-decoration: none;
  display: none;
}

.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #777777;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}

.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}

.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}

.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader .5s infinite;
  -webkit-animation: recent-activity-loader .5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #f3f3f3;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline;
}

@media all and (min-width: 670px) and (max-width: 969px) {
  div[data-scope="Community"] {
    width: 50%;
  }
}

@media all and (max-width: 669px) {
  div[data-scope="Community"] {
    width: calc(100% - 30px);
    border-top: 1px solid #bbb;
		margin: 21px auto 0 15px;
    padding-top: 21px;
  }
}


/* User Profiles */
.profile-header {
  padding: 30px 0 20px;
  background-color: #f3f3f3;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

.user-agent {
  color: #4338ca;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
  border-radius: 3px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background: #fff;
  color: #69ad46;
  border: 1px solid #d9d6d4;
  box-shadow: none;
  padding: 10px 30px;
  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.profile-header .options [data-action="edit-profile"]:hover, .profile-header .options [data-action="edit-profile"]:focus {
  background: #d9d6d4;
  border: 1px solid #505050;
  color: #505050;
}

.profile-header .options [data-action="edit-profile"]:active {
  background: #69ad46;
  color: #fff;
  border: 1px solid #69ad46;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #777777;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #bbbbbb;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #bbbbbb;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #505050;
  border-radius: 4px;
  color: #505050;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f3f3f3;
  border: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #bbbbbb
}

.profile-nav ul li {
  margin: 10px 0;
  font-weight: 700;
}

.profile-nav ul li a {
  font-weight: normal;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color:#777777;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    /* margin-left: 20px; */
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0 15px !important;
}

.profile-contribution .meta-group {
  position: absolute;
  bottom: 15px;
}

.profile-contribution-list > .profile-contribution {
 /*  border-top: 1px solid #bbbbbb; */
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
 /*  border-bottom: 1px solid #bbbbbb; */
}

.profile-contribution-list > .profile-contribution::before {
  left: 6px;
  position: absolute;
  font-size: 16px;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir=rtl] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

.profile-contribution-header .comment-bookmark {
  float: right;
  width: auto;
  text-align: right;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #777777;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir=rtl] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
  border-radius: 3px;
}

[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity:before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #777777;
  font-family: "copenhagen-icons";
}

[dir=rtl] .profile-activity:before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity:before {
    left: -14px;
  }
  [dir=rtl] .profile-activity:before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]:before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]:before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]:before {
  content: "\1f4ac";
}

/* ====================================================
   Bootstrap Grid
   ==================================================== */

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.no-padding {
  padding: 0;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* ====================================================
   Bootstrap Accordions
   ==================================================== */

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #aaa;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #aaa;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #aaa;
}

.panel-default {
  border-color: #bbbbbb;
}

.panel-default .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #aaa;
}

.panel-default .panel-heading + .panel-collapse .panel-body {
  border-top-color: #aaa;
}

.panel-default .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #aaa;
}
.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-collapse {
  padding: 0px 15px;
}

/* ====================================================
Bootstrap Alerts
==================================================== */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fffbe1;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/* ====================================================
Bootstrap Modal
==================================================== */

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #777777;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  width: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 10px;
  /* border-bottom: 1px solid #e5e5e5; */
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
  display: table;
}

.modal-body > img {
  display: table-cell;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: middle;
}
  
.modal-footer {
  padding: 10px;
  text-align: right;
  /* border-top: 1px solid #e5e5e5; */
}
.modal-footer button {
  background: #4338ca;
  color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.modal-footer button:hover {
  background: #505050;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    min-width: 300px; 
    max-width: 84%;
    /* width: inherit; */
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    min-width: 300px; 
    max-width: 84%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #777777;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #777777;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #777777;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #777777;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* MODERATOR TITLES */
.post-author-agent.csm::after, .comment-author-agent.csm::after, .post-author-agent.productSpecialist::after, .comment-author-agent.productSpecialist::after, .post-author-agent.productManager::after, .comment-author-agent.productManager::after, .post-author-agent.repDev::after, .comment-author-agent.repDev::after, .post-author.repDev::after, .comment-author.repDev::after, .post-author.smDev::after, .comment-author.smDev::after {
  content: "Customer Success Manager";
  font-size: 12px;
  display: block;
  color: #505050;
}

.post-author-agent.productSpecialist::after, .comment-author-agent.productSpecialist::after {
  content: "Product Specialist";
}

.post-author-agent.productManager::after, .comment-author-agent.productManager::after {
  content: "VP Education Technology";
}

.post-author-agent.repDev::after, .comment-author-agent.repDev::after, .post-author.repDev::after, .comment-author.repDev::after {
  content: "Repertoire Development";
}

.post-author.smDev::after, .comment-author.smDev::after {
  content: "SmartMusic Developer";
}

/* Adding this for Dominique's smDev name, since he's not an agent and comment author is not populated with agent type classes (Lawson D. Dec. 2017) */

.post-author.smDev a, .comment-author.smDev a {
  color: #4338ca;
}

.mobile-only {
  display: none;
}

@media all and (max-width: 767px) {
  .mobile-only {
    display: initial;
  }
}

.hide {
  display: none;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

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

.text-align-right {
  text-align: right;
}

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

.text-color-gray-primary {
  color: #575759;
}

.text-color-gray-secondary {
	color: #888889;
}

.text-color-gray-ternary {
  color: #ccc;
}

.text-color-brand {
  color: #4338ca;
}