@charset "UTF-8";

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

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

body {
  background: #ffffff;
  color: #575759;
  font-family: "Libre Franklin", "Segoe UI", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  margin: 0;
  word-spacing: .1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

strong, b {
  font-weight: 700;
}

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

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

figure > img {
  display: block;
}

a {
  color: #0068b5;
  text-decoration: none;
  word-break: break-word;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
[dir=rtl] table {
  text-align: right;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -.02em;
}

h1 {
  font-size: 30px;
  line-height: 1.28;
  margin: 0;
}

h2 {
  font-size: 24.5px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 16px;
}

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

label {
  font-size: 12px;
}

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

input, textarea {
  border: 1px solid #bbb;
  padding: 10px;
}

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

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

    input, textarea, select {
  color: #575759;
  box-shadow: 0 0 10px rgba(0,0,0,0);
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
}

input:hover, textarea:hover, select:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.15);
}

input:focus, textarea:focus, select:focus {
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  border: 1px solid #575759;
}

input[type=submit]:hover, input[type=submit]:focus {
  box-shadow: 0 0 0 rgba(0,0,0,0);
}

input[type=submit]:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

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

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

::-webkit-input-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

/* Forms */
.form {
  max-width: 100%; /*550px*/
}

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

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

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

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

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

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

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

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

label[for="community_post_details"]:after {
  content: " (Include your operating system and software version)";
  color: red;
  margin-left: 2px;
  font-weight: normal;
  font-size: 12px;
  }

.form-field p {
  color: #999;
  font-size: 12px;
}

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

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

.searchbox {
  margin: 25px 0px;
}

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

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

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZPQ6MF9JGNVDEPN1Y9BJA05") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid transparent;
  margin-top: 20px;
  padding-top: 20px;
  background: transparent;
  text-align: right;
}

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

footer a:hover {
  text-decoration: none;
}

/* 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 {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}

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

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

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

/* Search box */

.search-box {
  position: relative;
}

.search-box:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}

.search-box input {
  line-height: 1.2em;
  font-weight: lighter;
  padding: .75em 2.7em;
  width: 100%;
  -webkit-appearance: none;
}

.search-box input[type="submit"] {
  display: none;
}

/* Labels */
.label, .request-status {
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  white-space: nowrap;
}

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

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

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

.clearfix:after, .btn-group: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: #CCC;
  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 #f3f3f3;
  float: left;
  margin-left: -1px;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0);
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
}

.pagination li:hover, .pagination li:focus {
  color: #636365;
  background-color: #f3f3f3;
}

.pagination li:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.pagination li.pagination-current:hover, .pagination li.pagination-current:focus, .pagination li.pagination-current:active {
  color: #fff;
  background-color: #999;
  box-shadow: none;
}

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

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

.pagination-current {
  background-color: #999;
  color: #fff;
  border-color: #999;
}

.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;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.5;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: #EEE;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown ol ul, .markdown ul ul {
  list-style-type: circle;
}
.markdown ol ol ul,
.markdown ol ul ul,
.markdown ul ol ul,
.markdown ul ul ul {
  list-style-type: square;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
  padding: 10px 15px;
  overflow: auto;
  white-space: normal;
}
.markdown blockquote {
  border-left: 1px solid #f3f3f3;
  color: #575759;
  font-style: italic;
  padding: 0 15px;
}

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

html {
  background-color: #FFFFFF;
}

body {
  color: #575759;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}

main {
  display: block;
}

img {
  vertical-align: middle;
}

p {
  margin-top: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ====================================================
   Sub Nav
   ==================================================== */
.sub-nav {
	min-height: 180px;
  height: auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 25px 0;
}

.sub-nav.no-search {
  min-height: 150px;
}

.sub-nav-meta {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}

.sub-nav-meta.with-search {
  width: calc(70% - 5px);
  margin: 26px auto auto;
}

.sub-nav-meta.with-search.no-bc, .sub-nav-meta.no-bc {
  margin: auto;
}

.sub-nav-meta h1 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.sub-nav-meta.with-search h1 {
  padding-right: 40px;
}

.sub-nav .search {
  display: inline-flex;
  width: 30%;
  float: none;
  height: 40px;
  margin: auto;
}

.sub-nav .search input[type=search] {
  width: calc(100% - 40px);
  border: 1px solid #bbb;
}

.sub-nav .search input[type=submit] {
  width: 40px;
  height: 40px;
  float: right;
  margin: 0;
 	padding: 0;
  color: transparent;
  background: #bbb url(//p5.zdassets.com/hc/theme_assets/1058174/200293647/search.gif) no-repeat center center;
  background-size: 40px;
  border: 1px solid #bbb;
}

.sub-nav .search input[type=submit]:hover {
  border: 1px solid #777777;
  background: #777777 url(//p5.zdassets.com/hc/theme_assets/1058174/200293647/search.gif) no-repeat center center;
  background-size: 40px;
}

.sub-nav .search::before {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumbs li {
  color: #888889;
  display: inline-flex;
  font-size: 12px;
  max-width: 100%;
}

.breadcrumbs li a {
  color: #888889;
}

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

.search-result .breadcrumbs li:first-child {
  display: inline-flex;
}

.hide-third-bc .breadcrumbs li:nth-child(3) {
  display: none;
}

.search-result .breadcrumbs li + li:before, .breadcrumbs li:nth-child(2) + li:before {
  content: "//";
  margin: 0 4px;
  color: #999;
}

.hide-third-bc .breadcrumbs li:nth-child(2) + li:before {
  display: none;
}

.breadcrumbs li:nth-child(2) {
  margin-left: 8px;
}

.search-result .breadcrumbs li:nth-child(2) {
  margin-left: 0;
}

.breadcrumbs.profile-contribution-breadcrumbs li:nth-child(2) {
  margin-left: 0;
}

@media all and (max-width: 767px) {  
  .breadcrumbs {
    white-space: normal;
    flex-wrap: wrap;
    width: 100%;
  }
  .breadcrumbs li {
    width: 100%;
    display: flex;
  }
  
  .breadcrumbs li:nth-child(2) {
    margin: 2px 0 0;
  }
  
  .search-result .breadcrumbs li + li:before, .breadcrumbs li:nth-child(2) + li:before {
    content: "";
    margin: 0;
  }
  .sub-nav-meta, .sub-nav-meta.with-search {
    display: flex;
    width: 100%;
    margin: 24.5px 0 11.5px;
  }
  
  .sub-nav-meta.with-search h1 {
    padding-right: 0;
  }
  
  .sub-nav .search {
    width: 100%;
    margin: 7px 0 17.5px;
  }
}

/* ====================================================
   Content frame
   ==================================================== */
.header-inner, .footer-inner {
  margin: 0 auto;
}

main {
  margin: 0 auto;
  width: 970px;
  min-height: calc(100vh - 300px);
}

@media all and (max-width: 991px) {
  main {
    width: 100%;
  }
}

/* ====================================================
   Header
   ==================================================== */
.nomobile {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3f3f3;
  font-size: 17.5px;
  padding: 42px;
  z-index: 999999;
}

@media all and (max-width: 991px) {
  .nomobile {
    display: block;
  }
}

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

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

.cd-top:hover {
  background: #636365;
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}

.cd-top:active {
  box-shadow: 0 4px 8px rgba(0,0,0,0.25), inset 0 3px 5px rgba(0,0,0,.125);
}

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

/***** Header *****/
.header {
  display: block;
}

.header-top {
  background: #fff;
  height: 60px;
  padding: 17px 0 15px;
  align-items: center;
  border-bottom: 1px solid #999;
  width: 100%;
  justify-content: space-between;
}

.header-top .logo {
  width: 190px;
}

.header .main-column {
  margin: 0 auto;
}

.user-nav {
  display: none;
  position: absolute;
  white-space: nowrap;
}

.nav-wrapper {
  float: right;
  margin: 0;
}

.icon-menu::before {
  content: "\2630";
  color: #575759;
  font-family: entypo;
  font-size: 24px;
  line-height: 0;
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 768px) {
  .user-nav {
    display: inline-block;
    position: relative;
  }
  .lang-toggle-mobile {
    display: none;
  }
}

.user-nav[aria-expanded="true"] {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 73px;
  /*top: 46px;*/
  z-index: 1;
  width: 200px;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 10px auto 10px 0;
  color: #575759;
  padding: 7px 15px;
}

.user-nav[aria-expanded="true"] > a:hover, .user-nav[aria-expanded="true"] > a:focus, .user-nav[aria-expanded="true"] > a:active {
  color: #575759;
  text-decoration: none;
  background: #e4e4e4;
}

.nav-wrapper a {
  font-size: 14px;
  margin-right: 30px;
  width: auto;
  vertical-align: middle;
}

.nav-wrapper a.login[role=button] {
  background: transparent;
  padding: 0;
  margin-right: 0;
  border: none;
  color: #0068b5;
}


@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #636365;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 15px;
  margin-right: 0;
}

#user-menu a.my-activities {
	display: none;
}
/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: inline-block;
}

.user-info > [role="button"] {
  color: #0068b5;
  border: 0;
  padding: 0;
  min-width: 0;
  white-space: nowrap;
  background: transparent;
  vertical-align: middle;
}

.user-info > [role="button"]:hover {
  color: #0068b5;
  background-color: #fff;
}

.user-info > [role="button"]:hover span {
  text-decoration: underline;
}

.user-info > [role="button"]:active {
  box-shadow: none;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 854px) {
  #user #user-name {
    display: inline-block;
  }
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
}

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

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #575759;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

@media all and (max-width: 767px) {
  .user-avatar {
    margin-right: 0;
  }
}

/* Buttons */

button, [role=button], [type=button], [type=submit] {
  background: transparent;
  border: 1px solid #636365;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 12px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

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

a[role="button"]:hover {
  text-decoration: none;
}

/*
* Dropdown carets
*/
button, [role=button], [type=button], [type=submit] {
  color: #fff;
  background: #69ad46;
  border-color: #69ad46;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover,
.comment-form-controls input[type=submit]:focus,
button:focus,
[role=button]:focus,
[type=button]:focus,
[type=submit]:focus{
  color: #fff;
  outline: none;
  background: #3d7e1c;
  border-color: #3d7e1c;
  text-decoration: none;
}

.comment-form-controls input[type=submit]:active,
button:active,
[role=button]:active,
[type=button]:active,
[type=submit]:active {
  color: #fff;
  background: #3d7e1c;
  border-color: #3d7e1c;
  text-decoration: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.dropdown-toggle {
  display: inline-block;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #0068b5;
  content: "\25BE";
  font-family: "entypo";
  font-size: 14px;
  margin-left: 0;
  padding-right: 2px;
}

.topic-subscribe .dropdown-toggle:after {
  margin-left: 5px;
}

.section-subscribe > a:after, .section-unsubscribe > a:after {
  content: none !important;
}

.article-subscribe:hover,
.article-unsubscribe:hover {
  box-shadow: none;
}

.topic-follow [role=button], .post-follow [role=button] {
  padding: 0 10px !important;
}

.topic-filters-box {
  float: left;
  font-size: 12px;
  vertical-align: bottom;
}

.topic-filters-box > span.topic-filters {
  color: #0068b5;
}

/* Dropdown Menus */

.dropdown-menu[aria-expanded=true], #user #user-dropdown, .footer-linkouts.visible, .user-nav[aria-expanded="true"] {
  background: #f3f3f3;
  border: 1px solid #e4e4e4;
  box-shadow: 0 3px 6px rgba(0,0,0,.05), 0 3px 6px rgba(0,0,0,.05);
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  border-radius: 0;
}

.dropdown-menu[aria-expanded=true]#user-dropdown {
  position: absolute;
  right: 0;
}

.section-subscribe .dropdown-menu {
  right: 0;
  left: auto;
}

.topic-filters .dropdown-menu-end, .topic-subscribe .dropdown-menu {
  right: -8px;
  left: auto;
}

.dropdown-menu [role=menuitem] {
  color: #575759;
  margin: 0;
}

.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus {
  background: #e4e4e4;
  color: #575759;
}

.dropdown-menu[aria-expanded=true]:hover, #user #user-dropdown:hover, .footer-linkouts.visible:hover, .user-nav[aria-expanded="true"]:hover {
      box-shadow: 0 5px 15px rgba(0,0,0,.15), 0 3px 5px rgba(0,0,0,.12);
}

.dropdown-menu-caret:after {
  display: none;
}

.section-subscribe .dropdown-menu[aria-expanded=true]::before, .section-subscribe .dropdown-menu[aria-expanded=true]::after, .topic-filters .dropdown-menu[aria-expanded=true]::before, .topic-filters .dropdown-menu[aria-expanded=true]::after, .topic-subscribe .dropdown-menu[aria-expanded=true]::before, .topic-subscribe .dropdown-menu[aria-expanded=true]::after, .dropdown-menu-end.dropdown-menu-caret::before, .dropdown-menu-caret::before, .dropdown-menu-caret::after {
  display: none;
}

.topic-filters .dropdown-menu-end[aria-expanded=true]::before,
.topic-filters .dropdown-menu-end[aria-expanded=true]::after,
.topic-subscribe .dropdown-menu[aria-expanded=true]::before, .topic-subscribe .dropdown-menu[aria-expanded=true]::after,
.section-subscribe .dropdown-menu[aria-expanded=true]::before, .section-subscribe .dropdown-menu[aria-expanded=true]::after{
  display: none;
}

@media all and (max-width: 767px) {
  
  .section-subscribe .dropdown-menu {
    left: 0;
    right: auto;
  }
  
  .topic-subscribe .dropdown-menu[aria-expanded=true]::before, .topic-subscribe .dropdown-menu[aria-expanded=true]::after, .section-subscribe .dropdown-menu[aria-expanded=true]::before, .section-subscribe .dropdown-menu[aria-expanded=true]::after {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .logo img {
    height: 70px;
  }
}

/* ====================================================
   Footer
   ==================================================== */

footer {
  padding: 30px 0;
  background: #f3f3f3;
  border-top: 1px solid #f3f3f3;
}

footer .main-column {
  margin: 0 auto;
}

ul.footer-list {
  display: inline-block;
  width: 130px;
  list-style: none;
  margin-top: -14px;
}

.footer-list li {
  padding: 7px 0 7px;
}

.footer-list li::after {
  content: "\25B8";
  display: inline-block;
  line-height: 0;
  margin-left: 3px;
  opacity: 0;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.footer-list li:hover::after, .footer-list li:focus::after,.footer-list li.selected::after {
  opacity: 1;
}

.footer-list li.selected,.footer-list li.selected::after {
  color: #575759;
}

.footer-linkouts {
  display: none;
}

.footer-linkouts.visible {
  display: inline-block;
  width: 160px;
  vertical-align: top;
  margin: -14px 0 0 -3px;
  position: relative;
}

.footer-linkouts.visible::before {
  content: " ";
  position: absolute;
  left: -6px;
  top: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  z-index: 999;
}

.footer-linkouts.visible::after {
  content: " ";
  position: absolute;
  left: -6.8px;
  top: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #e4e4e4;
  z-index: 989;
}

.footer-linkouts.visible#lc-list::before, .footer-linkouts.visible#lc-list::after {
  top: 46px;
}

.footer-linkouts.visible#blog-list::before, .footer-linkouts.visible#blog-list::after {
  top: 83px;
}

.footer-linkouts li {
  padding: 7px 0 7px 20px;
  background: #fff;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.footer-linkouts a {
  color: #575759;
}

.footer-linkouts li:hover {
  background: #f3f3f3;
  text-decoration: none;
}

.footer-img {
  width: 25px;
  height: 25px;
}

.copyright {
  float: right;
  text-align: right;
  color: #999;
}

/* ====================================================
   Home
   ==================================================== */
.hero-unit {
  padding: 25px 60px 70px 60px;
}

.help-center-name {
  font-size: 35px;
}

/* ====================================================
   Search
   ==================================================== */
/* .search {
  display: inline-block;
  float: right;
  position: relative;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  margin: 4px;
  border: 1px solid #bbb;
}

.search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 25px;
  right: 1px;
  line-height: 0;
  height: 13px;
  position: absolute;
  top: 1px;
  color: #636365;
  z-index: 999;
  padding: 16px 10px 0;
  background: #bbb;
}

.search input[type=search] {
  border-radius: 0px;
  font-size: 14px;
  padding: 6px 40px 6px 8px;
  width: 300px;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-appearance: none;
  border-radius: 0;
}

.search input[type=submit] {
  display: block;
  position: absolute;
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  z-index: 9999;
}

@media all and (max-width: 500px) {
  .search input[type=search] {
    width: 210px;
  }
} */

/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */

.kb-intro {
  padding: 49px 0 28px;
}

/* Hero Buttons */

.hero-buttons.desktop, .mobile-hero-buttons {
  display: flex;
  margin-bottom: 49px;
  flex-wrap: wrap;
}

.mobile-hero-buttons {
  display: none;
  margin-bottom: 70px;
}

.hero-buttons > div {
  width: calc(33.33333333% - 10px);
  height: 200px;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  position: relative;
}

.hero-buttons > div:first-child {
  margin-left: 0;
  background: #0081aa;
}

.hero-buttons > div:nth-child(2) {
  background: #ea7200;
}

.hero-buttons > div:last-child {
  margin-right: 0;
  background: #2d2926;
}

.hero-img {
  height: 34px;
  display: flex;
  margin: auto;
}

.hero-img#smartmusic {
  height: 55px;
  margin-top: 61px;
}

.hero-img#garritan {
  height: 32px;
}

.finale-hero, .smartmusic-hero, .garritan-hero {
  display: flex;
}

.hero-toggle {
  position: absolute; 
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.f-kb-comm {
  background: #0081aa;
}

.sm-kb-comm {
  background: #ea7200;
}

.g-kb-comm {
  background: #2d2926;
}

.f-kb-comm a, .sm-kb-comm a, .g-kb-comm a {
  width: 100%;
  height: 100px;
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  justify-content: center;
  align-items: center;
  -webkit-transition: background .15s ease;
  -o-transition: background .15s ease;
  transition: background .15s ease;
}

.finale-hero:hover > .f-kb-comm, .smartmusic-hero:hover > .sm-kb-comm, .garritan-hero:hover > .g-kb-comm {
  visibility: visible;
  opacity: 1;
}

.f-kb-comm a:hover {
  background: #00759a;
}

.sm-kb-comm a:hover {
  background: #dc6d00;
}

.g-kb-comm a:hover {
  background: #23201e;
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .hero-img {
    height: 30px;
  }
  .hero-img#smartmusic {
    margin-top: 63px;
    height: 51px;
  }
  .hero-img#garritan {
    height: 28px;
  }
}

@media all and (max-width: 767px) {
  .hero-buttons.desktop {
    display: none;
  }
  .mobile-hero-buttons {
    display: block;
  }
  
  .mobile-hero-buttons > div {
    width: 100%;
    margin-bottom: 21px;
  }
  
  .mobile-hero-buttons .panel.panel-default {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
  }
  
  .mobile-hero-buttons .panel-heading {
    border-radius: 0;
    padding: 0;
    height: 60px;
    display: flex;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
  }
  
  .mobile-hero-buttons a[data-toggle="collapse"]:active .panel-heading {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }
  
  .mobile-hero-buttons a {
    
  }
  
  .mobile-hero-buttons .panel-collapse, .mobile-hero-buttons .panel-body {
    padding: 0;
  }
  
  .mobile-hero-buttons .panel-body {
    display: flex;
    padding: 0;
  }
  
  .mobile-hero-buttons .hero-img {
    height: 25px;
  }
  
  .mobile-hero-buttons .hero-img#garritan {
    height: 22px;
  }
  
  .mobile-hero-buttons > div:first-child .panel-heading {
    background: #0081aa;
  }

  .mobile-hero-buttons > div:nth-child(2) .panel-heading {
    background: #ea7200;
  }

  .mobile-hero-buttons > div:last-child  .panel-heading {
    background: #2d2926;
  }
  
  .mobile-hero-buttons a[aria-expanded="true"] .panel-heading {
    background: #ccc;
    position: relative;
  }
  
  .mobile-hero-buttons a[aria-expanded="true"] .panel-heading:before {
    content: "\E765";
    font-family: entypo;
    color: #fff;
    top: calc(50% + 2px);
    font-size: 19px;
    position: absolute;
    line-height: 0;
    left: 15px;
  }
  
  .mobile-hero-buttons .panel-body a {
    display: inline-flex;
    min-height: 55px;
    width: calc(50% - 10px);
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
  }
  
  .mobile-hero-buttons .panel-body > a:first-child {
    margin: 20px 10px 0 0;
  }
  
  .mobile-hero-buttons .panel-body > a:last-child {
    margin: 20px 0 0 10px;
  }
  
  .mobile-hero-buttons > div:first-child .panel-body a {
    background: #0081aa;
  }
  
  .mobile-hero-buttons > div:first-child .panel-body a:hover {
    background: #00759a;
    text-decoration: none;
  }
  
  .mobile-hero-buttons > div:nth-child(2) .panel-body a {
    background: #ea7200;
  }
  
  .mobile-hero-buttons > div:nth-child(2) .panel-body a:hover {
    background: #dc6d00;
    text-decoration: none;
  }
  
  .mobile-hero-buttons > div:last-child .panel-body a {
    background: #2d2926;
  }
  
  .mobile-hero-buttons > div:last-child .panel-body a:hover {
    background: #23201e;
    text-decoration: none;
  }
  
  .mobile-hero-buttons .panel-body a:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }
}

@media all and (max-width: 500px) {
  .mobile-hero-buttons .panel-body a {
    min-height: 70px;
  }
}

.text-intro h2 {
  margin: 0 0 7px;
}

@media all and (max-width: 767px) {
  .text-intro > .col-xs-12:last-child h2 {
    margin-top: 28px;
  }
}

.standard-header {
  font-size: 24.5px;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

/*.article-header {
  padding: 0 0 14px;
} not needed, article-dates accomodates this*/

.request-header {
  font-size: 24.5px;
  padding: 0 0 20px;
}

.category-intro {
  font-size: 14px;
}

.communities-intro {
  font-size: 14px;
  padding: 0 0 20px;
}

.communities-intro#hp {
  font-size: 18px;
  padding: 20px 0;
  border: none;
}

.knowledge-base:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.community h4 {
  float: right;
  margin: 0;
}

[dir=rtl] .community h4 {
  float: left;
}

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

.community,
.subtle-wrap,
.article-sidebar section {
  margin-top: 25px;
}

.community {
  margin-top: 0;
  margin-bottom: 70px;
}

.subtle-wrap {
  margin-top: 0;
  padding: 0;
}

.community .recent-activity {
  padding: 20px;
  background: #f3f3f3;
  width: auto;
  margin: 80px 0 0;
}

.community h2 {
  border-bottom: 1px solid #e4e4e4;
  font-size: 17.5px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  text-transform: capitalize;
}

.community h2 a {
  font-size: 14px;
  margin-left: 5px;
}

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

.section-tree .section {
  display: inline-block;
  margin: 0 0 28px;
  vertical-align: top;
  width: 49%;
}

.section-tree h3 {
  margin: 10px 0 5px;
  width: 98%;
}

.section h3 a {
  color: inherit;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.4;
}

.section-tree ul, ul.article-list {
  font-size: 14px;
  list-style-position: outside;
  list-style-type: disc;
}

.knowledge-base h4:before, .community h4:before {
  color: #FFFFFF;
  font-family: "entypo";
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.article-list li {
  line-height: 1.5;
  margin-left: 20px;
  margin-bottom: 0;
  padding-right: 28px;
}

.article-list li + li {
  margin-top: 7px;
}

.article-promoted span {
  cursor: default;
  margin-right: 5px;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

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

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

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

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

.category-description, .section-description {
  color: #575759;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 28px;
}

p.section-description+ul.article-list {
	margin: 22px 0 0;
}

.section-subscribe, .section-unsubscribe {
  float: right;
  margin-top: 5px;
}

.section-subscribe a.dropdown-toggle[role=button], .section-unsubscribe a.dropdown-toggle[role=button] {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

@media all and (max-width: 767px) {
  .section-tree .section {
    display: block;
    width: 100%;
  }
  .section-subscribe, .section-unsubscribe {
    float: none;
    display: block;
    margin-top: 20px;
  }
  
  .section-tree {
    margin: 21px 0 35px;
  }
  .article-list li {
    padding-right: 0;
  }
}

/* ====================================================
   Article
   ==================================================== */

.article-header h1 {
  line-height: 1.2;
  padding-bottom: 20px;
}

.article-author {
  font-weight: bold;
}

.article-metadata {
  float: left;
  padding-left: 55px;
  position: relative;
}

.article-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

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

.article-updated {
  color: #8E8E8E;
  font-size: 12px;
  margin-top: 5px;
}

.article-dates {
	padding: 0 0 14px 2px;
	font-style: italic;
	font-size: .9em;
}


.article-subscribe, .article-unsubscribe {
  float: right;
}

.article-sidebar {
  margin-top: -9px;
  display: flex;
}

.article-sidebar section {
  display: inline-block;
  width: calc(50% - 12px);
  margin: 0 20px 0 0;
  vertical-align: top;
}
.article-sidebar > section:nth-child(2) {
  margin-right: 0;
}

.article-sidebar h3 {
  border-bottom: 1px solid #f3f3f3;
  font-size: 17.5px;
  padding-bottom: 7px;
  margin: 0 0 7px;
  text-transform: capitalize;
}

.article-sidebar ul {
  margin-bottom: 49px;
}

.article-body,
.section-area .article-list {
  margin-top: 6px;
}

.article-body {
  font-size: 14px;
  word-wrap: break-word;
}

.article-body img {
  border: 1px solid #e4e4e4;
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.article-body pre {
  background: #FBFBFB;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #f3f3f3;
  border: 1px solid #f3f3f3;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

.article-body code {
  background: #f3f3f3;
  padding: 10px 15px;
}

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

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

.article-body blockquote {
  border-left: 1px solid #f3f3f3;
  color: #8E8E8E;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body strong {
  color: #4b4b4b;
}

.article-body ul,
.article-body ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

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

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

.article-body ol {
  list-style-type: decimal;
}

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

.article-footer {
  padding-top: 21px;
}

.article-footer .share {
  float: right;
}

.article-vote {
  float: left;
  position: relative;
}

.article-vote-count {
  position: absolute;
  left: 100%;
  margin-left: 106px;
  top: 4px;
  width: 300px;
}

.article-vote small {
  color: #8E8E8E;
  display: block;
}

.article-vote a:hover {
  text-decoration: none;
}

.article-vote-controls {
  position: absolute;
  right: -85px;
  top: 1px;
}

.article-vote-up, .article-vote-down {
  background: #999;
  color: inherit;
  font-family: "entypo";
  border: none;
  border-radius: 10%;
  box-shadow: none;
  height: 30px;
  width: 30px;
  padding: 3px 10px;
}

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

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

.article-voted {
  opacity: 1;
}

.article-vote-up.article-voted {
  background-color: #69ad46 !important;
}

.article-vote-down.article-voted {
  background-color: #d6322a !important;
}

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

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

.zoom-overlay {
  border: 1px solid #f3f3f3;
  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: #999;
  font-size: 12px;
  text-align: center;
}

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

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

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

.start-over {
  color: #0081aa;
  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: #999;
  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;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
  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: #999;
}

.option-set p {
  display: block;
  width: 100%;
  margin-bottom: 14px !important;
}
.expandable-option {
  min-width: 120px;
  padding: 7px 15px;
  height: 40px;
  background: #0081aa;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 20px 0;
  cursor: pointer;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
  vertical-align: top;
}

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

.expandable-option:hover {
  background: #016c8e;
}

.expandable-option:focus {
  background: #016c8e;
  outline: none;
}

.expandable-option:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  outline: none;
}

.expandable-content, .expandable-content * {
  -webkit-transition: opacity .15s ease-out;
  -moz-transition: opacity .15s ease-out;
  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) {
  .article-sidebar {
    display: block;
  }
  .article-sidebar section {
    display: block;
    width: 100%;
    margin: 0;
  }
  
  .article-sidebar ul {
    margin-bottom: 35px;
  }
  
  .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%;
  }
}

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

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
          transition: height 0.3s 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 #999;
  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 #999;
}

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

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

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

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

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

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #999;
}
.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;
}

/* == MM Help Center Panel Colors == */
/* Finale Panel Colors */

.panel-finale > .panel-heading {
	background: #0081aa;
}

.panel-title-finale > a {
	color: #fff;
  font-size: 16px;
}

.panel-title-finale {
	margin: 0 auto;
}

/* SmartMusic Panel Colors */

.panel-smartmusic > .panel-heading {
	background: #ea7200;
}

.panel-title-smartmusic > a {
	color: #fff;
  font-size: 16px;
}

.panel-title-smartmusic {
	margin: 0 auto;
}

/* Garritan Panel Colors */

.panel-garritan > .panel-heading {
	background: #2d2926;
}

.panel-title-garritan > a {
	color: #fff;
  font-size: 16px;
}

.panel-title-garritan {
	margin: 0 auto;
}

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


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
}

.search-column .alert {
  margin: 20px 0 0;
}

.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;
}

@media all and (max-width: 767px) {
  .alert {
    font-size: 14px;
  }
}

/* ====================================================
Forms
==================================================== */
label {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

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

input, textarea {
  outline: none;
  padding: 10px;
  vertical-align: middle;
}

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

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

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

.upload-dropzone {
  background: #fff;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
}

.upload-dropzone:hover {
  background: #f3f3f3;
}

.upload-dropzone span {
  color: #999;
}

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment, .comment-form {
  position: relative;
  /* padding-bottom: 40px; */
}
/* ====================================================
   Columns and Containers
   ==================================================== */
/* Bootstrap */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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: 15px;
  padding-left: 15px;
}
.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-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-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: 992px) {
  .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-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;
  }
}

/* MM Zendesk */

.main-column, .article-column, .activities-column, .footer-column, .side-column, .request-column, .search-column {
  width: 970px;
}

.activities-column {
  margin-bottom: 40px;
}

.row-padded
{
    padding: 49px 0;
}

.row-padded-top
{
    padding-top: 49px;
}

.row-padded-bottom
{
    padding-bottom: 49px;
}

.row-padded-large
{
    padding: 98px 0;
}

.row-padded-large-top
{
    padding-top: 98px;
}

.row-padded-large-bottom
{
    padding-bottom: 98px;
}

.row-padded-none-bottom
{
    padding-bottom: 0;
}

.row-padded-none-top
{
    padding-top: 0;
}

@media all and (max-width: 991px) {
  .main-column, .article-column, .activities-column, .footer-column, .side-column, .request-column, .search-column {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  
  .row-padded
    {
        padding: 35px 0;
    }

    .row-padded-top
    {
        padding-top: 35px;
    }

    .row-padded-bottom
    {
        padding-bottom: 35px;
    }

    .row-padded-large
    {
        padding: 70px 0;
    }

    .row-padded-large-top
    {
        padding-top: 70px;
    }

    .row-padded-large-bottom
    {
        padding-bottom: 70px;
    }
    .row-padded-none-bottom
    {
        padding-bottom: 0;
    }

    .row-padded-none-top
    {
        padding-top: 0;
    }
}

.side-column > a[role=button] {
  background: #0081aa;
  color: #fff;
  border: none;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  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: 12px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
  background: #222;
  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;
}

.article-body td {
  border-width: 1px;
}

/* Comments - Article, Request and Post pages */

.post-pinned .post-title:before {
    content: /* "Mod Post"; */ "\2605"; 
    margin-right: 5px;
    color: #575759;
}

.post-pinned > .post-meta {
  display: none;
}

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

.comment-list > *:first-child {
  padding-top: 0;
}

.comment-body {
  margin-top: 14px;
}

.comment-body p {
  margin-bottom: 14px !important;
}

.comment-sorter {
	display: block;
  margin-bottom: 21px;
  font-size: 12px;
  color: #888889;
}
.comment-sorter a {
  text-decoration: none;
  margin-left: 17.5px;
  float: right;
}
[dir=rtl] .comment-sorter {
  float: left;
}
[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px;
}

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

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

.comment-form img {
  
}

.reply-container {
  width: calc(100% - 80px);
}

.reply-container input[type='submit'] {
  float: right;
}

@media all and (max-width: 767px) {
  .reply-contianer {
    width: calc(100% - 50px);
  }
}

.official-reply-bookmark:before {
  color: #22907a;
  content: "\1F516";
  font-family: "entypo";
  font-size: 32px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 80px;
}
.comment-avatar img {
  max-width: 65px;
  max-height: 65px;
  width: 65px;
  height: 65px;
  border-radius: 3px;
}

.post-avatar-agent {
  position: relative;
  text-align: center;
}

.post-avatar-agent:after, .user-agent-avatar:after {
  content: "\1F464";
  font-family: entypo;
  background: #22907a;
  position: absolute;
  font-size: 9px;
  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.user-agent-avatar:after {
  right: -2.5px;
}

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

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 14px;
  padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #999;
  font-size: 12px;
}
.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

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

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

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

.comment-attachments {
  background: #fff;
  margin-top: 11px;
  padding: 10px 0;
}

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

.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: #999;
}
[dir=rtl] .comment-actions {
  float: left;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 12px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 12px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999;
}
[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 {
  background: #f9f9f9;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

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

.my-activities-header {
  padding: 49px 0 28px;
}
.my-activities-header .breadcrumbs li {
  color: #575759;
  font-size: 24px;
}

.my-activities-header .breadcrumbs li:after {
	content: "\00a0 and requests";
}

.breadcrumbs li[title="My activities"] {
	height: 35px;
}

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

.my-activities-nav {
  margin: 0 0 35px;
  font-size: 16px;
}

.my-activities-nav ul {
  display: inline-block;
}

.my-activities-sub-nav {
  position: relative;
  background: #f3f3f3;
  padding: 5px 0 20px;
  font-size: 12px;
}

.my-activities-sub-nav li {
  display: inline-block;
  padding-right: 10px;
}

.my-activities-sub-nav li:first-child {
  padding-left: 20px;
}

.my-activities-sub-nav li + li {
  padding-left: 10px;
}

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

.request-table-toolbar input[type=search] {
  height: 28px;
  font-size: 14px;
  border-radius: 0;
  width: 225px;
}

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

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

.my-activities-table {
  margin-bottom: 35px;
}

#request-table > thead > tr > th:nth-child(1) {
  text-transform: uppercase;
}

.requests-search {
  outline: none;
  padding: 6px 10px 6px;
}

.contributions-table tr > th:nth-child(5), .contributions-table tr > td:nth-child(5) {
  display: none;
}

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

@media all and (max-width: 767px) {
  .request-table tr > th:nth-child(4), .request-table tr > td:nth-child(4) {
    display: none;
  }
  
  .contributions-table tr > th:nth-child(2), .contributions-table tr > td:nth-child(2) {
    display: none;
  }
  
  .following-table tr > th:nth-child(4), .following-table tr > td:nth-child(4) {
    display: none;
  }
  
  .my-activities-table tr th {
    padding-top: 0;
  }

  .request-table-toolbar {
    display: block;
    float: none;
    margin: 14px 0 0;
  }
  
  .request-table-toolbar input[type=search] {
    width: 100%;
  }
  
  .my-activities-nav.nav-bordered li {
    font-size: 14px;
  }
  
  .my-activities-nav.nav-bordered li + li {
    padding-left: 0;
  }
}

@media all and (max-width: 500px) {
  .request-table tr > th:nth-child(1), .request-table tr > td:nth-child(1) {
    display: none;
  }
  
  .contributions-table tr > th:nth-child(3), .contributions-table tr > td:nth-child(3) {
    display: none;
  }
  
  .following-table tr > th:nth-child(3), .following-table tr > td:nth-child(3) {
    display: none;
  }
}

@media all and (max-width: 400px) {
  .request-table tr > th:last-child, .request-table tr > td:last-child {
    display: none;
  }
  
  .contributions-table tr > th:nth-child(4), .contributions-table tr > td:nth-child(4) {
    display: none;
  }
}

.request-id {
  color: #888889;
  display: flex;
  font-size: 12px;
}
.request-id:after {
  content: ":";
  margin-right: 6px;
}

.request-title {
  display: flex;
  width: 100%;
}

.request-details {
  background: #f3f3f3;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt, .request-details form dt {
  font-weight: bold;
  margin-top: 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-status {
  border-bottom: 2px solid;
  padding: 2px 0;
}

.request-status-header {
  display: inline-block;
	margin-left: 2px;
  margin-bottom: 8px;
  font-size: 14px;
  border: 2px solid;
  padding: 4px;
}

.request-open {
  color: #00bff0;
  border-color: #00bff0;
}

.request-answered {
  color: #d6322a;
  border-color: #d6322a;
}

.request-solved {
  color: #999;
  border-color: #999;
}

/* Community heading */

.community-head {
  margin-bottom: 21px;
  width: 100%;
  position: relative;
}

.community-heading {
  font-size: 24px;
  margin-bottom: 10px;
}

a.header-link {
  text-decoration: none;
  color: #575759;
}

.community-header {
  padding: 0 0 5px;
  background: transparent;
  float: left;
}

.tutorial-tooltip {
  right: 11%;
  top: 0;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 3px solid #0081aa;
  background:#ff0000;
  border-radius: 5px;
  padding: 10px;
  /*margin: 10px; */
  display:block;
}

/* Post to Community */

.post-to-community {
  position: relative;
  top: -1px;
  font-weight: normal;
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
}

.post-to-community {
  padding: 5px 12px;
  text-transform: capitalize;
}

.post-to-community:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

/* Community sub-nav */

.community-sub-nav {
  position: relative;
  padding: 0px 0px 20px;
  font-size: 12px;
}

.community-sub-nav li {
  display: inline-block;
  padding-right: 10px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 10px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Community Topic List Page */

.community-descriptions h3 {
  margin: 0 0 7px;
  font-size: 17.5px;
}

.community-descriptions p {
  margin-bottom: 21px !important;
}

@media all and (max-width: 991px) {
  .community-descriptions > .col-xs-12.col-md-4 {
    margin-top: 21px;
  }

  .community-descriptions > .col-xs-12.col-md-4:first-child {
    margin-top: 0;
  }
  
  .community-descriptions h3, .community-descriptions p {
    max-width: 75%;
  }
}

@media all and (max-width: 767px) {
  .community-descriptions h3, .community-descriptions p {
    max-width: 100%;
  }
}

.author-agent.csm:after, .author-agent.product-specialist:after, .author-agent.team-lead:after, .author-agent.cs-director:after, .author-agent.product-manager:after, .author-agent.custMan:after, .com-expert:after, .vp-mxl:after {
  content: "Customer Support Representative";
  color: #22907a;
  display: block;
  margin-top: 2px;
  font-size: 12px;
}

.author-agent.product-specialist:after {
  content: "Product Specialist at MakeMusic";
}

.author-agent.team-lead:after {
  content: "Manager, Customer Support";
}

.author-agent.cs-director:after {
  content: "Director, Customer Support";
}

.author-agent.product-manager:after {
  content: "Finale Product Manager";
}

.repDev:after {
  content: "Repertoire Development";
}

.author-agent.custMan:after {
	content: "Customer Success Manager";
}

.com-expert:after {
	content: "Community Expert";
  color: #ab7100;
}

.vp-mxl:after {
	content: "VP MusicXML";
}

/* Topic Page and Post Page */

.topic-subscribe.dropdown {
  margin-left: 20px;
}

a.topic-subscribe[role=button], a.topic-unsubscribe[role=button], .topic-subscribe a.dropdown-toggle, a.topic-subscribe[role=button]:active, a.topic-unsubscribe[role=button]:active, .topic-subscribe a.dropdown-toggle:active, a.topic-subscribe[role=button]:hover, a.topic-unsubscribe[role=button]:hover, .topic-subscribe a.dropdown-toggle:hover {
  background: transparent;
  color: #636365;
  padding: 0;
  border: none;
  box-shadow: none;
}

.topic-subscribe a.dropdown-toggle[role=button] {
  font-size: 12px;
  color: #0068b5;
}

.topic {
  padding: 20px 20px 0px;
  vertical-align: top;
}

.topic-list li {
  padding: 20px 0px 20px;
  border-bottom: 1px solid #f3f3f3;
}

.topic-list li:nth-child(1) {
  border-top: 1px solid #f3f3f3;
}

.topic-header {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  width: 100%;
}

/* Post Page */
.post-header {
  display: block;
  margin-bottom: 20px;
}

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

.post-meta {
  float: right;
  padding: 0;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 5px;
  color: #888889;
}

.post-header .post-meta {
  float: none;
	margin: 0;
}

.post-header .post-meta > * {
  display: block;
  margin-bottom: 2px;
}

.post-header .post-meta > *:last-child {
  margin-bottom: 0;
}

.post-header .post-meta .post-planned, .post-header .post-meta .post-answered, .post-header .post-meta .post-completed, .post-header .post-meta .post-not-planned {
  display: inline-block;
}

.post-official-heading {
  float: right;
  color: #22907a;
  font-size: 12px;
  margin: 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #22907a;
}

.post-header .post-avatar img, .comment-form img {
  border-radius: 3px;
  max-height: 65px;
  max-width: 65px;
  margin-right: 10px;
}

.reply-header .post-avatar img, .reply-form .post-avatar .user-avatar {
  border-radius: 3px;
  max-width: 40px;
  width: 40px;
  max-height: 40px;
  height: 40px;
  margin-right: 10px;
}

.post-author {
  font-weight: 500;
}

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

.post-author.author-agent a {
  color: #22907a;
}

.post-author.com-expert a {
  color: #ab7100;
}

.post-container {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 21px;
}

.original-post .post-container {
  margin-bottom: 7px;
}

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

.original-post .post-body {
  margin-bottom: 35px;
}

.request-column .post-body {
  display: block;
  width: 100%;
}

.new-post-header {
  padding-bottom: 20px;
}

.official-reply, .replies, .comment-sorter, .reply-form {
  width: calc(100% - 50px);
  margin-left: 50px;
}

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

.reply .post-body {
  width: calc(100% - 55px);
}

.reply-form .post-avatar {
  display: inline-block;
  vertical-align: top;
}

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

.reply-form input[type="submit"] {
  float: right;
  vertical-align: top;
  margin-top: 14px;
}

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

.topic-header .topic-meta {
  padding: 0;
  white-space: nowrap;
}

.post-header-container {
  display: inline-block;
  max-width: 60%;
}

/* Vote */

.vote {
  display: inline-block;
  width: 45px;
  vertical-align: top;
}

.vote-sum {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 3px 0 1px;
}

.vote-controls {
  text-align: center;
  margin-bottom: 20px;
}

.vote-controls a {
  background: #FFF;
  border-color: #bbb;
  box-shadow: none;
  color: #575759;
  display: inline-block;
  font-family: "entypo";
  font-size: 17px;
  height: 18px;
  line-height: 18px;
  width: 18px;
  padding: 0 4px;
}

.vote-up {
  border-radius: 50%;
}

.vote-down {
  border-radius: 50%;
} 

.vote-up:before {
  content: "\E763";
}

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

.vote-controls:hover a {
  background: #FFF;
  color: #636365;
}

.vote-controls a:hover {
  background: #DDD;
  border-color: #636365;
}

.vote-controls a:active, .vote-controls [aria-selected=true], .vote-controls:hover [aria-selected=true] {
  background: #999;
  color: #fff;
  border-color: #999;
}

h3.post-list-heading {
  margin: 0;
  font-size: 12px;
	float: left;
}

.topic-description {
  word-break: break-word;
  display: none;
}

.question-list > li {
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3;
}

.question-form .nesty-input {
  max-width: none;
}

.nesty-input {
  border-color: #bbb;
  height: 39px;
  border-radius: 0;
  line-height: 36px;
  color: #575759;
}

.post-body h2 {
  font-size: 20px;
	margin-top: 21px;
  margin-bottom: 7px;
}

.post-body h3 {
  margin-top: 21px;
  margin-bottom: 7px;
  font-size: 17.5px;
}

.post-body h4 {
  margin-bottom: 7px;
  font-size: 16px;
}

.post-body img {
  max-width: 100% !important;
}

.post-title {
  font-size: 16px;
  margin: 0 0 5px;
  word-wrap: break-word;
}

h1.post-title {
  font-size: 30px;
  margin: 0;
}

.post-title.post-official {
  color: #22907a;
}

.question-meta {
  color: #888889;
  font-size: 12px;
  margin: 0;
  display: block;
  white-space: nowrap;  
}

.question-meta a {
  color: #888889;
}

.question-meta .author-agent a {
  color: #22907a;
}

.question-votes::after, .question-answers::after {
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  font-family: entypo;
  vertical-align: middle;
}

.question-votes::after {
  content: "\E74F";
  vertical-align: top;
}

.question-answers::after {
  content: "\E718";
}

.question-answers {
  margin-right: 0 !important;
}

.question-published:after {
  content: ' ';
  margin-right: 10px !important;
}

.topic-meta {
  color: #999;
  font-size: 12px;
  padding: 0 0 20px 10px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 12px;
  margin: 0 10px;
}

.post-meta span {
  margin-right: 15px;
}

.post-planned:before, .post-answered:before, .post-completed:before, .post-not-planned:before {
  content: "" !important;
}

.post-planned, .post-answered, .post-completed, .post-not-planned {
  color: #fff;
  padding: 0 0 2px;
  border-bottom: 2px solid;
}

.post-planned {
  color: #00bff0;
  border-bottom-color: #00bff0;
}

.post-answered {
  color: #69ad46;
  border-bottom-color: #69ad46;
}

.post-completed {
  color: #999;
  border-bottom-color: #999;
}

.post-not-planned {
  color: #d6322a;
  border-bottom-color: #d6322a;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #f3f3f3;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .topic-heading {
    float: none;
    margin-bottom: 7px;
  }
  
  .topic-subscribe .dropdown-menu {
    left: 0;
    right: auto;
  }
  
  .topic-filters-box {
    float: none;
    display: block;
  }
  
  .post-header .post-avatar img, .comment-form img {
    max-height: 35px;
    max-width: 35px;
  }
  
  .reply-header .post-avatar img {
    max-height: 30px;
    max-width: 30px;
  }
  
  .vote {
    width: 35px;
    margin-right: 10px;
  }
  
  .official-reply, .replies, .comment-sorter, .reply-form {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  
  .reply .vote, .reply .official-reply-bookmark {
    width: 30px;
  }
  
  .reply .post-body {
    width: calc(100% - 44.5px);
  }
}

@media all and (max-width: 500px) {
  .post-header .post-to-community {
    float: none;
    margin-bottom: 7px;
    display: block;
    width: 110px;
  }
  
  .post-header .post-meta .post-planned, .post-header .post-meta .post-answered, .post-header .post-meta .post-completed, .post-header .post-meta .post-not-planned {
    margin: 0;
  }
  
  .post-header-container {
    max-width: 100%;
    display: block;
  }
  
  .question-list .post-meta {
    float: none;
  }
  
  .topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
    margin: 0 7px;
  }
  
  .question-published:after {
    margin-right: 0 !important;
  }
  
  .post-planned, .post-answered, .post-completed, .post-not-planned {
    margin-left: 5px;
  }
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 14px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .post-controls {
  font-size: 12px;
  float: right;
}

.topic-controls .dropdown-toggle::before, .post-controls .dropdown-toggle::before {
  content: "\2699";
  font-family: entypo;
  font-size: 12px;
  color: #0068b5;
  vertical-align: top;
  margin-right: 5px;
}

.topic-controls .dropdown-toggle::after, .post-controls .dropdown-toggle::after {
  padding-right: 5px;
}

.topic-controls .dropdown-menu, .post-controls .dropdown-menu {
  left: auto;
  right: 0;
}

.post-controls {
  position: relative;
  float: right;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #CCC;
  content: "\2022";
  font-size: 12px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

/* Search Results Page */

.search-results-column {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
}
.search-results-column + .search-results-column {
  margin-left: 30px;
}

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

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

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

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

.search-result-meta {
  font-size: 12px;
  margin-bottom: 7px;
  color: #999;
}

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

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

.search-result-votes {
  background: #69ad46;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.search-page-description {
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .search-results-column {
    width: 100%;
  }
  .search-results-column + .search-results-column {
    margin-left: 0;
  }
}

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

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

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

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

.recent-activity-header {
  margin-top: 0;
  font-size: 60px;
}

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

.recent-activity-item-parent {
  color: #575759;
  font-size: 14px;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: none;
}

.recent-activity-item-link {
  display: inline-block;
  padding-left: 10px;
  word-break: break-all;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999;
  padding-left: 10px;
}

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

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "•";
}
.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 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

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


/* User Profiles */
.profile-header {
  padding: 49px 0 28px;
}

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

@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;
}

.user-agent {
  color: #22907a;
}

.avatar-container {
  position: relative;
}

.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: 21px 0 0;
  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 .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

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

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

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

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

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

@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 #f3f3f3;
}

@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-radius: 4px;
  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 {
  border: 0;
  margin-bottom: 37px;
}

.profile-nav .profile-nav-list {
  font-weight: bold;
}

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

.profile-nav .profile-nav-list li + li {
  margin-top: 14px;
}

.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%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  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%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

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

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

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

.profile-section-sorter .dropdown-menu {
  left: auto;
  right: 0;
  top: 34px;
}

.profile-section-sorter .dropdown-menu[aria-expanded=true]::before, .profile-section-sorter .dropdown-menu[aria-expanded=true]::after {
  content: " ";
  display: block;
  position: absolute;
  right: 6px;
  top: -6px;
  border-bottom: 6px solid #f3f3f3;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  z-index: 999;
}

.profile-section-sorter .dropdown-menu[aria-expanded=true]::after {
  border-bottom: 6px solid #e4e4e4;
  top: -6.9px;
  z-index: 989;
}

@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;
  word-break: break-word;
  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: 14px 0 !important;
}

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

@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 #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  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 .profile-contribution-breadcrumbs {
  margin-top: 7px;
}

@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: #999;
}

.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: 14px 20px;
  margin-top: 10px;
  background: #f3f3f3;
  border: 1px solid #e4e4e4;
}

@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;
  background: #fff;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  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";
  line-height: 35px;
}

.user-profile-container {
  margin-bottom: 70px;
}

.user-profile-container .container {
  width: 100%;
}

/* Bootstrap Button Groups */

.btn-group button {
    background-color: #0081aa;
    border: 1px solid #006d8e;
    color: white;
    padding: 10px 24px;
    cursor: pointer;
    float: left;
}

.btn-group button:not(:last-child) {
    border-right: none;
}

.btn-group button:hover {
    background-color: #006d8e;
}

.hide {
  display: none;
}

/* MM Help Center Specialized Button Styles */

.btn-center-finale {
	display: block;
  background: #0081aa;
  border-color: #006d8e;
  width: 50%;
  margin: 32px auto;
  text-align: center;
  transition: .4s;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  padding: 8px 0px;
}

.btn-center-finale:hover {
  background: #006d8e;
  border-color: #006d8e;
  text-decoration: none;
}

.btn-center-finale:focus {
  background: #006d8e;
  border-color: #006d8e;
}

/* Download Buttons */

.dwnl-btn-group a {
  width: 48%;
  font-size: 1rem;
  color: #fff;
  margin: 4% 1%;
  float: left;
  padding: 12px 0px 12px 0px;
	text-align: center;
  transition: .2s ease-in-out;
}

.dwnl-btn-group a:hover {
	background: #006d8e;
  text-decoration: none;
}

.dwnl-btn-group:after {
  content: "";
  clear: both;
  display: table;
}

@media all and (max-width: 500px) {
  .dwnl-btn-group a {
		display: block;  
  	width: 100%;
    margin: 1%;    
  }
}

/* Product Specific Download Button (Anchor) Colors */
.btn-garritan a {
	background: #2d2926;
}

.btn-garritan a:hover {
	background: #171515;
}

.btn-finale a {
	background: #0081aa;
}

.btn-finale a:hover {
	background: #006d8e;
}

.btn-smartmusic a {
	background: #ea7200;
}

.btn-smartmusic a:hover {
	background: #c56000;
}

/* Skylights */

.skylight-container-three { /* for divs to achieve overlay */
	position: relative;
  width: 30%;
  float: left;
  margin: auto 1.5%;  
}

.skylight-three {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

.middle {
	transition .2s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: .2s ease-in-out;
}

.skylight-container-three:hover .middle {
	opacity: 1;
}

.middle a {
	position: relative;
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
  font-size: 1.3rem;
  padding: 35% 0%;
  text-align: center;
  background: rgba(0, 0, 0, .7);
  text-decoration: none;
  transition: 0s;
  backface-visibility: hidden;
}

/* Timelines */

.timeline a {
	float: left;
  padding: 8px 12px;
  font-size: 1.1rem;
  border-radius: 0.25rem;
  width: 24%;
  text-align: center;
  margin: 2px 0 2px 8px;
  background: #dddddd;
  color: #c1c1c1;
  cursor: default;
  transition: .2s ease-in-out;
}

.timeline {
	display: flex;
  background: none;
  border: none;
  padding: 18px 0 4px;
}

a.timeline-reported {
	background: #eae18c;
  color: #676129;
  cursor: pointer;
}

a.timeline-reported:hover {
	background: #d8cc57;
}

a.timeline-planned {
	background: #cac9f1;
  color: #5451b5;
  cursor: pointer;
}

a.timeline-planned:hover {
	background: #9e9cec;
}

a.timeline-pending {
	background: #a7d7ec;
  color: #12668c;
  cursor: pointer;
}

a.timeline-pending:hover {
	background: #65bce2;
}

a.timeline-resolved {
	background: #93d89d;
  color: #125d1d;
  cursor: pointer;
}

a.timeline-resolved:hover {
	background: #66bb72;
}


#timelineInfo {
	background: #ddd;
  border-radius: .15rem;
  padding: 2px 8px;
}

@media (max-width: 500px) {
  .timeline a {
  	font-size: smaller;
    padding: 8px 4px;
  }
}

/* Sectioned Articles */

/*.kba-section {
	border-bottom: 2px solid #ddd;
}

.table-header {
	font-size: 22px;
}

.table-of-contents {
	background: #eee;
  width: 300px;
}

.table-of-contents a {
	color: #444;
  text-decoration: none;
  background: #eee;
  width: 299px;
  padding: 12px;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  transition: .2s ease-in-out;
}


.table-of-contents td {
  padding: 0;
  border: 1px solid #999;
}

.table-of-contents a:hover {
	background: #ccc;
}

.sectioned-article-header {
	border-bottom: 1px solid #ccc;
  padding: 0px 2px 16px 2px;
  border-radius: 8px 8px;
  margin-bottom: 20px;
} */

.mobile-only {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
 .lang-toggle {
    display: none;
  }
} 

/* Sectioned Articles v2 */

.sectioned-article-topic {
	margin-bottom: 40px;
}

.sectioned-article-topic h3 {
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(02,02,02,.3);
  margin-right: 10%;
  padding: 2px;
}

.sectioned-article-topic p {
	margin-left: 4px;
}

.sectioned-article-topic h4 {
	margin-bottom: 0;
}

.article-topics-list h5 {
	margin-bottom: 8px;
}

.sectioned-article-topic ul {
	margin-top: 4px;
}

ul.topics-list {
	margin-top: 4px;
  margin-bottom: 45px;
  list-style-type: none;
  margin-left: 0px;
  padding: 0;
}

.topics-list a {
  width: 400px;
  display: block;
  padding: 2px 0 2px 8px;
  transition: .2s ease-in-out;
  text-decoration: none;
}

.topics-list a:hover {
	background: #eee;
  box-shadow: 2px 2px 2px #ddd;
}

.info-sub-heading {
	font-style: italic;
  font-size: 12px;
}

p.section-anchors {
	height: 14px;
}

/* Category Buttons */

.cat-btns-container {
  display: flex;
  justify-content: space-around;
  padding: 24px 0;
}

.cats-btn {
  background: #0081aa;
  padding: 16px 8px;
  border-radius: .2em;
  color: #fff;
  transition: .2s ease-in;
  font-size: 16px;
  text-align: center;
  width: 48%;
}

.cats-btn:last-of-type {
  margin-left: 10px;
}

.cats-btn:hover {
  background: #006d8e;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 10px 1px #006d8e;
}

@media (max-width: 778px) {
  .cat-btns-container {
    flex-direction: column;
    justify-content: center;
  }
  
  .cats-btn {
  	width: 100%;
  }

  .cats-btn:last-of-type {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* Community Signatures */

.post-user-signature .description {
  margin-top: 21px;
  color: #888889;
  font-size: 12px;
}

/* Help Center Updates for 2017 Design
======================================
====================================== */




/* Home Page (2017)
------------------- */

h1.home-page-header {
  font-size: 30px;
  font-weight: 400;
  margin: 54px 0;
}

h2.home-page-header {
  font-size: 24.5px;
  font-weight: 200;
  margin: 0 0 17.5px;
}

.home-page-kbac-container {
  display: flex;
  margin: 50px auto 20px;
  max-width: 1250px;
  text-align: center;
  justify-content: space-around;
}

.home-page-kbac-container div {
	padding: 0 8% 5%;
}

.home-page-kbac-container h2 {
  font-size: 24.5px;
  font-weight: 200;
  margin: 0 0 7px;
}

.home-page-kbac-container p {
  font-size: 14px;
}

.home-page-kbac-container a {
  text-decoration: none;
}

.home-page-kbac-container a:hover {
	text-decoration: underline;
}

/* Home Page Product Button
--------------------------- */

.product-button-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
}

.home-product-button {
  width: 50%;
  max-width: 49%;
  transition: .2s ease-out;
}

.home-product-button:hover {
  cursor: pointer;
  box-shadow: 0 -1px 7px rgba(0,0,0,0.28);
}

.finale-home-button {
  background: #0081AA;
}

.smartmusic-home-button {
  background: #0000;
  width: 0px
}

.garritan-home-button {
  background: #2D2926;
}

.home-product-image {
  margin: 0 auto;
  display: block;
}

.finale-home-image {
  width: 85px;
  height: 80px;
}

.smartmusic-home-image {
  width: 160px;
  height: 75px;
}

.garritan-home-image {
  width: 120px;
  height: 80px;
}

/* Home Page Product Options
---------------------------- */

.home-page-options-container {
  display: flex;
  border: 1px solid;
  flex-wrap: wrap;
  padding: 0 20px 20px;
  justify-content: space-around;
  max-width: 1246px;
  margin: 0 auto;
}

.home-page-option {
  width: 33%;
  margin-top: 20px;
}

.home-page-option-image {
  opacity: .5;
  margin: 0 auto;
  display: block;
  min-width: 100px;
  max-width: 150px;
}

.home-page-option-image:hover {
  opacity: 1; /* For Safari */
  cursor: pointer;
}

.home-page-option h3 {
  text-align: center;
  font-size: 17.5px;
  font-weight: 200;
  color: #0068B5;
  margin: 0 0 3.5px;
}

.home-page-option a {
  text-decoration: none;
}


.home-page-option a:hover {
  text-decoration: underline;
} /*For Safari*/

.home-page-option p {
  text-align: center;
  font-size: 14px;
  padding-left: 4px;
  padding-right: 4px;
}

.finale-home-page-options {
  border-color: #0081AA;
}

.smartmusic-home-page-options {
  border-color: #EA7200;
}

.garritan-home-page-options {
  border-color: #2D2926;
}

/* Home Page Media Queries */

@media (hover: none) {
  .home-page-option-image {
    opacity: 1;
  }
}

@media all and (max-width: 600px) {
  .product-button-container {
  	flex-direction: column;
    width: 100%;
  }
  .home-product-button {
  	width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
  .home-product-button:last-of-type {
  	margin-bottom: 0;
  }
  .home-product-button.disabled:hover {
    background-color: #bbb;
  }
  .home-product-button:hover {
  	box-shadow: none;
  }
  .home-page-option {
    width: 34%;
  }
  .home-page-kbac-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-page-kbac-container div {
    padding: 0;
    width: 100%;
  }
  
  .home-page-kbac-container div:last-child {
    margin-top: 21px;
  }
}

/* Product Options Dropdown for top product breadcrumb */

.product-options-dropdown {
  display: block;
  z-index: 99999;
  position: absolute;
  top: 18px;
  left: 0;
  background: #fff;
  border: 1px solid;
  box-shadow: 0 3px 10px rgba(0,0,0,.5);
  width: 180px;
  max-height: 200px;
  overflow: hidden;
  transition: .1s ease-in;
}

@media (max-width: 768px) {
	.product-options-dropdown {
  	top: 18px;
  }
}

.product-option-dropdown-list a {
	display: block;
  width: 100%;
  padding: 5px 8px;
}

.product-options-dropdown.Finale {
	border-color: #0081aa;	
}

.product-options-dropdown.Smartmusic {
	border-color: #ea7200;
}

.product-options-dropdown.Garritan {
	border-color: #2d2926
}

/* Hidden product identifier for article page */

.hidden-product-line-identifier {
	display: none;
}

.sub-nav-breadcrumbs-container {
	display: flex;
  width: 100%;
}

#sub-page-product-option-button {
  padding: 0 4px;
  font-size: 12px;
}

#sub-page-product-option-button::after {
	content: "\25BE";
  font-family: "entypo";
  margin-left: 6px;
}

#sub-page-product-option-button:hover {
	cursor: pointer;
}

#sub-page-product-option-button.Smartmusic {
	background: #ea7200;
  color: #fff;
}

#sub-page-product-option-button.Finale {
	background: #0081aa;
  color: #fff;
}

#sub-page-product-option-button.Garritan {
	background: #2d2926;
  color: #fff;
}

@media all and (max-width: 767px) {
  .sub-nav-breadcrumbs-container {
    flex-wrap: wrap;
  }
}

/* Community topic list page (2017)
----------------------------- */

.comm-button-container {
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.comm-options-container {
	display: flex;
  margin-bottom: 80px;
  border: 1px solid #fff;
  padding: 20px;
  max-height: 1000px;
  overflow: hidden;
}

.comm-options-container.smartmusic {
	border-color: #ea7200;
}

.comm-options-container.finale {
	border-color: #0081aa;
}

.comm-options-container.garritan {
	border-color: #2d2926;
}

.comm-hero-img {
  display: flex;
  margin: 10px 0 0;
  transition: box-shadow .15s ease-out;
}

.comm-hero-img:hover {
	cursor: pointer;
  box-shadow: 0 -1px 7px rgba(0,0,0,0.28);
}

.comm-hero-img#finale {
  background-color: #0081aa;
  width: calc(50% - 12.5px);
  padding: 20px 4px;
  height: 70px;
}

.comm-hero-img#smartmusic {
  width: 0%;
  height: 0%;
  padding: 0px;
  background-color: #ea7200;
}

.comm-hero-img#garritan {
  padding: 23px 10px;
  height: 70px;
  width: calc(50% - 12.5px);
  background-color: #2d2926;
}

.comm-option {
  width: calc(50% - 7.5px);
}

.comm-options-container .comm-option:first-child {
  margin-right: 10px;
}

.comm-options-container .comm-option:nth-child(2) {
  margin-left: 10px;
}

.comm-option h3, .comm-option p {
	text-align: center;
}

.comm-option h3 {
  font-size: 17.5px;
  margin: 0 0 3.5px;
}

@media all and (max-width: 600px) {
  .comm-button-container {
  	flex-direction: column;
    width: 100%;
  }
  .comm-hero-img#finale, .comm-hero-img#smartmusic, .comm-hero-img#garritan {
  	width: 100%;
    max-width: none;
  }
  .comm-hero-img.disabled:hover {
    background-color: #bbb;
  }
  .comm-hero-img:hover {
  	box-shadow: none;
  }
  
  .comm-options-container {
    flex-wrap: wrap;
  }
  
  .comm-option {
    width: 100%;
  }
  
  .comm-options-container .comm-option:first-child, .comm-options-container .comm-option:nth-child(2) {
    margin: 0 0 20px;
  }
  
  .comm-options-container .comm-option:nth-child(2) {
    margin-bottom: 0;
  }
}

/* Request page
---------------- */

.ticket-created-confirmation {
  padding: 10px 12px 12px 14px;
  display: inline-block;
  margin: 5px 0;
  transition: max-width .3s ease-in;
  max-width: 100%;
  overflow: hidden;
}

/* Hidden & Conditional styles (KEEP ME AT THE BOTTOM OF THE CASCADE)
------------------------------------------------------- */

.hidden {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
	border-width: 0;
}

.hidden-mw {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
	border-width: 0;
  max-width: 0;
  transition: .3s ease-out;
}

.disabled,
.disabled#finale,
.disabled#smartmusic,
.disabled#garritan {
  background-color: #ccc;
}