/* Breakpoints */

  @media (max-width: 767px) { }
  @media (min-width: 767px) and (max-width: 992px) { }
  @media (min-width: 992px) { }
  @media (min-width: 1200px) { }
  @media (min-width: 1400px) { }


/*hide role-specific html*/
.anonymous,
.end_user,
.agent,
.manager {
	display: none;
}


html {
  background-color: #ffffff;
}

html {
   height: 100%;
}

footer {
  flex-shrink: 0; 
 }


.futovac {
  flex: 1;
 }


body {
  position:relative;
  color: #4a4a4a !important;
  font-family: 'Antenna', sans-serif;
  font-size: 15px; 
  height: 100%;
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 0px;  /* Padding to account for footer always at absolute bottom */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) { 
	
	body {
		padding-bottom: 0;		
	}
}

.mycontainer {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

a {
  color: #00bee7;
}

.article-body a.back-to-top {
  font-size: 12px;
  color: #b8b8b8 !important;
  float: right;
  line-height: 40px !important;
}
  
/* Header */
.header {
  border-bottom: 1px solid #eee;
  padding-top:20px;
  padding-bottom: 14px;
}

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

.logo img {
  display: block;
  width: 170px;
  height: auto;
}

.col-xs-12.col-sm-4.logo {
  padding: 0;
  display: inline-block;
  width: 50%;
}
.home-link {
  margin-right: 30px;
  font-size: 13px;
}

.home-link:hover {
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	text-decoration: none;
	border-radius: 0;
}

.scrolled-header a.home-link {
	color: #4a4a4a;  
}

.scrolled-header a.home-link:hover {
	color: #00bee7;
  border-bottom: 1px solid #00bee7;
}

.user-nav {
  text-align: right;
}

#user #user-dropdown {
  background: #fff;
  min-width: 200px;
  left: -20px;
  top: 50px;
}

.dropdown-menu [role=menuitem]:hover {
  background: none;
  border: none;
  color: #333;
}

.user-nav a {
  display: inline-block;
  color: white;
}

.user-nav a.button {
  color: #fff !important;
  border: 1px solid #fff;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 12px;
}

.user-nav .dropdown-toggle {
  color: #fff !important;
  margin-left: 20px;
  border-radius: 100px !important;
  padding: 7px 20px;
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 20px;
  font-weight: bold !important;
}

.user-nav .dropdown-toggle:hover, .user-nav .dropdown-toggle:focus {
  border-color: #fff;
  text-decoration: none;
}

.dropdown-menu [role=menuitem] {
 color: #000;
}

.dropdown-toggle:after {
  color: #fff;
}

.dropdown-menu [role=menuitem] {
  padding: 7px 20px 7px 10px;
}


.user-nav a.login {
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  margin-right: 30px;
  padding: 0;
  vertical-align: inherit;
}


.user-nav .login:hover, .user-nav .button:hover, .user-nav .login:focus, .user-nav .button:focus {
  text-decoration: none;
}

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

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

.hero {
 height:200px;
 color:white;
}

.dropdown-menu [role=menuitem]:hover {
  color: #333 !important;
}
/* Breadcrumbs & Search */

.breadcrumb-search {
  height:90px;
  background-image: -webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.2)), -webkit-linear-gradient(108deg, #efb676, #e0a681 10%, #09A59A 90%);
  background-image: -moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.2)), -moz-linear-gradient(108deg, #efb676, #e0a681 10%, #09A59A 90%);
  background-image: -ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.2)), -ms-linear-gradient(108deg, #efb676, #e0a681 10%, #09A59A 90%);
  background-size: cover;
  min-width: 100%;
  z-index: 100;
  color:white;
  line-height:90px;
}

.breadcrumb-search a {
  color:white;
}

.content {
  padding:120px 0 50px;
}

.padding-content .content {
  padding: 80px 0;
  padding-top: 80px;
  padding-top: 60px;
}

@media (min-width: 992px) { 
  
  .main-column {
    max-width:72%;
  }

}

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

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

h1 {
  font-size:32px ;
  margin-bottom:20px;
}

.visibility-internal
{
  padding-right:10px;
}


.article-body h2 {
  font-size: 24px !important;
  padding-top: 45px;
  margin-top: 45px !important;
  margin-bottom: 20px;
  font-weight: 500 !important;
  position: relative;
}

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

.article-body p {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #4d5d64;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  font-weight: normal;
}

p.first-paragraph {
  font-size: 16px;
  line-height: 28px;
  color: #2c2f33;
}

p.first-paragraph a {
  font-size: 16px !important;
}
/* Table of contents */

.article-body .toc {
  display: block;
  background-color: #FDFDFD;
  border: 1px solid #e8e8e8;
  padding:30px;
  margin: 0 0 3em 3em;
  float: right;
  width: 300px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.article-body .toc.float-none {
  display: block;
  background-color: #4a4a4a;
  padding: 20px;
  margin:0 0 30px 0;
  float:none;
  width: 300px;
}

.article-body .toc h2 {
  margin-top: 0px !important;
  margin-bottom: 10px;
  font-size: 16px !important;
  font-weight: 600;
  color: #4d5d64 !important;
  padding: 0;
  border: 0;
}

.article-body .toc h3 {
  margin-bottom: 10px;
  font-size: 13px !important;
  font-weight: 600;
  color: #4d5d64!important;
  padding: 0;
  border: 0;
}

.toc p strong {
  font-size:18px;
}

.code-block {
  padding:10px 20px;
  margin:20px 0;
  border:1px solid #e8e8e8;
  font-family: 'Courier New' !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.code-block p {
  font-family: 'Courier New';
  margin:10px 0;
}


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

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

figure > img {
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

ul {
  list-style: none;
}

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  -moz-font-feature-settings: "ss01" 1;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  -webkit-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
}

h1 {
  font-size: 20px;
}

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

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

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

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

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

input, textarea {
  padding: 10px;
}

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

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

input, textarea, select {
  color: #555;
  font-weight: 300;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #999;
}

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

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

footer input[type="submit"] {
  background: #00bee7;
  border-radius: 0;
}

::-webkit-input-placeholder,
:-ms-input-placeholder, ::-moz-placeholder {
  color: #ccc;
  font-weight: 400 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  min-width: 141px;
  background: url("/hc/theming_assets/01HZKZ70EMP04ME0CZ4MXZ4P0F") no-repeat #fff;
  background-size: 10px 5px;
  background-position: calc(100% - 10px) 50%;
  font-size: 13px !important;
}

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

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

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #00bee7;
  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: .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;
  font-size: 13px;
}

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

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

.form-field p {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 600;
}

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

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

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

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

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

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

.searchbox {
  margin: 25px 0;
}

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

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

.form footer a {
  color: #ccc;
  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: #eee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

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

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

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

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

/* .row.header-search {
	margin-top:40px;
} */

.header-search form {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}

/* .header-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 {
	font-size:22px;
}

.search-box input {
  line-height: 1.2em;
  padding: 0 50px 0 30px;
  width: 100%;
  border-radius: 100px;
  border: 0;
  -webkit-appearance: none;
  font-size: 14px;
  height: 54px;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.71429;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #fafafa;
  color: #223944;
  border: 1px solid #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 20px;
  width: 78%;
  font-size: 14px;
}


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

/* Breadcrumbs */

.breadcrumbs {
	margin-bottom:20px;
}

.breadcrumbs a {
	margin-bottom:20px;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  color: #00bee7;
  font-size: 14px;
}

.breadcrumbs li + li:before {
  content: ">";
  margin: 0 10px 0 15px;
  color: #000;
  font-size: 13px;
  line-height: 1;
}

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

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

.meta-group * + *:before {
  content: "\2022";
  content: none;
  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: "entypo";
  text-align: center;
  width: 100%;
}
*/
.share a:hover {
  text-decoration: none;
}

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

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

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

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

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

.pagination * {
  display: inline-block;
}

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

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

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

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

.content-body img {
  max-width: 100%;
  margin: 25px 0;
  height:auto;
  box-shadow: 0px 2px 25px 0px rgba(72, 76, 83, 0.22); 
  margin: 40px auto 50px;
  display: block;
}

.plan-image img {
  margin-bottom: 40px;
  box-shadow: none;
  margin-top: 0;
}
.content-body hr {
  background-color: #eee;
  border: 0;
  height: 1px;
}

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

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

.content-body ol ul,
.content-body ul ul, .content-body ol ol, .content-body ol ul {
  list-style-type: none;
  list-style:none;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 7px;
}

/* .content-body ol ul li:before, .content-body ol ol li:before {
} */

.article-body li > ul, .article-body li > ol {
  counter-reset: listStyle !important;
}

/* .article-body li > ol li:before, .article-body li > ul li:before {
} */

.article-body li > ul, .article-body li > ol {
  margin-left: 20px !important;
}
.content-body pre {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

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

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

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

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

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

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

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

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

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

.vote-voted:before, .vote-voted:hover:before {
  border-color: #555555;
}
 
.hero-unit {
  padding: 24px 0 96px 0px;
  /* background: url("https://p6.zdassets.com/hc/theme_assets/1222079/200470707/support-header-don.png") no-repeat;
background-size: cover; */
  z-index: 100;
}

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

body.community-enabled .knowledge-base {
  width: 100%;
}


.category-tree.clearfix {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}


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

.homepage-categories {
    background: #F9F9F9;
}

.knowledge-base { 
  width: 100%;
  padding-top: 50px;
  padding-bottom:80px;
}
.category-tree.clearfix:before, .category-tree.clearfix:after {
    position: absolute;
}


@media screen and (max-width: 767px) {
  .knowledge-base { 
    width: 100%;
    padding:30px 15px;
  }
}

.knowledge-base .category-name {
  margin-bottom:40px;
}

@media screen and (max-width: 767px) {
  .knowledge-base .category-name-inside {
    height: auto !important;
    padding-bottom: 20px !important;
    max-width:480px;
    margin: 0 auto;    width: 100%;
  }
}

.category-name-inside a {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

.category-name-inside .category-see-all a {
  font-size: 14px;
  /* font-weight: 600 !important; */
  color: #AFAFAF !important;
  margin-top: 8px;
}

.category-name-inside ul {
  padding:0;
}

.category-icon.text-center {
  padding-top: 40px;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}

.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: #00bee7;
  font-size: 32px;
  font-weight: 400;
  margin-top: 8px;  
}

p.category-desc {
  color: #4a4a4a;
  font-weight: 300;
}

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

.category .section {
  width: 100%;
}

.category h2 {
  font-size: 15px;
  margin: 12px 0;
  padding-bottom: 0px;
  line-height: 21px;
}

.category h2 img {
  width: 100px;
  margin-bottom: 20px;
}


.category-empty, .section {
  display: inline-block;
  padding: 0 50px 10px 50px;
  vertical-align: top;
  width: 49.999%;
}

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

.see-all-articles {
  display: inline-block;
  margin-top: 10px;
}

a.see-all-articles {
  color: #00bee7;
}

a.see-all-articles:hover {
  color: #00bee7;
}

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

.section.section-block {
	display:block;
  padding:0;
  vertical-align: top;
  width:100%;
  margin-bottom: 40px;
}

.section.section-block h3 a {
	font-weight:bold !important;
	font-size:14px;
}


/* Search */
.search-box .search:before, .sub-nav .search .search:before {
  content: "";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  width: 2.5em;
  z-index: 1;
  color: #a0aab9;
  right: 25px;
  background: url("https://p6.zdassets.com/hc/theme_assets/1017580/200258888/kb-magnifyingglass.svg");
  width: 21px;
  height: 20px;
  background-repeat: no-repeat;
}


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

:-moz-placeholder { /* Firefox 18- */
  color: #bcc6ce;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #a7a7a7;
}

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


/* Sub-nav */
.sub-nav {
  margin:0;
  padding:0;
}

/* .sub-nav > * {
} */

.sub-nav .breadcrumbs {
  overflow: hidden;
}

.sub-nav .breadcrumbs a {
  color:#000;
}

.sub-nav-search {
text-align:right; 
}

.sub-nav .search {
  width: 300px;
  color:black;
  float:right;
}

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

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

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

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

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

.article-updated {
  display: block;
}

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


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

.article-body ol {
  margin: 0;
  list-style-type: initial;
  counter-reset: ol-counter;
  padding-left: 30px;
}


.article-body ul {
  margin: 20px 0 30px 0;
  list-style-position: outside;
  list-style: none;
  padding: 0;
}


.article-body .toc ul {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0;
  list-style: none;
  line-height: 22px;
}

.article-body ol li, .article-body ul li {
  /* margin-bottom: 0; */
  margin-top: 15px;
  margin-bottom: 20px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  font-weight: normal;
}

.article-body li > ul,
.article-body li > ol {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 7px;
}

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

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

.article-vote {
  width: 100%;
}

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

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

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

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

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

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

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

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

.article-content-bottom {
  background:#4a4a4a;
  padding:80px 0;
}

/* Recent Posts & Related Articles */

.related-articles {
  padding: 0px 30px 0px 0;
  
}

@media (min-width: 992px) { 
  .related-articles {
  min-height:240px;
  }
}

.recent-articles h3, .related-articles h3 {
  margin-bottom: 20px;
  color: #2c2f33;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  text-transform: capitalize;
}

.recent-articles li,
.related-articles li {
  font-size: 14px;
  font-weight:400;
  margin-bottom: 16px;
  margin-left: 12px;
  line-height: 1.4;
  position: relative;
}

/* Side column */

.side-column {
  padding-right:30px;
  padding-bottom:40px;
}

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

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

.recent-articles li a, .related-articles li a {
  margin-left: 0px;
  line-height: 1.4;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding-left: 19px;
  display: inline-block;
  max-width: 325px;
}


.recent-articles li a:before, .related-articles li a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: -10px;
  background-repeat: no-repeat;
  top: 4px;
  z-index: 67;
  border: 2px solid #00bee7;
  border-radius: 50%;
}
.recent-box {
  padding-left: 70px;
}

.recently-related-articles.clearfix {
  margin-top: 60px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
  margin-bottom: -25px;
  border-top: 1px solid #e5e5e5;
  padding-top: 80px;
}

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

.comment-list > * {
  padding: 25px 0;
}

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

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

.comment-sorter {
  float: right;
}

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

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

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

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

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

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

div#article-comments .comment-avatar {
  position: relative;
  width: 85px;
}

.comment-avatar img {
  border-radius: 0px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZKZ72ZAYA1KHJSKA2NYQA4Q");
  background-image: url("/hc/theming_assets/01HZKZ7BX4X9XRKCPQHV4EBY17");
  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;
  overflow: hidden;
  text-overflow: ellipsis;
}

[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: 0px;
}

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

.comment-pending {
  color: #eec100;
}

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

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

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

.comment-form-controls {
  margin-top: 20px;
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

.attachment-list li:before, .screencast-list li:before {
  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: 0px solid #eee;
  padding: 25px 0;
  padding-bottom: 0px;
  position: relative;
}

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

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

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

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


/***** My activities *****/
.my-activities-nav {
  /* background-color: #f2f2f2; */
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

/* .my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(0, 190, 231, 1);
} */


.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
  border: 1px solid rgba(130, 130, 130, 0.18);
}

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

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

.request-id {
  color: #bebebe;
}

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

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

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

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

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

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

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

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

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

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

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

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

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

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

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

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

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

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

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

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

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

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

.topic-filters {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Community post page */ 
/*
.post-actions .dropdown-toggle {
  font-size: 11px;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #ffff;
}

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

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

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

.post-vote {
  width: 45px;
  padding-top: 5px;
}

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

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

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

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

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

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

.post-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZKZ72ZAYA1KHJSKA2NYQA4Q");
  background-image: url("/hc/theming_assets/01HZKZ7BX4X9XRKCPQHV4EBY17");
  background-repeat: no-repeat;
  background-size: 14px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  left: 28px;
  top: -10.5px;
  content: " ";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
}

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 #d8e0e7;
    padding: 45px 0;
}


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

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  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;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

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

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

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

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

.chat-available {
  bottom: 0;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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





/* Multilevel Menu Styles */

.multilevel-menu {
}

.collapse {
  display : none;
}

.in {
  display : block;
}

ul.categories > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0px 3px 0;
    line-height: 24px;
    color: #b0b0b0;
    font-size: 13px;
}


ul.categories > li > a,
ul.sections > li > a,
ul.articles > li > a {
  text-decoration : none;
}

ul.categories > li:hover,
ul.categories > li > a:hover {
  cursor : pointer;
}

ul.sections {
  padding-top:5px;
  padding-left:10px;
  margin-bottom:5px;
}

ul.sections > li {
  margin-bottom:0px;
}

ul.sections > li > a {
position: relative;
    display: block;
    width: 100%;
    padding: 6px 10px 7px 0;
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 600;
    
      padding-left: 20px;
}


ul.sections > li > a:hover:after {
    opacity: 0;
}

    

ul.sections > li:first-child > a:first-child {
  border-top : none;
}

ul.sections > li > a.active {
}

ul.articles {
    padding-top:0px;
    margin-bottom: 15px;
    margin-left: 10px;
}

ul.articles > li {
  margin-bottom:1px;
}

ul.articles > li > a.active {
  color: #E97E0B;
  font-weight: 500;
}

ul.articles > li.text-right {
  text-align : right;
}

ul.articles > li.text-right > a.next {
}

ul.articles > li > a {
  width: 100%;
}

ul.articles > li > a:hover {
  color: #3F6D6B;
}

/* Admin Navbar */

#navbar-container {
  height:auto !important;
}

.zd-hc-3PQnfZ9PzT-mSU6sNsRWjg  {
  height:80px;
}

.zd-hc-3e4anSQtiH6GlamUMBa3Dk {
  top:80px;
}


/* Bootstrap Navbar */

.navbar-toggle {
	position: relative;
  float: right;
  padding:0 !important;
  margin:0 !important;
  background-color: transparent;
  background-image: none !important;
  border:0 !important;
  border-radius: 0px;
  }
  
  
  
  /* Wistia - Hide the chapters for mobile */
  
  .wistia_embed {
	  width:100% !important;
  }
  
  ul.wistia_chapters_list {
	  margin-left:50px;
  }
  
  ul.wistia_chapters_list li {
	  background-position: 0px 14px;
	  padding-left:24px !important;
  }
  
  ul.wistia_chapters_list li:hover {
	  background: url(" //p6.zdassets.com/hc/theme_assets/1017580/200258888/tch-arrow.svg") 0px 14px no-repeat !important;
	  background-size: 16px !important;
  }
 
  
  @media (max-width: 767px) {
	  
	   #wistia_grid_30_right_inside {
			  display:none;
		  }
	}

#user #user-name {
  color: white;
}

a.login {
  color: white;
}

/* Custom CSS written by L$ */

.zap-button {
 color: white; 
}

a.login.my-tickets {
    display: none;
}

a.login.my-tickets {
    border-radius: 100px;
    padding: 7px 20px;
    display: inline-block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    width: 140px;
    height: 42px;
    border-radius: 0px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
      margin-left: 0;
  margin-right: 0;    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

a.login.my-tickets:hover {
background-color: rgba(255,255,255,0.32);
}

.my-activities-table {
    margin-bottom: 60px;
  padding: 0 15px;
}

.my-activities-table tr td, .my-activities-table tr th {
    padding: 20px 10px 20px 0;
}

.my-activities-table tbody tr:last-child {
    border-bottom: 1px solid #eee;
}

.request-table-filters label.request-filter {
    margin-bottom: 0;
}

.container.my-ticket-page {
}

.container.my-ticket-page section.side-column {
    margin: 80px 0;
  border-right: none;
}

@media (min-width: 992px) {
.container.my-ticket-page section.side-column {
    max-width: 72%;
      padding-right: 0;
}
}


@media (min-width: 768px) {
#user #user-password, #user #user-profile {
    max-width: none;
    min-width: inherit !important;
}
}

#user #user-profile dt {
    clear: left;
    float: left;
    font-size: 12px;
    opacity: .95;
    padding: 4px;
    text-align: right;
  max-width: 35px !important;
          padding: 4px 4px 4px 10px !important;
    -webkit-font-smoothing: antialised;
      position: relative;
    top: 4px;
}

#user #user-profile dd {
    margin-left: 70px !important;
    margin-bottom: 5px;
    min-height: 26px;
    padding: 4px;
  
}

#user #user-profile dd input[type=text], #user #user-profile dd select {
    max-width: 120px !important;
}


.errror header.header.hero-unit, .errror footer.footer {
    display: none;
}


.errror {
    background: url(https://rrr.png) #09a59a no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    -webkit-font-feature-settings: "ss01" 1, "lnum";
    -moz-font-feature-settings: "ss01" 1, "lnum";
    font-feature-settings: "ss01" 1, "lnum";
    font-variant-numeric: lining-nums;
    line-height: 18px;
    font-size: 17px;
    margin: 0;
      padding-bottom: 100%;
    overflow-y: hidden;
    position: static;
}


.errror .section {
    color: #222222;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    left: 50%;
}

.errror a {
    color: #fff !important;
    font-weight: 100 !important;
}

.errror .bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.errror center {
    display: block;
    text-align: -webkit-center;
}

.errror .powered-by {
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    font-weight: 600;
}
.errror .logo {
    vertical-align: -1px;
    width: 73px;
}

.errror .article {
    padding: 24px 18px 18px 18px;
    font-size: 17px;
}

.errror p.large {
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
}
.errror p {
    text-align: center;
    color: #fff;
    margin: auto;
    margin-top: 5% !important;
}

.errror .error-number {
    font-size: 17px !important;
    margin-top: 50px;
    font-weight: 200;
    opacity: 0.7;
}

.errror .muted {
    margin-top: 50px;
    font-weight: 200;
    opacity: 0.5;
    font-size: 14px;
}


.my-activities-table>p {
    text-align: center;
    margin: 93px 0;
    display: block;
}

a.title-category {
    color: #2c2f33;
  font-size: 13px;
  font-weight: 400;
  
      padding: 0 10px;
}

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


.category-name-inside .category-icon img {
     transition: all 0.3s ease;
}


  @media (max-width: 767px) { 
nav.col-xs-12.col-sm-8.user-nav {
    position: relative;
    top: 20px;
    text-align: center;
    padding-left: 0;
      display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    flex-direction: row;
      align-items: baseline;
}

.col-xs-12.col-sm-4.logo {
    position: relative;
    top: -10px;
}



.menuitem {
  display: none;
}

zd-autocomplete {
}

.new-ticket {
    margin-left: 15px;
    margin-right: 15px;
}

div#user-profile {
}

a#user-resend-email {
    margin: 0;
    color: #fff;
    background: white;
    padding: 5px;
}

button.submit-data {
margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #e97e0b !important;
    border: 1px solid #e97e0b !important;
    color: white !important;
    font-size: 12px !important;
    padding: 7px 24px !important;
    border-radius: 32px !important;
    font-weight: bold;
}

span.icon-menu {
 		display: none;
    background-image: url("https://p6.zdassets.com/hc/theme_assets/1017580/200258888/mobile-nav.png");
    z-index: 999;
       width: 55px;
    height: 55px;
    position: absolute;
    background-size: cover;
    right: 26px;
    top: 15px;
    cursor: pointer;

  }
    }


  @media (max-width: 767px) {
    
    a.login.my-tickets {
    width: 100%;
      margin-left: 0;
}
    
    .pull-right {
    width: 100%;
}
    
    div#user {
    width: 100%;
}
    .btn.with-image.dropdown-toggle {
    width: 100%;
    margin-left: 0;
}

span.icon-menu {
   display: inline-block; 
    }
    nav.col-xs-12.col-sm-8.user-nav {
    position: absolute;
      left: -999px;
    
    }
 .row nav.col-xs-12.col-sm-8.user-nav {
    position: static;
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    }
    .row.aktivan a.login.my-tickets {
      float: none;
}
   .row.aktivan  .pull-right {
    float: none ;
}
    
}




nav.col-xs-12.col-sm-8.user-nav {
       position: static;
      width: 49.5%;
    display: inline-block;
}


footer {
  flex-shrink: 0; 
 }


.futovac {
  flex: 1;
 }

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: transparent !important;
}

.content-body pre {
    background: transparent;
    border: none;
}
.content-body.article-body.clearfix .syntaxhighlighter table td.code {
    width: 96% !important;
}
.syntaxhighlighter a, .syntaxhighlighter div, .content-body.article-body.clearfix .syntaxhighlighter code, .content-body.article-body.clearfix .syntaxhighlighter table, .syntaxhighlighter table td, .content-body.article-body.clearfix .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .content-body.article-body.clearfix .syntaxhighlighter table thead, .content-body.article-body.clearfix .syntaxhighlighter table caption, .content-body.article-body.clearfix .syntaxhighlighter textarea {
overflow: hidden !important;
}

div.syntaxhighlighter {
    padding-top: 15px;
    padding-bottom: 15px;
}

.syntaxhighlighter .toolbar {
    display: none;
}

.syntaxhighlighter table td.gutter .line {
    padding-right: 6px !important;
}


	/* cheat sheet cards */

.cheat-sheet_headers h3{
    color: #fff !important;
    font-size: 18px;
    display: block;
    float:left;
    width: 50%;
    text-align: left;
    padding: 25px 0px 25px 30px ;
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #00A195;
}     

.cheat-sheet__cards__dynamic {
    margin: auto;
   	margin-bottom: 30px;
}

.cheat-sheet__cards__dynamic.clearfix {
    background: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
}

.cheat-sheet-card {
    border: 0;
    margin-bottom: 0px;
    background-color: #f9f9f9;
    color: #6b7575 !important;
    border: none;
}

.cheat-sheet-card h3 {
    color: #619896 !important;
    font-weight: 500 !important;
    font-size: 18px;
    margin-top: 0;
}

.cheat-sheet-card.aktivan h3{
    background-color: #f9f9f9 ;
    color: #000 !important;
    font-weight: bold !important;
}

.cheat-sheet-card h3 i.fa.fa-sort-desc {
    display: inherit;
    position: absolute;
    right: 25px;
    height: 25px;
    top: 19px;
    color: #619896;
    font-size: 18px;
    transition: transform .5s;
}

.cheat-sheet-card.aktivan h3 i.fa.fa-sort-desc {
    color: #000;
     }

.aktivan h3 i.fa.fa-sort-desc {
  -webkit-transform: rotate(-90deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(-90deg);        /* FF */
  -o-transform: rotate(-90deg);          /* Opera */
  -ms-transform: rotate(-90deg);         /* IE9 */
  transform: rotate(-90deg); 
}

.cheat-sheet-card__row--no-border {
    border-top: 0;
}

.cheat-sheet-card__row {
}

.cheat-sheet-card__row--top-level {
    padding: 10px;
    display: none;
}
 
.cheat-sheet-card__header--basics {
}

.cheat-sheet-card__label {
    margin-bottom: 0;
    word-break: break-word;
    padding: 20px 24px 20px 8px;
}

p.cheat-sheet-card__label {
    padding: 0;
    margin: 17px 25px 0 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;
}

h3.cheat-sheet-card__label.cheat-sheet-card__label--heading {
    padding-left: 30px;
    padding-right: 50px;
}

.cheat-sheet-card__item.is-expanded .cheat-sheet-card__item__body {
    display: block;
}

.cheat-sheet-card.is-expanded .cheat-sheet-card__body {
    display: block;
}

.cheat-sheet-card__item__body {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.cheat-sheet-card__item__body p {
    margin: 0 25px 0 25px;
    padding: 0;
    line-height: 27px;
}

.cheat-sheet-card__item__body pre {
    display: none;
}

.cheat-sheet-card.is-expanded .cheat-sheet-card__toggle-button--card-expanded, .cheat-sheet-card__item.cheat-sheet-card__row.is-expanded .fa {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cheat-sheet-card__toggle-button {
    float: right;
    position: relative;
    top: 18px;
    right: 12px;
    line-height: 0;
}

.cheat-sheet-card__body {
    opacity: 0;
    position: absolute;
    z-index: -9999;
    max-width: 400px;
    max-height: 500px;
    overflow-y: auto;
    padding-bottom: 20px;
}

.aktivan .cheat-sheet-card__body {
    position: absolute;
    background: #fff;
    color: #525252;
    display: inline-block;
    z-index: 99;
    left: 100%;
    width: 93%;
    cursor: initial;
    top: 0px;
    transition: opacity .5s;  
    border: none;
    opacity: 100;
    margin-left: 2%;
    box-shadow: 4px 5px 50px rgba(0, 0, 0, 0.05), 4px 5px 15px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

.cheat-sheet-grid-item {
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    width: 100% !important;
    padding-right: 50%;
    position: relative;
}

.cheat-sheet-grid-item button {
    display: none;
}

.cheat-sheet-grid-item >section {
    position: relative;
}

.cheat-sheet-grid-item >section:hover h3{
    cursor: pointer;
    font-weight: bold !important;
}

.cheat-sheet-card__toggle-button .icon {
    width: 10px;
    height: 5px;
    pointer-events: none;
}

.icon--cheat-sheet-blue {
    fill: #000099;
}

.icon {
    display: inline-block;
    height: 1em;
    width: 0.8em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

div .cheat-sheet-grid-item:last-child .cheat-sheet-card__body, div .cheat-sheet-grid-item:nth-child(3) section:nth-child(n+4) .cheat-sheet-card__body {
    bottom: 0px;
    top: initial;
}

.vladtest a.article-heading-link {
    font-size: 24px !important;
    padding-top: 45px;
    margin-top: 45px !important;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    font-weight: 500 !important;
    color: #333 !important;
}

.quickNavMenu {
       width: 350px;
    background-color: #f4fafa;
    border: 1px solid rgba(30, 166, 154, 0.1);
    border-radius: 4px;
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
      padding: 30px;
}

.quickNavMenu ul {
    margin-bottom: 0;
}

.row.header-search.search-box h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 37px;
  margin-top: 78px;
  line-height: 1;
  visibility: hidden;
  font-family: 'Antenna', sans-serif;
  font-weight: 400;
}

.row.header-search.search-box > p {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: normal;
}

.row.header-search.search-box > p a {
  font-weight: 600;
  color: #fff;
}

.category-tree > div {
  width: 100%;
  background-color: white;
  display: inline-block;
  border: none;
  transition: 0.15s all ease-in;
  cursor: pointer;
}

.category-tree > div:nth-child(2n+2) {
  margin-right: 0;
}


section.knowledge-base > h2 {
  margin-top: 60px;
  text-align: center;
  color: #00bee7;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 60px;
  font-weight: 300;
}

p.cat-desc {
  color: #4d5d64;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}


.scrolled-header {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 14px rgba(159, 165, 165, 0.23);
  padding: 8px 0;
  position: fixed;
  top: -190px;
  transition: 0.3s top cubic-bezier(.3,.73,.3,.74);
  width: 100%;
  z-index: 999;
}

.scrolled-header .user-nav a.login {
  color: #4a4a4a;
  font-size: 13px;
  border: none;
  font-weight: normal;
}
.scrolled-header .user-nav a.my-tickets {
  width: 140px;
  height: 42px;
  background-color: #00bee7;
  border-radius: 200px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  line-height: 43px;
}

.scrolled-header.down {
  top: 0px;
}

.scrolled-header a.login.my-tickets:hover {
  background-color: #ff6d2c;
}


.scrolled-header  .col-xs-12.col-sm-4.logo {
  padding: 0;
  display: inline-block;
  width: auto;
}

.scrolled-header nav.col-xs-12.col-sm-8.user-nav {
  position: static;
  width: auto;
}

.smalls form {
  display: inline-block;
  position: relative;
}
.smalls {
  display: inline-block;
}

.smalls form input[type=submit] {
    display: none;
}

.scrolled-header .mycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.smalls input#query {
width: 356px;
    height: 43px;
    background-color: white;
    border: 1px solid #e4e9ed;
    border-radius: 0;
    padding: 0 16px 0;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    
    font-weight: normal;
    -webkit-appearance: none;
}


.smalls .search:before {
    content: "";
    font-family: "entypo";
    font-size: 1.25em;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 2.5em;
    z-index: 1;
    color: #a0aab9;
    right: 25px;
   background: url("https://p6.zdassets.com/hc/theme_assets/1017580/200258888/kb-magnifyingglass.svg");
    width: 21px;
    height: 20px;
    background-repeat: no-repeat;
}

section.promoted-articles h3 {
    color: #00bee7;
    font-size: 28px;
    font-weight: 300;
    
    text-align: center;
    margin-top: 50px;
  margin-bottom: 50px;
}

section.promoted-articles li a {
    color: #4d5d64;
    font-size: 15px;
    
    line-height: 1;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    font-weight: normal;
    line-height: 1.4;
      padding-left: 19px;
      max-width: 420px;
}



section.promoted-articles li a:before {
content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: -10px;
    background-repeat: no-repeat;
    top: 15px;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
}

section.promoted-articles li {
    display: inline-block;
    width: 47%;
      vertical-align: top;
}

section.promoted-articles li:nth-child(n+7) {
    display: none;
}


section.promoted-articles ul {
    margin-bottom: 100px;
      margin-left: 54px;
}


section.promoted-articles {
max-width: 1000px;
    margin: 0 auto;
}

.futovac {
    flex: 1;
    height: 110px;
}

.padding-content .futovac {
    flex: 1;
    height: 0px;
}

span.bolder-text {
    font-weight: 700;
}

.row.header-search.search-box > p a:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

/* -----------  back to old footer ---------------*/

footer.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 380px;
    background: #3E3E3E;
    border: 0;
    color: #868686;
    margin-top: 0;
    padding: 60px 20px;
    font-size: 14px;
  
    min-height: initial;
}

.footer a:hover {
    margin: 0;
    color: #fff;
    text-decoration: none;
}

.footer a {
    margin: 0;
    color: #868686 !important;
}

.footer-logo {
    max-width: 90px;
    opacity: 0.5;
}

.footer-logo {
    max-width: 90px;
    opacity: 0.5;
    width: 100%;
    margin-top: 0;
}

.footer-column {
    float: left;
    width: 25%;
}

.footer-bottom {
  max-width: 960px;
  margin: 0 auto;
}
.footer-top h2 {
  font-size: 30px;
  color: #fff !important;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}



/* -----------  back to old footer end ---------------*/

a.back-to-home {
    display: none;
}


.row.header-search.search-box > p.category-desc {
  color: white;
  font-size: 18px;
  text-align: left;
  max-width: 640px;
}

h1.page-header {
  color: white;
  font-size: 40px;
  margin-top: 90px;
  margin-bottom: 20px;
}

.category-page header.header.hero-unit {
  min-height: 425px;
}

aside.article-sidebar.side-column {
  display: inline-block;
  width: 260px;
}

article.main-column {
  display: inline-block;
  vertical-align: top;
}

.category-page ul.article-list li a {
  color: #4d5d64;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
  display: block;
}

.category-page ul.article-list li a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: -10px;
  background-repeat: no-repeat;
  top: 5px;
  border: 2px solid #c6c6c6;
  border-radius: 50%;
}


.category-page ul.sections > li > a:hover {
    color: #2c2f33;
}

.category-page ul.categories > li:hover, ul.categories > li > a:hover {
    cursor: pointer;
    color: #2c2f33;
}

ul.articles.collapse {
    margin-bottom: 0;
}

.category-page ul.sections {
    padding-left: 0px;
    border-left: 1px solid #d4dce7;
    padding-top: 0;
  margin-top: 10px;
}

.category-page ul.sections > li {
    margin-bottom: 0;
}

.category-page ul.sections > li:hover {
    border-left: 2px solid #00bee7;
  margin-left: -2px;
}


.category-page ul.articles > li > a {
    position: relative;
    display: block;
    padding: 2px 10px;
    color: #2C2F33;
    margin: 0;
    font-size: 12px;
    margin-bottom: 12px;
    padding-left: 30px;
    font-weight: 500;
  padding-right: 0;
  
}


.section-page ul.article-list {
    margin-top: 10px;
}

.section-page ul.article-list li {
/*   display: none; */
}

.section-page ul.article-list:nth-child(1), .section-page ul.article-list:nth-child(2), .section-page ul.article-list:nth-child(3),  {
  display: list-item;
}

.search-container {
    max-width: 770px;
    margin: 0 auto;
}

.search-container {
    padding-top: 60px;
}

ol.breadcrumbs li:first-child a {
    color: #000;
    font-weight: 400;
}

.search-container p.page-header-description {
       color: #00bee7;
    font-size: 32px;
    margin-top: 35px;
}

a.search-result-link {
    color: #00bee7;
    font-size: 18px;
    font-weight: 700;
    
}

.search-result-description {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    
}

.search-result-description em {
 color: #fff;
    font-size: 15px;
    font-style: normal;
    background: rgba(16, 132, 204, 0.83);
    padding: 1px 3px;
}


.search-page .futovac {
    height: 0;
}

.looking-for.search-container img {
    width: 50%;
      margin-right: 25px;
    max-width: 340px;
}

.looking-for-action h4 {
    color: #4a4a4a;
    font-weight: 400;
    
    font-size: 20px;
    margin-top: 70px;
    margin-bottom: 10px;
}

.looking-for-action a {
    color: #00bee7;
    font-weight: 700;
    
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
}


section.search-results-column > P > A {
    color: #b0b0b0;
}


ul.articles.collapse {
    margin-bottom: 0;
}

.category-page ul.articles li {
    margin-top: 7px;
}

.category-page ul.articles li:hover {
    border-left: 2px solid #00bee7;
    margin-left: -2px;
}
.category-page ul.articles {
    margin-left: 0;
}


ul.categories > li > a.active-cat {
    color: red;
    color: #2c2f33;
    font-size: 13px;
    font-weight: 600;
    
    line-height: 1.4;
}

.recently-related-articles.clearfix > div {
  display: inline-block;
  width: 50%;
  float: left;
}

.looking-for-action.article h4 {
    display: inline-block;
}

.article-page .content {
    padding-bottom: 0;
}

.article-page .futovac {
  height: 0;
}

.article-page .looking-for {
    margin: 0;
}

.article-page .scrolled-header {
    top: 0px;
}

.article-page header.header {
    display: none;
}

header.article-header h1 {
color: #00bee7;
    font-size: 32px;
    margin-top: 2px;

}

.article-page main {
    padding-top: 30px;
}

.quickNavMenu p.title {
    margin: 0;
    color: #00bee7;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    
}

.article-body .quickNavMenu ul li a {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
      position: relative;
      margin-left: 23px;
font-weight: normal;
  display: table;
  
}

.article-body .quickNavMenu ul li a:before {
content: "";
    position: absolute;
      width: 9px;
    height: 9px;
    left: -22px;
    top: 6px;
}

.content-body.article-body h4 {
    color: #2c2f33;
    font-size: 22px;
    font-weight: 500;
    
}

.content-body.article-body h4:before {
    display: block;
    content: " ";
    margin-top: -95px;
    height: 95px;
    visibility: hidden;
}

.article-body > ul {
    padding-left: 79px;
}
.article-body > ul li {
position: relative;
}

.article-body > ul li:before {
    content: "•";
    position: absolute;
    left: -30px;
    color: #00bee7;
font-size: 27px;
}
 


.article-body ol li:before {
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -26px;
    margin-top: 0px;
    border: 1px solid #00bee7;
    border-radius: 50%;
    color: #00bee7;
    font-size: 10px;
    text-indent: 5.5px;
  font-weight: 600;
    height: 17px;
    width: 17px;
    line-height: 18.9px;
    top: 12px;
}
.article-body ol li:nth-child(n+10):before {
    text-indent: 3px;
} 
.article-body ol li:nth-child(1):before {
    text-indent: 5.7px;
} 

.article-body li li:before {
   border: 1px solid #4a4a4a;
    color: #4a4a4a;
      content: counter(listStyle, upper-alpha);
    counter-increment: listStyle;

}

.looking-for.search-container {
    margin: 0 auto;
      position: relative;
    top: 1px;
  text-align: center;
  
}

.looking-for-action.article {
    display: inline-block;
      width: 50%;
  text-align: left;
}

zd-autocomplete-header {
  display: none;
 }


zd-autocomplete-option {
  padding: 10px 20px !important;
  font-weight: 300 !important;
      color: #4a4a4a !important;
}

zd-autocomplete-option zd-autocomplete-breadcrumbs {
    color: #b0b0b0 !important;
}

zd-autocomplete {
    padding: 10px 0;
}

div#user {
    display: none;
}


a.tickets {
    color: #00bee7;
    font-size: 13px;
    
 /*   font-weight: bold;
   */   margin-right: 30px;
      color: #4a4a4a;
}

.show {
display: inline-block;
}

a.logout {
    color: #4a4a4a;
    font-size: 13px;
    
}

header a.logout {
    color: #fff;
    font-weight: normal;
}

header a.tickets {
    color: #fff;
    font-weight: normal;
}

.when-logged.end_user.manager.agent.show a:hover {
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
    text-decoration: none;
         color: #fff;

}

.article-intro {
    border-bottom: 0px solid #d4dce7;
    margin-bottom: 50px;
}

.article-intro p {
    color: #2c2f33;
    font-size: 15px;
    
    font-weight: normal;
  display: inline;
}

.article-intro > * {
    color: #2c2f33;
    font-size: 15px;
    
    font-weight: normal;
}



.show {
    display: inline-block;
}


p.article-tip, div.tip {
background-color: #f1fffc;
  border: 0.5px solid #a5d4c7;
  border-radius: 4px;
    width: 100%;
    padding: 20px;
    padding-left: 44px;
  color: #00bee7;
    font-size: 15px;
    
    font-weight: 500;
      position: relative;
  line-height: 23px;
      display: table;
      line-height: 23px;
}

p.article-tip:before, div.tip:before {
    background: url("https://p6.zdassets.com/hc/theme_assets/1222079/200470707/tip.svg");
    position: absolute;
    width: 18px;
    height: 17px;
    content: "";
    left: 16px;
    top: 23px;
}


p.article-caution, div.caution {
    background-color: #fee;
  border: 0.5px solid #ffafaf;
  border-radius: 4px;
    width: 100%;
    padding: 20px;
    padding-left: 44px;
    color: #00bee7;
    font-size: 15px;
    
    font-weight: 500;
      position: relative;
  line-height: 23px;
      line-height: 23px;
      display: table;
    color: #ff4545;

}

.caution p {
    margin: 0;
    color: #ff4545;
      line-height: 23px;
    font-size: 13px;
font-weight: 500;

}

.note p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
      color: #00bee7;
    
      line-height: 23px;
}
div.tip p {
    margin: 0;
      color: #00bee7;
    font-size: 13px;
    font-weight: 500;
      line-height: 23px;
    
}

div.resources p {
    margin: 0;
    font-size: 13px;
font-weight: 500;
      line-height: 23px;
  color: #306A7D;

}

.note p, .caution p, .tip p, .resources p {
  font-weight: 500;
}

p.article-caution:before, div.caution:before {
    background: url("https://p6.zdassets.com/hc/theme_assets/1222079/200470707/caution.svg");
    position: absolute;
    width: 17px;
    height: 15px;
    content: "";
    left: 16px;
    top: 23px;
}


.scrolled-header a.logout, .scrolled-header a.tickets {
    font-weight: normal;
}
.scrolled-header.down .when-logged.end_user.manager.agent.show a {
    color: #4a4a4a;
}

.scrolled-header .when-logged.end_user.manager.agent.show a:hover {
    border-bottom: 2px solid #00bee7;
    padding-bottom: 9px;
    text-decoration: none;
    color: #00bee7;
}

.user-nav div div a.login:hover {
  border-bottom: 1px solid #fff;
    padding-bottom: 9px;
    text-decoration: none;
    border-radius: 0;
}

.scrolled-header .user-nav a.login:hover {
border-bottom: 2px solid #00bee7;
    padding-bottom: 9px;
    text-decoration: none;
    color: #00bee7;
}


.scrolled-header a.my-tickets.contct-btn {
    width: 140px;
    height: 42px;
    background-color: #00bee7;
    border-radius: 0px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    
    line-height: 43px;
  text-align: center;
  margin: 0;
  transition: outline 0.1s linear;
  position: relative;
}


.scrolled-header a.my-tickets.contct-btn:hover {
  text-decoration: none;
}


li.activeli {
    border-left: 2px solid #00bee7;
    margin-left: -2px;
}

.nores-options a {
    display: block;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 32px;
    font-weight: normal;
    padding: 10px 0;
  position: relative;
      padding-left: 15px;
    margin-left: 13px;
}

.nores-options a:before {
 content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: -10px;
    background-repeat: no-repeat;
    top: 20px;
    border: 2px solid #00bee7;
    border-radius: 50%;
  
}

.nores-options {
    margin-top: 10px;
}

.nores-options a:nth-child(n+2):hover {
    text-decoration: none;
}

.home-page .futovac {
    height: 0;
}

.article-page .looking-for {
    left: 6%;
}

.error-page header {
    display: none;
}

.error-page .scrolled-header {
    top: 0px;
}

.mycontainer.error-container {
    /* padding-top: 130px; */
    text-align: center;
    position: relative;
    top: 48%;
}

.error-page h1 {
    color: #3e4b56;
    font-size: 28px;
    font-weight: 400;
    
}


.error-page .error-container img {
    display: block;
    margin: 40px auto;
}

.error-container .search input {
    line-height: 1.2em;
    padding: 0 50px 0 30px;
    width: 100%;
    border-radius: 100px;
    border: 0;
    -webkit-appearance: none;
    font-size: 14px;
    height: 54px;
    font-weight: 600;
    
    box-shadow: 0 20px 41px rgba(60, 80, 100, 0.07);
      max-width: 632px;
    border-radius: 27px;
  border-radius: 27px;


}

.error-container input[type=submit] {
display: none;
}


.error-container .search:before {
    content: "";
    font-family: "entypo";
    font-size: 1.25em;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 18px;
    width: 2.5em;
    z-index: 1;
    color: #a0aab9;
    right: 25px;
    background: url("https://p6.zdassets.com/hc/theme_assets/1222079/200470707/slice-1.png");
    width: 21px;
    height: 20px;
}


.error-container form.search {
    position: relative;
    max-width: 632px;
    margin: 0 auto;
    margin-bottom: 115px;
}

.error-page main {
    background-image: linear-gradient(to top, white 0%, #f6f9fa 100%);
      padding-top: 86px;
}


.trending a {
    margin-left: 15px;
    line-height: 1.4;
    color: #00bee7;
    font-size: 15px;
    font-weight: 400;
    
    padding-left: 19px;
    display: inline-block;
    max-width: 325px;
  position: relative;
}

.trending a:before {
    content: "";
    background: url("https://p6.zdassets.com/hc/theme_assets/1222079/200470707/blt.svg");
    position: absolute;
    width: 8px;
    height: 8px;
    left: -10px;
    top: 4px;
}

.trending li {
    float: left;
    width: 50%;
    text-align: left;
    padding: 10px 0;
      padding-left: 60px;
}

.trending ul {
    padding: 0 60px;
}

.trending h1 {
    margin-bottom: 50px;
}

.article-intro span {
}

.word, .word p {
   display: inline;
   margin: 0;
   position: relative;
}

span.word-desc {
 display: none;  
}

.word.show-des span.word-desc {
  display: block;
    position: absolute;
    background: red;
    width: 215px;
    padding: 23px;
    background-color: #00bee7;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    
      top: 20px;
font-weight: normal;
      left: 100%;
  z-index: 999;
}

span.word-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;

}

.word > p {
    border-bottom: 1px dashed #2c2f33;
    cursor: pointer;
}

.content-body.article-body a {
    color: #00bee7;
    color: rgb(0, 190, 231);
      font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    font-weight: normal;
}

.quickNavMenu li {
    padding: 7px 0px;
}

span.aa-dropdown-menu.aa-with-articles {

    font-weight: 300 !important;
}
.aa-article-hit--title .aa-article-hit--highlight, .aa-article-hit--section {
    color: #00bee7 !important;
}

li.request-title a {
    color: #00bee7;
    font-size: 14px;
    font-weight: 600;
    
}

p.request-id {
    margin-top: 55px;
    margin-bottom: -10px;
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 500;
    
}

h2.request-title {
  line-height: 32px;
    color: #00bee7;
    font-size: 28px;
    font-weight: 300;
    
}

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

section.comment-body {
     display: inline-block;
    max-width: calc(100% - 169px);
    padding-left: 50px;
}

.comment-avatar img {
    border-radius: 0;
    max-width: 60px;
    max-height: 60px;
}

.comment-meta a {
    color: #2c2f33;
    font-size: 14px;
    font-weight: 600;
    
}
.comment-meta > * {
    display: block;
    padding-bottom: 10px;
}

.comment-meta {
    padding-bottom: 20px;
}


.comment-published {
    color: #bebebe;
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 500;
    
}

span.point {
    display: inline-block;
    margin: 0 7px;
  color: #b0b0b0;
  
}

.zd-comment {
    color: #4a4a4a;
    font-size: 16px;
    
    line-height: 29px;
font-weight: normal;
}

.comment-fields textarea {
  min-height: 159px;
    border-radius: 0;
    border: 1px solid rgb(228, 233, 237);
}

.comment-fields textarea:focus {
border-color:rgb(0, 190, 231);
}

.comment-ccs + textarea, .comment-attachments {
    margin-top: 10px;
    width: 143px;
    width: 123px;
    height: 30px;
    background-color: rgba(16, 132, 204, 0.05);
  display: inline-block;
}

.upload-dropzone {
    border: none !important;
    font-size: 1em !important;
    /* overflow: hidden; */
    /* position: relative; */
    /* text-align: center; */
}

.upload-dropzone span:before {
    content: "+" !important;
    font-family: entypo;
    font-size: 20px;
    margin-right: 10px;
  position: relative;
    top: -2px;
    vertical-align: middle;
    color: #00bee7;
      font-weight: 100;
}

div#upload-dropzone span {
    padding: 0;
    display: inline-block;
    color: #00bee7;
    font-size: 11px;
    font-weight: 600;
    
    vertical-align: -webkit-baseline-middle;
}

.comment-fields {
    position: relative;
}

.comment-attachments {
    position: absolute;
    bottom: 14px;
    left: 14px;
}

section.request-sidebar.collapsible-sidebar {
    display: none;
}
.request-breadcrumbs a {
    color: #000;
}

span.request-submit-comment input {
      height: 40px;
    display: inline-block;
    position: relative;
    width: auto;
    background-color: #00bee7;
    border-radius: 0;
    color: #fff;
    border: 2px solid #00bee7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    vertical-align: middle;
    cursor: pointer;
    transition: outline 0.1s linear;
}

.request-page .comment-form-controls {
    margin-bottom: 120px;
}

.ticket-active-btn {
border-bottom: 2px solid #00bee7;
    padding-bottom: 31px;
    text-decoration: none;
    color: #00bee7 !important;
    font-weight: bold !important;
  
}

.request-container {
    max-width: 935px;
}


.my-activities-header h1 {
    display: inline-block;
}


.my-activities-header input#quick-search {
    float: right;
    display: inline-block;
    vertical-align: inherit;
    margin: .67em 0;
    width: 227px;
    height: 43px;
    border-radius: 0px;
    border: 1px solid #e4e9ed;
    background-color: #fff;
    padding-left: 20px;
  color: #bcc6ce;
font-size: 14px;

    font-weight: normal;
}
.my-activities-header input#quick-search:focus {
    border-color: #00bee7;
}


.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  /* color: #333333; */
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  /* color: #333333; */
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    /* border-bottom: 4px solid rgba(0, 190, 231, 1); */
    order: 1;
    padding: 15px 0 11px 0;
  }
}

/* .collapsible-nav-list li[aria-selected="true"] a {
  color: #333333;
} */

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

.request-list-page .content {
      margin: 0 auto;
}

.request-list-page  thead > tr {
    height: 53px;
    border-radius: 4px;
    background-color: rgba(16, 132, 204, 0.1);
    border: none;
}

header.my-activities-header h1 {
     color: #00bee7;
    font-size: 28px;
    font-weight: 300;
  margin-bottom: 25px;
  text-transform: capitalize;
}

header.my-activities-header:after {
    content: "";
    background: url("https://p6.zdassets.com/hc/theme_assets/1222079/200470707/slice-1.png");
    width: 21px;
    height: 20px;
    position: absolute;
    right: 25px;
    background-size: cover;
    top: 47px;
}

.requests thead tr th {
    color: #2c2f33;
    font-size: 14px;
    
}
.requests thead tr th:first-child {
 padding-left: 26px !important;
  text-transform: uppercase;
}

.requests tbody tr td:first-child {
    padding-left: 26px;
      color: #4a4a4a;
    font-size: 12px;
    
}

.requests tbody tr:last-child td {
    border-width: 0 0 1px 0;
    border-bottom: 0;
}

.request-list-page thead > tr > th {
    padding: 0;
  text-transform: capitalize;
}

.requests tbody tr td:nth-child(2) a {
    color: #00bee7 !important;
    font-size: 12px;
    
}

.requests tbody tr td:nth-child(3), .requests tbody tr td:nth-child(4) {
color: #b0b0b0;
font-size: 12px;
/* Text style for "17 hours a" */

}

.requests tbody tr td:nth-child(5) {
color: #4a4a4a;
font-size: 12px;
text-transform: uppercase;
}

span.status-label.status-label-solved {
    color: #00bee7;
      position: relative;
}

span.status-label.status-label-solved:after {
content: "";
    background: url("https://p6.zdassets.com/hc/theme_assets/1222079/200470707/solved-ok.png");
    position: absolute;
    width: 13px;
    height: 8px;
    top: 2px;
    right: -20px;
}

.request-list-page thead > tr > * {
    border-width: 0px;
}

.article-body label {
    line-height: 27px;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
    
    font-weight: normal;
}

.user-nav div div.contact-container a:hover {
    border-bottom: none;
    padding-bottom: initial;
    text-decoration: none;

  font-weight: normal;
}


/* desktop */
@media (min-width: 992px) {
.quickNavMenu.menumobile {
    display: none;
}
  .mobile-search {
    display: none;
}
  
 .contact-container {
    display: inline-block;
} 
    .looking-for.search-container img.mobileimg {
    display: none;
    } 
  .request-mobile {
    display: none;
}
    
  .new-ticket-page main .content {
    max-width: 582px;
    margin: 0 auto;
    padding-right: 110px;
}
  
  
}

/* mobile start new design */
  @media (max-width: 802px) { 
  .plan-image {
    display: none;
}
    
}
/* mobile start new design */
  @media (max-width: 992px) { 
     
    .new-ticket-page nav.sub-nav {
    max-width: 505px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: -20px;
}
    .breadcrumbs li + li:before {
    content: ">";
    margin: 0 3px 0 3px;
    color: #000;
    font-size: 13px;
    line-height: 1;
}
    
    
    .aa-dataset-articles span.aa-suggestions {
    max-height: 60vh;
    overflow-y: auto;
}
    
    
    .new-ticket-page .form {
    margin: 0 auto;
}
    
   .new-ticket-page h1 {
    text-align: center;
}
    
    
    .mobile-search.smalls {
    display: block;
}
    
   
    
    .smalls {
    display: none;
}
    
    
    
   .mobile-search.smalls form {
    display: block;
     max-width: 450px;
    margin: 0 auto;
}
   
     .mobile-search.smalls input#query {
    width: 100%;
    }
.first-paragraph {
    height: auto !important;
}
    
    .category-page .futovac {
    flex: 1;
    height: 0;
}    
    .article-body a.back-to-top {
    float: none;
    display: block;
    margin-top: 5px;
    position: absolute;
    top: 6px;
}
    
    
    a.back-to-home {
    display: block;
}

    
    .col-xs-12.col-sm-4.logo {
     width: 100%;
        top: -10px;
}
    
    header nav.col-xs-12.col-sm-8.user-nav {
    padding-top: 25px;
    background: rgba(0, 0, 0, 0.2);
    padding-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
          margin-top: 15px;
}
    
    
    button.navbar-toggle {
    position: absolute;
    right: 0px;
    top: 5px;
          border-radius: 0;
      transition: all .35s ease-out;
}
nav.col-xs-12.col-sm-8.user-nav {
    display: none;
}
    
    .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
      margin-bottom: 4px;
}
  
   .scrolled-header .navbar-toggle .icon-bar {
    background-color: #042133;
}
   .scrolled-header .col-xs-12.col-sm-4.logo {
    top: 0;
}
    
.word.show-des span.word-desc {
    left: auto;
}
    
    .search-page .row.header-search.search-box > p {
    display: none;
}
    
   
    .error-page .scrolled-header {
    height: auto;
}
    
    
  .col-xs-12.col-sm-4.logo {
    margin: 0 auto;
} 
nav.col-xs-12.col-sm-8.user-nav {
    width: 100%;
    margin: 0 auto;
}    
    
    .show {
    display: block;
}
    a.login.my-tickets {
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    display: block;
}
a.login {
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}    
    
section.knowledge-base {
    padding: 0 !important;
    display: block;
    width: 100%;
    text-align: center;
}
section.knowledge-base > h2 {
    margin-top: 30px;
    margin-bottom: 20px;
      font-size: 29px;
}
    
.category-tree > div {
display: inline-block;
    margin: 0 auto;
    width: 45%;
    margin-bottom: 20px;
    height: auto;
    float: none;
    margin-right: 0 !important;
    margin-left: 0;
    }
    
    p.cat-desc {
    padding-bottom: 30px;
}
    
 .category-tree {
    text-align: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
}
    
    .category-icon.text-center {
    padding-top: 30px;
}
    
    
section.promoted-articles h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
    
section.promoted-articles ul {
    margin-left: 0;
}
    
  section.promoted-articles li {
    width: 100%;
    display: block;
    padding: 0 20px;
}   
    
header .when-logged.end_user.manager.agent {
    margin-bottom: 20px;
}
        
.when-logged.end_user.manager.agent {
    margin-bottom: 20px;
}
   
    
 .row.header-search.search-box h2 {
margin-bottom: 20px;
    margin-top: 30px;
       position: relative;
}
    
 .row.header-search.search-box > p {
    font-size: 13px;
   margin-top: 10px;
}   
    
 .footer-column {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
    
footer.footer {
    position: relative;
    height: auto;
}    
    
 .looking-for.search-container {
    margin-bottom: 30px;
    padding-top: 20px;
}
    
 .looking-for.search-container img {
    width: 100%;
    margin-right: 0;
    max-width: 340px;
}
    
  .looking-for-action.article h4 {
    display: block;
    margin-top: 20px;
}
    
.looking-for-action.article {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}
    
 .user-nav div div a.login:hover {
    font-weight: inherit;
    border-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
    border-radius: 0;
}
    
 .when-logged.end_user.manager.agent.show a:hover {
    border-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
}

    
 aside.article-sidebar.side-column {
    display: none;
 }
    
  .quickNavMenu {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    margin-bottom: 30px;
}
   .article-intro {
    margin-bottom: 0 !important;
    height: auto !important;
} 
    
  .recently-related-articles.clearfix > div {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 30px;
    float: none;
        padding: 0;
}
    
 .recently-related-articles.clearfix {
    margin-top: 40px;
   margin-bottom: 0;
    border-bottom: 0;
}
    
 .article-page .looking-for {
    left: 0;
}
    
 .smalls form {
    display: none;
}
 .scrolled-header {
    padding-left: 0;
    padding-right: 0;
   height: auto;
}
    
 .scrolled-header .col-xs-12.col-sm-4.logo {
    margin-left: 0;
}
    
   .scrolled-header nav.col-xs-12.col-sm-8.user-nav {
    margin-right: 0;
         padding-top: 1px;
    padding-bottom: 26px;
}
    
  .scrolled-header .mycontainer {
 
    align-items: flex-end;
}  
.quickNavMenu.menudesktop {
    display: none;
}
  
 .looking-for.search-container img.desktopimg {
   display: none;
} 
    
.looking-for.search-container {
    margin-bottom: 0;
}
    
.looking-for-action.article {
    margin-bottom: 30px;
}
.trending li {
    float: none;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    padding-left: 0;
}
    
.trending ul {
    padding: 0;
}
    
.search-container {
    padding-left: 15px;
    padding-right: 15px;
}
    
.search-page .futovac {
    height: 90px;
}
    
header .when-logged a {
    margin: 5px;
}
    
.home-page .header-search.search-box p {
    visibility: hidden;
}  
    
.scrolled-header {
    top: -349px;
}
    
header a.login {
    margin-right: 0 !important;
}
    
 header .anonymous.show {
    display: inline-block;
    width: 49%;
}   
    
 header a.login.my-tickets {
    display: inline-block;
}
.article-body > ul {
    padding-left: 40px;
}    
    
.contact-container {
    width: 50%;
    display: inline-block;
}
    
    
    
   header .user-nav div div.contact-container a:hover {
    border-bottom: none;
    padding-bottom: initial;
    text-decoration: none;
    border-radius: 0px;
    font-weight: normal;
}
 .scrolled-header .col-xs-12.col-sm-4.logo {
    display: block;
    width: 100%;
    position: relative;
}
    
 .scrolled-header .mycontainer {
    display: block;
 
}   
    
.scrolled-header .user-nav a.login:hover {
    border-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
    color: #00bee7;
    font-weight: bold;
}
    
    
.article-page .scrolled-header {
    height: auto;
}
    
  .my-activities-header input#quick-search {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
}  
header.my-activities-header:after {
    bottom: 10px;
    top: initial;
}
    .ticket-active-btn, .scrolled-header .when-logged.end_user.manager.agent.show a:hover {
    padding-bottom: 0px;
}
    
.article-page main {
    padding-top: 90px;
}
    
.request-page	.content {
    padding-top: 125px;
}
    
 .subject-line, .ticket-status-mob {
    display: inline-block;
}

.subject-line a {
    color: #00bee7 !important;
    font-size: 12px;
    font-weight: 600;
    
}
.ticket-id-mob p,  .ticket-status-mob p, .ticket-created-mob p {
    display: inline-block;
    font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}
    
    .ticket-id-mob span,  .ticket-status-mob span, .ticket-created-mob span {
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
}
    
.subject-line {
    display: block;
}
    
.subject-line a {
    font-size: 16px;
}
    
    
    .ticket-created-mob {
    border-bottom: 1px solid #e4e9ed;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
    
    
nav.col-xs-12.col-sm-8.user-nav {
    text-align: center;
  
}    
    
    
    
    
    
    
    
    
    
    
    
}



/* mobile start new design */
  @media (max-width: 767px) { 

   
    .scrolled-header.down:before {
    position: absolute;
    background: white;
    width: 100%;
    height: 100px;
    content: "";
    top: -100px;
}
    
    
    .article-page .scrolled-header {
    padding-left: 0;
    padding-right: 0;
}
    
.category-tree > div {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  height: auto;
}
 .category-tree {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
}
    
    
    
    
    
    
    
    
    
}

#labels-checker, div#mojiartikli {
    display: none !important;
}


h2[id="Jump Ahead"] {
    display: none;
}

.quickNavMenu.menumobile {
    margin-top: 20px;
      position: relative;
}


button.navbar-toggle:focus {
    outline: none;
}

.col-xs-12.col-sm-4.logo {
  position: relative;
      vertical-align: top;
}

.wistia_responsive_padding {
    margin: 40px 0;
}

h2:target:before {
content:"";
display:block;
  position: relative;     
    top: -100px;
    visibility: hidden;
}

.content-body.article-body .note a {
    text-decoration: underline;
    font-size: 13px;
  color: inherit;
  font-weight: inherit;
}

.content-body.article-body .tip a {
    text-decoration: underline;
    font-size: 13px;
  font-weight: inherit;
  color: inherit;
}

  .content-body.article-body .caution a {
    text-decoration: underline;
    font-size: 13px;
    color: inherit;
    font-weight: inherit;
}

.content-body.article-body .resources a {
    text-decoration: underline;
    font-size: 13px;
  color: inherit;
  font-weight: inherit;
}

@-moz-document url-prefix() {
 .article-body ol li::before {
    font-weight: 400;
    text-shadow: 0 0 0px !important;
}
  .scrolled-header a.tickets {
    width: 78px;
    text-align: center;
}
  
  .scrolled-header nav.col-xs-12.col-sm-8.user-nav {
    max-width: 366px;
    width: 100%;
}
.note p, .caution p, .tip p, .resources p {
  font-weight: 300 !important;
   text-shadow: 0 0 0px !important;
}
  .user-nav a.login, .article-body a.back-to-top {
     text-shadow: 0 0 0px !important;
  }
  .smalls input#query {
    border: 0.5px solid #a0aab980;
  }
  .quickNavMenu {
    background-color: rgba(30, 166, 154, 0.07);
    border: 1px solid rgba(30, 166, 154, 0.3);
  }
}








.category.cat-202752588 img {
height: 86px;
}

.new-ticket-page .form {
    margin-bottom: 50px;
}

.upload-dropzone a {
    /* text-decoration: none; */
    /* font-size: 13px; */
    padding: 0;
    display: inline-block;
    color: #00bee7;
    font-size: 11px;
    font-weight: 600;
    
}



.form select#request_issue_type_select {
    display: none;
}

header .logo a {
  display: inline-block;
}

.scrolled-header.abslt {
    top: 0;
}

span.h2-helper {
    padding-top: 10px;
    display: inline-block;
    margin-top: 10px;
}


div.new :focus {
	outline: none !important;
}
div.new {
	
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	letter-spacing: 0.05em;
	color: #2c2f33;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

div.new footer .new-homepage-footer {
	padding: 120px 0;
	background: #f8f3f0;
}
div.new footer .container {
	padding-right: 15px;
	padding-left: 15px;
}
 @media all and (min-width:769px) {
div.new footer .container {
	width: 750px;
}
}
 @media all and (min-width:992px) {
div.new footer .container {
	width: 970px;
}
}
 @media all and (min-width:1200px) {
div.new footer .container {
	width: 1170px;
}
}

div.new footer .container, div.new .section-schedule .section-container, div.new .section-speakers .section-container, div.new .affiliate-feature .affiliate-feature-container, div.new .section-standard .section-standard-container {
	padding-right: 30px;
	padding-left: 30px;
}
div.new footer .row {
	margin-right: -15px;
	margin-left: -15px;
}
div.new .clearfix::before, div.new .clearfix::after, div.new .dl-horizontal dd::before, div.new .dl-horizontal dd::after, div.new .container::before, div.new .container::after, div.new .container-fluid::before, div.new .container-fluid::after, div.new .row::before, div.new .row::after, div.new .form-horizontal .form-group::before, div.new .form-horizontal .form-group::after, div.new .btn-toolbar::before, div.new .btn-toolbar::after, div.new .btn-group-vertical > .btn-group::before, div.new .btn-group-vertical > .btn-group::after, div.new .nav::before, div.new .nav::after, div.new .navbar::before, div.new .navbar::after, div.new .navbar-header::before, div.new .navbar-header::after, div.new .navbar-collapse::before, div.new .navbar-collapse::after, div.new .pager::before, div.new .pager::after, div.new .panel-div::before, div.new .panel-div::after, div.new .modal-footer::before, div.new .modal-footer::after {
	display: table;
	content: " ";
}
div.new .clearfix::after, div.new .dl-horizontal dd::after, div.new .container::after, div.new .container-fluid::after, div.new .row::after, div.new .form-horizontal .form-group::after, div.new .btn-toolbar::after, div.new .btn-group-vertical > .btn-group::after, div.new .nav::after, div.new .navbar::after, div.new .navbar-header::after, div.new .navbar-collapse::after, div.new .pager::after, div.new .panel-div::after, div.new .modal-footer::after {
	clear: both;
}




 @media all and (min-width:1270px) {
.new .container, .new .section-schedule .section-container, .section-schedule .new .section-container, .new .section-speakers .section-container, .section-speakers .new .section-container, .new .affiliate-feature .affiliate-feature-container, .affiliate-feature .new .affiliate-feature-container, .new .section-standard .section-standard-container, .section-standard .new .section-standard-container {
	width: 1196px;
}
}
div.new .gutter-26.row {
	margin-right: -13px;
	margin-left: -13px;
}
div.new footer .col-xs-1, div.new .col-sm-1, div.new .col-md-1, div.new .col-lg-1, div.new .col-xs-2, div.new .col-sm-2, div.new .col-md-2, div.new .col-lg-2, div.new .col-xs-3, div.new .col-sm-3, div.new .col-md-3, div.new .col-lg-3, div.new .col-xs-4, div.new .col-sm-4, div.new .col-md-4, div.new .col-lg-4, div.new .col-xs-5, div.new .col-sm-5, div.new .col-md-5, div.new .col-lg-5, div.new .col-xs-6, div.new .col-sm-6, div.new .col-md-6, div.new .col-lg-6, div.new .col-xs-7, div.new .col-sm-7, div.new .col-md-7, div.new .col-lg-7, div.new .col-xs-8, div.new .col-sm-8, div.new .col-md-8, div.new .col-lg-8, div.new .col-xs-9, div.new .col-sm-9, div.new .col-md-9, div.new .col-lg-9, div.new .col-xs-10, div.new .col-sm-10, div.new .col-md-10, div.new .col-lg-10, div.new .col-xs-11, div.new .col-sm-11, div.new .col-md-11, div.new .col-lg-11, div.new .col-xs-12, div.new .col-sm-12, div.new .col-md-12, div.new .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
 @media all and (min-width:769px) {
div.new footer .col-sm-1, div.new .col-sm-2, div.new .col-sm-3, div.new .col-sm-4, div.new .col-sm-5, div.new .col-sm-6, div.new .col-sm-7, div.new .col-sm-8, div.new .col-sm-9, div.new .col-sm-10, div.new .col-sm-11, div.new .col-sm-12 {
	float: left;
}
}
 @media all and (min-width:769px) {
div.new .col-sm-12 {
	width: 100%;
}
}
 @media all and (min-width:769px) {
div.new .col-sm-2 {
	width: 16.66%;
}
}
 @media all and (min-width:769px) {
div.new .col-sm-3 {
	width: 25%;
}
}
div.new .col-xs-1, div.new .col-sm-1, div.new .col-md-1, div.new .col-lg-1, div.new .col-xs-2, div.new .col-sm-2, div.new .col-md-2, div.new .col-lg-2, div.new .col-xs-3, div.new .col-sm-3, div.new .col-md-3, div.new .col-lg-3, div.new .col-xs-4, div.new .col-sm-4, div.new .col-md-4, div.new .col-lg-4, div.new .col-xs-5, div.new .col-sm-5, div.new .col-md-5, div.new .col-lg-5, div.new .col-xs-6, div.new .col-sm-6, div.new .col-md-6, div.new .col-lg-6, div.new .col-xs-7, div.new .col-sm-7, div.new .col-md-7, div.new .col-lg-7, div.new .col-xs-8, div.new .col-sm-8, div.new .col-md-8, div.new .col-lg-8, div.new .col-xs-9, div.new .col-sm-9, div.new .col-md-9, div.new .col-lg-9, div.new .col-xs-10, div.new .col-sm-10, div.new .col-md-10, div.new .col-lg-10, div.new .col-xs-11, div.new .col-sm-11, div.new .col-md-11, div.new .col-lg-11, div.new .col-xs-12, div.new .col-sm-12, div.new .col-md-12, div.new .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 13px;
	padding-left: 13px;
}
div.new .gutter-26 > [class^='col-'], div.new .gutter-26 > [class^=' col-'] {
	padding-right: 13px;
	padding-left: 13px;
}
div.new footer img {
	vertical-align: middle;
}
div.new .new-homepage-footer .container .gutter-26 .new-homepage-footer-logo, div.new .new-homepage-footer .section-schedule .section-container .gutter-26 .new-homepage-footer-logo, .section-schedule div.new .new-homepage-footer .section-container .gutter-26 .new-homepage-footer-logo, div.new .new-homepage-footer .section-speakers .section-container .gutter-26 .new-homepage-footer-logo, .section-speakers div.new .new-homepage-footer .section-container .gutter-26 .new-homepage-footer-logo, div.new .new-homepage-footer .affiliate-feature .affiliate-feature-container .gutter-26 .new-homepage-footer-logo, .affiliate-feature div.new .new-homepage-footer .affiliate-feature-container .gutter-26 .new-homepage-footer-logo, div.new .new-homepage-footer .section-standard .section-standard-container .gutter-26 .new-homepage-footer-logo, .section-standard div.new .new-homepage-footer .section-standard-container .gutter-26 .new-homepage-footer-logo {
	font-size: 9px;
	display: inline-block;
	vertical-align: bottom;
	color: #4a4a4a;
	padding-top: 30px;
}
div.new footer a {
	color: #428bca;
	text-decoration: none;
}
div.new footer a {
	color: #348683;
	font-weight: 400;
}
div.new .new-homepage-footer .container .gutter-26 .new-homepage-footer-logo a, div.new .new-homepage-footer .section-schedule .section-container .gutter-26 .new-homepage-footer-logo a, .section-schedule div.new .new-homepage-footer .section-container .gutter-26 .new-homepage-footer-logo a, div.new .new-homepage-footer .section-speakers .section-container .gutter-26 .new-homepage-footer-logo a, .section-speakers div.new .new-homepage-footer .section-container .gutter-26 .new-homepage-footer-logo a, div.new .new-homepage-footer .affiliate-feature .affiliate-feature-container .gutter-26 .new-homepage-footer-logo a, .affiliate-feature div.new .new-homepage-footer .affiliate-feature-container .gutter-26 .new-homepage-footer-logo a, div.new .new-homepage-footer .section-standard .section-standard-container .gutter-26 .new-homepage-footer-logo a, .section-standard div.new .new-homepage-footer .section-standard-container .gutter-26 .new-homepage-footer-logo a {
	text-decoration: none !important;
}
div.new .new-homepage-footer .container .gutter-26 .new-homepage-footer-logo a img, div.new .new-homepage-footer .section-schedule .section-container .gutter-26 .new-homepage-footer-logo a img, .section-schedule div.new .new-homepage-footer .section-container .gutter-26 .new-homepage-footer-logo a img, div.new .new-homepage-footer .section-speakers .section-container .gutter-26 .new-homepage-footer-logo a img, .section-speakers div.new .new-homepage-footer .section-container .gutter-26 .new-homepage-footer-logo a img, div.new .new-homepage-footer .affiliate-feature .affiliate-feature-container .gutter-26 .new-homepage-footer-logo a img, .affiliate-feature div.new .new-homepage-footer .affiliate-feature-container .gutter-26 .new-homepage-footer-logo a img, div.new .new-homepage-footer .section-standard .section-standard-container .gutter-26 .new-homepage-footer-logo a img, .section-standard div.new .new-homepage-footer .section-standard-container .gutter-26 .new-homepage-footer-logo a img {
	width: 94px;
	height: auto;
	margin-right: 10px;
}
div.new footer ul, div.new footer ol {
	margin-top: 0px;
	margin-bottom: 10px;
}
div.new .new-homepage-footer .container .gutter-26 ul, div.new .new-homepage-footer .section-schedule .section-container .gutter-26 ul, .section-schedule div.new .new-homepage-footer .section-container .gutter-26 ul, div.new .new-homepage-footer .section-speakers .section-container .gutter-26 ul, .section-speakers div.new .new-homepage-footer .section-container .gutter-26 ul, div.new .new-homepage-footer .affiliate-feature .affiliate-feature-container .gutter-26 ul, .affiliate-feature div.new .new-homepage-footer .affiliate-feature-container .gutter-26 ul, div.new .new-homepage-footer .section-standard .section-standard-container .gutter-26 ul, .section-standard div.new .new-homepage-footer .section-standard-container .gutter-26 ul {
	list-style-type: none;
}
div.new footer h1, div.new footer h2, div.new footer h3, div.new footer h4, div.new footer h5, div.new footer h6, div.new footer .h1, div.new footer .h2, div.new footer .h3, div.new footer .h4, div.new footer .h5, div.new footer .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
div.new footer h4, div.new footer .h4, div.new footer h5, div.new footer .h5, div.new footer h6, div.new footer .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.new footer h4, div.new footer .h4 {
	font-size: 18px;
}
div.new h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
}
div.new .new-homepage-footer .container .gutter-26 ul h4, div.new .new-homepage-footer .section-schedule .section-container .gutter-26 ul h4, .section-schedule div.new .new-homepage-footer .section-container .gutter-26 ul h4, div.new .new-homepage-footer .section-speakers .section-container .gutter-26 ul h4, .section-speakers div.new .new-homepage-footer .section-container .gutter-26 ul h4, div.new .new-homepage-footer .affiliate-feature .affiliate-feature-container .gutter-26 ul h4, .affiliate-feature div.new .new-homepage-footer .affiliate-feature-container .gutter-26 ul h4, div.new .new-homepage-footer .section-standard .section-standard-container .gutter-26 ul h4, .section-standard div.new .new-homepage-footer .section-standard-container .gutter-26 ul h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #2c2f33;
}
div.new footer ul li {
	vertical-align: top;
}
div.new .new-homepage-footer .container .gutter-26 ul li.social-icons, div.new .new-homepage-footer .section-schedule .section-container .gutter-26 ul li.social-icons, .section-schedule div.new .new-homepage-footer .section-container .gutter-26 ul li.social-icons, div.new .new-homepage-footer .section-speakers .section-container .gutter-26 ul li.social-icons, .section-speakers div.new .new-homepage-footer .section-container .gutter-26 ul li.social-icons, div.new .new-homepage-footer .affiliate-feature .affiliate-feature-container .gutter-26 ul li.social-icons, .affiliate-feature div.new .new-homepage-footer .affiliate-feature-container .gutter-26 ul li.social-icons, div.new .new-homepage-footer .section-standard .section-standard-container .gutter-26 ul li.social-icons, .section-standard div.new .new-homepage-footer .section-standard-container .gutter-26 ul li.social-icons {
	margin-top: 15px;
}
div.new .new-homepage-footer .container .gutter-26 ul li a, div.new .new-homepage-footer .section-schedule .section-container .gutter-26 ul li a, .section-schedule div.new .new-homepage-footer .section-container .gutter-26 ul li a, div.new .new-homepage-footer .section-speakers .section-container .gutter-26 ul li a, .section-speakers div.new .new-homepage-footer .section-container .gutter-26 ul li a, div.new .new-homepage-footer .affiliate-feature .affiliate-feature-container .gutter-26 ul li a, .affiliate-feature div.new .new-homepage-footer .affiliate-feature-container .gutter-26 ul li a, div.new .new-homepage-footer .section-standard .section-standard-container .gutter-26 ul li a, .section-standard div.new .new-homepage-footer .section-standard-container .gutter-26 ul li a {
	font-size: 14px;
	line-height: 32px;
	color: #2c2f33;
}

div.new .new-homepage-footer .container .gutter-26 ul li.social-icons a, div.new .new-homepage-footer .section-schedule .section-container .gutter-26 ul li.social-icons a, .section-schedule div.new .new-homepage-footer .section-container .gutter-26 ul li.social-icons a, div.new .new-homepage-footer .section-speakers .section-container .gutter-26 ul li.social-icons a, .section-speakers div.new .new-homepage-footer .section-container .gutter-26 ul li.social-icons a, div.new .new-homepage-footer .affiliate-feature .affiliate-feature-container .gutter-26 ul li.social-icons a, .affiliate-feature div.new .new-homepage-footer .affiliate-feature-container .gutter-26 ul li.social-icons a, div.new .new-homepage-footer .section-standard .section-standard-container .gutter-26 ul li.social-icons a, .section-standard div.new .new-homepage-footer .section-standard-container .gutter-26 ul li.social-icons a {
	text-decoration: none !important;
}

div.new a:hover {
text-decoration: underline;
}


div.new ul {
padding-left: 40px;
}

.new-homepage-footer-logo a {
    text-decoration: none !important;
}

@media (min-width: 0px) and (max-width: 992px) {
    footer { text-align: center;
  }
div.new footer ul, div.new footer ol {
    padding-left: 0px;
      margin-bottom: 20px;
}
div.new .new-homepage-footer .container .gutter-26 ul h4 {
    margin-bottom: 0px;
}
}


.col-sm-12.new-homepage-footer-logo a {
    display: inline-block;
}


.plan-image svg {
    margin-bottom: 40px;
}

header.header.hero-unit {
    background-size: cover;
  background-position: center;
      background: #00bee7;
}

footer.footer {
    position: static;
    left: 0;
    right: 0;
    bottom: 0;
     height: auto; 
    background: #3E3E3E;
    border: 0;
    color: #868686;
    margin-top: 0;
    padding: 30px 20px;
    font-size: 14px;
    min-height: initial;
}
form.search input[type="submit"] {
    background-color: #00bee7;
    border-radius: 0;
    color: #fff;
    border: 2px solid #00bee7;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 2.2;
    vertical-align: middle;
    cursor: pointer;
    transition: outline 0.1s linear;
    box-sizing: border-box;
    width: 20%;
    /* height: 52px; */
    padding: 10px 30px;
    font-size: 12px;
    font-weight: bold;
}

header form.search:before {
    content: none !important;
}


/* footer */


footer * {
  box-sizing: border-box;
}
footer *::before, footer *::after {
  box-sizing: border-box;
}
footer .page-width {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  width: auto;
  background-color: #ffffff;
  border-radius: 0;
  color: #00bee7;
  border: 2px solid #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: 2.2;
  vertical-align: middle;
  cursor: pointer;
  transition: outline 0.1s linear;
  box-sizing: border-box;
}
footer .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 2px solid #ffffff;
  transition: outline 0.1s linear;
}
footer * {
  box-sizing: border-box;
}
footer *::before, footer *::after {
  box-sizing: border-box;
}
footer a {
  background-color: transparent;
  touch-action: manipulation;
}
footer h2 {
  color: #00bee7;
  margin: 0 0 20px;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 749px) {
  footer h2 {
    font-size: 3rem;
    line-height: 1.26667;
  }
}
@media only screen and (min-width: 750px) {
  footer h2 {
    font-size: 4rem;
    line-height: 1.225;
  }
}
footer p {
  font-size: 1.6rem;
  margin: 0 0 20px;
}
footer p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 990px) {
  footer p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 750px) {
  footer .mega-subtitle {
    margin: 0 auto;
    max-width: 75%;
  }
}
footer .mega-subtitle p {
  color: inherit;
}
footer * {
  box-sizing: border-box;
}
footer *::before, footer *::after {
  box-sizing: border-box;
}
footer .text-center {
  text-align: center !important;
}
footer .page-width {
  zoom: 1;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .page-width::after {
  content: '';
  display: table;
  clear: both;
}
footer .outline-disabled :focus {
  outline: 0;
}
footer .btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  width: auto;
  background-color: #fff;
  border-radius: 0;
  color: #00bee7;
  border: 2px solid #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: 2.2;
  vertical-align: middle;
  cursor: pointer;
  transition: outline 0.1s linear;
  box-sizing: border-box;
}
footer .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 2px solid #fff;
  transition: outline 0.1s linear;
}
footer .btn:not(.disabled):hover::after {
  outline: 4px solid #fff;
}
footer .btn:not(.disabled):active::after {
  outline: 0 solid #fff;
}
@media print {
  footer p {
    orphans: 3;
    widows: 3;
  }
}
footer .hero {
  position: relative;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #042133;
}
footer .hero.lazyloaded {
  background-color: transparent;
}
footer .hero__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer .hero__overlay-title::before {
  content: '';
  display: block;
  width: 0;
  height: 6px;
  margin-bottom: 20px;
  background-color: #fff;
  transition: width 0.5s ease-out;
  margin: 0 auto 20px;
}
footer .hero__overlay-title.has-animated::before {
  width: 80px;
}
footer .hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
}
footer .hero--medium .hero__inner {
  padding: 80px 0;
}
@media only screen and (min-width: 750px) {
  footer .hero--medium .hero__inner {
    padding: 140px 0;
  }
}
footer .hero__btn {
  margin-top: 30px;
}
footer .hero--1498061974802.hero__overlay::before {
  background-color: #000000;
  opacity: 0;
}
footer .hero--1498061974802 .hero__overlay-title--overlay, footer .hero--1498061974802 .mega-subtitle {
  color: #ffffff;
}
footer .hero--1498061974802 .separator::before {
  display: none;
}
 

.hero.hero--1498061974802.hero--medium.hero__overlay.lazyloaded {
    background: #00bee7;
}

h2.hero__overlay-title.separator.hero__overlay-title--overlay.has-animated {
    font-size: 40px;
}

.rte-setting.mega-subtitle p {
    font-size: 18px;
}

a.btn.hero__btn {
    font-size: 12px;
}
.hero__inner {
    padding: 100px 0 !important;
}

/* footer end */



.scrolled-header a.my-tickets.contct-btn:hover::after {
    outline: 4px solid #00bee7;
}

.scrolled-header a.my-tickets.contct-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid #fff;
    transition: outline 0.1s linear;
}

a.title-category {
    color: #00bee7;
    font-size: 32px;
    line-height: 1.3;
}

.row.header-search.search-box {
    position: relative;
}

header.header.hero-unit {
  background: #223944;
}

.form-field.string.required.request_subject {
  display: none;
}

.suggestion-list {
    display: none;
}

.category-title-desc {
    display: inline-block;
    max-width: 420px;
}

.category-name-inside > * {
    vertical-align: unset;
}

p.cat-desc {
    padding: 0 10px;
}


.category-tree.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.category-tree > div {
    flex-wrap: wrap;
    display: flex;
    flex: 1 0 460px;
    flex-direction: column;
    justify-content: center;
}

.category-name-inside {
    display: flex;
}
.category-name-inside img {
    margin-top: 20px;
    margin-right: 20px;
}
.smalls input#query:focus {
    outline: 1px solid #00bee7;
}
footer {
    margin-top: 100px;
}



.category-page header.header.hero-unit:before {
    content: '';
    background: url("/hc/theming_assets/01HZKZ76RPYH3CBDGR53X4CT3Z");
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    background-size: cover !important;
  background-position-x: center !important;
}


.category-page .row.header-search.search-box {
    max-width: 47%;
}

.category-page .row.header-search.search-box:after {
content: none;
}

.category-page .row.header-search.search-box:before {
content: none;
}

.category-page header.header.hero-unit {
    position: relative;
}

.category-page header.header.hero-unit:after {
    content: '';
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
    background: rgba(4, 33, 51, 0.31);
    left: 50%;
    z-index: -1;
}

.cat-115001506488.category-page header.header.hero-unit:before {
    background: url("/hc/theming_assets/01HZKZ76RPYH3CBDGR53X4CT3Z");
  
}

.cat-115001507947.category-page header.header.hero-unit:before {
    background: url("/hc/theming_assets/01HZKZ7JKVX9JWB9PKD9MGA7KD");
  
}


.request-submit-comment input[type="submit"]:hover, .comment-form-controls input {
    outline: 2px solid #00bee7;
}

span.hidden-bread {
    display: none;
}


.error-page main:before {
    content: '';
    background: url("/hc/theming_assets/01HZKZ7RXVD6DKQ395VETYQVQA");
    position: absolute;
    left: 0;
    top: 0;
    bottom: -101px;
    right: 0;
    background-size: cover;
    z-index: 0;
}

main {
    position: relative;
}

.error-page main {
    min-height: 60vh;
  height: 500px;
}

.error-page h1 {
    position: relative;
    color: #fff !important;
    z-index: 11;
}

.error-page main:after {
    content: '';
    background: rgba(4, 33, 51, 0.74);
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 0;
    position: absolute;
}


div#article-comments {
    padding-top: 30px;
}

p.comment-callout {
}

.comment-form-controls input {
    width: 140px;
    height: 42px;
    background-color: rgb(0, 190, 231);
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    position: relative;
    border-radius: 0px;
    margin: 0px;
    transition: outline 0.1s linear;
}

div#article-comments {
    padding-top: 30px;
}

.comment-form-controls input {
    width: 140px;
    height: 42px;
    background-color: rgb(0, 190, 231);
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    position: relative;
    border-radius: 0px;
    margin: 0px;
    transition: outline 0.1s linear;
}



h3.comment-heading {
    display: inline-block;
    width: calc(100% - 86px);
}

h3.comment-heading + div {
    display: inline-block;
}

a.article-subscribe, .article-unsubscribe {
    border-radius: 0;
    border-color: #00bee7;
}

.row.header-search.search-box + ol {
    display: none;
}

.section-subscribe.dropdown {
    margin-top: 30px;
}

.section-subscribe.dropdown {
    margin-top: 30px;
}

.section-subscribe.dropdown > a {
    border-radius: 0;
    color: #fff;
}

.section-subscribe.dropdown span a {
    padding: 5px 20px;
}

span.dropdown-menu {
    border-radius: 0;
}

ul.collapsible-nav-list {
    padding: 0px 20px 0px;
}

nav.my-activities-nav {
    background: #e7f2fa;
}

header.my-activities-header.foll-header:after {
    content: none;
}

a.foll-title.striped-list-title {
    font-size: 13px !important;
}

/*
.home-page header.header.hero-unit {
    display: initial;
}
*/

.img-wrap {
    width: 130px;
    text-align: center;
}

section.knowledge-base .category {
    margin-bottom: 70px;
    padding-right: 30px;
    margin-top: 30px;
}

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


@media (max-width: 992px) {
form.search input[type="submit"] {
  padding: 12px;
  width: 90px;
}
  
.search-box input#query {
    width: calc(100% - 98px);
}
  section.knowledge-base .category {
    margin-bottom: 10px;
    padding-right: 0px;
    margin-top: 30px;
}

p.cat-desc {
    font-size: 14px;
}

.category-tree > div {
    max-width: 100%;
}

a.title-category {
    font-size: 25px;
}
.img-wrap img {
    max-height: 70px;
}

.page-width.text-center h2 {
    font-size: 29px !important;
}

.hero__inner {
    padding: 30px 20px !important;
}

  .category-page .row.header-search.search-box {
    max-width: 100%;
}

.category-page header.header.hero-unit:after {
    content: none;
}

h1.page-header {
    margin-top: 30px;
  font-size: 27px;
}

  footer .btn {
    letter-spacing: 0.5px;
    padding: 5px 17px;
  }
.category-page header.header.hero-unit {
    min-height: auto;
  padding-bottom: 230px;
  padding-top: 30px;
}

header.header.hero-unit {
  padding-top: 30px;
}

  .category-page header.header.hero-unit:before {
    content: '';
    background: url("/hc/theming_assets/01HZKZ76RPYH3CBDGR53X4CT3Z");
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover !important;
    background-position-x: center;
        top: unset;
}
  
a.back-to-top.back-to-home {
    display: none;
}
  
  .mobile-search.smalls form {
    display: none;
}

.content {
    padding-top: 40px;
}
span.point {
    display: none;
}
footer {
    margin-top: 60px;
}
  
section.comment-body {
    max-width: 100%;
    padding-left: 0;
}

.request-page	.content {
    padding-top: 30px;
}
  .request-page .comment-form-controls {
    margin-bottom: 20px;
}
 .rte-setting.mega-subtitle p {
    font-size: 15px;
}
  
  .content-body img {
    max-width: 100% !important;
   width: 100% !important;
}
}






.my-community header, .my-community section {
  display: block;
}
.my-community a {
  background-color: transparent;
}
.my-community a:active, .my-community a:hover {
  outline: 0;
}
.my-community .dropdown {
  position: relative;
  display: inline-block;
}
.my-community .dropdown-toggle {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.my-community .dropdown-toggle:hover {
  text-decoration: none;
}
.my-community .dropdown-toggle::after {
  color: #888888;
  content: "\A0\A0\E75C";
  display: inline-block;
  font-family: "entypo";
  vertical-align: middle;
}
.my-community .dropdown-toggle > * {
  display: inline-block;
}
.my-community .dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.my-community .dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
}
.my-community .dropdown-menu [role="menuitem"]:hover {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}
.my-community .dropdown-menu [role="menuitem"][aria-selected="true"] {
  background: #f3f3f3;
  cursor: default;
}
.my-community .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "\2713";
  margin-left: 10px;
  font-family: "entypo";
}
.my-community * {
  box-sizing: border-box;
}
.my-community h2, .my-community h4 {
  font-weight: 400;
  margin-top: 0;
}
.my-community h2 {
  font-size: 22px;
}
.my-community h4 {
  font-size: 16px;
}
.my-community a {
  color: #00bee7;
  text-decoration: none;
}
.my-community a:hover, .my-community a:active, .my-community a:focus {
  text-decoration: underline;
}
.my-community .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .my-community .container {
    padding: 0;
    width: 90%;
  }
}
.my-community ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.my-community .dropdown-toggle::after {
  color: inherit;
}
.my-community [role="button"] {
  border: 1px solid #00bee7;
  border-radius: 4px;
  color: #00bee7;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
.my-community [role="button"]::after {
  color: #00bee7;
}
.my-community [role="button"]:hover, .my-community [role="button"]:active, .my-community [role="button"]:focus {
  background-color: #00bee7;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .my-community [role="button"] {
    width: auto;
  }
}
.my-community .button-large {
  background-color: #00bee7;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .my-community .button-large {
    width: auto;
  }
}
.my-community .page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .my-community .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}
.my-community .blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .my-community .blocks-list {
    margin: 0 -15px;
  }
}
.my-community .blocks-item {
  border: 1px solid #00bee7;
  border-radius: 4px;
  box-sizing: border-box;
  color: #00bee7;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
.my-community .blocks-item:hover, .my-community .blocks-item:focus, .my-community .blocks-item:active {
  background-color: #00bee7;
}
.my-community .blocks-item:hover *, .my-community .blocks-item:focus *, .my-community .blocks-item:active * {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .my-community .blocks-item {
    margin: 0 15px 30px;
  }
}
.my-community .blocks-item-link {
  color: #00bee7;
  padding: 20px 30px;
}
.my-community .blocks-item-link:hover, .my-community .blocks-item-link:focus, .my-community .blocks-item-link:active {
  text-decoration: none;
}
.my-community .blocks-item-title {
  margin-bottom: 0;
      color: #00bee7;
}
.my-community .blocks-item-description {
  font-weight: 300;
  margin: 0;
}
.my-community .blocks-item-description:not(:empty) {
  margin-top: 10px;
}
.my-community .activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.my-community .recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.my-community .recent-activity-list {
  padding: 0;
}
.my-community .recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}
.my-community .recent-activity-item-parent {
  font-size: 16px;
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
}
.my-community .recent-activity-item-link {
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .my-community .recent-activity-item-parent, .my-community .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.my-community .recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}
@media (min-width: 768px) {
  .my-community .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
}
.my-community .recent-activity-item-time {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
.my-community .recent-activity-item-comment {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding-left: 5px;
}
.my-community .recent-activity-item-comment::before {
  display: inline-block;
}
.my-community .recent-activity-item-comment span::before {
  color: #00bee7;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}
.my-community .recent-activity-controls {
  padding-top: 15px;
}
.my-community .community-footer {
  padding-top: 50px;
  text-align: center;
}
.my-community .community-activity {
  padding-top: 40px;
  width: 100%;
}
.my-community .community-header {
  margin-bottom: 30px;
}
.my-community .community-header h4 {
  margin-bottom: 0;
}
.my-community .post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .my-community .post-to-community {
    margin: 0;
  }
}
.my-community .topics {
  max-width: none;
  width: 100%;
}
.my-community .topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}
.my-community .meta-group {
  display: block;
}
.my-community .meta-group * {
  display: inline;
}
.my-community .meta-data {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}
.my-community .meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}
.my-community .recent-activity-item-comment span::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}


.my-community .dropdown-menu[aria-expanded="true"] {
    display: block;
}

.mycontainer.my-community .content {
    padding-top: 40px;
}


/* @charset "UTF-8";
.topics-list .button-large {
  background-color: #00bee7;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
} */

@media (min-width: 768px) {
  .topics-list .button-large {
    width: auto;
  }
}
.topics-list .page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .topics-list .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}
.topics-list .community-header {
  margin-bottom: 30px;
}
.topics-list .community-header h4 {
  margin-bottom: 0;
}
.topics-list .post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .topics-list .post-to-community {
    margin: 0;
  }
}
.topics-list .topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
.topics-list .topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topics-list .topic-header {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .topics-list .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}
.topics-list .striped-list {
  padding: 0;
}
.topics-list .striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .topics-list .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.topics-list .striped-list-info {
  flex: 2;
}
.topics-list .striped-list-title {
  color: #00bee7;
  margin-bottom: 10px;
  margin-right: 5px;
}
.topics-list .striped-list-title:hover, .topics-list .striped-list-title:focus, .topics-list .striped-list-title:active {
  text-decoration: underline;
}
.topics-list .striped-list .meta-group {
  margin: 5px 0;
}
.topics-list .striped-list-count {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .topics-list .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.topics-list .striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
.topics-list .striped-list-count-item:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  .topics-list .striped-list-count-item::after {
    display: none;
  }
}
.topics-list .striped-list-number {
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .topics-list .striped-list-number {
    color: #333333;
    display: block;
    font-weight: 400;
  }
}
.topics-list .status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.topics-list .status-label:hover, .topics-list .status-label:active, .topics-list .status-label:focus {
  text-decoration: none;
}
.topics-list .status-label-featured {
  background-color: #00bee7;
}
.topics-list .meta-group {
  display: block;
}
.topics-list .meta-group * {
  display: inline;
}
.topics-list .meta-data {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}
.topics-list .meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

.my-community a.dropdown-toggle:hover:after {
    color: #fff;
}

.mycontainer.my-community.topics-list h1 {
    font-size: 31px;
    font-weight: 300;
    margin-bottom: 0px;
}

.mycontainer.my-community.topics-list p.page-header-description {
    margin-top: 5px;
    font-style: italic;
    margin-bottom: 25px;
}

span.topic-filters span.dropdown-toggle {
    font-weight:400;
}



/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #00bee7;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #666;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}
.topics-list .striped-list-count {
    margin-left: 0;
}


.post-page {
  /*! CSS Used from: https://p3.zdassets.com/hc/theming_assets/1879270/3246905/style.css?digest=115000135169&locale=en-us */
}
.post-page article, .post-page footer, .post-page header, .post-page section {
  display: block;
}
.post-page a {
  background-color: transparent;
}
.post-page a:active, .post-page a:hover {
  outline: 0;
}
.post-page h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.post-page img {
  border: 0;
}
.post-page input, .post-page textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.post-page input {
  line-height: normal;
}
.post-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.post-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.post-page input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.post-page textarea {
  overflow: auto;
}
.post-page .dropdown {
  position: relative;
  display: inline-block;
}
.post-page .dropdown-toggle {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.post-page .dropdown-toggle:hover {
  text-decoration: none;
}
.post-page .dropdown-toggle::after {
  color: #888888;
  content: "\A0\A0\E75C";
  display: inline-block;
  font-family: "entypo";
  vertical-align: middle;
}
.post-page .dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.post-page .dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}
.post-page .dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
}
.post-page .dropdown-menu [role="menuitem"]:hover {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}
.post-page .dropdown-menu [role="menuitem"][aria-selected="true"] {
  background: #f3f3f3;
  cursor: default;
}
.post-page .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "\2713";
  margin-left: 10px;
  font-family: "entypo";
}
.post-page * {
  box-sizing: border-box;
}
.post-page h1, .post-page h3 {
  font-weight: 400;
  margin-top: 0;
}
.post-page h1 {
  font-size: 32px;
}
.post-page h3 {
  font-size: 18px;
}

.post-page a:hover, .post-page a:active, .post-page a:focus {
  text-decoration: underline;
}
.post-page input, .post-page textarea {
  color: #000;
  font-size: 14px;
}
.post-page input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}
.post-page input:focus {
  border: 1px solid #00bee7;
}
.post-page textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.post-page textarea:focus {
  border: 1px solid #00bee7;
}
.post-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-page .dropdown-toggle::after {
  color: inherit;
}
.post-page [role="button"] {
  border: 1px solid #00bee7;
  border-radius: 4px;
  color: #00bee7;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
.post-page [role="button"]::after {
  color: #00bee7;
}
.post-page [role="button"]:hover, .post-page [role="button"]:active, .post-page [role="button"]:focus {
  background-color: #00bee7;
  color: #ffffff;
  text-decoration: none;
}
.post-page [role="button"][aria-selected="true"] {
  background-color: #00bee7;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .post-page [role="button"] {
    width: auto;
  }
}
.post-page input[type="submit"] {
  background-color: #00bee7;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .post-page input[type="submit"] {
    width: auto;
  }
}
.post-page .user-avatar {
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.post-page .avatar {
  display: inline-block;
  position: relative;
}
.post-page .avatar img {
  height: 40px;
  width: 40px;
}
.post-page .avatar .icon-agent::before {
  background-color: #00bee7;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}
.post-page .share {
  padding: 0;
  white-space: nowrap;
}
.post-page .share li {
  display: inline-block;
}
.post-page .share a {
  display: inline-block;
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}
.post-page .share a::before {
  color: #666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}
.post-page .share a:hover {
  text-decoration: none;
}
.post-page .share a:hover::before {
  color: #00bee7;
}
.post-page .share-twitter::before {
  content: "\e901";
}
.post-page .share-facebook::before {
  content: "\e903";
}
.post-page .share-linkedin::before {
  content: "\e900";
}
.post-page .share-googleplus::before {
  content: "\e902";
}
.post-page .comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.post-page .comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}
.post-page .comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.post-page .comment-overview p {
  margin-top: 0;
}
.post-page .comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}
.post-page .comment-sorter {
  display: inline-block;
  float: right;
}
.post-page .comment-sorter a {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}
.post-page .comment-wrapper {
  display: flex;
  position: relative;
}
.post-page .comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
.post-page .comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-page .comment-author {
    justify-content: space-between;
  }
}
.post-page .comment-avatar {
  margin-right: 10px;
}
.post-page .comment-meta {
  flex: 1 0 auto;
}
.post-page .comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.post-page .comment-container {
  width: 100%;
}
.post-page .comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
.post-page .comment-form-controls input[type="submit"] {
  margin-top: 15px;
}
.post-page .comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .post-page [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .post-page .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
}
.post-page .comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
.post-page .vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}
.post-page .vote a {
  outline: none;
}
.post-page .vote a:active, .post-page .vote a:hover, .post-page .vote a:focus {
  text-decoration: none;
}
.post-page .vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}
.post-page .vote-up:hover::before, .post-page .vote-down:hover::before {
  color: #00bee7;
}
.post-page .vote-up::before, .post-page .vote-down::before {
  color: #666;
      border: none;
}
.post-page .vote-up::before {
  content: "\2B06";
  
}
.post-page .vote-down::before {
  content: "\2B07";
}
.post-page .actions {
  text-align: center;
  flex-shrink: 0;
}
.post-page .actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}
.post-page .actions .dropdown-toggle:hover::before, .post-page .actions .dropdown-toggle:focus::before, .post-page .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}
.post-page .actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}
.post-page .community-follow {
  margin-bottom: 10px;
  width: 100%;
}
.post-page .community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
.post-page .community-follow [role="button"]:hover {
  background-color: #00bee7;
}
.post-page .community-follow [role="button"]:hover::after {
  border-color: #ffffff;
  color: #ffffff;
}
.post-page .community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}
.post-page .community-follow [role="button"][aria-selected="true"] {
  background-color: #00bee7;
  color: #ffffff;
}
.post-page .community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.post-page .community-follow [role="button"]::after {
  border-left: 1px solid #00bee7;
  content: attr(data-follower-count);
  color: #00bee7;
  display: inline-block;
  font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .post-page .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .post-page .community-follow [role="button"] {
    width: auto;
  }
}
@media (min-width: 768px) {
  .post-page .community-follow [role="button"]::after {
    position: static;
  }
}
.post-page .post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post-page .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-page .post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-page .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-page .post-title {
  margin-bottom: 20px;
  width: 100%;
}
.post-page .post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-page .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .post-page .post-title h1 {
    margin-right: 5px;
  }
}
.post-page .post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-page .post-avatar {
  margin-bottom: 30px;
}
.post-page .post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.post-page .post-info-container {
  display: flex;
  margin-bottom: 40px;
}
.post-page .post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
.post-page .post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}
.post-page .post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-page .post-comment-count {
  color: #666;
  font-weight: 300;
}
.post-page .post-comment-count:hover {
  text-decoration: none;
}
.post-page .post-comment-count .icon-comments {
  color: #00bee7;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}
.post-page .post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-page .post-comments {
    margin-bottom: 0;
  }
}
.post-page [class^="icon-"]::before, .post-page .share a::before, .post-page .vote-up::before, .post-page .vote-down::before, .post-page .actions .dropdown-toggle::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.post-page .icon-agent::before {
  content: "\1F464";
}
.post-page .icon-comments::before {
  content: "\1F4AC";
}
.dropdown-menu[aria-expanded="true"] {
    display: block;
}
section#comment-overview h3 {
    width: 100%;
}
.comment-actions-container .comment-actions.actions {
    width: 35px;
}

.post-page .avatar.comment-avatar {
    position: relative;
    margin-bottom: 20px;
}

.post-page .comment-actions-container {
    text-align: right;
}

.mycontainer.my-community {
    padding-top: 20px;
}

.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 45%;
  }
}

@media (max-width: 992px) {
.when-logged.end_user.manager.agent.scrolled-menu-user.show {
    margin-top: 30px;
}

  .when-logged.end_user.manager.agent.scrolled-menu-user.show a {
    margin: 0 5px;
        color: #000;
}
  header .anonymous.head-links.show {
    display: block;
    width: 100%;
}
}
@media (min-width: 992px) {
header .when-logged.end_user.manager.agent.show a {
    margin: 0 5px;
}
  header .when-logged.end_user.manager.agent.show {
    margin-right: 20px;
}
.when-logged.end_user.manager.agent.scrolled-menu-user.show a {
    margin: 0 5px;
}
  
  .when-logged.end_user.manager.agent.scrolled-menu-user.show {
    margin-right: 20px;
}
  header nav.col-xs-12.col-sm-8.user-nav, .scrolled-header nav.col-xs-12.col-sm-8.user-nav {
     display: inline-block !important;
}
  
}



.footer-links.mycontainer {
    padding: 10px 0;
}

.footer-links.mycontainer a {
  color: #4a4a4a;
  font-size: 11px;
  padding-right: 20px;
}


label.label-custom-sub {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
    margin-top: 25px;
}

label.label-custom-sub:after {
    content: "*";
    color: #f00;
    margin-left: 2px;
}

select#new-sub {
    width: 100%;
    height: 39px;
}

.request-container span.point {
    display: none;
}

.request-container .comment-form .avatar.comment-avatar {
    display: none;
}

.request-container .comment-container {
  /* width: calc(100% - 71px); */
  /* width: 100%; */
  max-width: 600px;
  display: block;
  width: 100%;
  margin-right: 0 !important;
  margin-left: auto;
}
form.new_community_post footer {
    border-top: 0px solid #eee;
  margin-top: 10px;  
}

body.article-page .content {
    padding: 120px 0 50px;
}



@media (max-width: 992px) {
body.community-enabled .search-results-column + .search-results-column {
    margin-left: 0;
}
form.search input[type="submit"] {
    padding: 12px;
    width: 90px;
    letter-spacing: 0.5px;
}
  .search-results-list > * {
    padding: 25px 0;
}.search-container {
    padding-top: 30px;
}
  
  .search-container p.page-header-description {
 
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 0px;
}
  .error-page h1 {
    color: #3e4b56;
    font-size: 21px;
    font-weight: 400;
}
  
  .mycontainer.my-community .content {
    padding-top: 30px;
}
  .content {
    padding: 40px 0;
}
  .my-community .page-header {
    margin-top: 0;
}
 .my-community .blocks-item-description:not(:empty) {
    font-size: 12px;
}
.topics-list .topic-header .dropdown {
    display: inline-block;
    border-top: 0px solid #ddd;
    padding: 5px 0;
}
  .post-overview-count.striped-list-count {
    padding-left: 0;
}
  .mycontainer.my-community.topics-list h1 {
    font-size: 27px;
    margin-top: 0px;
}
  .post-page h1 {
    font-size: 25px;
}
 .breadcrumbs li {
    font-size: 12px;
} 
 .breadcrumbs li:first-child a {
    font-size: 12px;
} 
  form.comment-form .avatar {
    display: none;
}
  .post-page .comment-form-controls input[type="submit"] {
    margin-left: 0;
}
  #hc-wysiwyg [class^="wysiwyg-icon-"] {
      margin: 0 1px;
    padding: 0 1px;
    min-width: 21px;
}
  .mycontainer.post-page + .my-community .community-footer {
    padding-top: 0px;
}
  
  .my-community .container {
      padding: 0 15px;
}
  form.new_community_post .form footer {
    margin-top: 10px;  
}
  .requests thead tr th:first-child {
    padding-left: 16px !important;
}
  
  .requests thead tr th {
    color: #2c2f33;
    font-size: 12px;
}
  .requests tbody tr td:first-child {
    padding-left: 16px;
    color: #4a4a4a;
    font-size: 12px;
}
  
table.table.my-activities-table.requests-table.my-requests {
    display: none;
}
  
 .category-name-inside {
    flex-direction: column;
}
  
  .img-wrap {
    width: 100%;
    display: block;
    margin-bottom: 0px;
}

.img-wrap img {
    margin: 0;
}

header.article-header h1 {
    font-size: 25px;
    line-height: 1.3;
}
 .recent-articles li a, .related-articles li a {
    font-size: 13px;
  }
  
.category-title-desc {
    max-width: 100%;
}  
  
 .community h2, .community h3, .section h3 {
    font-size: 27px;
} 
  
  .category-page ul.article-list li a {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }
  
  .mycontainer.my-community .container {
    padding-left: 0;
    padding-right: 0;
}
  .cat-115001506488.category-page header.header.hero-unit:before {
    background-position-y: 40% !important;
}
  body.article-page .content {
    padding: 20px 0 50px;
}
  
}

.form-field a:hover {
    text-decoration: none !important;
}

.category-page .content {
    padding: 80px 0;
    padding-top: 80px;
    padding-top: 40px;
}

/*.row.header-search.search-box:before {
    content: url("/hc/theming_assets/01HZKZ7GR7KQ7W0QA5AG42FHZ1");
    position: absolute;
    bottom: -43px;
    transform: scale(0.5);
    left: -130px;
}


.row.header-search.search-box:after {
    content: url("/hc/theming_assets/01HZKZ7QNRF0RV8PXPC0S87SRT");
     position: absolute;
    bottom: -200px;
    transform: scale(0.5);
    right: -90px;
    z-index: -1;
}
*/
@media (max-width: 992px) {
.hero-unit {
    display: block;
    padding: 0;
}

  
  .row.header-search.search-box {
   /* padding: 30px 0; */
    overflow: hidden;
}
  
  .row.header-search.search-box:after {
    position: absolute;
    bottom: -145px;
    transform: scale(0.3);
    right: -119px;
    z-index: -1;
}
  .row.header-search.search-box:before {
    position: absolute;
    bottom: 54px;
    transform: scale(0.3);
    left: -139px;
}
  
  
}


.category-page header.header.hero-unit:before {
    background: url("/hc/theming_assets/01HZKZ7N3MTE65TDGA2NVW6KAA");
 background-position-y: center !important;
}

input#community_comment_official {
    width: auto;
}

.cat-115001512827.category-page header.header.hero-unit:before {
    background: url("/hc/theming_assets/01HZKZ7QT89TRDKV8V2C6SWZ84");
    background-position-y: center !important;
}

.cat-115002648447.category-page header.header.hero-unit:before {
    background: url("/hc/theming_assets/01HZKZ7MX0ZWCFYKW8YH7Y0FBF");
    background-position-y: center !important;
}

.cat-115000324734.category-page header.header.hero-unit:before {
    background: url("/hc/theming_assets/01HZKZ7AEP69JW8CY9CNVNWCZB");
    background-position-y: center !important;
}

.home-page a.my-back-btn {
  display: none !important;
}

  a.my-back-btn {

display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 9999;
    opacity: .5;
right: 7px;
    top: 80px;
}
  @media (max-width: 767px) { 
  a.my-back-btn {
        display: block;
    }
}

footer.new-footer {
  background: #223944;
  color: #7f939c;
  font-size: .825rem
}

footer.new-footer:after, footer.new-footer:before {
  content: "";
  display: table
}

footer.new-footer:after {
  clear: both
}

footer.new-footer .container {
  position: relative
}

.footer__brand-bar, .footer__info-bar, .footer__primary {
  padding: 1rem
}

@media screen and (min-width: 768px) {
  .footer__brand-bar, .footer__info-bar, .footer__primary {
    padding: 1.5rem
  }
}

@media screen and (min-width: 768px) {
  .footer__info-bar .container, .footer__primary .container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  	max-width: 1170px;
  }

  .footer__apps, .footer__copyright, .footer__nav, .footer__social {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .footer__apps, .footer__social {
    margin-left: 30px;
    text-align: right
  }
}

@media screen and (max-width: 767px) {
  .footer__apps {
    text-align: center
  }
}

@media screen and (min-width: 992px) {
  .footer__apps {
    white-space: nowrap
  }
}

.footer__apps a {
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
  opacity: .5;
  padding-bottom: .25rem;
  padding-top: .25rem
}

.footer__apps a:hover {
  opacity: 1
}

.footer__primary #block-sitebranding a {
  display: block
}

.footer__primary #block-sitebranding svg {
  color: #fff;
  height: 41px;
  width: 180px
}

.footer__primary a {
  color: #7f939c
}

.footer__primary a:hover {
  color: #fff
}

.footer__primary .footer__back-to-top {
  background: #00bee7;
  border-radius: 30px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
  color: #fff;
  display: block;
  font-size: 1.5rem;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: -10px;
  width: 60px
}

.footer__primary .footer__back-to-top:hover {
  line-height: 60px
}

.footer__primary .footer__back-to-top:hover i {
  margin-top: 10px
}

.footer__primary .footer__back-to-top:hover i:after {
  content: "Top";
  display: block;
  font-family: Antenna, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  margin-top: .25rem;
  text-transform: uppercase
}

@media screen and (min-width: 768px) {
  .footer__primary .footer__back-to-top {
    top: -54px
  }
}

#block-streamlabs-branding-footer img {
  display: block;
  height: auto;
  width: 215px
}

.footer__apps, .footer__nav {
  margin: 2.5rem 0 0
}

#block-streamlabs-footer {
  margin-top: 1rem
}

#block-streamlabs-footer ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#block-streamlabs-footer li {
  margin: 0
}

#block-streamlabs-footer > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 639px) {
  #block-streamlabs-footer > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

#block-streamlabs-footer > ul > li {
  display: block;
  margin-top: 2rem
}

@media screen and (max-width: 639px) {
  #block-streamlabs-footer > ul > li {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

@media screen and (min-width: 768px) {
  #block-streamlabs-footer > ul > li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 140px
  }
}

#block-streamlabs-footer > ul > li > a {
  color: #00bee7;
  font-size: .625rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-transform: uppercase
}

#block-streamlabs-footer a {
  color: #7f939c;
  display: block;
  font-size: .8125rem;
  line-height: 1.25rem;
  margin-right: 3rem;
  padding: .3rem 0;
  text-decoration: none
}

@media screen and (max-width: 639px) {
  #block-streamlabs-footer a {
    margin-right: 2rem
  }
}

#block-streamlabs-footer a:hover {
  color: #fff
}

.footer__info-bar {
  background-color: rgba(0, 0, 0, .1)
}

@media screen and (max-width: 767px) {
  .footer__info-bar {
    text-align: center
  }
}

.footer__info-bar a {
  color: #7f939c
}

.footer__info-bar a:hover {
  color: #fff
}

.footer__copyright {
  line-height: 1.25rem
}

.footer__copyright a {
  display: inline-block
}

@media screen and (max-width: 767px) {
  .footer__social {
    margin-top: 1rem
  }
}

.footer__social a {
  display: inline-block;
  font-size: 1.5em;
  padding: 5px 10px
}

.footer__brand-bar {
  background-color: rgba(0, 0, 0, .3);
  text-align: center
}

.footer__brand-bar a {
  display: inline-block;
  margin: 0 .75rem;
  opacity: .7;
  transition: all .2s ease
}

@media screen and (max-width: 767px) {
  .footer__brand-bar a {
    padding-bottom: .5rem;
    padding-top: .5rem
  }
}

.footer__brand-bar a:focus, .footer__brand-bar a:hover {
  opacity: 1
}

.footer__brand-bar img {
  max-height: 40px
}

.article-anchor::before { 
  display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
  pointer-events: none;
}