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

html {
  background-color: `;
}

body {
  color: #555555;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

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

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

figure > img {
  display: block;
}

a {
  color: #0080bd;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  text-decoration: none;
}
a:hover {
  	color: #E06c27;
}

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

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: wrap;
}

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

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

h1 {
  font-size: 20px;
}

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

label {
  font-size: 12px;
}

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

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

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

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

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

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #666666;
  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 + .form-field {
  margin-top: 25px;
}

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

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

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

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

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

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

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  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/01HZM5C4RW3VS8EETVEMD8J7SB") 99% 50% no-repeat;
  background-size: 16px 16px;
}

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

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

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

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

.nav-bordered li + li {
  border-color: #eeeeee;
  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 */
.search-box, .sub-nav .search {
  position: relative;
}

.search-box: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;
}

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

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

/* Breadcrumbs */
.breadcrumbs li {
  color: #0080BD;;
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a {
  color: #555555;
}

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

.share a:before {
  background: #06b5ec;
  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 #eeeeee;
  float: left;
  margin-left: -1px;
}
[dir="rtl"] .pagination li {
  float: right;
}

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

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

.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: #eeeeee;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

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

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

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

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

/* Header */
.header {
  background: #FFFFFF;
  border-bottom: 1px solid #eeeeee;
}

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

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

.logo img {
  max-height: 60px;
}

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

/* Home page */
.hero-unit {
  display: block;
  font-size: 22px;
  padding: 80px 60px;
}

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

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

.knowledge-base {
  width: 100%;
}

.community {
  background: #f9f9f9;
  border-radius: 5px;
  display: none;
  padding: 25px 20px;
  margin-top: 65px;
  margin-left: 45px;
  width: 270px;
}
[dir=rtl] .community {
  margin-left: 0;
  margin-right: 45px;
}
.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2, .community h3, .section h3 {
  color: #0080bd;
  font-weight: normal;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.community h2, .community h3 { 
  font-size: 16px;
  color: #0080bd;	
}
.section h3 { 
  font-size: 21px;
  color: #0080bd;	
}
.community h4 {
  font-size: 15px;
  margin-top: 0;
}

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

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

/* slider */

.slider__wrap .bx-wrapper .bx-viewport {
	margin: 0;
  padding: 0;
  border: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* Knowledge base trees */
.article-list li, .community li {
  margin-bottom: 10px;
  font-size: 12px;
}

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

.category h2 a, .section h3 a {
  color: #0080bd;
}

.category-empty, .section {
  display: inline-block;
  padding: 0 50px 30px 0;
  vertical-align: top;
  width: 49.5%;
}
[dir=rtl] .category-empty, [dir=rtl] .section {
  padding: 0 0 30px 50px;
}

.see-all-articles {
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  color: #444444;
  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 #cccccc;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
  font-size: 32px;
  color: #14aee4;	
}
.page-header h1 {
  font-size: 32px;
  line-height: normal;
  color: #0080bd;		
}
.page-header .section-subscribe {
	font-size: 16px;
  color: #0080bd;	
}
.page-header > * {
  display: table-cell;
  vertical-align: middle;
}
.page-header > *:first-child {
  width: 100%;
}
.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}

/* 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 */
.article-header {
  margin-bottom: 25px;
}
.article-header h1 {
  color: #14aee4;
  font-size: 32px;
  line-height: normal;
  font-weight: normal;
  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-meta {
  width: 100%;
}

.article-updated {
  display: block;
  color: #999999;
}

.article-more-questions {
  margin: 15px 0 50px;
}
.article-body h1 {
/*  color: #222222; */
  color: #f68829;
  font-size: 22px;
  line-height: 200%;
}

.article-body p {
  font-size: 16px;
  color: #444444;
}  
  .article-body ol {
  font-size: 16px;
  color: #444444;
  list-style: cyrilic;
  margin-left: 50px;
}

  .article-body ul {
  font-size: 16px;
  color: #444444;
  margin-left: 50px;
}

.article-body table {
  table-layout: auto;
  width: 100%;
  float: left;
  word-break: break-word;  word-wrap: break-word;
}

/*CSS for Specific Tables on Article Page */

.columnA {
  width: 25%;
}

.columnB {
  width: 33%;
}

.columnC {
  width: 50%;
}

/*Specific Tables */
.article-footer {
  border-bottom: 1px solid #cccccc;
  margin-top: 15px;
  padding: 20px 0;
}
.article-footer .article-vote, .article-footer .share {
  display: table-cell;
}

.article-vote {
  font-size: 17px;
  color: #999999;
  width: 100%;
}

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

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

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

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

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

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

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

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

/* Side column */
.side-column h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin: 0 0 20px;
  font-size: 21px;
}
.side-column ul {
  margin-bottom: 60px;
}
.side-column li {
  margin-bottom: 10px;
}
.side-column li a {
  font-size: 16px;
  color: #444444;
}
.side-column li a:hover {
	color: #E06c27;
}

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

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

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 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("/hc/theming_assets/01HZM5C5HWT5AQ60DV4Y06YS1M");
  background-image: url("/hc/theming_assets/01HZM5C5NVP5S6YA3964GV06JN");
  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 #dddddd;
  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: #999999;
}

.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: #999999;
}
.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 #eeeeee;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  color: black;
  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-bottom: 15px;
}

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

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

.request-id {
  color: #bebebe;
}

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

.request-details dt ~ 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 heading */
.community-heading {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  color: #0080BD;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}
.community-nav li a:hover,
.community-sub-nav li a:hover,
.topic-list a:hover,
.question-list a:hover{
  color: #e06c27;
}

.community-nav li + li {
  border-left: 1px #eeeeee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
[dir=rtl] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: #666666;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  position: relative;
  max-width: 800px;
  
}

.community-sub-nav li {
  color: #0080BD;
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

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

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

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

/* Community filters */
.topic-filters > * {
	font-weight: bold;
  margin-right: 20px;
  display: inline-block;
  color: #0080bd;
}

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

.topic-header, .question-header {
  border-bottom: 1px solid #eeeeee;
  display: table;
  padding-bottom: 10px;

}

.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;
  color: #0080bd;	
}

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

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

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

.form-field label,
.form-field p {
  font-size: 16px;
 
}
.form-field p {
   color: #999999;
}

.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("/hc/theming_assets/01HZM5C5HWT5AQ60DV4Y06YS1M");
  background-image: url("/hc/theming_assets/01HZM5C5NVP5S6YA3964GV06JN");
  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;
  font-size: 16px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}
.question-body a:hover {
  color: #e06c27;
}

.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: #cccccc;
  border-radius: 5px;
  color: #0080BD;
  display: inline-block;
  font-size: 13px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 21px;
  color: #0080BD;
}

.question-title a, .topic-title a {
  font-weight: normal;
  color: #0080bd;	
}

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

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

.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: #cccccc;
  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 #dddddd;
  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 #cccccc;
  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;
  max-width: 550px;
  width: 100%;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 55px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  font-size: 32px;
  line-height: normal;
  color: #14AEE4;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
  color:  #E06C27;
}
.search-results a:hover {
  color: #E06C27;
}
.search-results-subheading-link:hover {
  text-decoration: underline;
}

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

.search-result-link {
  font-size: 19px;
  color: #0080BD;
}

.search-result-description {
  padding-top: 16px;
  font-size: 16px;
  color: #444444
}

.search-result-description em {  
  font-weight: bold;
  background-color: #FFF3CA;
  padding: 0px 3px 2px;
  border-radius: 3px;
} 

.search-result-meta {
  padding-top: 16px;
  font-size: 16px;
  color: #444444
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #999999;
}
.search-result-meta-name a { color: #0080bd    ; }

.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 {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

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

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

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

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

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

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

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

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader 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;
}
/*Custom styles for Clarizen */
* { -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Lato', Helvetica, Arial;
  font-weight: 400;
  padding: 0px;
}
/* todo: temp change width: 100% */
main {
  width: 100%;
  padding: 0px 0px 20px;
}
a {
  font-family: inherit;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { color: inherit;}
::-webkit-input-placeholder {
  color: #14aee4;
}

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

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

/* Header styles */
.header {
  height: 121px;
  border: none;
}
.header-inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.header .mobile-banner {
  display: none;
}
.header .user-nav {
  font-size: 18px;
}
.user-nav > * { margin: 0; }
.header .user-nav a {
  font-weight: 400;
  margin: 0 26px 0 0;
}
.header .user-nav .login {
  vertical-align: bottom;
}
.header .user-nav .submit-a-request {
  background-color: #3a9bc9;
  padding: 6px 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.header .user-nav .submit-a-request:hover  {
  background: #0982bb;
}
.header .user-nav .web-request .submit-a-request {
  margin:  0 56px 0 0;
}
.header .user-nav .mobile-request .submit-a-request {
  display: none;
}

.header .user-nav .submit-a-request:before {
  content: '';
  background-image: url("/hc/theming_assets/01HZM59YZ8QGS6YNC95YMKAXAJ");
  background-color: #0982bb;
  padding: 6px 15px 6px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 14px;
}
.header .user-nav .submit-a-request:hover:before {
  background-color: #3a9bc9; 
}
.header  .user-nav .login, #user .dropdown-toggle {
  border: none;
  padding: 0;
  vertical-align: bottom;
  font-weight: 400;
}
/* Hero unit styles */
.hero-unit {
  padding: 50px 20px;
  height: 200px;
  background-image: url("/hc/theming_assets/01HZM5A7GZ12QBAJYDWGNDQSE3");
  background-repeat: repeat-x;
}
.hero-unit .search {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 70px;
  background: #eeeeee;
}
.hero-unit .search #query {
  max-width: 77%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 15px 20px 15px 60px;
  margin-right: 38px;
  font-size: 24px;
  font-weight: 400;
}
.hero-unit .search #query:focus {
  outline: none;
}

.hero-unit .search:after{
  content: "";
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  display: inline-block;
  top: 78%;
  left: 113px;
}


.hero-unit .search input[type=submit] {
  display: inline-block;
  width: 17%;
  padding: 14px 10px;
  background: #f8890c;
  font-weight: 700;
  font-size: 24px;
}
.hero-unit .search input[type=submit]:hover{
  background: #E36C17;
}
.search-box:before {
  content: "";
}

.hero-unit .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 51%;
  width: 2.5em;
  z-index: 1;
  color: #b5b5b5;
}
/* Knowledge base style */ 
body.community-enabled .knowledge-base {
  width: 100%;
}
/* Main content styles */
.hidden { display: none;}
body.community-enabled .knowledge-base.hidden {
  display: none;
}

.main-content {
 max-width: 1210px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.navigation-banner  {
  text-align: center;
  margin-bottom: 20px;
}

.navigation-banner .getting-started-box img {
  /*height: 119px;*/
  width: auto;
}

.navigation-banner  img {
  height: 124px;
  width: auto;
}

/* Fretured articles section */
.featured-articles {
  padding: 60px 10px 75px;
}

.promoted-articles .article { 
  position: relative; 
  padding: 20px 0px 20px 80px;
}
.promoted-articles .article:before {
  content: url("/hc/theming_assets/01HZM59ZTDJ35H8VBNV7FYMMMH");
  height: 50px;
  width: 50px;
  display: inline-block;
  background: #46c9f3;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  line-height: 68px;
  left: 0px;
  top: 32px;
}

.promoted-article-header,
.promoted-articles .promoted-article-header {
  font-size: 36px;
  color: #14aee4;
  margin-top: 0px;
  margin-bottom: 11px;
}
.promoted-articles  .promoted-article-title, .promoted-articles .promoted-article-body {
  color: #898989;
}
.promoted-articles  .promoted-article-title {
  font-size: 28px;
}.promoted-articles  .promoted-article-title:hover {
  color: #14aee4;
}
.promoted-articles  .promoted-article-body {
  font-size: 13.14px;
  margin-top: 10px;
}
.office-hours-box {
  background: #eeeeee;
  max-width: 280px;
  overflow: hidden; 
  margin: 0 auto;
}
.office-hours-box .office-hours-banner {
  font-size: 24px;
  color: #ffffff;
  background: url("/hc/theming_assets/01HZM5A7A6BE25T3XVFHZ9HEH3");
  padding: 0px 18px;

}
.office-hours-box .office-hours-content {
  padding: 0 20px 30px;
  word-wrap: break-word;

}
.office-hours-box h1,
.office-hours-box h2 {
  color: #666666;
  margin: 0;

}
.office-hours-box .office-hours-title {
  font-size: 44px;
  margin: 20px 0px 15px;
  line-height: normal;

}
.office-hours-box .office-hours-body {
  font-size: 21px;
  color: #666666;
  line-height: normal;
  margin-bottom: 20px;
}
.office-hours-box .register-now {
  display: inline-block;
  width: 100%;
  padding: 20px 0 18px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  background: #f8890c;
  border-radius: 5px;
  
}
hr {
  display: block; 
  height: 1px;
  border: 0; 
  border-top: 1px solid #dddddd;
}
.main-content .lightbulb {
  background: #eeeeee;
  border-radius: 50%;
  padding: 9px 12px;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  bottom: -35px;
}
/* Upcoming events styles */
.main-content .bottom-section {
  padding: 75px 20px 100px;
}
.main-content .bottom-section  .column {
  width: 33.33%;
  float:left;
  padding-right: 30px;
}
.bottom-section .title {
  font-size: 36px;
  color: #14aee4;
}
.upcoming-events .event {
  padding: 17px 0px;
  border-bottom: 1px solid #d2cdc9;

}
.upcoming-events .event:last-child {
  border: none;
}
.upcoming-events .event .event-date {
  background-color: #668333;
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
}
.upcoming-events .event .event-date .day {
  font-size: 23px;
}
.upcoming-events .event .event-date .month {
  font-size: 18px;
}
.upcoming-events .event .event-details {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  line-height: normal;
  max-width: 69%;
}
.event .event-details .event-title {
  font-size: 17px;
  color: #e36c17;
}
.event .event-title:hover {
  color: #0081bd;
}
.event .event-details .event-info {
  margin-top: 10px;
}
/* Featured video and Did you know section styles */
.bottom-section .featured-video img,
.bottom-section .did-you-know img {
  height: 200px;
  width: auto;
  margin-top: 15px;
  opacity: 0.5;
  border: 2px solid #bbbbbb;
}
.featured-video .video .image-banner,
.did-you-know .video .image-banner {
  background: #61afd4;
  color: #ffffff;
  padding: 10px;
}
.featured-video .video { position: relative;}
.featured-video .video .fa-play-circle-o {
  position: absolute;
  font-size: 7em;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -80px;
  color: #d1d1d1;
}
.video .image-banner .image-banner-title {
  font-size: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 36px;
}
.video .image-banner .content {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 43px;
}
/* Footer style */
.footer {
  height: auto;
  padding: 24px 0px 34px;
  background: #eeeeee;
  border-top: 8px solid #dddddd;
}
.footer-inner {
  max-width: 1210px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-inner .left-footer-column {
  width: 45%;
  float: left;

}
.footer-inner .right-footer-column {
  width: 45%;
  float: right;
}

.footer .footer-logo {
  height: 45px; 
  width: auto;
  margin-bottom: 27px;
}
.footer .footer-text {
  margin-bottom: 32px;
  line-height: normal;
  font-size: 14px;
}
.footer .footer-copyright {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.footer .subscribe {
  position: relative;
  padding-left: 50px;
}
.footer .subscribe .fa-paper-plane{
  font-size: 24px;
  background: #cccccc;
  padding: 13px 13px;
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer .footer-copyright,
.footer .subscribe-text  {
  font-size: 16px;
  font-weight: 700;
}
.footer .subscribe-text {
  margin: 0 0 18px;
}
.footer input[type=email] {
  width: 230px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
}
.footer input[type=submit] {
  height: 35px;
  background: #59b200;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 25px;
  margin-left: 18px;
  line-height: 11px;
}
.footer .widget-subscribe-form-email:focus {
  outline: none;
}
.footer .sharing-icons {
  float: left;
  margin-top: 47px;
  margin-left: 258px;

}
.footer .sharing-icons li {
  display: inline-block;
  margin-left: 15px;
}
.footer .sharing-icons li a {
  display: inline-block;
  background: #8a8a7a;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.footer .sharing-icons li a:hover {
  background: #1cb3e8;
}
.footer .sharing-icons .fa-linkedin-square {
  font-size: 22px;
  padding: 8px 10px;
}
.footer .sharing-icons .fa-facebook {
  font-size: 25px;
  padding: 7px 12px;
}
.footer .sharing-icons .fa-twitter {
  font-size: 20px;
  padding: 9px 10px 9px 9px;
}
.subscribe {
		font-size: 18px !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		border-radius: 0 !important;
		border: 0 !important;
		text-transform: uppercase !important;
	  text-align: center;
		font-weight: bold !important;
		background: #F68928 !important;
		display: block !important;
		padding: 5px 10px !important;
		width: 50%;
		color: #fff !important;
	}
/* Category , section, article styles */
.category-tree .category h2 {
  font-size: 32px;
  color: #0080BD;
}
.category-tree a:hover,
.section-tree a:hover,
.article-list a:hover {
  color: #e06c27;
}
.category-tree .category h2:hover {
  text-decoration: underline;
}
.category-tree .section h3 {
  font-size: 21px;
  font-weight: normal;
  color: #0080bd;
  text-transform: uppercase;
}
.article-list a {
  color: #444444;
  font-size: 16px;
}
.sub-nav .breadcrumbs li a:hover  {
  color: #0080bd;
}
.sub-nav .breadcrumbs li {
  font-size: 14px;
}
article.main-column {
  width: 100%;
}
.article-sidebar.side-column {
  width: 18%;

}
.article-body a {
  color: #0080BD;
}
.article-body a:hover {
  text-decoration: underline;
}

/* Media queries */
@media only screen and (max-width: 1124px) {
  .main-content .bottom-section .column {
    width: 100%;
  }
  .bottom-section .upcoming-events,
  .bottom-section .featured-video,
  .bottom-section .did-you-know {
    max-width: 370px;
    margin: 30px auto 0px;
  }
  /* TODO: changed */
  /*
  .featured-articles .office-hours,
  .featured-articles .promoted-articles {
    width: 100%;
  }*/
  .featured-articles .office-hours {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 1020px) {
  .footer-inner .right-footer-column,
  .footer-inner .left-footer-column {
    width: 100%;
    float: none;
  }
  .footer-inner .right-footer-column {
    margin-bottom: 70px;
  }
  .footer .sharing-icons {
    margin: 47px 0px 0px 0px;
  }
  
}
@media only screen and (max-width: 917px){
  .hero-unit .search #query {
    max-width: 70%;
  }
  article.main-column ,
  .article-sidebar.side-column {
    width: 100%;
  }
  .article-sidebar.side-column  {
    margin-left: 15px;
    margin-top: 45px;
  }
  
}

@media only screen and (max-width: 768px) {
  .hero-unit .search #query,
  .hero-unit .search input[type=submit]  {
    font-size: 18px;
  }
  


}
@media only screen and (max-width: 600px) {
  .header {
    height: 290px;
    position: relative;
  }
  .header-inner {
    text-align: center;
    padding-top: 20px;
  }
  .logo, .user-nav {
    display: block;
    text-align: center;

  }
  .header .mobile-banner {
    position: absolute;
    top: 82px;
    display: block;
    height: 49px;
    width: 100%;
    background-image: url("/hc/theming_assets/01HZM5A7A6BE25T3XVFHZ9HEH3");
    background-repeat: repeat-x;
  }
  .user-nav {
    margin-top: 96px;
  }
  .user-nav a {
    font-size: 21px;
  }
  .user-nav .mobile-request {
    display: block;
  }
  .user-nav .web-request .submit-a-request {
    display: none;

  }
  .user-nav .mobile-request a.submit-a-request {
    display: inline-block;
    margin: 0;
    padding: 7px 18px 7px 0px;
    font-size: 23.5px;
    margin-top: 23px;
  }
  .user-nav .mobile-request .submit-a-request:before {
    padding: 10px 24px 10px;
    background-size: 30px 30px;
   }
   .header .user-nav a {
    margin: 0 42px 0 0;
   }
  .user-nav a.login { margin: 0;}
  .user-nav #user #user-dropdown a {
    font-size: 14px;
    font-weight: normal;

  }
  .hero-unit {
    background: none;
    padding: 0;
  }
  .hero-unit .search {
    padding: 20px;
  }
  .hero-unit .search:after {
    border: none;
  }
  .hero-unit .search #query {
    max-width: 100%;
    display: block;
    font-size: 14px;
  }

  .hero-unit .search input[type=submit] {
    display: block;
    width: 64%;
    margin: 14px auto 0;
    font-size: 24px;

  }

  .hero-unit .search:before {
    font-size: 22px;
    top: 27%;
  }

}

@media only screen and (max-width: 400px) {
  .bottom-section .upcoming-events,
  .bottom-section .featured-video,
  .bottom-section .did-you-know {
    max-width: 300px;
    margin: 50px auto 0;
  }
  .bottom-section .featured-video img,
  .bottom-section .did-you-know img {
    height: 150px; 
  }
  .featured-articles { padding: 80px 10px 65px; }
  .promoted-articles .article { padding: 20px 0px 20px 63px; }
  .promoted-articles .promoted-article-header {font-size: 32px; }
  .promoted-articles .promoted-article-title { font-size: 18px; }
  .promoted-articles .promoted-article-body { font-size: 10.22px; }
  .main-content .bottom-section { padding: 55px 10px;}
  .bottom-section .title { font-size: 24px; }
  .upcoming-events .event .event-details { max-width: 66%;}

  .video .image-banner .image-banner-title {
    font-size: 18.21px;
    margin-bottom: 7px;
  }
  .video .image-banner .content {
    font-size: 10.62px;
  }
  .footer input[type=submit] {
    display: none;
  }
  td, th {
    padding: 0px;
    font-size: 10px;
  }
  .nav li, .nav-bordered li, .nav-spaced li {
    display: block;
  } 
  .nav-bordered li + li,
  .nav-spaced li + li {
    padding: 0;
    margin: 0;
    border: none;
  }
  .topic { width: 100%;}
  .community-nav {border-bottom: none; }
  .community-nav li { display: block; }
  .community-nav li + li { padding-left: 0px; }
  .community-nav li:last-child { 
    float: left;
    top: 10px;
    
  }

}



/*
*
* Migration add-ons
*
*/
article .article-body .video-container {
	height: 385px;
  width:
}
article .article-body .hiq-page-wrap .hiq-t-wrap .hiq-t > h1:first-child,
article .article-body .hiq-page-wrap .hiq-t-wrap .hiq-t > h2:first-child,
article .article-body .hiq-page-wrap .hiq-t-wrap .hiq-t > h3:first-child {
	display: none!important;
}

article .article-body .hiq-page-wrap h1 {
	display: block!important;
}

.article-body .hiq-page-wrap > .hiq-t-wrap
/*.hiq-page-wrap > .hiq-page-wrap */
{
	display: none;
}
article .article-body .hiq-page-wrap.tier-1 > h1,
article .article-body .hiq-page-wrap.collapsed h1,
article .article-body .hiq-page-wrap.collapsed > .hiq-t-wrap,
.hiq-page-wrap.collapsed > .hiq-page-wrap {
	display: block;
}


article .hiq-page-wrap > h1 {
  color: #0080BD;
  font-size: 22px;
  line-height: normal;
  font-weight: normal;
  position: relative;
  padding: 5px 0;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid #E6EDF0;
  cursor: pointer;
  font-weight: bolder;
}
article .hiq-page-wrap > h1:after {
	content: "\E760";
	font-family: "entypo";
	display: block;
	position: absolute;
	right:10px;
	top:0px;
	font-size:35px;
	color: #0080BD;
/* 	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;	 */
}



.hiq-page-wrap.tier-2 {
	margin-left: 5px;
}
.hiq-page-wrap.tier-3 {
	margin-left: 15px;
}
.hiq-page-wrap.tier-4 {
	margin-left: 25px;
}

.hiq-page-wrap.tier-3 > h1,
.hiq-page-wrap.tier-4 > h1 {
	border:none;
	margin-top: 15px;
	font-size:18px;
}
.hiq-page-wrap.tier-3 > h1:after,
.hiq-page-wrap.tier-4 > h1:after {
	font-size: 25px;
}

.hiq-page-wrap.collapsed > h1:after {
	content: "\E763";
/* 	animation-name: none;
	-webkit-animation-name: none; */
}
article .hiq-page-wrap > h1.no-content:after{
	content: none;
}
article .hiq-page-wrap > h1.no-content{
	cursor: default;
}
/* some css adjustments on migrated data*/
.hiq-t > h2,
.hiq-t > h3 {
    color: #0080BD;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
}

.hiq-t h6 {
	/* this is used in 'See also'*/
	font-size: 1rem;
	margin:20px 0 10px 0;
	font-weight: bolder;
}

.hiq-t > h3 {
	font-size: 18px;
}

.hiq-t td > p {
	padding:0;
	margin:0;
}
h2.article-overview {
	margin:0;
}



/*
==============================================
floating
==============================================
*/

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(18%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(18%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}



/* Reports table CSS */
#content-internal 
{
    line-height:normal;
    }
#content-internal {
	padding: 20px;
}
#content-internal h2 {
	display:block;
	font-size: 20px;
	font-family: Arial;
    font-weight:normal;
	color: #f60;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin:45px 0 5px 0;
	position:relative;
}
#content-internal h2 a {
	position:absolute;
	right:0;
	top:5px;
	font-size:12px;
}
#content-internal h3 {
  display:block;
  font-size: 22px;
  font-family: 'Lato', Helvetica, Arial;
  font-weight:normal;
  color: #f60; 
  border:none; 
  margin:40px 0px 5px 0px; 
  padding:0;
}
#content-internal a[name] {
	display:block;
	padding-bottom:5px;
}
#content-internal .top-action {
	text-align:center;
	position: relative;
	bottom: -30px;
}
#content-internal .top-action button {
	width:150px;
}
#content-internal > table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #abbecd;
  table-layout: fixed;
}

#content-internal > div {
overflow-x: scroll;
}

/* start: caption */
#content-internal > table caption {
	position:relative;
	text-align:left;
	background:#fff;
	border-radius:5px;
	padding:5px;
	cursor:pointer;
	font-size:14px;
}
#content-internal caption:hover {
	background:#f6f6f6;
}
#content-internal > table caption .btn-preview 
{
    position:absolute; 
    top:5px; 
    right:10px; 
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    /* background: url(http://help.clarizen.com/images/4/4c/Ico_preview.png) no-repeat 0 0; */

    }
.btn-preview img 
{
    display:none; 
    position:absolute; 
    z-index:1; 
    right:25px; 
    top:0; 
    border:2px solid #69c; 
    border-radius:5px; 
    overflow:hidden; 
    background-color:#fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    padding: 5px;

    }

#content-internal > table.open 
{
    margin-bottom:30px;
    }
#content-internal > table.open caption {
	border-radius:5px 5px 0 0;
	border:1px solid #ccc;
}
#content-internal > table caption h3:before {
	content:'+';
	display:inline-block;
	width:14px;
	height:14px;
	color:#fff;
	background:#69c;
	border-radius:3px;
	margin:2px 5px 0 0;
	padding:0;
	text-align:center;
	font-size:14px;
	vertical-align:top;
	line-height:14px;
}
#content-internal > table.open caption h3:before {
	content:'-';
	background:#369;
	line-height:13px;
	text-indent:-1px;
}
#content-internal > table.open caption h3 {
	color:#369;
	width:90%;
}
#content-internal > table caption code {
	font-size:13px;
	padding-left:20px;
	display:inline-block;
background:none;
}
/* end: caption */


#content-internal > table ol {
    margin:0;
}

#content-internal > table th, #content-internal > table td {
	border:1px solid #abbecd;
	padding:5px;
	text-align:left;
	line-height: 18px;
  color:#333;
}
#content-internal > table th {
	background:#e3eef7;
	font-weight:normal;
	width:200px;
  font-size:14px;
}
#content-internal > table tr.tbl-header-center th {
	text-align:center;
}
#content-internal > table tr:hover td {
    background-color:#ffc;
}
.tbl-content-title {
	color:#333;
}
#content-internal td ul li {
	float: left;
	margin-right: 5px;
	padding-left: 20px;
	list-style-type: square;
	list-style-position: inside;
}
#content-internal td ol li {
	padding-left: 0px;
	list-style-type:disc;
	list-style-position: inside;
}
#content-internal > table tr.tiprow ol {
	background: url(http://help.clarizen.com/images/6/60/Bulbgraph.png) no-repeat scroll 5px 5px #FFFEEE;
	border: 1px solid #E8E6C9;
	border-radius:5px;
	padding: 8px 5px 8px 30px;
}
#content-internal > table tr.tiprow li {
	padding-left:5px;
}
#content-internal > table .f-val,
#content-internal > table .t-val {
    text-align:center;
}
#content-internal > table .f-val {color:#999;}

.tbltoc {
	font-size: 14px;
	font-family: Arial;
}
.celltitle {
	font-weight: bold;
	width: 250px;
}

.example-code {
	text-align: left;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 5px;
	margin:5px 0;
}

/* table of content */
#toc-container {
	padding:5px;
	background:#eee;
	border-radius:5px;
}
#toc-container > strong {
	font-size:16px;
	padding-bottom:5px;
	color:#999;
	text-align:center;
	display:block;
	font-weight:normal;
}
#content-internal .tbltoccat {
	background:#fff;
	border-collapse:collapse;
	border:3px solid #fff;
    width:100%;
}
#content-internal .tbltoccat th,
#content-internal .tbltoccat td { 
	border:1px solid #abbecd;
	padding:5px;
	text-align:left;
	line-height: 18px;
}

#content-internal .tbltoccat ul li {
	max-width: 130px;
	min-width: 130px;
	list-style-position:outside;
	padding:0;
	margin-left:20px;
	margin-right:20px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
#content-internal .tbltoccat .celltitle {
	background:#f6f6f6;
	width:150px
}
#content-internal .tbltoccat .celltitle a {
	font-size:15px;
	color:#f60;
}



/*
* Simple Clarizen Popup
*
*/

.article-body .btn-popup:link,
.article-body .btn-popup:visited {
	display:inline-block;
  font-size:16px;
  line-height:40px;
  padding:0 30px;
  background:#59B200;
  border-radius:5px;
  color:#fff;
  text-decoration:none;
  margin-bottom:20px;
}
.article-body .btn-popup:hover {
  background:#499201; text-decoration:none;
}


.article-body .btn-popup-close {
  display:none;
  border:2px solid #ccc;
  background:#333;
  color:#fff;
  text-decoration:none;
  width:31px;
  height:31px;
  text-align:center;
  line-height:25px;
  font-size:16px;
  font-weight:bold;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
  border-radius:100%;
  cursor:pointer;
  
  position:fixed;
  right:3px;
  top:3px;
  z-index:1001;
}
.article-body .btn-popup-close:hover {
  text-decoration:none;
  background:#666;
  border-color:#666;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background:#ccc;
  background: rgba(0, 0, 0, 0.3) !important;
}

.popup {
  z-index:1000;
  background: #fff;
  border:1px solid #ccc;
  box-shadow:0 0 10px rgba(0,0,0,0.3);
  position:fixed;
  top:30px;
  left:30px;
  bottom:30px;
  right:30px;
  overflow: auto;
  padding:5px;
  display: none;
}





/*
* Clarizen Success popup window
*
*/
#pop-bg {
    z-index:999999;
    background-color: rgba(0,0,0,.7);
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    font-family: "Lato", "sans-serif";
    overflow: auto;
    display: none;
}
#success-popup {
    position:relative;
    background: #fff;
    max-width: 550px;
    margin:0px auto;
    margin-top: 5%;
    display: none;
}

/* popup herader */
#success-popup #pop-header {
    background: transparent url("/hc/theming_assets/01HZM5AEDSPR0H9ZQ1H16TF1BT") top left no-repeat;
    padding: 15px;
    text-align:center;
    color: #fff;
    height:168px;
}
#success-popup #pop-header a.close {
    background: transparent url("/hc/theming_assets/01HZM5ABY8BTSNHKXHZ98237W8") top left no-repeat;
    width: 23px;
    height: 22px;
    display: block;
    float:right;

}
#success-popup #pop-header h1 {
    font-size: 37px;
    font-weight: 400;
    line-height: 40px;
    margin:0;
    padding: 24px 40px 5px 40px;
}
#success-popup #pop-header h1 span{
/*     font-weight: bolder; */
}
#success-popup #pop-header h3{
    margin:0;
    padding:0;
    font-size: 18px;
}

/* popup content */
#success-popup #pop-content {
    padding: 25px;
    text-align: center;
}
#success-popup #pop-content h3 {
    padding: 0;
    margin: 0;
    color: #0b98d5;
    font-size: 18px;
    line-height:18px;
    font-family: "Lato";
    font-weight: 500;
}
#success-popup #pop-content ul {
    text-align:left;
    margin:0px auto;
    margin-top: 20px;
    max-width: 400px;
    list-style-position: outside;
}
#success-popup #pop-content ul li {
    font-size: 15px;
    line-height: 19px;
    color: #5e5e5e;
    font-weight: 500;
    margin-bottom: 15px;
}
#success-popup #pop-content ul li:before {
    content: "";
    display: table-cell;
    width: 34px;
    height: 34px;
    padding-right: 15px;
    background: black;
}
#success-popup #pop-content span {
    display: table-cell;
    vertical-align: middle;
}
#success-popup #pop-content ul li.know:before {
    background: transparent url("/hc/theming_assets/01HZM5ACQYZKR743HGVNHMS919") top left no-repeat;  
}
#success-popup #pop-content ul li.commu:before {
    background: transparent url("/hc/theming_assets/01HZM5AB3GQY8S0J15HEQ4NQBX") top left no-repeat;  
}
#success-popup #pop-content ul li.search:before {
    background: transparent url("/hc/theming_assets/01HZM5A8AN75KEHNES552Q8W0M") top left no-repeat;  
}
#success-popup #pop-content ul li.vote:before {
    background: transparent url("/hc/theming_assets/01HZM5ADK727G66EVD0W40NCVP") top left no-repeat;  
}

/* popup footer */
#success-popup #pop-footer {
    background-color: #dcddde;
    height: 90px;
    padding: 18px 24px;
    display: block;
    vertical-align: baseline;
}

#success-popup a.btn-square {
    font-size: 19px;
    display: inline-block;
    float:right;
    color: #fff;
    background-color: #f68825;
    padding: 9px 24px;
    border: 2px solid #fff;
    font-weight: 600;
}

#success-popup #pop-footer .ck-wrap {
    display: inline-block;
    float:left;
    height: 48px;
    padding-top: 30px;
}


/* mobile popup fixes */
@media only screen and (max-width: 400px) {

    #success-popup #pop-header h1 {
        font-size: 27px;
        font-weight: 400;
        line-height: 27px;
        margin:0;
        padding: 10px 40px 5px 40px;
    }
    #success-popup #pop-footer {
        text-align: center;
    }
    #success-popup #pop-footer .ck-wrap {
        display: inline-block;
        padding-top: 0px;
        float:none;
    }
    #success-popup a.btn-square {
        float:none;
    }
    #success-popup #pop-footer {
        height: auto;
    }    
}

.container-wrap {
	overflow: hidden;
}

#slide__box {
	width: 200%;
  -moz-transition: margin-left .5s ease;
  -webkit-transition: margin-left .5s ease;
  -ms-transition: margin-left .5s ease;
  transition: margin-left .5s ease;
}

#slide__box ul {
	width: 50%;
  list-style: none;
  float: left;
}

.sidebar-menu {
	width: 225px;
  overflow: hidden;
  float: left;
  padding-top: 35px;
  
}

.article__page .sidebar-menu {
	padding-top: 9px;
}

.kb__body {
	margin-left: 280px;
 
}

.sidebar-menu li a {
  box-sizing: border-box;
	display: block;  
  padding: 0 15px 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;  
  border-top: solid 1px #E8E8E8;
  border-left: solid 3px #fff;
  background-image: url("/hc/theming_assets/01HZM5AHPJ7ZNEKHKDRR1B9D6J");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 100%;
  cursor: pointer;
  color: #58585B;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-menu li a:hover {
	border-left: solid 3px #FF7E27;
  background-color: #F9F9F9;
  color: #000;  
  text-decoration: none;
}

.sidebar-menu li .go-back {
	background-image: url("/hc/theming_assets/01HZM5AHJMQJTV9Y8H3JP28YDP") !important;
  background-position: 95%;
  background-color: #F9F9F9;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .kb__body {
  	margin: 0;
  }
  
  #art-menu {
  	display: none;
  }
}

/* Single topic article */
#nh1 {  
 font-size: 22px;
 color: #f68829; 
  line-height: 200%;
}

#nh2 {
 font-size: 18px;
 color:  #666666; 
  line-height: 200%;
  font-style: italic;
}

#rh2 {
 font-size:18px;
  color: #1aa6df;
  line-height:200%;
}

#nh3 {
  font-size: 15px;
  text-decoration: underline;
  color:  #666666; 
  line-height: 200%;
}

#ntable {
  border: 1px solid #1aa6df;

}

#nth {
  border: 1px solid #1aa6df;
}

#ntr {
 border: 1px solid #1aa6df;
}

#ntd {
 border: 1px solid #1aa6df;
}

#na {
  color: #af2f24;
  text-decoration: underline;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
}

#nul {
  list-style: circle;
  text-indent: 50px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
}

#nli {
  text-indent: 50px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
}


#nol {
  list-style: cyrilic;
  text-indent: 50px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
}

#nnote {
  background-color: rgba(255,255,0,0.3);
}

.post-pinned .question-title:before {
    content: "\2605";
    margin-right: 5px;
    color: #666666;
}


/* CUSTOM CSS */

/* 2209 */

.featured-articles .left-content {
	float: left;
  width: 75%;
}


/* RIGHT SIDEBAR */

.featured-articles .right-sidebar {
	width: 24%;
  float: right;
}

.featured-articles .right-sidebar a {
  text-align: right;
	display: block;
  margin-bottom: 30px;
  vertical-align: top;
}

.featured-articles .right-sidebar a > img {
	  border: 1px solid #c4c4c4;
}


/* HOMEPAGE ITEMS */

.navigation-banner a.items {
  float: left;
  width: 30%;
  border: 1px solid #eeeeee;
  font-size: 18px;
  color: #777777;
  font-weight: bold;
  height: 250px;
	margin: 0 35px 35px 0;
  position: relative;
}


.navigation-banner a.items:nth-child(3n+3) {
	margin-right: 0;
}

.navigation-banner a.items .img-container {
	box-sizing: content-box;
  padding: 20px;
}


.navigation-banner a.items .item-content{
  border-top: 1px solid #eeeeee;
	position: relative;
  bottom: 0;
  padding: 10px;
}

.navigation-banner a.items .item-content span{
  font-weight: normal;
  display: block;
	font-size: 14px;
  margin-top: 5px;
  line-height: 16px;
}

a.items .hover_area {
    height: 285px;							
    left: -17.5px;
    position: absolute;
    top: -17.5px;
    z-index: 1;
}

	/* HOVER*/
.navigation-banner a.items:hover .img-container {
  border-color: #F4F4F4;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  padding: 15px 15px 20px 15px;
}

.navigation-banner a.items:hover .item-content {
  background-color: #61AFD4;
  color: #FFF;
}
	/* HOVER END*/


/* ITEM COMING SOON BANNER*/
.navigation-banner a.items .coming-soon {
  content: "";
	position: absolute;
  background-image: url("/hc/theming_assets/01HZM5BF36Y3AHAPWH7EC7FWEX");
  top: 20px;
  left: 0;
  z-index: 1;
  width: 209px;
  height: 42px;
}

/* MEDIA SCREEN max 1110px */
@media only screen and (max-width: 1110px) and ( min-width: 901px)
{
  
  .navigation-banner a.items:nth-child(3n+3) {
		margin-right: 35px;;
	}
  
  .navigation-banner a.items:nth-child(2n+2) {
		margin-right: 0;
	}
  .navigation-banner a.items {
  	width: 47%;
  }
}

/* MEDIA SCREEN max 900 */
@media only screen and (max-width: 900px){
  
   .navigation-banner a.items:nth-child(3n+3) {
		margin-right: 0;
	}
  
  .featured-articles .left-content {
  	width: 100%;
  }
  
  .featured-articles .right-sidebar {
  	width: 100%;
    margin-top: 30px;
  }
  
  .featured-articles .right-sidebar a {
  	display: inline-block;
    width: 32.7%;
  }
}

/* MEDIA SCREEN max 850px */
@media only screen and (max-width: 850px) and (min-width: 651px) {
	.navigation-banner a.items:nth-child(3n+3) {
		margin-right: 35px;;
	}
  
  .navigation-banner a.items:nth-child(2n+2) {
		margin-right: 0;
	}
  
  .navigation-banner a.items {
  	max-width: 47.5%;
    min-width: 47%;
  }
}

/* MEDIA SCREEN max 650px */
@media only screen and (max-width: 650px){
  .navigation-banner a.items {
  	width: 100%;
  }
 
 
  .featured-articles .right-sidebar a {
  	display: block;
    width: 100%;
    text-align: center;
  }
 
}

/*==================================
					SEARCH RESULTS
 =================================== */

span.highlight {
	background-color: #FFF3CA;
	font-weight: bold;
	color: #000;
	padding: 2px 4px;
}

.search-results-i .search-results h1.search-counter {
	font-size: 14px;
}

.search-results-i {
	min-height: 500px;
}

.knowledge-base-column .search-result-meta {
	font-size: 12px;
}

.knowledge-base-column .search-result-meta a {
	color: #999999;
}

.knowledge-base-column .search-result-meta a:hover {
	color: #E06C27;
}

.search-results-i .search-results,
.search-results-i nav.pagination{
	display: none;
}

.knowledge-base-column .search-results-list,
.community-column .search-results-list{
	/*display: none;*/
}

.knowledge-base-column .search-result-meta-time::before {
	content: '';
	padding: 0;
}

.table-container,
.table-container table {
  background: #eee;
}

.table-container table td {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #fff;
}

.table-container table th {
  font-size: 14px;
}

.table-container table th p {
  margin: 0;
  line-height: 30px;
}

.table-container tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

.table-container tbody tr:first-of-type td {
  padding-top: 15px;
}

.table-container tbody tr:last-of-type td {
  padding-bottom: 15px;
}

.table-container tbody td p:last-of-type {
  margin: 0;
}

.request_description {
  margin-top: 25px;
}

/* Accordion */

.accordion-component.ui-accordion {
  font-family: inherit;
  font-size: inherit;
}

.accordion-component.ui-accordion .ui-accordion-header {
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
  font-size: 21px !important;
  color: #0080BD !important;
}

.accordion-component.ui-accordion .ui-accordion-content {
  padding: 0;
  border: 0;
  font-size: 16px;
  color: #444444;
  line-height: 1.7;
}
.admins {
    width: 24%;
    height: 700px;
    float: left;
    margin-right: 1%;
    text-align: center;
    border: 1px solid #dadada;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.admins img {
    width: 100%;
}
.admins:hover {
    background: #f5f5f5;
}
.admins p.date {
    color: #18a0db;
    font-size: 15px;
    font-weight: 600;
}
.padding20 {
    padding: 0px 7px;
}
.admins p.register a {
 color: #ffffff;
    font-size: 16px;
}
.admins p.register {
    margin-top: 20px;
}
.admins p.register a {
    background: #f8890c;
    color: #ffffff;
    border-radius: 3px;
    padding: 15px 30px;
    text-decoration: none;
}
.admins p.content {
    font-size: 14px;
    min-height: 335px;
    color: #6f6f6f;
  text-align: left;
    padding: 0px 10px 0px;
}
.admins p.register a:hover {
    background: #1ea5df;
}
.admins p.grey {
    color: #999999;
}
h4.titleadmin {
    color: #18a0db;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    min-height: 80px;
}
.admins h6 {
    font-size: 14px;
    margin: 4px;
    font-weight: 600;
    color: #FF9800;
}
h4.titleadmin span {
    color: #000000;
    font-size: 14px;
}
.main-content.Clarizen.One.Release.Notes .subscribetext {
    display: block;
}
.main-content .subscribetext {
    display: none;
}
.title-height {
    min-height: 132px;
}
.subscribetext {
    width: 50%;
    float: right;
    position: absolute;
    right: 0px;
    margin-top: -110px;
}
.subscribetext p.subscribe-text {
    font-size: 16px;
    font-weight: 700;
}
.subscribetext a.subscribe {
    width: 70%;
}
.textwidth {
    width: 50%;
    float: left;
}
.buttonwidth {
    width: 50%;
    float: right;
    margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .admins {
    width: 100%;
    height: auto;
  }
  .admins p.content, h4.titleadmin {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
.subscribetext {
    width: 100%;
    float: initial;
    position: relative;
    right: 0px;
    margin-top: -30px;
}
  .title-height {
    min-height: auto;
}
.textwidth, .buttonwidth {
     width: 100%;
    float: initial;
}
}