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

html {
  height: 100%;
  background-color: #ffffff;
}

body {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  color: #4C596B;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

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

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

figure > img {
  display: block;
}

a {
  color: #2C9FDD;
  font-size: 14px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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: #EEE;
  border-style: solid;
  padding: 12px;
}

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

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

h1, h2, h3, h4, h5, h6 {
  color: #4C596B;
  font-weight: 400;
}

h1 {
  font-size: 22px;
}

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

label {
  font-size: 12px;
}

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

input, textarea {
  border: 1px solid #DDD;
  border-radius: 2px;
  padding: 10px;
  outline: none;
}

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

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

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

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

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

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

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

::-moz-placeholder {
  color: #CCC;
}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #DDD;
  color: #11B4E9;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

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

input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #FFF;
  padding: 10px 30px;
}

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

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

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

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

.form-field label,
.searchbox label {
  display: block;
  margin-bottom: 5px;
  color: #AAA;
}

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

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field.hide-required > label:after {
  display: none;
}

.form-field p {
  margin-top: 0;
  color: #BEBEBE;
  font-size: 11px;
}

.form-field input[type=text] {
  height: 30px;
}

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

.form-field.block {
  display: none !important;
}


form input[type=submit] {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 2px;
  color: #FFF;
  background: #00a7e1;
  border: 1px solid #3DA7DF;
  -webkit-box-shadow: inset 1px 1px 1px rgba(250,250,250,.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(250,250,250,.2);
  box-shadow: inset 1px 1px 1px rgba(250,250,250,.2);
}


.new-request-form .upload-dropzone {
  border: 1px dashed #ddd;
  border-radius: 2px;
  background: #F9FCFD;
}

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


[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/776881/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}




.new-request-form {
  max-width: 365px;
  margin: 40px auto 20px;
}


.nesty-panel {
  box-shadow: none;
  border: 1px solid #DDD;
}

.nesty-panel li {
  min-height: 34px;
  padding: 10px 15px !important;
  border-top: 1px solid #DDD;
  font-size: 12px;
  line-height: 1.5;
  color: #6DBDE8;
}

.nesty-panel li:first-child {
  border-top: none;
}

.nesty-panel li:hover,
.nesty-panel li:focus,
.nesty-panel li.nesty-selected {
  background: #009DE0;
  color: #E6F4FC;
  font-weight: normal;
}

.nesty-expand:after {
  content: "\f054";
  right: 15px;
  border: none;
  font-family: "fontawesome";
  font-size: 10px;
}


.nesty-panel .nesty-collapse,
.nesty-panel .nesty-collapse:hover,
.nesty-panel .nesty-collapse:focus,
.nesty-panel .nesty-collapse.nesty-selected {
  padding: 10px 10px 10px 22px !important;
  background: #FAFCFE;
  color: #888;

}

.nesty-collapse:before {
  content: "\f053";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -7px;
  font-family: "fontawesome";
  font-size: 10px;
  color: #888;
}


.en-only .nesty-panel .nesty-collapse {
  color: transparent;
}

.nesty-collapse:after {
  display: none;
}

/* Hardcode English content */
.en-only .nesty-collapse:after {
  display: block;
  content: "Back";
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -8px;
  border: none;
  font-size: 12px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  color: #888;
}


.nesty-panel .null,
.nesty-input {
  color: #888;
}

.nesty-input {
  width: 85%;
  outline: none;
}


/* Suggested Articles */

.suggestion-header {
  display: block;
  margin-bottom: 5px;
  color: #AAA;
  font-size: 12px;
}

.suggestion-pane {
  display: none;
  width: 85%;
  margin-top: 20px;
}

.suggestion-pane.active {
  display: block;
}

.article-suggestion,
.searchbox-suggestions li {
  position: relative;
}

.article-suggestion a,
.searchbox-suggestions a {
  display: block;
  height: 30px;
  padding: 5px 8px;
  border: 1px solid #DDD;
  border-top: none;
  font-size: 12px;
}

.article-suggestion a:visited {
  color: #2C9FDD;
}

.article-suggestion:first-child a,
.searchbox-suggestions li:first-child a {
  border-top: 1px solid #DDD;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.article-suggestion:last-child a,
.searchbox-suggestions li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.request-form footer,
.suggestion-footer {
  margin-top: 25px;
  padding: 0;
  text-align: left;
}

.suggestion-footer {
  margin-top: 25px;
}

.nextFields {
  padding: 6px 18px;
  border-radius: 3px;
  background: #FFF;
  border-color: #E9E9E9;
  -webkit-box-shadow: inset 0px -2px 10px #F6FBFB;
  -moz-box-shadow: inset 0px -2px 10px #F6FBFB;
  -ms-box-shadow: inset 0px -2px 10px #F6FBFB;
  -o-box-shadow: inset 0px -2px 10px #F6FBFB;
  box-shadow: inset 0px -2px 10px #F6FBFB;
  font-size: 12px;
  color: #0BB3E8;
}

.request-form footer p {
  margin-top: 5px;
  color: #BEBEBE;
  font-size: 11px;
}

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

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

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

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

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

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

/* Search box */
.subheader-search, .sub-nav .search {
  position: relative;
}

.subheader-search:before, .sub-nav .search: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;
}

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

.subheader-search input[type="submit"], .sub-nav .search input[type="submit"] {
  display: none;
}


/* Breadcrumbs */
.breadcrumbs {
  display: none;
  margin-bottom: 20px;
}

.breadcrumbs li {
  color: #BEBEBE;
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
}


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

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

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

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

/* 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 #EEE;
  float: left;
  margin-left: -1px;
}
[dir=rtl] .pagination li {
  float: right;
}

.pagination li:hover,
.pagination li:focus {
  background: #F8F8F8;
}

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

.pagination li.pagination-current {
  background-color: #3EA8E0;
  color: #FFF;
  border-color: #3DA7DF;
}

.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.7;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: #EEE;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: outside;
  padding: 0;
  margin-left: 28px;
}
.markdown ul {
  list-style: inherit;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #EEE;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #EEE;
  color: #BEBEBE;
  font-style: italic;
  padding: 0 15px;
}

/* Frame */
.container, .header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
}

main {
  padding-bottom: 205px;
}

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

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

/* Header */
.header {
  position: relative;
  background: #00435B;
  border-bottom: 2px solid #3CC0EA;
  color: #FFF;
}

.header a,
.user-nav .dropdown-toggle {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 14px; 
  line-height: 58px;  
  padding: 0 24px;
  white-space: nowrap;
  transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  border-radius: 0;
  padding: 0 12px;
  margin: 0;
}

.header a:hover,
.user-nav .dropdown-toggle:hover {
  background-color: #2C9FDD;  
  color: white;
  text-decoration: none;
}

.user-nav .dropdown-menu a {
  line-height: 1.5;
}


.user-nav .dropdown-menu a:hover {
  color: #777;
}

.header-inner {
  display: table;
  height: 45px;
}

.logo, .home-nav, .user-nav {
  display: table-cell;
  vertical-align: middle;
}

.logo {
  width: 80px;
}

.logo a {
  display: inline-block;
  margin-top: 0;
  padding-left: 0;
  padding-right: 24px;
}

.logo a:hover {
  background-color: inherit; /* we don't want the logo to change color */
}

.logo-adroll {
  display: inline-block;
  fill: #FFF;
  height: 19px;
  margin-top: 0;
  position: relative;
  top: 5px; /* bump it down just a little */
}

.home-nav {
  position: relative;
  width: 180px;
  text-align: center;
  background-color: rgba(255,255,255,0.15);
  border: none;
  border-left: 1px solid rgba(0,0,0,0.8);
  border-right: 1px solid rgba(0,0,0,0.8);
  box-shadow: inset 0px 0px 3px -1px white; 
}

.home-nav i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  margin: auto;
  font-size: 12px;
  color: #3CC0EA;
  line-height: 0;
}

.user-nav {
  text-align: right;
  line-height: 58px;
}
.user-nav > * {
  display: inline-block;
}
[dir=rtl] .user-nav {
  text-align: left;
}
[dir=rtl] .user-nav > * {
  margin: 0 25px 0 0;
}

.user-info .dropdown-toggle,
.login {
  background: none;
  border: none;
  color: rgba(255,255,255,0.8);
}

.login {
  padding: 0;
}

.user-avatar {
  display: none;
}

.user-nav .dropdown-toggle:after {
  content: "\f0d7";
  padding-left: 3px;
  font-size: 10px;
  font-family: "FontAwesome";
  color: #FFF;
}

.dropdown-toggle i,
.return-link i {
  margin-left: 2px;
}

.dropdown-menu {
  /*right: -14px;*/
  border-radius: 1px;
  box-shadow: none;
  border-color: #DDD;
}

.dropdown-menu [role=menuitem] {
  padding: 4px 15px;
  color: #777;
}

.dropdown-menu [role=separator] {
  margin: 0px 15px 10px;
}

.dropdown-menu-caret:before {
  top: -6px;
}

.dropdown-menu-caret:after {
  top: -5px;
}

.user-nav .language-selector {
  margin: 0;
}

/* Mobile Nav */
.mobile-nav,
.mobile-toggle {
  display: none;
}

.mobile-toggle {
  float: right;
  vertical-align: middle;
  line-height: 58px;
}

.mobile-toggle i {
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}


.mobile-nav {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  padding: 10px 0;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 1px;
  z-index: 100;
}

.mobile-nav a {
  color: #777 !important;
  line-height: 1.5;
}

.mobile-nav .user-info .dropdown-toggle,
.mobile-nav .user-info:before,
.mobile-nav .user-info:after {
  display: none;
}

.mobile-nav .user-info .dropdown-menu {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
  border: none;
}

.mobile-nav [role=menuitem] {
  display: block;
  padding: 4px 15px;
}

.mobile-nav [role=menuitem]:hover {
  background: #f9f9f9;
  text-decoration: none;
}

.mobile-nav [role=separator] {
  margin: 0px 15px 10px;
  padding: 5px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: 400;
  font-size: 11px;
}

.mobile-nav .language-selector .dropdown-menu {
  position: relative;
  padding: 0;
  border: none;
}

.mobile-nav .language-selector [role=menuitem] {
  padding: 6px 15px;
}

/* Footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 205px;
  text-align: center;
  font-size: 12px;
}

.footer-inner {
  padding: 40px 0;
}

.logo-curl {
  width: 55px;
}

.footer-contact {
  display: none;
  padding: 30px 10px;
  border: 1px solid #DDD;
  border-width: 1px 0;
  background: #F9FCFD;
}

.footer-copyright,
.footer-links {
  margin-top: 15px;
}

.footer-copyright {
  color: #BBB;
}

.footer-links a {
  margin-left: 25px;
}

.footer-links a:first-child {
  margin-left: 0;
}

/* Home page */
.subheader {
  display: block;
  height: inherit;
  padding: 36px 0;
  background: #F9FCFD;
  border-bottom: 1px solid #E2E6E6;
}

.subheader-title,
.subheader-search,
.subheader-actions {
  display: inline-block;
  vertical-align: top;
}

.subheader-title {
  width: 35%;
  color: #4C596B;
  font-size: 30px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.open-chat,
.open-ticket {
  display: none;
}

.open-chat.in,
.open-ticket.in {
  display: inline-block;
}






.page-home .subheader-title {
  width: 32%;
}

.page-home .subheader-search {
  width: 33%;
}

.subheader-search {
  width: 26%;
}

.subheader-search:before {
  top: 0px;
  line-height: 40px;
  font-size: 14px;
  color: #B7C0CC;
}

.subheader-search input[name=query] {
  border-color: #E2E6E6;
  padding: 0 12px 0 30px;
  line-height: 40px;
  transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  font-size: 14px;
}

.subheader-search input[name=query]:focus {
  box-shadow: none;
  border: 1px solid #2C9FDD;
}


.subheader-actions {
  float: right;
  width: 20%;
  font-size: 0;
}

.subheader-action {
  height: inherit;
  margin-left: 8px;
  padding: 0 24px;
  border-radius: 3px;
  background: #FFF;
  background: linear-gradient(#FFF, #F7FCFB);
  border-color: #E9E9E9;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0px 0px inset;
  -ms-box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0px 0px inset;
  line-height: 40px;
  color: #2C9FDD;
  transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  line-height: 40px;
  font-size: 14px;
  text-transform: none;
}

.subheader-action:hover {
  background: #2C9FDD;
  border-color: #2C9FDD;
  color: #FFF;  
}


.subheader-actions .login,
.subheader-actions .login-msg {
  vertical-align: middle;
  font-size: 14px;
}

.subheader-actions .login {
  min-width: 125px;
  text-align: center;
  margin-left: 10px;
}

.subheader-actions .login-msg {
  color: #90A0B3;
}


.subheader-wrapper {
  float: right;
  width: 65%;
}

.subheader-wrapper .subheader-search {
  float: right;
  width: 55%;
}

.subheader-wrapper .subheader-actions {
  width: auto;
}

.page-home .subheader-wrapper {
  width: 68%;
}

.page-home .subheader-wrapper .subheader-search {
  float: left;
  width: 50%;
}

.page-home .subheader-wrapper .subheader-actions {
  text-align: right;
}


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

.knowledge-base {
  width: 100%;
  border-bottom: 1px solid #DDD;
}

.category-box {
  float: left;
  width: 33%;
  height: 300px;
  padding: 24px;
  border: 1px solid #E2E6E6;
  border-width: 0 1px 1px 0;
}

.category-box:last-child,
.category-box.bottom-box {
  border-bottom: none;
}

.category-box:nth-child(3n) {
  border-right: none;
}

.category-box-icon {
  margin: 10px 0 5px;
  color: #B0DFF6;
  font-size: 45px;
  text-align: center;
  line-height: 1;
}

.category-box-title {
  display: block;
  margin-bottom: 22px;
  text-align: center;
  font-size: 18px;
  color: #4C596B;
}

.category-box-articles {
  padding-left: 5px;
  list-style-position: inside;
  list-style-type: disc;
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
  padding:0;
  margin:0;
}

.category-box-article {
  margin-bottom: 6px;
  padding-left: 1em; 
  text-indent: -.7em;
}

.category-box-article:before {
  content: "•";
  display: inline-block;
  padding-right: 7px;
  color: #E6EAEA;
  font-size: 20px;
  line-height: 18px;
  vertical-align: middle;
}

.category-view-all,
.category-view-all:hover {
  margin-left: 15px;
}



/* Knowledge base trees */

.article-list {
  font-size: 12px;
}

.article-list li {
  margin-bottom: 10px;
}

.category h2 {
  border-bottom: 1px solid #EEE;
  font-size: 16px;
  margin: 25px 0;
  padding-bottom: 18px;
}

.category h2 a, .section h2 a {
  color: #4C596B;
  font-size: 16px;
}

.section h2 {
  margin-top: 0;
}

.category-title,
.section-title {
  margin-top: 0;
  color: #4C596B
}

.category-details {
  display: none;
}


.category-empty, .section {
  display: inline-block;
  width: 50%;
  padding: 0px 20px 30px 0;
  vertical-align: top;
  font-size: 12px;
}

.section:nth-child(even) {
  padding-left
}

.section-tree {
  padding: 20px;
  font-size: 0;
}


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

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: underline;
}

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

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

.page-header {
  border-bottom: 1px solid #EEE;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}
.page-header > * {
  display: table-cell;
  vertical-align: middle;
}
.page-header > *:first-child {
  width: 100%;
}
.page-header + p {
  color: #BEBEBE;
  margin: -15px 0 20px 0;
}
.page-header h1 {
  font-size: 20px;
}

/* Sub-nav */
.sub-nav {
  display: table;
  margin-bottom: 25px;
  padding: 25px 0;
  table-layout: fixed;
  width: 100%;
}
.sub-nav > * {
  display: table-cell;
}
.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
}
.sub-nav .search {
  width: 300px;
}

/* Article */

.main-column {
  float: left;
  max-width: 810px;
  width: 72%;
  padding: 20px;
}


.article-main-column {
  float: left;
  max-width: 815px;
  width: 70%;
  padding: 20px 20px;
}

.side-column {
  float: left;
  max-width: 220px;
  width: 20%;
  padding-top: 30px;
}


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

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

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

.article-title {
  margin: 0 0 5px;
  color: #4C596B;
  font-size: 32px;
  line-height: 1.5;
}

.article-meta {
  width: 100%;
  margin: 0 0 24px;
}

.article-updated {
  display: block;
}

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

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

.article-footer {
  margin-top: 15px;
  padding: 20px 0;
}
.article-footer .article-vote, .article-footer .share {
  display: table-cell;
}

.article-vote {
  width: 100%;
}

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

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

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

.article-vote-up, .article-vote-down {
  color: #5FC2EC;
  font-family: "entypo";
  border-radius: 50%;
}

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

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

.article-vote-up.article-voted {
  color: #6B9100;
  border-color: #6B9100;
}

.article-vote-down.article-voted {
  color: #999;
  border-color: #999;
}


/* Side Nav */
.nav-menu {
  float: left;
  width: 28%;
  max-width: 340px;
  min-height: 300px;
  padding: 0;
  border-right: 1px solid #DDD;
  background: #FAFCFE;
  line-height: 1.8em;
}

.sidebar-nav-categories li {
  padding: 0;
  cursor: pointer;
}

.sidebar-nav-categories span {
  -webkit-user-select: text;  /* Chrome all / Safari all */
  -moz-user-select: text;     /* Firefox all */
  -ms-user-select: text;      /* IE 10+ */
  -o-user-select: text;
  user-select: text;
}

.sidebar-nav-category-header {
  position: relative;
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #6DBDE8;
  line-height: 40px;
  color: #2C9FDD;
}

.sidebar-nav-category-header i {
  margin-right: 10px;
  font-size: 16px;
  color: #2C9FDD;
}


.sidebar-nav-category-header:hover,
.sidebar-nav-category-header:hover i,
.open > .sidebar-nav-category-header,
.open > .sidebar-nav-category-header i {
  color: #798390;
}

.sidebar-nav-section-header {
  position: relative;
  display: block;
  margin-left: 26px;
  padding: 6px 12px;
  line-height: 40px;
  color: #2C9FDD;
}

.sidebar-nav-section-header:hover,
.open > .sidebar-nav-section-header {
  color: #798390;
}

.sidebar-nav-articles {
  border: none;
  margin-left: 60px;
  background: none;
}


.sidebar-nav-article:hover {
  background-color: #f9f9f9;
}

.sidebar-nav-article-link {
  display: block;
  padding: 6px 12px;
  line-height: 40px;
  font-weight: 300;
}

.active-item a {
  position: relative;
  background: #3EA8E0;
  border-radius: 2px 0 0 2px;
  border: 1px solid #2C9FDD;
  border-right: none;
  -webkit-box-shadow: rgba(255,255,255,0.2) 1px 1px 0px 0px inset;
  -moz-box-shadow: rgba(255,255,255,0.2) 1px 1px 0px 0px inset;
  box-shadow: rgba(255,255,255,0.2) 1px 1px 0px 0px inset;
  color: #FFF;
  font-weight: 400;
  cursor: default;
  text-decoration: none;
}

.active-item {
  position: relative;
}

.sidebar-nav-sections, .sidebar-nav-articles {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-transition: .2s .15s opacity ease;
  -moz-transition: .2s .15s opacity ease;
  -o-transition: .2s .15s opacity ease;
  transition: .2s .15s opacity ease;
}

.open > .sidebar-nav-sections, .open > .sidebar-nav-articles {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


.sidebar-nav-category.open {
  background: #FFF;
  border: 1px solid #ddd;
  border-width: 1px 0;
}

li.sidebar-nav-category:first-child {
  border-top: none;
}

li.sidebar-nav-category:last-child {
  border-bottom: none;
}



.side-column-block {
  margin-bottom: 40px;
}


/* Related Articles */
.related-articles h3 {
  margin: 0 0 10px;
}

.related-articles ul {
  list-style: initial;
  margin-left: 20px;
}

.related-articles li {
  margin-bottom: 10px;
  line-height: 1.6;
}


.article-body a {
  font-size: 16px;
}

.article-body a:hover,
.article-body a:focus,
.article-body a:visited,
.related-articles a:hover,
.related-articles a:focus,
.related-articles a:visited {
  color: #2C9FDD;
  text-decoration: underline;
}


.dynamic-ad {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 1px;
  background: #FAFCFE;
  text-align: center;
}

.dynamic-ad h1,
.dynamic-ad h2,
.dynamic-ad h3,
.dynamic-ad h4,
.dynamic-ad h5,
.dynamic-ad h6 {
  margin-top: 0;
}

.btn-primary {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 2px;
  color: #FFF;
  background: #00a7e1;
  border: 1px solid #3DA7DF;
  -webkit-box-shadow: inset 1px 1px 1px rgba(250,250,250,.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(250,250,250,.2);
  box-shadow: inset 1px 1px 1px rgba(250,250,250,.2);
}



.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: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

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

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #EEE;
  padding: 25px 0;
}
.comment-list > *:first-child {
  border-top: 1px solid #EEE;
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px;
}

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

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

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

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/776881/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/776881/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

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

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

.comment-published {
  color: #BEBEBE;
}
.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 {
  border: 1px solid #DDD;
  margin-top: -1px;
  padding: 10px;
}

.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: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  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;
  border-radius: 3px;
  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 {
  border-bottom: 1px solid #EEE;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

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

.my-activities-sub-nav {
  margin: 15px 0;
  font-size: 14px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-toolbar .requests-search {
  min-width: 320px;
  max-width: 600px;
  width: 100%;
}

select.request-filter {
  width: 50%;
}

label.request-filter {
  padding-right: 10px;
}


.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir=rtl] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

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

.page-request_page .main-column {
  float: right;
  padding-right: 60px;
}

.page-request_page .side-column {
  float: right;
  max-width: 280px;
  width: 24%;
}

.request-id {
  color: #BEBEBE;
}

.request-subject {
  color: #4C596B;
}

.request-details {
  background: #F9FCFD;
  border: 1px solid #EEE;
  border-radius: 2px;
  font-size: 12px;
  margin: 0;
  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 {
  color: #FFF;
  border-radius: 3px;
}

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

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* Community */
.community .page-header {
  margin-top: 30px;
}

.community .page-header h1 {
  margin: 0;
}

.community .breadcrumbs {
  display: block;
  margin: 20px 0;
}

.post-to-community a {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

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

/* Community topic page */
.topic-header {
  margin-top: 30px;
  margin-bottom: 15px;
}

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

.topic-filters {
  width: 100%;
}

.topic-filters > * {
  display: inline-block;
  font-weight: bolder;
  margin-right: 20px;
}

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

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

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

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

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

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

.post-overview-status {
  margin: 0 10px;
}

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

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

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

.post-overview-count {
  display: inline-block;
  background: #f9f9f9;
  border-radius: 3px;
  color: #bebebe;
  font-size: 10px;
  margin-left: 10px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}

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

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

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

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

.post-actions .dropdown-toggle:before {
  content: "\2699\00a0\00a0";
  font: 11px bold;
  font-family: "entypo";
}

.post {
  display: table;
  margin-bottom: 50px;
  table-layout: fixed;
  width: 100%;
}

.post-vote, .post-container {
  display: table-cell;
  vertical-align: top;
}

.post-vote.vote {
  width: 45px;
  min-width: 0;
  margin: 0;
  padding-top: 5px;
  text-align: center;
}

.post-vote a:before,
.comment-vote a:before {
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #555555;
  display: inline-block;
  font-family: "entypo";
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

.post-vote .vote-sum,
.comment-vote .vote-sum {
  display: block;
  min-width: 0;
  padding-left: 0;
  line-height: 2;
}



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

.post-header h1 {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-info {
  display: table;
  width: 100%;
}

.post-info > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.post-avatar {
  min-width: 55px;
  position: relative;
}

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

.post-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/776881/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/776881/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  left: 28px;
  top: -10.5px;
  content: " ";
}

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

.post-meta {
  width: 100%;
  max-width: 0;
}

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

.post-status > span {
  color: #fff;
  margin: 0 10px;
}

.post-planned {
  background-color: #3eaae5;
}

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

.post-completed {
  background-color: #669600;
}

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

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

.post-none {
  display: none;
}

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

/* New Post */
.new_community_post .nesty-input {
  width: 100%;
}

.new_community_post footer {
  margin: 30px 0;
}







/* Community post page and topic page */
.topic-follow [role=button], .post-follow [role=button] {
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 10px;
}

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

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

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


/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  display: table;
}

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

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

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

.question, .answer {
  border-bottom: 1px solid #EEE;
  padding: 20px 0;
  position: relative;
}

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

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/776881/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/776881/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

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

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #CCC;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
  color: #CCC;
  font-size: 11px;
}

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

.answer-form {
  margin: 30px 0 0 95px;
}

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

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

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #EEE;
  margin-top: 30px;
  padding-bottom: 20px;
}

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

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

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

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #BEBEBE;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

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

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

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  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, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.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: 10px;
  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 #DDD;
  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;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  margin: 0;
  padding-bottom: 20px;
  color: #4C596B;
  font-size: 16px;
}

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

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

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

.search-result-description, .search-result-meta {
  padding-top: 10px;
  color: #888;
  font-size: 11px;
}

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

.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: #A8D119;
  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;
}

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

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

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

.chat-available {
  bottom: 0;
}

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

.error-page {
  display: none;
  margin: 0 auto;
  max-width: 400px;
  color: #4C596B;
}

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

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

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

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

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

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

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

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

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

.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%;
  }
}
.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline;
}



/* Responsiveness */

@media only screen and (max-width: 1120px) {

}


@media only screen and (max-width: 960px) {

  .subheader {
    height: auto;
    padding: 15px 0;
  }

  .subheader-title {
    display: none;
  }

  .subheader-wrapper,
  .page-home .subheader-wrapper {
    width: 100%;
  }

  .subheader-wrapper .subheader-search,
  .page-home .subheader-wrapper .subheader-search {
    float: left;
    width: 60%;
  }


  .page-request_new .subheader-title {
    float: left;
    display: block;
    width: 70%;
  }

  .page-request_new .subheader-wrapper {
    width: 30%;
  }


  /* Homepage */
  .category-box {
    width: 50%;
    height: 320px;
  }

  .category-box:nth-child(3n) {
    border-right: 1px solid #DDD;
  }

  .category-box:nth-child(2n) {
    border-right: none;
  }


  /* Article Page */
  .article-sidebar {
    display: none;
  }

  .nav-menu,
  .page-request_page .side-column {
    width: 30%;
  }

  .article-main-column,
  .main-column {
    width: 70%;
  }

  .page-request_page .main-column {
    padding-right: 40px;
  }


  /* Community */
  .topic-list li {
    padding: 0 30px 30px 0;
  }


  .community .main-column {
    width: 100%;
    max-width: 100%;
  }

}


@media only screen and (max-width: 720px) {
  /* Header */

  .user-nav,
  .home-nav {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .mobile-nav.in {
    display: block;
  }


  /*Header*/
  .container, .header-inner, .footer-inner {
    padding: 0 10px;
  }

  .return-link {
    display: none;
  }

  .subheader-wrapper .subheader-search,
  .page-home .subheader-wrapper .subheader-search {
    width: 100%;
  }

  .subheader-actions {
    display: none;
  }

  .knowledge-base {
    border-bottom: none;
  }

  .footer-contact {
    display: block;
  }

  .footer-inner {
    padding: 30px 10px;
  }

  .footer {
    height: 276px;
  }

  main {
    padding-bottom: 276px;
  }

  

  .page-request_new .footer-contact {
    display: none;
  }

  .page-request_new .subheader-actions {
    display: block;
  }

  .page-request_new .footer {
    height: 201px;
  }

  .page-request_new main {
    padding-bottom: 201px;
  }




  /* Category / Section */
  .category-details {
    display: block;
  }

  .category-title,
  .section-title {
    margin-bottom: 20px;
  }

  .category-empty, .section {
    padding: 0 0 20px;
  }

  .section-tree {
    padding: 0;
  }


  /* Article Page */
  .nav-menu {
    display: none;
  }

  .breadcrumbs {
    display: block;
  }

  .article-main-column,
  .main-column {
    width: 100%;
    padding: 20px 10px;
  }

  .page-request_page .main-column,
  .page-request_page .side-column {
    float: none;
    max-width: 100%;
    width: 100%;
    padding: 20px 10px;
  }

  .page-request_page .side-column {
    padding-bottom: 0;
  }


  /* New Request Page */
  .subheader-actions .login-msg,
  .subheader-actions .login {
    display: none;
  }


  /* Community */
  .topic-list li {
    width: 100%;
    padding: 0 0 30px;
  }

  .post-overview {
    padding: 20px 0;
  }

  .post-overview-stats {
    float: none;
    margin-top: 6px;
  }

  .post-overview-status {
    margin: 0;
  }

  .post-overview-count {
    background: none;
    min-width: 0;
    padding: 0;
    margin-right: 20px;
    margin-left: 0;
    color: #888;
  }

  .post-overview-count strong {
    display: inline-block;
    margin-right: 3px;
  }

  .post-overview-status > span {
    margin-right: 20px;
  }

  .post-overview-status .post-none {
    display: none;
  }

  .post-to-community {
    display: block;
    margin-top: 10px;
  }

  .post-actions + .post-to-community {
    display: table-cell;
    margin-top: 0;
  }

}


@media only screen and (max-width: 550px) {
  body {
    font-size: 14px;
  }


  /* Homepage */
  .category-box {
    height: auto;
  }

  .category-box, .category-box:nth-child(3n) {
    width: 100%;
    border-right: none;
  }

  .category-box-title {
    font-size: 24px;
  }

  .category-box-articles {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
  }


  /* Category / Section Page */
  .category-empty, .section {
    width: 100%;
  }


  /* Article Page */
  .article-main-column {
    padding: 20px 0;
  }


  /* Requests */
  .request-table th:nth-child(1),
  .request-table td:nth-child(1) {
    display: none;
  }

  .request-table-toolbar .requests-search {
    min-width: 0;
  }


  /* Error */
  .error-page h1 {
    margin: 0;
    font-size: 40px;
  }


  /* Community */
  .topic-header > * {
    display: block;
    margin-bottom: 10px;
  }

  .community .comment-avatar,
  .community .post-avatar {
    display: none;
  }

  .community .comment-author {
    display: block;
  }

  .community .comment-published,
  .community .comment-pending,
  .community .comment-official {
    float: none;
    display: inline-block;
    margin-top: 8px;
  }

  .community .comment-published {
    display: block;
    padding: 0;
    border: none;
  }

  .community .comment-published:before {
    display: none;
  }

  .community .post-info,
  .community .post-meta,
  .community .post-status,
  .community .post-follow {
    display: block;
    margin-bottom: 10px;
  }

  .community .post-meta {
    max-width: none;
  }

  .community .post-status > span {
    margin: 0;
  }


}

@media only screen and (max-width: 420px) {
  .nesty-input,
  .suggestion-pane {
    width: 100%;
  }


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

  .request-table-toolbar .requests-search {
    width: 100%;
  }

  .request-table-filters {
    display: none;
  }

  .comment-avatar {
    display: none;
  }


  /* Community */

  .post-overview-stats {
    background: #f9f9f9;
    padding: 12px 15px;
    max-width: 100%;
    border-radius: 4px;
  }

}

.product-manager:after, .product-specialist:after {
	content: "Product Manager";
	background-color: #333;
	border-radius: 3px;
	color: white;
	margin-left: 8px;
	padding: 2px 5px;
	font-size: 10px;
}
.product-specialist:after {
  content: "Product Specialist";
}