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

html {
  background-color: #ffffff;
}

body {
  color: #0072ef;
  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: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 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: #eeeeee;
  border-style: solid;
  padding: 12px;
}

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

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: #ffffff;
  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/01HZPCWZBJ6EEAETQA7SETS1JC") 99% 50% no-repeat;
  background-size: 16px 16px;
}

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

.form footer a {
  color: #cccccc;
  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 {
  line-height: 1.2em;
  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: #bebebe;
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a {
  color: #0072ef;
}

/* 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: 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: "open-sans";
  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: 980px;
}

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

.main-column {
  width: 620px;
}

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

/* Header */
/* .header {
  background: #0072ef;
  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: #0072ef;
  font-size: 13px;
  font-weight: lighter;
  margin: 10px 0 15px;
  text-transform: uppercase;
}

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

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

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

.category h2 a, .section h3 a {
  color: inherit;
}

.category-empty, .section {
  display: inline-block;
  padding: 0 50px 2px 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: 12px;
  margin-top: 10px;
  text-decoration: underline;
  display:none
}

.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 #eeeeee;
  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 */
.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-meta {
  width: 100%;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 50px;
  font-size:17px;
 
}
.article-more-questions a {
  font-weight:bold !important;
}

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

.article-footer {
  border-bottom: 1px solid #eeeeee;
  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: #999999;
  min-width: 20%;
}

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

.article-vote-up:before {
/*   content: "\1f44d"; */
  content: "Yes, thank you!"
}

.article-vote-down:before {
/*   content: "\1f44e"; */
  content: "Not Really"
}

.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 #eeeeee;
  padding-bottom: 15px;
  margin: 0 0 20px;
}
.side-column ul {
  margin-bottom: 60px;
}
.side-column li {
  margin-bottom: 10px;
}
.side-column li a {
  font-size: 12px;
}

.visibility-internal-icon:before {
  content: "\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/01HZPCXSEWPRTNMCZAF164MT6E");
  background-image: url("/hc/theming_assets/01HZPCXBY3SRKX64K8SHCA8EQ7");
  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 #eeeeee;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

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

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

.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 #eeeeee;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  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;
}

/* 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;
}

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

.question, .answer {
  border-bottom: 1px solid #eeeeee;
  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("/hc/theming_assets/01HZPCXSEWPRTNMCZAF164MT6E");
  background-image: url("/hc/theming_assets/01HZPCXBY3SRKX64K8SHCA8EQ7");
  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: #cccccc;
  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: #cccccc;
  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 #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: 1px solid #eeeeee;
}

.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;
  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 {
  padding-bottom: 10px;
  margin-bottom: 0;
}

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

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

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

.search-result-description, .search-result-meta {
  padding-top: 16px;
}

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

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

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

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

.recent-activity {
  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: #0072ef;
  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;
}

/* ======================== Base Misc ======================== */
button:focus,
a:focus{
	outline: none !important;
}

body{
  padding: 0px !important;
  background: transparent !important;
  font-family: 'Open Sans', sans-serif !important;
}

a:hover,
a:focus{
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a{
	font-family: 'Open Sans', sans-serif !important;
}

/* ======================== Navigation Res ======================== */

.menu-in{
	right: 0px !important;
}

.menu-res{
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  background: #272a2e;
  z-index: 100000;
  width: 300px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.res-overlay{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 999;
  width: 100%;
  display: none;
}

.menu-res ul li a,
.menu-res ul li .user-info .dropdown-toggle,
.menu-res #user-dropdown [role=menuitem]{
  color: #fff !important;
  padding: 20px 20px;
  border: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: left;

  border-bottom: 1px solid #514B4B;
}

.menu-res ul li a:hover,
.menu-res ul li .user-info .dropdown-toggle:hover,
.menu-res #user-dropdown [role=menuitem]:hover{
	color: #01a2d9 !important;
  background: transparent !important;
  border-color: #514B4B !important;
}

.menu-res ul li .user-info .dropdown-toggle:after{
	float: right;
  margin: 2px -6px;
}

#user{
 width:100% !important; 
}
.menu-res #user-dropdown{
  background: transparent !important;
  position: relative;
  width: 100%;
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.menu-res #user-dropdown [role=separator],
.menu-res .dropdown-menu-caret:before,
.menu-res .dropdown-menu-caret:after{
	display: none;
}

.menu-res .imgs{
	width: 100%;
  height: auto;
  overflow: hidden;
  padding: 17px;
  position: relative;
  border-bottom: 1px solid #514B4B;
}

.menu-res .brand img{
  width: 40px;
}

.menu-res .brand img,
.menu-res .brand span{
	display: inline-block;
}

.menu-res .brand span{
  vertical-align: bottom;
  margin-left: 5px;
  color: #8c9196;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}

.menu-res .imgs .close-menu{
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  margin: auto;
  cursor: pointer;
  padding: 24px 10px;
}

.open-menu-res{
  color: #00789b;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px !important;
  margin: auto;
  cursor: pointer;
  padding: 18.5px;
  display: none !important;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 1 !important;
}

.wrapper-all{
	width: 100%;
  height: auto;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.wrapper-all-in{
	margin-right: 300px !important;
	margin-left: -300px !important;
}

.open-menu-res-out{
	opacity: 0 !important;
}

/* ======================== Navigation ======================== */

.nav-custom{	
/*   background: #272a2e !important; */
  min-height: 50px;
  height: auto;
  border: 0px;
  box-shadow: none;
  margin: 0px;
  z-index: 999;
}

.nav-custom .navbar-collapse{
	border: 0px;
  box-shadow: none;
}

.nav-custom .navbar-brand{
	height: auto;
  padding: 22px 0px;
}

.nav-custom .navbar-brand img{
/*   width: 150px;
  margin-top: -7px; */
    width: 160px;
    height: 66px;
    margin-right: 0px;
    margin-top: -11px;
}

.nav-custom .navbar-brand img,
.nav-custom .navbar-brand span{
	display: inline-block;
}

.nav-custom .navbar-brand span{
  vertical-align: bottom;
  margin-left: 10px;
  /*color: #8c9196;*/
  color: #8c9196;
  font-size: 22px;
  font-weight: 400;
}

.nav-custom .navbar-nav li a{
  color: #fff ;
  font-weight: bold;
  padding: 25px;
  font-size: 13px;
  border: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
}

.nav-custom .navbar-nav li .login{
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 15px 0px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}


.nav-custom .navbar-nav li .login:hover,
.nav-custom .navbar-nav li .login:focus{
  color: #444444 !important;
	background: #fff !important;
}

/* Active */

.nav-custom .navbar-nav .active a{
	background: #02222b !important;
  color: #fff585 !important;
}

/* Hover */

.nav-custom .navbar-nav li a:hover,
.nav-custom .navbar-nav li .user-info .dropdown-menu #user-menu a:hover,
.nav-custom .navbar-nav li .user-info .dropdown-toggle:hover #user-name,
.nav-custom .navbar-nav li .dropdown-toggle:hover,
.nav-custom .navbar-nav li .dropdown-menu li a:hover{
	color: #09a0e5;
/*   color:white !important; */
}
#user-menu a:hover{
  color:white !important;
}

/* User Info */

.nav-custom .navbar-nav li .user-info .dropdown-toggle{
  color: #fff !important;
  padding: 12px !important;
  font-size: 14px !important;
  background: transparent !important;
  border-radius: 0px !important;
  border: 0px !important;
}

/* .nav-custom .navbar-nav li .user-info .dropdown-toggle img{
  width: 45px;
  height: 45px;
  top: 0;
} */

.nav-custom .navbar-nav li .user-info .dropdown-toggle #user-name{
  position: relative;
  text-align: left;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  color:#00789b !important
}

.nav-custom .navbar-nav li .user-info .dropdown-toggle #user-name:before{
	content: 'Hello';
  display: block;
  color: #8c9196;
  font-size: 11px;
  font-weight: 300;
}

.nav-custom .navbar-nav li .user-info .dropdown-toggle:after{
  vertical-align: bottom;
  margin-bottom: 4px;
}

.nav-custom .navbar-nav li .user-info .dropdown-menu{
  background: #272a2e !important;
}

.nav-custom .navbar-nav li .user-info .dropdown-menu #user-menu a{
  border-top: 1px solid #414141 !important;
	background: transparent;
  padding: 15px 10px;
}

.nav-custom .navbar-nav li .user-info .dropdown-menu #user-menu a:nth-child(1){
	border-top: 0px !important;
}

.nav-custom .dropdown-menu-end.dropdown-menu-caret:before,
.nav-custom .dropdown-menu-end.dropdown-menu-caret:after{
	display: none;
}

.nav-custom .dropdown-menu [role=separator]{
	display: none;
}

.nav-custom .navbar-nav li .user-info #user-dropdown{
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
}

/* nav toggle */
.nav-custom .navbar-toggle{
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  border: 0;
  position: relative;
  height: 52px;
  width: 52px;
}

.nav-custom .navbar-toggle:hover,
.nav-custom .navbar-toggle:focus{
	background: transparent !important;
}

.nav-custom .navbar-toggle .icon-bar{
  background: #fff !important;
  width: 34px;
  height: 4px;
  margin: auto;
}

/* ======================== Section ======================== */

.section-l1{
/* 	background: url("/hc/theming_assets/01HZPCX5YKZ2XMNCH5R3NKD7V0"); */
/*   background: linear-gradient(-150deg,#00c1b6 0,#136eb5 97%); */
  background: linear-gradient(-90deg,#6cdce8 0,#00789b 50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 300px;
}

.section-l2{
	width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0px;
/*   background: #eeeff1; */
  background: #f9f9fc;
}

.section-l3{
	width: 100%;
  height: auto;
  overflow: hidden;
  padding:30px 0px 88px 0px;
/*   background: #eeeff1; */
    background: #f9f9fc;
}
.section-l3 .container{
    box-sizing: content-box;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.section-l4{
	width: 100%;
  height: auto;
  overflow: hidden;
 	background: #272a2e;
  padding: 30px 0px;
  position: relative;
}

.section-l5{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 5px 0px;
  background: #eeeff1;
}

.section-l5 form{
	width: 100%;
  max-width: 400px;
  height: auto;
  overflow: hidden;
  float: right;
  position: relative;
}

.section-l5 form:before{
	content: '\f002';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #abadae;
  font-size: 18px;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 18px;
  margin: auto;
}

.section-l5 form input{
	width: 100%;
  height: 35px;
  border-radius: 3px;
  padding: 5px 5px 5px 32px;
}

.section-l5 form input:focus{
	outline: none;
}

.section-l5 form button{
	display: none;
}

.section-l6{
	width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 0px;
  background: #ff6e40;
}

.section-l6 h1,
.section-l6 p{
	color: #fff;
  margin: 0px;
}

.section-l6 p{
	margin: 15px 0px;
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.section-l7{
/*   background: url("/hc/theming_assets/01HZPCX5YKZ2XMNCH5R3NKD7V0"); */
/*   background:linear-gradient(-150deg,#00c1b6 0,#136eb5 97%); */
      background: linear-gradient(-90deg,#6cdce8 0,#00789b 50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 200px;
  padding: 52px 0px;
}

.section-l7 form{
	width: 100%;
  height: auto;
  overflow: hidden;
  float: right;
  position: relative;
}

.section-l7 form:before{
	content: '\f002';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #abadae;
  font-size: 18px;
  position: absolute;
  right: 8px;
  bottom: 18px;
  width: 16px;
  height: 18px;
  margin: auto;
  display: none;
}

.section-l7 form span{
	font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.section-l7 form input{
	width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 5px 32px 5px 20px;
}

.section-l7 form input:focus{
	outline: none;
}

.section-l7 form button{
  /*
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px 3px 3px 0px;
  background: #01a2d9;
  border: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 50px;
  text-shadow: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px;
  background: transparent;
  border: 0px;
  color: #01a2d9;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 10px;
  text-shadow: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.section-l7 form button:hover{
	/*
  background: #0380AB;
  */
  background: transparent;
}

.section-l7 .breadcrumbs{
	margin: 35px 0px;
}

.section-l7 .breadcrumbs li{
	color: #b9b9c1;
}

.section-l7 .breadcrumbs a,
.section-l7 .breadcrumbs li + li:before{
	color: #ffffff;
}

.section-l8{
	width: 100%;
  height: auto;
  overflow: hidden;
  background: #eeeff1;
  padding: 20px 0px;
}

.section-l8 h1{
	margin: 0px;
  color: #4d4b52;
  font-size: 32px;
}

.section-l8 p{
	margin: 0px;
  margin-top: 10px;
  color: #b9b9c1;
}

.section-l9{
	width: 100%;
  height: auto;
  overflow: hidden;
  padding:20px 0px 55px 100px;
}

.section-l9 .section-tree .section h3{
	font-weight: 600;
  font-size: 16px;
  color: #000;
}

.section-l9 .section-tree .section{
/* 	width: 49%; */
  margin-right: 1%;
  margin-bottom: 1%;
}

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

.section-l9 .article-list{
	list-style: disc;
  padding: 0px 0px 0px 20px;
  margin-left:0px !important;
}

.section-l9 .article-list li,
.section-l9 .article-list li a{
  color: #00789b !important;
/*   #78b2cd; */
}

.section-l9 .article-list li a:hover{
  color: #09a0e5;
}

.section-title {
  background-color: gray;
}

.section-title h1 {
	color: #fff;
}

.section-title .breadcrumbs li, 
.section-title .breadcrumbs li a, 
.section-title .breadcrumbs li + li:before{
/*   color: #fff; */
}

.section-title .breadcrumbs li a:hover {
  color: #272a2e;
}

/* ======================== Panel ======================== */

.panel-l1{
	width: 90%;
  height: auto;
  overflow: hidden;
  margin: auto;
  padding: 115px 0px;
	/*position: relative; */
}

.panel-l1 h1{
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding-bottom:20px;
}

.panel-l1 span{
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  float: right;
  margin-top: 10px;
  opacity: 0.5;
}

.panel-l1 form{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 5px 0px;
}

.panel-l1 form input{
  width: 100%;
  border: 0px;
  border-radius: 3px;
  height: 55px;
  padding: 5px 40px 5px 40px;
}

.panel-l1 form input:focus{
	outline: none;
}

.panel-l1 form button{
  /*
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px 3px 3px 0px;
  background: #01a2d9;
  border: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 50px;
  text-shadow: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  */
  position: absolute;
  top: 0;
  bottom: 0;
  opacity:0.6;
  border-radius: 0px;
  background: transparent;
  border: 0px;
/*   color: #01a2d9; */
  color:white;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 10px;
  text-shadow: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.panel-l1 form button:hover,
.link-l2:hover{
  /*
	background: #0380AB;
  */
  background: transparent;
}

.panel-l1 .tags label{
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
  opacity: 0.5;
}

.panel-l1 .tags a{
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline !important;
}

.panel-l1 .tags a:hover,
.panel-l1 .tags a:focus{
	color: #09a0e5;
  text-decoration: underline !important;
}
  
.panel-l1 .tv1{
  display: none;
}

/* ======================== Box ======================== */

.home-square{
/*     background: #eeeff1; */
    background: #f9f9fc;
    color: #67607c;

}

.box-l1,
.box-l2{
	width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 32px;
  background:white;
    box-shadow: 0 2px 8px rgba(88, 58, 188, 0.08);
    padding: 40px 40px;
    margin-bottom:32px;
    margin-right:30px;
  border-radius:5px;
/*     background: #fff;
    color: #67607c;
  	box-shadow: 0 2px 8px rgba(88, 58, 188, 0.08);
    padding: 40px 40px; */

}

.box-l2{
	background: #fff;
  text-align: center;
  min-height: 210px;
  border: 1px solid transparent;
  border-radius:4px;
}

.box-l2 img{
	display: block;
  text-align: center;
  margin: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-height: 80px;
}

.box-l2 a{
	color: #5f6367;
  font-size: 13px;
  text-transform: uppercase;
/*   font-weight:bold */
}

.box-l2 a:hover,
.box-l2 a:focus{
	color: #01a2d9;
}

.box-l2:hover img,
.box-l2:focus img{
  -webkit-transform: translate3d(0, -5%, 0);
  -ms-transform: translate3d(0, -5%, 0);
  -o-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
}

.box-l2 tr td{
	padding: 5px 0px;
  border: 0px;
}

.box-l2 tr:nth-child(1){
  height: 140px;
	vertical-align: bottom;
}

.box-l2 tr:nth-child(2){
	vertical-align: top;
  height: 70px;
}

.box-l3{
  width: 100%;
	max-width: 360px;
  min-height: 220px;
  background: url("/hc/theming_assets/01HZPCY259T1JZXJDKNZZ5FTX1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 45px 30px;
  margin-top: 17px;
  /*border: 1px solid #adaeaf;*/
}

.box-l3 span{
	color: #fff;
  font-size: 14px;
}

.box-l3 p{
	color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0px;
}

.pos-mob {
  padding-top: 20px;
}

/* ======================== Misc ======================== */

.comment-author a:hover,
.request-details a:hover{
	color: #09a0e5;
}

.panel-l1 .tvo{
  display: inline-block;
}

.lc{
  border-radius: 3px;
  display: block;
  float: right;
  font-size: 13px;
  font-weight: 600;
}

.lc .login{
	color: #fff !important;
  background: #808080;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 11px 10px;
  border: 0px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

.lc .login:hover{
	color: #808080 !important;
  background: #fff;
}

.mw-l1{
	width: 90%;
  height: auto;
  overflow: hidden;
  margin: auto;
}

.mw-l1 span{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.powered-by{
	display: none;
}

.link-l1{
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
/*   background: #01a2d9; */
  color: #00789b;
  font-size: 15px;
  text-align: center;
  padding: 8px 2px;
  border-radius: 3px;
  font-weight: bold;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.link-l1:hover,
.link-l1:focus{
	color: #00789b;
}

.link-l2{
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  background: #01a2d9;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  border-radius: 3px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.link-l2:hover,
.link-l2:focus{
	color: #fff;
  background: #027BA5 !important;
}

.c203639227.section-l8,
.c203639227 .link-l1{
	background: #01a2d9 !important;
}

.c203639227 .box-l2 a:hover,
.c203639227 .box-l2 a:focus{
	color: #01a2d9;
}

.c203639227 .link-l1:hover{
	background: #027BA5 !important;
}

.c203639227 .box-l2:hover{
	border: 1px solid #01a2d9;
}

.c203793247.section-l8,
.c203793247 .link-l1{
	background: #00c853 !important;
}

.c203793247 .box-l2 a:hover,
.c203793247 .box-l2 a:focus{
	color: #00c853;
}

.c203793247 .link-l1:hover{
	background: #05903E !important;
}

.c203793247 .box-l2:hover{
	border: 1px solid #00c853;
}

.c203685668.section-l8,
.c203685668 .link-l1{
	background: #ff6e40 !important;
}

.c203685668 .box-l2 a:hover,
.c203685668 .box-l2 a:focus{
	color: #ff6e40;
}

.c203685668 .link-l1:hover{
	background: #E45C31 !important;
}

.c203685668 .box-l2:hover{
	border: 1px solid #ff6e40;
}

.c203788288.section-l8,
.c203788288 .link-l1{
	background: #ffc107 !important;
}

.c203788288 .box-l2 a:hover,
.c203788288 .box-l2 a:focus{
	color: #ffc107;
}

.c203788288 .link-l1:hover{
	background: #DBAE27 !important;
}

.c203788288 .box-l2:hover{
	border: 1px solid #ffc107;
}

/* section header bg */
/* .s205652907.section-l8, 
.s205652927.section-l8, 
.s205717548.section-l8{
	background: #01a2d9 !important;
}

.s205858828.section-l8, 
.s205869747.section-l8, 
.s205860028.section-l8{
	background: #00c853 !important;
}

.s205721647.section-l8, 
.s205860048.section-l8, 
.s205860108.section-l8{
	background: #ff6e40 !important;
}

.s205858808.section-l8, 
.s205860128.section-l8, 
.s205860148.section-l8{
	background: #ffc107 !important;
}
 */
.c203639227 h1,
.c203639227 p,
.c203639227 .breadcrumbs li,
.c203639227 .breadcrumbs li a,
.c203639227 .breadcrumbs li + li:before,
.c203685668 h1,
.c203685668 p,
.c203685668 .breadcrumbs li,
.c203685668 .breadcrumbs li a,
.c203685668 .breadcrumbs li + li:before,
.c203793247 h1,
.c203793247 p,
.c203793247 .breadcrumbs li,
.c203793247 .breadcrumbs li a,
.c203793247 .breadcrumbs li + li:before,
.c203788288 h1,
.c203788288 p,
.c203788288 .breadcrumbs li,
.c203788288 .breadcrumbs li a,
.c203788288 .breadcrumbs li + li:before{
	color: #fff !important;
}

.branding-footer{
	margin: 20px 0px 15px;
}

.copyright{
	font-size: 11px;
  color: #fff;
  display: block;
  margin: 0px;
	padding-top: 10px;
}

.uni-l1{
	margin: 0px;
}

.uni-l1 li a{
	color: #01a2d9;
  font-size: 11px;
  font-weight: 500;
}

.uni-l2{
	margin: 0px;
  line-height: 25px;
}

.uni-l2 li a{
	color: #8c9196;
  font-size: 13px;
  font-weight: 600;
}
.uni-l1 li a:hover,
.uni-l2 li a:hover{
	text-decoration: underline !important;
}

#back-to-top{
  background: #323539;
  width: 80px;
  height: 50px;
  display: block;
  position: absolute;
  right: 85px;
  top: auto;
  bottom: 20px;
  margin: auto;
  cursor: pointer;
  z-index: 997;
  padding: 8px;
}

#back-to-top i,
#back-to-top span{
	display: block;
  text-align: center;
}

#back-to-top i{
  color: #45494c;
}

#back-to-top span{
	margin: 0px;
  font-size: 10px;
  color: #f4f4f4;
}

.breadcrumbs{
  margin: 0px 0px 25px;
}

.breadcrumbs li,
.breadcrumbs li a,
.breadcrumbs li + li:before{
	color: #abadae;
  font-size: 12px;
}

.breadcrumbs li a:hover,
.related-articles ul li a:hover{
	color: #09a0e5;
}

.spacer{
	width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0px;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo" !important;
  border-radius: 50%;
  background: #d5d5d5;
  color: #fff;
}

.spacer h3.comment-head,
.related-articles h3{
  margin: 0px 0px 5px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.related-articles h3:after{
	content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: white;
}

.related-articles ul li a{
	color: #50bde4;
  font-size: 14px;
}

.form-field label{
  margin: 0px 0px 5px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.request-form input[type=submit]{
  float: right;
  margin: 20px 0px 0px;
  background: #0aa0e7;
  font-weight: 600;
  font-size: 15px;
}

.request-form input[type=submit]:focus{
	outline: none;
}

.search-results-column{
	width: 49% !important;
  float: left !important;
  margin-right: 2% !important;
}

.search-results-column + .search-results-column{
	margin: 0px !important;
}

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

.my-activities-table table tr th,
.my-activities-table table tr td{
	padding: 5px;
  font-size: 14px;
}

.my-activities-table{
	width: 100%;
  height: auto;
  overflow: auto;
}

.my-activities-table table{
	min-width: 700px;
}

.mobile-show{
	display: none !important;
}

.tab-show{
	display: block !important;
}

/* ======================== Title ======================== */

.title-l1{
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0px 10px;
}

.title-l1:after{
  content: "";
  background: url('//p6.zdassets.com/hc/theme_assets/72442/200085667/boxesafter.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 10px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.title-l2{
	color: #5f6367;
  font-size: 18px;
  text-align: center;
  margin: 5px 0px;
}

.title-l3{
	font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 15px 0px 10px;
}

/* ======================== Preloader ======================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #272a2e url('//p6.zdassets.com/hc/theme_assets/72442/200085667/webtalkloader.GIF') no-repeat;
  background-position: center;
  display: block;
  z-index: 9999;
  /* makes sure it stays on top */
}

/* ======================== Stripe ======================== */
.stf-overlay{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
  display: none;
}

.stf-wrap{
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 520px;
  overflow: auto;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  background: #eeeff1;
  border-radius: 0;
  z-index: 1010;
  padding: 20px;
  display: none;
}

.stf-title-l1{
  position: relative;
  font-size: 24px;
  font-weight: 700;
	color: #5a5b5c;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0px 0px;
}

.stf-title-l2{
  position: relative;
  font-size: 16px;
  color: #272a2e;
  text-align: center;
  margin: 15px 0px 50px;
}

.stf-choice{
	/*width: 49%;
  float: left; 
  margin-right: 2%; */
  height: auto;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.stf-wrap .stf-choice:last-child{
	margin-right: 0px;
}

.stf-choice .price {
  color: #5a5b5c;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 20px;
  height: 50px;
}

.stf-choice .price span {
  color: #00a1db;
  font-size: 32px;
}

.stf-choice .price .bbp{
  display: block;
  color: #00a1db;
  font-size: 12px;
  font-weight: normal;
}

.stf-choice .stf-title-l1{
	margin: 30px 0px 15px; 
}

.stf-feat{
	width: 100%;
  height: auto;
  overflow: hidden;
}

.stf-feat span{
	display: block;
  text-align: center;
  border-bottom: 1px solid #eeeff1;
  padding: 8px 0px;
}

.stf-feat span:first-child{
	border-top: 1px solid #eeeff1;
}

.stf-btn{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 20px 20px;
}

.stf-btn form button,
.stf-btn form button:focus{
  background: #00a1db !important;
  background-image: none !important;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  border: 0px;
  box-shadow: none !important;
}

.stf-btn form button,
.stf-btn form button span{
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.stf-btn form button:hover,
.stf-btn form button:focus,
.stf-btn form button:hover span,
.stf-btn form button:focus span{
	background: #027BA5 !important;
}

.stf-btn form button span,
.stf-btn form button span:focus{
  background-image: none;
  background: #00a1db !important;
  border: 0px !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 18px;
}

.stf-close{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  cursor: pointer;
  padding: 0px 8px;
  color: #5a5b5c;
}

.footer-logo {
    font-size: 18px;
    line-height: 20px;
  }
  
  .footer-logo img {
    width: 110px;
  }
  
  .footer-logo span {
    vertical-align: bottom;
    margin-left: 10px;
    color: #8c9196;
    font-size: 22px;
    font-weight: 400;
    text-transform: lowercase;
  }

/* ======================== Mobile Res ======================== */

@media screen and (max-width: 992px){
  .container{
  	width: 98% !important;
    margin: auto !important;
  }
  
  .box-l2 {
    min-height: 170px;
  }
  
  .box-l2 tr:nth-child(1) {
    height: 100px;
  }  
  
  #back-to-top{
    top: auto;
  	bottom: 10px;
    left: auto;
    right: 20px;
    width: 200px;
    margin: auto;
  }
}

@media screen and (max-width: 768px){
  .open-menu-res{
    display: block !important;
  }
  .web-talk-footer{
    width:20% !Important
  }
  .main-sec{
    WIDTH:100% !IMPORTANT
  }
  .side-bar{
    width	:100% !important;
    padding-left:20px !important
  }
  .related-articles{
    padding-top:0px !Important;
    padding-bottom:50px !important; 
  }
  .section-l9 .section-tree .section{
    width:100% !important;
  }
  .promoted-articles{
    padding-bottom:50px !important 
  }
  .top-desktop{
    padding-top:0px !important
  }
  
  .container{
  	width: 100% !important;
  }
  
  .anon{
  	display: block !important;
  }
  
  .nav-custom .navbar-nav{
    margin: 0px -15px;
  }

  .nav-custom .navbar-nav li .user-info .dropdown-toggle{
    width: 100%;
    text-align: left;
  }

  .nav-custom .navbar-nav li .dropdown-menu{
    position: relative;
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
  }
  
  .nav-custom .navbar-brand {
    padding: 11px 10px;
  }
  
  .box-l3{
    margin: auto;
    z-index: 999;
    position: relative;
  }
  
  .section-l4 .col-md-4.col-sm-4.col-xs-12{
  	text-align: center;
  }
  
  .section-l4 .col-md-2.col-sm-2.col-xs-12{
  	width: 20%;
    float: left;
    min-height: 320px;
    text-align: center;
  }
  
  #back-to-top{
    top: auto;
  	bottom: 10px;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
  }
  
  .panel-l1 h1{
  	font-size: 22px;
  }
  
  .panel-l1 h1,
  .panel-l1 span,
  .panel-l1 .tags{
  	display: block;
   	text-align: center;
    float: none;
  }
  
  .section-l3 .col-md-3.col-sm-3.col-xs-12{
    width: 50%;
    float: left;
  }
  
  .section-l5 form{
  	float: left;
  }
  
  .section-l7 .breadcrumbs {
    margin: 0px 0px;
  }
  
  .search-results-column{
    width: 100% !important;
    float: none !important;
    margin-right: 0px !important;
  }
  
  .nav-custom .navbar-nav li a{
  	padding: 25px 10px;
  }
  
  .panel-l1 .tvo{
  	display: inline-block;
    width: 100%;
  }

}

@media screen and (max-width: 600px){
  .stf-choice{
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .stf-wrap .stf-choice:last-child{
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
  
@media screen and (max-width: 500px){
  .nav-custom {
  	min-height: 60px !important;
  }
  
  .nav-custom .navbar-brand{
    padding: 19px 10px;
  }
  /*
  .nav-custom .navbar-brand img{
    width: 80px;
  }
  
  .nav-custom .navbar-brand span {
    vertical-align: middle;
    margin-left: 5px;
    color: #8c9196;
    font-size: 16px;
    font-weight: 600;
  }
  */
  .open-menu-res {
  	padding: 20.5px;
  }
  
  .anon{
  	display: block !important;
  }
  
  .section-l4 .col-md-2.col-sm-2.col-xs-12{
    width: 100%;
    float: none;
    min-height: 200px;
    text-align: center;
  }
  
  .section-l3 .col-md-3.col-sm-3.col-xs-12{
    width: 100%;
    float: none;
  }
  
  .section-l9 .section-tree .section{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 1%;
  }
  
  .my-activities-nav ul li,
  .my-activities-nav ul li a{
  	display: block;
    text-align: center;
    border: 0px;
    padding: 5px 0px;
    margin: 0px;
  }
  
  .box-l2,
  .box-l2 tr,
  .box-l2 tr td{
  	min-height: 100px;
    height: 100px;
  }
  
  .box-l2 tr{
  	width: 50%;
    height: 100px;
    float: left;
  }
  
  .box-l2 tr td{
  	width: 100%;
    display: block;
    position: relative;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  
  .box-l2 a {
    display: inline-block;
    margin: auto;
  }
  
  .box-l2 img{
    display: inline-block;
    vertical-align: middle;
    min-height: 50px;
    min-width: 50px;
  }
  
  .section-l1{
  	min-height: 100px;
  }
  
  .panel-l1 {
    padding: 55px 0px;
  }
  
  .section-l4{
    padding: 30px 0px 200px;
  }
  
  .section-l4 .col-md-4.col-sm-4.col-xs-12{
    text-align: center;
    position: inherit;
    margin-bottom: 20px;
  }
  
  .pos-mob{
    position: absolute;
    bottom: 95px;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .panel-l1 .tags{
  	display: none;
  }
  
  .panel-l1 .tv1{
  	display: block;
  }
  
  .panel-l1 .tvo{
  	display: none;
  }
  
  .mobile-show{
    display: block !important;
  }

  .tab-show{
    display: none !important;
  }
}

@media screen and (max-width: 420px){
  .article-text img{
    max-width:100% ;
    height:auto !important;
  }
  .article-text li{
    margin-right: 0px !important;
  }
  .featured-box{
    width:100% !important;
    padding-left:0px !Important;
    padding-right:0px !Important;
  }
  .featured-content{
    padding-left:10px !important;
  }
  .icon-size{
   width:26px!important; 
  
  }

  .lc .login {
    padding: 6px 10px;
  }
}

/* -- HELP BUTTONS -- */

.hb-container {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0px;
  z-index: 1000;
  display: none;
}

.help-buttons {
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 
              0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: white;
  display: block;
  width: 56px;
  height: 56px;
  margin: 20px auto 0;
  position: relative;
  -webkit-transition: all .1s ease-out;
          transition: all .1s ease-out;  
}

.help-buttons:active, 
.help-buttons:focus, 
.help-buttons:hover {
  box-shadow: 0 0 4px rgba(0,0,0,.14),
    0 4px 8px rgba(0,0,0,.28);
}

.help-buttons:not(:last-child) {
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
            
.help-buttons .fa {
    position: absolute;
    top: 16px;
    right: 13px;
    color: #00a1cc;
    font-size: 30px;     
}
            
.help-buttons:not(:last-child) .fa {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #00a1cc;
    font-size: 20px;  
}

.hb-container:hover 
.help-buttons:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 15px auto 0;
}

/* Unessential styling for sliding up help-buttons at differnt speeds */


.help-buttons:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
          transition-delay: 25ms;
  /*background-image: url('http://cbwconline.com/IMG/Share.svg');*/
  /*background-size: contain;*/
}

.help-buttons:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 20ms;
  /*background-image: url('http://cbwconline.com/IMG/Facebook-Flat.png');
  background-size: contain;*/
}

.help-buttons:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 75ms;
          transition-delay: 40ms;
  /*background-image: url('http://cbwconline.com/IMG/Twitter-Flat.png');
  background-size: contain;*/
}

.help-buttons:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
          transition-delay: 60ms;
  /*background-image: url('http://cbwconline.com/IMG/Google%20Plus.svg');
  background-size: contain;*/
}

/* Show tooltip content on hover */

[tooltip]:before {
  bottom: 25%;
  font-family: arial;
  font-weight: 600;
  border-radius: 2px;
  background: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 12px;
  position: absolute;
  right: 100%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

ul.nav li:first-child {
  display: none;
}

/* Mksofttech Custom Css */
.nav-custom .navbar-nav li a{
   background-color: #1e87a5 !important
}
.nav-custom .navbar-brand span{
  color: #445e96 !important;
}
form.search{
  margin-top:15px !important
}
.box-l1 a{
 padding :15px !important
}
/*  .container{
  padding-bottom:30px !important;
} */
.sub-footer{
  width:100%;
/*   padding-left:10%;
  padding-right:2%; */
  height:70px;
  position:absolute;
  bottom:0;
  background-color:white;
}
.sub-footer .row{
  padding-left:0px;
  padding-right:20px;
  padding-top:12px;
}
.social-icon{
  max-width:43px;
} 
.section-l8{
 background-color: white !important
}
.section-l8 h1{  
  font-weight:bold;
  color: #01a2d9
}
.section-tree .section h3 a{
/*   color:#58b7e1 */
  color:black
}
.article-list li a{
  color:#627384 !important
}
.section-l8 .divide-sec{
  padding-left:9% !important
  padding-right:9% !important
}
.tvo{
  color: #c0d3fa !important
}

::placeholder{
/*   color: #609cef !important */
  color:white
}



.c360002068333.section-l8,
.c360002068333 .link-l1{
	background: #00c853 !important;
}
.c360002068333 .box-l2 a:hover, .c360002068333 .box-l2 a:focus{
  color:#00c853
}


.c360002051854.section-l8,
.c360002051854 .link-l1{
	background: #ffc107 !important;
}
.c360002051854 .box-l2 a:hover, .c360002051854 .box-l2 a:focus{
  color:#ffc107 !important
}

.c360002051734.section-l8,
.c360002051734 .link-l1{
	background: #ff6e40 !important;
}
.c360002051734 .box-l2 a:hover, .c360002051734 .box-l2 a:focus{
  color:#ff6e40 !important
}
.c360002051734.box-l2:hover{
  border: 1px solid #ff6e40;
}
.plusminus {
  float: right;
  font-size:40px;
  background: white;
  border: 0;
  width:10px;
  height:10px;
  margin-top:3px;
}
.section-tree section{
  width:85%
}
.top_articles li{
  font-size:22px;
}
.article-votes-question{
      font-size: 20px;
    font-weight: bold;
  margin-bottom:20px;
}
.article-vote-label{
  font-size:15px;
}
.related-articles h3{
  font-weight:bold;
}
.related-articles ul li{
  padding-top:10px !important
}
.related-articles ul li a, .promoted-articles a{
  color:#445361 !important;
  padding-left:8px
}
.related-articles ul li img, .promoted-articles ul li img , ul.sub-section li img , ul.sec-list-img li img{
  width:17px !important;
}
.promoted-articles ul li {
  padding-top:10px;
}
.promoted-articles ul {
  padding-left:0px;
}
 ul.sub-section li a ,ul.sec-list-img li a{
  padding-left:10px; 
}
ul.sub-section,ul.sec-list-img{
  padding-left:0px !Important;
}
 ul.sub-section li , ul.sec-list-img li {
  color:white !important; 
}
.powered-by-zendesk{
  display:none
}
.section-l9 .article-list li, .section-l9 .article-list li a{
  color: #00789b !important;
  font-weight:bold;
}
.section-l9 .article-list li a:hover{
  text-decoration: underline !important;
}

.doc-add .article-list-item{
  color:white !important
}
.doc-add .article-list-item a {
 padding:10px
}
.doc-add .article-list-item img{
  width:17px !important;
}
.section-tree-title a{
/*   text-transform:capitalize !important; */
  text-transform : initial !important;
} 
.section-l4 .container{
  padding-bottom:100px;
}
  .s205869747 h1, .s115002260707 h1 , .s205860028 h1 , .s205858828 h1{
    color:#00c853 !important 
  }
  .s205860148 h1, .s205858808 h1 , .s115002260927 h1 , .s205860128 h1{
    color:#ffc107 !important 
  }
  .s205721647 h1, .s205860048 h1 , .s205860108 h1 , .s115002257228 h1{
    color:#ff6e40 !important 
  }


.bread-crumb ol li a{
/*   color: #007ab8 !important */
}
.spacer .article-attachments{
  border-bottom:1px solid #f0f1f1 !important
}
.spacer .article-attachments .attachments{
  padding-bottom:30px;
}
.spacer .article-comments{
  padding-bottom:20px
}
.top-desktop{
  padding-top:80px;
    margin-bottom:5px
}
.content{
  padding-top:10px;
  padding-left: 0px !important
}
.promoted-articles h3{
  display:none
}
.section-tree-title a {
/*    pointer-events: none;
   cursor: default; */
}
.c203793247c  h1{
  color:#00c853 
}
.c203788288c h1{
  color:#ffc107 
}
.c203685668c h1{
  color:#ff6e40 
}
ul {
    list-style: unset;
    margin-left: 15px;
}
ol {
    list-style: decimal;
    margin-left: 15px;
}
.search button{
  padding-right:20px !important;
}
.section-tree{
  padding-bottom:40px;
}
.tags label{
  color:#ffffff;
/*   padding-top:6px; */
}
.tags a{
  color:#ffffff;
  padding-top:10px;
  font-size:12px !important;
  text-decoration:underline !important
}
.tags a:hover, .tags a:focus{
  color:#09a0e5
}

.section.related-articles ul li{
  color:white
}
.promoted-articles ul li{
  color:white
}
.related-articles{
  padding-top:100px
}
.article-vote-up{
    color: #0aa1d8;
    border-radius: .25rem;
    border: 0.1rem solid #0aa1d8;
    background-color: white;
    font-weight: 400;
    font-size: 1rem;
/*     padding: 1rem 5rem; */
    padding:10px 15px 10px 15px;
    min-width: 13rem;
    text-align: center;
    margin: .1rem;
  border-radius:5px
}
.article-vote-down{
      color: #0aa1d8;
    border-radius: .25rem;
    border: 0.1rem solid #0aa1d8;
    background-color: white;
    font-weight: 400;
    font-size: 1rem;
    padding:10px 15px 10px 15px;
    min-width: 13rem;
    text-align: center;
    border-radius:5px
}
.article-votes-controls a{
  font-size:15px;
}
.section-l9 .padding{
  padding:0px 0px 0px 0px;
} 
.promoted-articles ul{
  margin-left:0px !important
}
.link-l1:hover,
.link-l1:focus{
	color: #00789b;
}
.c203639227 .link-l1:hover,
.c203639227 .link-l1:focus{
  background: #027BA5 !important
}

.c203793247 .link-l1:hover,
.c203793247 .link-l1:focus{
  background: #05903E !important
}
.c203788288 .link-l1:hover,
.c203788288 .link-l1:focus{
  background: #DBAE27 !important
}
/* .c203788288 .link-l1:hover,
.c203788288 .link-l1:focus{
  background: #E45C31 !important
} */
.cat-tags label{
  padding-top:6px;
}
.sec-border{
    border-bottom:1px solid #f0f1f1 !important; 
    padding-bottom:30px;
}
.related-articles ul{
  list-style:none;
/*   padding-left:15px */
  margin-left:0px;
}
.article-list-item a:hover{
  color:#0072ef !important
}
.article-votes-controls a:hover{
  background:#0AA1D9;
  color:white
}
.article_category{
  padding:0px !important
}
.section-l8 .container{
  padding:0px !important;
  margin-left:100px;
}
.section-l9 .container{
/*   padding-left:2px !important;
      margin-left:100px; */
}
.content{
  padding-top:12px
}
.plus-right{
  padding-right:0px !important;
}
li h4{
  line-height:1.5em
}
.article-text{
  font-size:15px;
}
.category-name{
  display:none
}
.promoted-articles a:hover,.related-articles a:hover{
  color: #01a2d9 !important
}
   /* line height of article */
.article-text ul li,.article-text ol li{
  line-height:23px;
  padding-bottom:11px;
  margin-right:25px;
}
.section-list-item a{
  font-size:14px;
}
.related-articles ul li{
  display:flex;
}
.related-articles ul li img{
  height:17px
}
.promoted-articles ul li{
  display:flex;
}
.promoted-articles ul li img{
  height:17px
}
   /* line height of article */

/* Mksofttech Custom Css */


/* Code for NOTE Styled Box */

.featured-box {
  margin-top: 25px;
  margin-bottom: 25px;
  border:1px solid  #2ab27b;
  border-radius: 5px;
  width: 700px;
  padding:10px 10px 10px 10px;
  background-color:#e7f6f0;  
}

.featured-box .featured-icon {
  float: left;
}

.featured-box .featured-icon i {
  font-size: 20px;
  color: #01a2d9;
  text-align: center;
  float: left;
  margin-right: 45px;
  margin-bottom: 85px;
  display: block;
  margin-right:0!important;
  margin-bottom:0!important;
}

.featured-box .featured-content {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 23px;
  position: relative;

}

.featured-box .featured-content .icon-o {
  font-size: 86px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
}

.featured-box .featured-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.featured-box .featured-content p {
  font-size: 15px; 
  margin-bottom: 0px;
}

@media screen and (min-width: 800px) {
	/* this css will only be used when the screen size is min 800px*/
  .sub-footer .container .social-icon-div {
    padding: 0px !important;
	}
  .social-icon-div div{
		float: right;
	}
}

 @media screen and (max-width: 500px){
   .article-text{
     padding-right:0px !Important;
   }
   .links{
     font-size:10px !important; 
   }
   .section-l4 .container{
      padding-bottom:0px !important
    }
  .section-l4 {
    padding: 30px 0px 180px;
  }
  .sub-footer{
    height:150px !Important;
  }
  .section-l4 .container .content{
    padding-left:30px !important;
  }
  .section-l4 .container .web-talk{
    padding-left:35px !important;
  }
  .main-sec{
    width:100% !important;
    border-right:1px solid white !important
  }
  .related-articles{
    padding-top:0px !important;
  }
  .side-bar{
    padding-left:20px !important; 
    padding-bottom:50px !important
  }
  .section-tree{
    padding-bottom:0px !important;
  }
  .top-desktop{
    padding-top:0px !important;
  }
  .section-l9 .section-tree .section h3{
    font-size:14px !important;
  }
}
@media screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
  .sub-footer .social-icon{
    width:25px !important;
  }
  .section-l9 .container .article-text{
    width:100% !important
  }
 .section-l9 .container .section-tree{
    width:100% !important
  }
  .sub-footer .row , .social-icon-div{
    padding-right:0px;
  }
  .social-icon-div{
    padding-left:75px !important;
  }

} 

.featured-box{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.article-text p{
  line-height:23px; 
}
.article-text{
  padding-right:60px ;
}
.icon-size{
    width:26PX;
    align-self: flex-start;
    margin-left:10px;
    margin-top:0px
}

 ol.article-ol {list-style: none; counter-reset: li }
 ol.article-ol li::before
{
     margin-left: -1em;
    content: counter(li);
    color: black;
    font-weight: bold;
    font-size: 15px;
    display: inline-flex;
    float: left;
    margin: 0px 0px 0px -16px;
    height: 27px;
    align-items: center;
    content: counter(li) ".";
}
li {counter-increment: li }

.tip_icon{
  width:26px !important;
}
.important_icon{
  width:26px;
}
.note_icon{
  height: 26px;
  box-sizing: border-box;
}


/* END NOTE Styled Box */


/* Custom CSS Footer */

.footer {    
    background: #253340;
    color: #FFF;
    padding-top: 40px;
    font-size: 14px;
    position: relative;
    z-index: 20;
}

.footer .footer-col .title {
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: 0.9;
}

.footer .has-divider {
    border-top: 1px solid #2B3B4A;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .footer-col.connect .social {
    margin-bottom: 15px;
    overflow: hidden;
}

.footer .footer-col.connect .social li a .fa {
    color: #B3B3B3;
    font-size: 22px;
}

.footer .footer-col.links li {
    margin-bottom: 10px;
}

ul.list-unstyled {
    margin-left: 0px !important;
}

.footer .footer-col a {
    color: #6D8DAB;
}

.footer .contact p {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: 0.5;
}

.footer .footer-col p {
    color: #FFF;
}
.footer p {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: 0.5;
}

.footer .contact .fa {
    margin-right: 10px;
    font-size: 20px;
}

.footer .footer-col.links .fa {
    margin-right: 5px;
}

@media(min-width: 768px){
  .footer-col, .why .item .title {
      margin-bottom: 30px;
  }
  
}

@media(min-width: 320px) and (max-width:767px){
  .footer ul.list-unstyled {
      font-size: 14px;
  }
}

.btn-ghost, a.btn-ghost {
    background: 0 0;
    border: 1px solid #FFF;
    color: #FFF !important;
    padding: 8px 20px;
    vertical-align: middle;
}

.footer .footer-col a:hover {
    color: #00789B;
}

.btn-ghost:hover, a.btn-ghost:hover {
    background: #4A6781;
    border: 1px solid #4A6781;
    color: #FFF;
}

.list-inline>li {
    display: inline-block !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
}


/* Custom Style for Home */

/* Header Transparent */
.header {
    position: absolute;
    width: 100%;
    padding: 15px 10px 14px;
}

header {
    display: block;
}

.header .header_logo {
    margin-left: -10px;
    float: left;
    height: 40px;
}

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

.header .header_title {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    border-color: #fff;
}

.header .header_title {
    font-family: Slack-Circular-Pro,appleLogo,sans-serif;
    font-weight: 400;
    display: inline-block;
/*     border-left: 1px solid rgba(255,255,255,.5); */
    padding-left: 20px;
    margin-top: 8px;
}

.header .menu_nav {
    float: right;
    display: none;
    align-items: center;
    height: 40px;
}

.header .open_search {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 20px;
    background-image: url(/80588/helpcenter/img/icon_search_white.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    text-decoration: none;
    display: none;
}

.header .create-workspace, .header .open_menu, .header .submit-a-request {
    font-weight: 700;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    line-height: 38px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 15px;
    box-sizing: border-box;
}

.header .header_nav {
    padding-right: 3px;
		/* float: right; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
		/*width: 76%; */
}

.header .header_search {
    width: 300px;
    margin-right: 15px;
}

.header .header_search .search {
    display: none;
}

.header_search .search {
    max-width: 300px;
    width: 100%;
    position: relative;
}

.header_search .search #query {
    border: 1px solid #e3e3e3;
    padding: 9px 10px 8px 45px;
    line-height: 21px;
    font-size: 1rem;
    border-radius: 6px;
}

.search #query {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    transition-property: all;
    transition-duration: 120ms;
}

.header .create-workspace {
    margin-left: 15px;
}

.header .close_search {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 30px;
    color: #89898b;
    font-weight: 300;
    cursor: pointer;
}

/* .hidden {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0;
} */

.ts_icon {
    text-indent: 0;
}

.header .create-workspace:hover, .header .open_menu:hover, .header .submit-a-request:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,.1);
}

.header #logo_w {
    display: block;
}

.header #logo_b {
    display: none;
}

.header .header_logo img {
    width: 160px;
    height: 66px;
    display: block;
    margin-right: 0px;
    margin-top: -11px;
}

.header .header_logo img {
/*     width: 106px;
    height: 31px;
    display: block;
    margin-right: 15px;
    margin-top: 5px; */
}

/* White header */





/* Section Nav Tabs */
.banner {
    position: relative;
    background: linear-gradient(-150deg,#00c1b6 0,#136eb5 97%);
    background-size: cover;
    background-position: center bottom;
    padding-top: 66px;
    z-index: 3;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-150deg,#3c3c3c,#000);
    opacity: 0;
    transition: opacity 2s;
    z-index: -1;
}

.banner_container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 55px 15px;
    width: 100%;
}

.banner_title {
    flex-basis: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 44px;
    line-height: 52px;
    margin: 0;
    letter-spacing: -1px;
}

.banner_desc {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    flex-basis: 100%;
    color: #fff;
    margin: 0;
}

.section_menu>ul {
    max-width: 960px;
    list-style: none;
    text-align: left;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 0;
}

.section_menu ol,.section_menu ul {
    padding-left: 0;
    color: #89898b;
}

.section-list li, .section_menu li {
    font-size: 16px;
    line-height: 26px;
}

.section_menu li {
    text-align: left;
    display: inline-block;
}

.section_menu>ul>li.selected a {
    background-color: #fff;
    color: #1d1c1d;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.section_menu>ul>li>a {
    position: relative;
    z-index: 2;
}

.section_menu a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
		padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    min-height: 40px;
}

.section_menu>ul>li>ul {
    padding: 0;
    position: absolute;
    display: none;
    width: inherit;
    background-color: #fff;
    z-index: 3;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}

.section_menu>ul>li>ul>li {
    display: block;
    padding-right: 0;
}

.section_menu>ul>li>ul>li>a {
    font-weight: 400;
    font-size: 15px;
    color: #1d1c1d;
    text-decoration: none;
}

.section_menu>ul>li:hover>ul {
    display: block;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.14);
    border: 1px solid #ccc;
    border-top: 0;
    margin-left: -1px;
}

.section_menu>ul>li>ul>li>a:hover {
    background-color: #ebf6fd;
    color: #1d1c1d;
    font-weight: 400;
}

.section_menu>ul>li:hover>a {
    text-decoration: none;
    background-color: rgba(255,255,255,.2);
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media screen and (max-width: 800px){
  .section_menu {
      display: none;
  }  
}


.category_page {
    position: relative;
}

.category_page .category_container {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 65px;
    display: table;
}

.category_page .category_trees {
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
}

.section-tree-with-article, .section_page {
    margin-bottom: 100px;
}

.section-tree-with-article ul, .section_page ul {
    margin: 0;
    padding: 0;
}

.section-tree-with-article .section:first-child, .section_page .section:first-child {
    padding-top: 0;
}

.section-tree-with-article a {
    background: 0 0;
    text-decoration: none;
    color: #1264a3;
}

.section-tree-with-article .section h2, .section_page .section h2 {
    font-weight: 900;
    color: #1d1c1d;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px;
    padding: 0;
}

.section-tree h2[data-id="360000110143"]:before, .section-tree h2[title^=Work]:before, .section-tree-with-article h2[data-id="360000110143"]:before, .section-tree-with-article h2[title^=Work]:before {
    content: '\E047';
    color: #2d9ee0;
}

.section-tree h2 a:before, .section-tree h2:before, .section-tree-with-article h2 a:before, .section-tree-with-article h2:before {
    font-family: 'Slack v2';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
}

.section-tree-with-article .section .article-list, .section_page .section .article-list {
    margin: 0;
    column-count: 2;
    column-gap: 20px;
}

.section-tree-with-article ul, .section_page ul {
    margin: 0;
    padding: 0;
}

.section-tree-with-article .section .article-list li, .section_page .section .article-list li {
    font-size: 1rem;
    line-height: 21px;
    padding-bottom: 12px;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-left: 28px;
    list-style: disc;
}

.section-tree-with-article .section, .section_page .section {
    list-style: none;
    padding-bottom: 45px;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 35px;
}

.section-tree-with-article ul, .section_page ul {
    margin: 0;
    padding: 0;
}

  @media (max-width: 800px){
    .category_page .category_list {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      display: table-cell;
  }
    
  .section-list {
      overflow: hidden;
  }
    
   .section-list li a {
      text-shadow: none!important;
  }
}

.category_page .category_list {
    padding-left: 10px;
    padding-right: 10px;
    width: 255px;
    display: none;
    padding-top: 10px;
    vertical-align: top;
}


.section-list .compact {
    transform: translate3d(0,0,0);
    background-color: #f4f7fa;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    height: 53px;
}

.section-list {
    margin: 0;
    min-width: 242px;
}

.section-list .compact .close {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    font-weight: 300;
    opacity: .6;
}

.section-list.compact .close:before {
    content: '\E212';
    font-family: 'Slack v2';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 5px;
    color: #555459;
    top: 5px;
}

.section-list .close {
    display: none;
}

.section-list.compact li a .section-list.compact li a, .section-list.compact li a.active, .section-list.compact li a:first-child {
    font-weight: 700;
    display: block;
    color: #2d9ee0;
}

.section-list.compact li a {
    display: none;
    margin-bottom: 0;
    border-radius: 0;
    padding: 16px 20px;
    background-color: #f4f7fa;
    color: #1d1c1d;
    font-size: 16.1px;
    line-height: 21px;
    border-bottom: 1px solid #ccc;
    position: relative;
}












/* Section FAQ */
.uk-accordion {
    padding: 0;
    list-style: none;
}

.uk-accordion li {
    list-style: none;
}

[class*='uk-box-shadow-hover'] {
    transition: box-shadow 0.1s ease-in-out;
}

.uk-accordion-title {
		font-family: 'Lato', sans-serif !important;	
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #00789b;
    overflow: hidden;
    border: solid 1px #ece9f8;
    background-color: #fff;
    border-radius: 5px;
    padding: 18px 22px;
    font-weight: 500;
}

.uk-accordion-title::after {
    font-family: 'FontAwesome';
    content: "\F107";
    width: 1.4em;
    height: 1.4em;
    float: right;
    font-size: 20px;
    padding-left: 7px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #f9f8fd;
    border-radius: 20px
}

.uk-open > .uk-accordion-title::after {
		font-family:'FontAwesome';
    content:"\F106";
}


[hidden], .uk-hidden {
    display: none !important;
}

.uk-accordion-content {
    margin-top: 16px;
    padding: 22px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #ece9f8;
}

.uk-article-content {
    font-size: 1.0625rem;
}

.uk-accordion > :nth-child(n+2) {
    margin-top: 20px;
}

.uk-accordion-content::before, .uk-accordion-content::after {
    content: "";
    display: table;
}

.uk-accordion-content p {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
}

.uk-accordion-content h4 {
    font-family: 'Muli', sans-serif;
    font-size: 17px;
  	color: #000000;
}

.uk-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(88, 58, 188, 0.08);
}

.uk-accordion-title:hover, .uk-accordion-title:focus {
    color: #00789b;
    text-decoration: none;
    outline: none;
}

ul.uk-accordion {
    margin-left: 0px;
}

@media(min-width:768px) and (max-width:991px){
  .uk-container.uk-container-small.uk-custom-accordion {
    padding: 0px 100px !important;
	}
}

@media(min-width:992px) and (max-width:1199px){
  .uk-container.uk-container-small.uk-custom-accordion {
    padding: 0px 100px !important;
	}
}

@media(min-width:1200px){
  .uk-container.uk-container-small.uk-custom-accordion {
      padding: 0px 20% !important;
  }
}


h2.uk-text-center.custom-faq-heading {
    font-family: 'Lato', sans-serif !important;
    font-size: 37px;
    font-weight: bold;
}


/* Section Category Boxes Pages */
[class*='uk-child-width'] > * {
    box-sizing: border-box;
    width: 100%;
}

[class*='uk-inline'] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.uk-card-default {
    background: #fff;
    color: #67607c;
    box-shadow: 0 2px 8px rgba(88, 58, 188, 0.08);
}

.uk-card-body {
    padding: 40px;
}

.uk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow 0.1s ease-in-out;
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

a, .uk-link {
    color: #583ABC;
    text-decoration: none;
    cursor: pointer;
}

.uk-card-body > :last-child, .uk-card-header > :last-child, .uk-card-footer > :last-child {
    margin-bottom: 0;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex {
    display: flex;
}

.uk-width-expand {
    flex: 1;
    min-width: 1px;
}

.uk-text-primary {
    color: #00789b !important;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}

.uk-width-auto {
    width: auto;
}

.uk-card-body::before, .uk-card-body::after, .uk-card-header::before, .uk-card-header::after, .uk-card-footer::before, .uk-card-footer::after {
    content: "";
    display: table;
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.uk-icon > * {
    transform: translate(0, 0);
}

.uk-margin-remove {
    margin: 0 !important;
}


[class*='uk-width'] {
    box-sizing: border-box;
    max-width: 100%;
}

.uk-grid + .uk-grid-small, .uk-grid + .uk-grid-row-small, .uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small {
    margin-top: 28px;
}

.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
    margin-top: 30px;
}

.uk-card-default.uk-card-hover:hover {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(88, 58, 188, 0.09);
}

p.uk-text-muted.uk-margin-remove {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}

h3.uk-card-title.uk-margin-remove.uk-text-primary {
    position: relative;
    top: -2px;
    font-weight: 600;
}

@media(min-width:768px) and (max-width:959px){
 .uk-grid-small > .uk-grid-margin-custom {
    margin-top: 28px !important;
	}
  
      .uk-grid + .uk-grid-small, .uk-grid + .uk-grid-row-small, .uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small {
        margin-top: 28px;
    }
}

@media(min-width:320px) and (max-width:767px){
  .uk-grid + .uk-grid, .uk-grid-custom > .uk-grid-margin-custom, * + .uk-grid-margin {
    margin-top: 30px;
	}
}

@media(min-width:320px) and (max-width:720px){
 .uk-grid-small-custom > * {
    padding-left:0px !important;
  }
}

/* Section Developer Images */

.uk-container {
    box-sizing: content-box;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.uk-section > :last-child {
    margin-bottom: 0;
}

@media(min-width:960px){
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
	}
  
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
	}
  
  .uk-child-width-1-2\@m > * {
    width: 50%;
	}
  
}

@media(min-width:640px){
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
	}
}

.uk-h1,  .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
    margin: 0 0 20px 0;
    font-family: "Muli", sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: none;
}

h2, .uk-h2 {
    font-size: 1.540625rem;
    line-height: 1.3;
}

.uk-text-lead {
    font-size: 19px;
    line-height: 1.5;
    color: #333;
}

.uk-text-center {
    text-align: center !important;
}

.uk-text-muted {
    color: #86848b !important;
}

.uk-margin-medium-top {
    margin-top: 40px !important;
}

.uk-flex-center {
    justify-content: center;
}

@media(min-width:1200px){
  .uk-grid {
    margin-left: -40px;
	}
  .uk-grid > * {
    padding-left: 40px;
	}
}

.uk-grid > * {
    margin: 0;
}

.uk-grid > * {
    padding-left: 30px;
}

.uk-grid {
    margin-left: -30px;
}

.uk-grid-small, .uk-grid-column-small {
    margin-left: -28px;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.uk-grid-custom {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.uk-grid-small > *, .uk-grid-column-small > * {
    padding-left: 28px;
}

.uk-grid > * > :last-child {
    margin-bottom: 0;
}

.uk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow 0.1s ease-in-out;
}

.uk-avatar {
    width: 90px;
}

.uk-border-circle {
    border-radius: 50%;
}

canvas, img, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

.uk-margin-remove-bottom {
    margin-bottom: 0 !important;
}

.uk-margin-small-top {
    margin-top: 10px !important;
}

h5, .uk-h5 {
    font-size: 16px;
    line-height: 1.4;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
    margin: 0 0 20px 0;
    font-family: "Muli", sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: none;
}

.uk-margin-xsmall-top {
    margin-top: 6px;
}

.uk-article-meta {
   font-size: 13px;
    line-height: 1.4;
    color: #86848b;
}

.uk-container > :last-child {
    margin-bottom: 0;
}

.uk-margin-medium-top {
    margin-top: 40px !important;
}

.uk-animation-slide-bottom-medium {
    animation-name: uk-fade-bottom-medium;
}

[class*='uk-animation-'] {
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.uk-button:not(:disabled) {
    cursor: pointer;
}

.uk-border-rounded {
    border-radius: 5px;
}

.uk-button-primary {
    background-color: #107899;
    color: #fff !important;
    border: 1px solid transparent;
}


.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
  	font-weight:600;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
}

.uk-section::after {
    clear: both;
}

.uk-section::before, .uk-section::after {
    content: "";
    display: table;
}

.uk-section-default + .uk-section-default, .uk-section-muted + .uk-section-muted {
    padding-top: 0;
}

.uk-section-muted {
    background: #f9f9fc !important;
}

.uk-section {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}


<!-- Custom Header --->
/* .navbar.navbar-default.nav-custom {
    position: absolute !important;
    width: 100% !important;
    background-color: white !important;
    height: 60px !important;
    vertical-align: middle !important;
}

a .navbar-brand .tab-show {
    padding: 10px 0px 10px 10px !important;
} */

.navbar.navbar-default.nav-custom.navbar-fixed-top {
    height: 60px;
}

a.navbar-brand.tab-show {
    padding: 13px 0px 0px 0px;
}

form.navbar-form.navbar-right {
  top: 13px;
  position: absolute;
  right: 0;
  margin-right: 125px;
}
 .right-left {
  top: 13px;
  position: absolute;
  right: 0;
  margin-right: 0px !important;
}

a.header_title_smallhead {
    padding: 6px 0px 10px 23px;
    font-weight: 400;
    display: inline-block;
    border-left: 2px solid #00789b;
    margin-top: 17px;
    font-size: 16px;
      margin-left: 4px;
}

button.custom-default {
    color: #fff;
    background-color: #1e87a5;
    border-color: #1e87a5;
    margin-left: 6px;
    margin-right: 6px; 
    padding-left:37px;
    padding-right:37px;
}

button.custom-default-outter {
    border-color: #b6b8ba;
    color: #1e87a5;
    margin-left: 6px;
}

input.custom-control{
  border-color: #8e8c93;
}

@media (min-width: 1200px){

.section-l8 .container {
/*   margin-left:90px; */
}
  .ui-autocomplete {
    width:1025px !important; 
  }
}

@media screen and (max-width: 500px){
  .nav-custom .navbar-brand {
      padding: 15px 0px 0px 0px;
  }  

  .panel-l1 {
    padding: 80px 0px 50px 0px;
	}

}


@media(max-width: 768px){
   .header_search {
      display: none;
  }
  
  a.submit-a-request {
    visibility: hidden;
	}

  a.create-workspace.enrich_create_workspace_cta {
    display: none;
  }
  
  .open-menu-res {
    padding-top: 28.5px;
	}
  
  .navbar.navbar-default.nav-custom.navbar-fixed-top {
    height: 70px;
	}	
  
  form.navbar-form.navbar-right {
    display: none;
	}
}

.col-md-8.col-sm-8.col-xs-12.article-text {
/*     display: none; */
}
.article-votes{
  display:none;
}
.article-more-questions{
    display:none;
}
#article-comments{
   display:none;
}

span.adr-group.pull-left {
    letter-spacing: 0.5px;
    font-weight: 400;
}

ul.article-list li {
    padding-left: 0px;
    padding-right: 100px;
}


@media(min-width: 473px) and (max-width: 767px){
		.home_page_lang_dropdown {
      position: absolute !important;
      right: 40px !important;
		}
  .ui-autocomplete {
    width:340px !important; 
  }
}

@media(min-width: 426px) and (max-width: 472px){
    .home_page_lang_dropdown {
      position: absolute !important;
      right: 40px !important;
      top: 26px !important;
		}
}

@media(min-width: 400px) and (max-width: 425px){
	.home_page_lang_dropdown {
  	  position: absolute !important;
    	top: 26px !important;
    	right: 30px !important;
		}
}

@media(max-width: 399px){
	.home_page_lang_dropdown {
  	  display:none !important;
		}
  .right-left{
   display:none; 
  }
}

/* li.nav-item.dropdown.language {
    padding-left: 30px;
    font-size: 15px;
    font-weight: 600;
}
 */
/* .dropdown-toggle::after {
    color: white !important;
    content: "\00a0\00a0\e75c";
    display: inline-block;
    font-family: "entypo";
    vertical-align: middle;
}
 */

li.nav-item.dropdown.language.home_page_lang_dropdown {
    padding-left: 30px;
    font-size: 15px;
    font-weight: 600;
    padding-right: 25px;
}

.home_page_lang::after {
    color: white !important;
		/*content: "\00a0\00a0\e75c"; */
  	content: "";
    display: inline-block;
    font-family: "entypo";
    vertical-align: middle;
}

.home_page_lang_dropdown:hover > ul{
  display:block !important;
}

ul.dropdown-menu.home_page_drop_menu {
    left: 10px;
    top: 22px;
}

.home_page_drop_menu>li>a:hover {
    color: #1e87a5 !important;
}

li.nav-item.dropdown.language.header_lang_downdown:hover > ul{
  display:block !important;
}

ul.dropdown-menu.header_drop_menu {
    margin-right: -5px;
}

.header_drop_menu>li>a:hover {
    color: #1e87a5 !important;
}


.header_lang_downdown {
    padding: 0 25px;
}

.header_lang::after {
    color: white !important;
    content: "";
    display: inline-block;
    font-family: "entypo";
    vertical-align: middle;
}

.header .main-nav .nav .dropdown-menu {
    margin: 0;
    padding: 5px 0px;
    border: none;
    text-transform: none;
    min-width: 20px;
    background: #fff;
    text-transform: uppercase;
    z-index: 2000;
}

.header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #253340;
}

.navbar-right .dropdown-menu {
    right: 4px;
    left: auto;
}


ul.dropdown-menu {
    margin: 0;
    padding: 5px 0px;
    border: none;
    text-transform: none;
    min-width: 20px;
    box-shadow: none;
    background: #fff;
    text-transform: uppercase;
    z-index: 2000;
}

@media (min-width: 768px){
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
}

ul.dropdown-menu li {
    padding: 7px 0;
}

.head-search{    
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    color: grey;
    opacity: 0.6;
}
.search-header::placeholder{
  padding-left:20px;
  font-weight:bold;
}


.faq{
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 0px;
}

.article-list{
   list-style: none !important;
}
.article-list li.article-list-item ::before{
   content: "•";
    color: black;
    font-weight: bold;
    display: inline-block;
    font-size:16px;
    width: 1em;
    margin-left: -1em;
}

a.submit-a-request {
    font-weight: 400 !important;
    font-family: 'lato', sans-serif !important;
    border: 2px solid #fff !important;
    font-size: 14px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    line-height: 2.1 !important;
}

a.login-header.submit-a-request {
    padding: 0 10px !important;
}

span.vertical_line {
    border-left: 2px solid #fff !important;
    height: 35px;
    margin-top: 5px;
}
/* span.vertical_linee {
    border-left: 2px solid #00789b !important;
    height: 35px;
    margin-top: 5px;
} */

/*
ul.article-list {
    margin: 0;
    column-count: 2;
    column-gap: 20px;
}

li.article-list-item {
    width: 400px;
}
*/


@media screen and (-webkit-min-device-pixel-ratio:0) { 
  a.navbar-brand.tab-show {
  		position:absolute !important;
	}
	a.header_title_smallhead {
			margin-left:165px !important;
      margin-bottom:15px !important;
  }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
   a.navbar-brand.tab-show {
  		position:absolute !important;
	}
	a.header_title_smallhead {
			margin-left:165px !important;
      margin-bottom:15px !important;
  }
}}

@media only screen and (min-device-width : 1024px)  
{ 
  .page-article-heading{
    padding-right:300px;
  }

}  

input:focus ~ .floating-label{
  bottom: 10px;
  left: 50px;
  opacity: 1;
}
input:not(:focus):valid ~ .floating-label{
   display:none
}

.search-header{
  padding-left:30px !important; 
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 70px;
  top: 6px;
  transition: 0.3s ease all;
  font-size:14px;
  font-weight:600;
}

/* == Request Form == */


.request-form-section .form-field label{
   	font-family: 'Lato', sans-serif !important;
    font-size: 13px;
    color: #8e8c93;
    margin-bottom: 2px;
    margin-top: 10px;
}

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

.request-form-section .form-field > input {
	border-radius: 5px;	
  border: 1px solid #6c6a6a;
  height: 35px;
}

.request-form-section .form-field > textarea {
  border-radius: 5px;	
  border: 1px solid #6c6a6a;
  height: 80px;
}

.request-form-section .upload-dropzone {
    border-radius: 5px;
    border-width: 2px;
    border-style: dashed;
    border-color: #6c6a6a;
    height: 135px;
}

img.upload-logo {
    width: 90px;
}

.upload-dropzone span {
    font-size: 14px;
    color: #8e8c93;
}

p#request_description_hint {
    display: none;
}

.request-form-section input[type="submit"] {
  font-family: 'Lato', sans-serif !important;
  background-color: #107899;
  font-size: 13px;
}
#query{
  background: #89becd !important;
  color: white;
  border:none;
}

input { font-family: 'FontAwesome'; } 

.search-form-custom .search:before {
    font-family: 'FontAwesome';
    color: #D0E5EB;
    position: relative;
    left: 15px;
    top: 37px;
    content: "\f002";
}


footer {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
}

span.custom-upload-text {
    line-height: 15px;
}

/* ==== Search Result Page ==== */
.search-results {
	  margin-top: 50px;	
    display: flex;
    justify-content: center;
}

ul.search-results-list {
    margin: 80px 0px 80px 20px;
}

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

.search-result-description {
    font-weight: 500;
}

.search-results-list > *:first-child{
  border-top: 0px solid #eeeeee !important;
}

li.search-result {
    padding: 40px 0px 20px 0px;
}

section.search-results-column p {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 50px 0px;
    height: 200px;
}

section.search-results-column p > a {
    display: block;
}

span.search-result-catName {
    font-size: 14px;
    text-decoration: underline;
    display: block;
    margin-top: 5px;
}

span.search-result-catName a {
    color: #afacac;
}
.form-field + .form-field{
  margin-top:0px;
}
.g-recaptcha {
  display:none; 
}
.ui-state-focus{
/*   background:linear-gradient(-90deg,#6cdce8 0,#00789b 50%) !Important; */
  background: #2d9ee0 !important;
  border: 1px solid #2d9ee0 !important;
  border-radius:3px;
}
.ui-autocomplete .ui-menu-item{
  margin:10px !important;
  padding:10px !important;
}
.btn-anchor{
    color: #fff !Important;
    background-color: #1e87a5 !Important;
    border-color: #1e87a5 !Important;
    margin-left: 6px !Important;
    margin-right: 6px !Important;
    padding-left: 37px !Important;
    padding-right: 37px !Important;
}

/* .search-results-list ul.meta-group {
    visibility: hidden;
    margin-top: -72px;
} */

/* .navbar-fixed-bottom, .navbar-fixed-top {
    position: relative !important;
    right: 0;
    left: 0;
    z-index: 1030;
} */

/* .uk-card.uk-card.uk-card-default.uk-card-hover.uk-card-body.uk-inline.uk-border-rounded {
    min-height: 230px;
} */


.for-en-fr .uk-card {
    min-height: 175px;
    height: 175px;
}

.for-en-fr h3.uk-card-title a {
    font-size: 19px;
}


.article-for-en-fr ul li a {
    font-size: 14px;
}
/* .for-en-fr p.uk-text-muted {
    font-size: 14px;
} */

.user-info{
     margin-left: -5px; 
}

.category_list {
    padding-left: 10px;
    padding-right: 10px;
    width: 255px;
    display: none;
    padding-top: 10px;
    vertical-align: top;
}
.mobile-img{
  display:none
}

@media (min-width: 768px){
.navbar-right {
    margin-right: 0px !important;
}
  .navbar-right{
        right: 140px !Important;
  }
  
}

@media (max-width: 600px){
a.header_title_smallhead {
    margin-left: 0px !Important;
}
  .section-l9{
    padding:0px;
  }
  .article-list{
    width:100% !important;
  }
  ul.article-list li{
    padding-right:0px !important;
  }
  .section-l9 .container{
    padding-right:0px !Important;
    padding-left:0px !Important
  }
}

@media (max-width: 800px){
 .category_list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    display: table-cell;
}
  .section-list.compact {
    transform: translate3d(0,0,0);
    background-color: #f4f7fa;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    height: 53px;
}
  .section-list {
    overflow: hidden;
}
  .breadcrumbs{
    display:none; 
  }
  .section-list.compact .close {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    font-weight: 300;
    opacity: .6;
}
  .section-list.compact .close:before {
    content: '\F107';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 5px;
    color: #555459;
    top: 5px;
}
 .section-list.compact.open .close:before {
    color: #555459;
    content: '\F106';
}
  .banner_title{
    font-size:30px;
  }
  .for-en-fr .uk-card{
    height:200px;
  }
.mobile-img{
   display:block;
    margin: 0 auto;
  padding-bottom:10px;
}
 .uk-grid .uk-flex-middle{
   display:none;  
  } 
  .mobile-text{
     text-align:center; 
  }
  .section-l1{
    height:400px;
  }
  .panel-l1{
    padding-top:150px;
  }
}

@media(min-width: 1024px){
  ul.article-list {
    width: 80%;
  }
}

@media(max-width:610px){
    ul.article-list {
      margin: 0 !important;
      column-count: 1 !important;
      column-gap: 20px !important;
  }
  
  li.article-list-item {
    margin-bottom: 18px !important;
	}
  
  .section-l9.category-details-section {
    margin-top: 25px;
	}
  
}

ul.article-list {
    margin: 0;
    column-count: 2;
    column-gap: 20px;
}

li.article-list-item {
    line-height: 21px;
    /* padding-bottom: 12px; */
    page-break-inside: avoid;
    break-inside: avoid;
}

ul.section-list.compact{
    z-index: 2000;
    position: relative;
}

ul.section-list.compact.open {
    z-index: 2000;
    height: auto;
    position: relative;
}

.section-list.stick {
    position: fixed;
    flex: none;
    max-height: 75vh;
    overflow-y: auto;
}

.article-list-link{
  padding-left:0px !important;
}

@media only screen 
    and (min-width : 410px) 
    and (max-height : 896px)  { 
      .navbar-form{
         display:none; 
      }
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 
      .navbar-form{
         display:none; 
      }
}
@media screen 
  and (device-width: 412px) 
  and (device-height: 823px) 
  and (-webkit-device-pixel-ratio: 3.5) 
  and (orientation: portrait) {
       .navbar-form{
         display:none; 
      }
}
footer.footer {
  display: none !important;
}
