/* ====================================================
   Base styles
   ==================================================== */
* {
  margin: 0;
  padding: 0;
  outline: none;
	font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html { background-color: #1c262b; }

body {
  color: #333;
  background-color: #fff;
  font: normal 16px/1 Arial,sans-serif;
}

img { border: 0; vertical-align: middle; }

a { color: #223f84; text-decoration: none; }
a:hover { text-decoration: underline; }

ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 300; margin: 0; line-height: 1.1; }
h1 { font-size: 38px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }

main h3 { margin: 24px 0 18px 0; }

p { line-height: 1.4; margin-bottom: 10px; }
p.mtop { margin-top: 24px; }

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], input[type=search], textarea {
  height: 50px;
  padding: 0 8px;
  border: 1px solid #c2c2c2;
  background: #fff;
  font: normal 20px Roboto, sans-serif;
  -webkit-appearance: none;
}

input[type=password] { font-family: Arial; }

textarea { 
  height: auto;
  min-height: 100px;
  padding: 8px;
  resize: none;
}


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


input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], textarea, .search input[type=search],  .header .back-to-ding,  .footer .language-

selector, .category-navigation, .article-navigation, .category-list li a, .dn-button, .nesty-input, .article-vote-up, .article-vote-down, input[type=submit] {
 	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.clearfix { clear: both; }
.form { width: 50%; margin-bottom: 40px; }
.form footer { width: 100%; }
.form input, .form textarea { width: 100%; display: block;   }
.form input[type=submit] { width: 310px; }

.form-field { min-height: 100px; }
.form-field.text { min-height: 190px; }
.form-field p { font-size: 16px; margin-top: 4px; }
.form-field .upload-dropzone { text-align: left; }

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

.main-column h1 { margin-bottom: 30px; }


.dn-button, input[type=submit] {
  min-width: 260px;
  line-height: 50px;
  display: inline-block;
  padding: 0 20px;
  font-size: 24px;
  background: #223f84;
  color: #FFF;
  font-weight: normal;
  cursor: pointer;
  border: none;
}

.dn-button:hover, input[type=submit]:hover {
  text-decoration: none;
	background: #385290;
}

.dn-footer-chat-button {
  width: 150px;
  height: 46px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #59aee4, #477db0);
  border: solid 5px #e1e1e1;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  min-width: 0;
  line-height: 38px;
}

.no-results { display: none; margin-top: 20px; }
.tooltip { display: none !important; }


.header .search-container, .search:before { 
  -webkit-transform: translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform: translateY(-50%);
	transform:translateY(-50%);
}

.header {
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.final-nav-div {
	background-color: #FFF;
  width: 100%;
  margin-left: 0 !important;
  border-bottom: none !important;
  display: none;
}

.final-nav-div a { color: #000; margin-left: 18px; }

.article-content .final-nav-div { 
  border-top: 1px solid rgb(206, 206, 206);
  margin: 20px 0 -30px 0;   
}

.article-content .final-nav-div a { display: block; padding: 11px 0; }
.article-content .final-nav-div a:hover { 
	text-decoration: none;
  color: #223f84;
}

.article-content .final-nav-div span.fa { float: right; }

.resizable-iframe { 
  height: 0;
  position: relative; 
  padding-bottom: 75%;
}

.resizable-iframe iframe {
  width: 100%;
  height: 100%;
	position: absolute;
  top: 0px;
  left: 0px;
}

/* ====================================================
   Content frame
   ==================================================== */
.header-inner, .footer-inner, .zdwrap, .promoted-articles {
  margin: 0 auto;
  padding: 0 10%;
  width: 100%;
}

main {
  margin: 25px auto 0;
  width: 100%;
  display: table;
}

.pagination ul { text-align: center; }
.pagination li { display: inline-block; margin-left: 4px; }
.pagination li a { color: inherit;  }
.pagination li a:hover, .pagination-current span { 
  text-decoration: none;
  color: #223f84; 
}
/* ====================================================
   Header
   ==================================================== */
.header {
  width: 100%;
  height: 320px;
  position: relative;
  background: url("/hc/theming_assets/01HZPARYNGBV4YQW86S16R641H") 100% 80% no-repeat;
  background-size: 100%;
}

body.home .header { height: 496px; }

.logo { float: left; margin-top: 18px; }
.logo span { margin-left: 14px; font-size: 14px; }
.logo a { display: inline-block; color: #fff;  }
.logo img { width: 140px; }

.header .header-inner {
 	height: 100%;
  position: relative;
}

.header .search-container {
	width: 100%;
  text-align: center;
	position: absolute;
  top: 50%;
  left: 0;
}

.search-results-subheading {
  display: none;
}

.search-result {
  margin: 20px 0;
}

.no-results-heading {
  display: block;
}

ul.cannot-find {
  list-style-type: disc;
  margin: 16px 0 0 40px;
}

ul.cannot-find li { margin-bottom: 16px; }

span.cannot-find {
  margin-top: 20px;
  display: inline-block;
}

.search-result-meta {
  display: none;
}

.search-result-description {
  display: none;
}

.search-result-votes {
  display: none;
}

.header .search-container .search-title {
  font-family: 'Source Sans Pro';
  color: #fff;
  font-size: 60px;
  margin-bottom: 25px;
  padding: 0 30px;
}

.header .search-container .search-element {
  width: 50%;
  max-width: 666px;
  display: inline-block;
}

.header .back-to-ding {
  line-height: 44px;
  float: right;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 19px;
  padding: 0 20px;
  background: rgba(255,255,255,.1);
}

.header .back-to-ding:hover {
  text-decoration: none;
  background: rgba(255,255,255,.3);
}
/* ====================================================
   Search
   ==================================================== */
.search { display: block; position: relative; }

.search:before {
  width: 32px;
  height: 32px;
  content: '';
  background: url("/hc/theming_assets/01HZPAS0H63ZQ0JX3MC8GY8JET") 0 0 no-repeat;
  background-size: 32px 32px;
  position: absolute;
  top: 50%;
  left: 12px;
}

body.home .search:before {
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
}

.search input[type=search] {
  width: 100%;
  height: 44px;
  font-size: 24px;
  padding-left: 70px;
  padding-right: 20px;
  font-weight: 300;
}

body.home .search input[type=search] { height: 62px; }

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

.ui-autocomplete.ui-menu {
	margin-top: 0;
  border-top: none;
  border-color: #223f84;
}

.ui-autocomplete.ui-menu .ui-menu-item {
  font: normal 16px/18px Roboto, san-serif;
  color: #444;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
  border-color: transparent;
  background: #223f84;
  color: #fff;
}
/* ====================================================
   Footer
   ==================================================== */

.footer { 
  width: 100%; 
  background: #303f46;
  padding: 30px 0;
  position: relative;
  z-index: 101;
}

.footer-link-active { background-color: #525f68; }
.footer .footer-inner { margin: 0 auto; margin-bottom: 24px; }
.footer .footer-links { position: relative; z-index: 3; }

.footer .footer-links ul { width: 19%; float: left; }
.footer .footer-links ul:first-child { width: 22%; }

.footer .footer-links li {
  padding-right: 10px;
  position: relative;
  line-height: 32px;
  font-size: 13px;
  font-weight: 300;
}

.footer .footer-links li a {
  line-height: 32px !important;
  display: block;
  color: #3793cd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer .footer-links .links-header {
  font-size: 14px;
  font-weight: normal;
  color: #f1f1f1;
}

.footer .footer-links .links-header span { display: none; }

.footer .language-selector {
  width: 100%;
  height: 50px;
  color: #ebebeb;
  margin-top: 11px;
  position: relative;
  line-height: 48px;
  border: 1px solid #676d71;
  cursor: pointer;
}

.footer .mobile-language-selector {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.footer .language-selector:hover { border-color: #2c9ada; }

.footer .language-panel {
  width: 100% !important;
  margin-left: 0 !important;
  background: #414c53;
  overflow: auto;
  position: absolute;
  top: auto;
  bottom: 49px;
  left: 0;
  display: none;
  margin-left: 0;
  padding-bottom: 7px !important;
}

.footer .language-panel li {
  height: 36px;
  padding: 0 20px;
}

.footer .language-panel li:hover {
  background: #525f68;
}

.footer .language-panel li a {
	color: #fff !important; 
}

.footer .language-panel li a:hover {
  text-decoration: none;
}

.footer .select-info {
  color: #ebebeb;
  line-height: inherit;
  margin: 0 10px;
}

.footer .select-info .fa-globe {
  margin-right: 10px;
  margin-top: 12px;
  font-size: 22px;
  float: left;
  display: inline-block;
}

.footer .select-info .fa-angle-down {
  float: right;
  font-size: 22px;
  margin-top: 12px;
  margin-left: 10px;
}

.footer .select-info .fa-angle-up {
  float: right;
  font-size: 22px;
  margin-top: 12px;
  margin-left: 10px;
}

.footer .select-info span {
  font-weight: 300;
  font-size: 16px;
  line-height: inherit;
  float: left;
}


.footer .footer-apps { margin-top: 40px; text-align: center; }

.footer .footer-apps a { height: 44px; }
.footer .footer-apps a, .footer .footer-apps p { 
  display: inline-block;
  vertical-align: middle;
}

.footer .footer-apps p { 
  min-width: 330px;
  color: #fff;
  margin: 0 10px;
}


.transparent-arrow, .black-arrow {
  width: 100% !important;
  height: 6px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  background: #fff;
}

.black-arrow {
  bottom: 1px;
  z-index: 99;
}

.transparent-arrow-container {
  position: relative;
  margin-top: 60px;
  padding-bottom: 1px;
}

.transparent-arrow:before, .transparent-arrow:after, 
.black-arrow:before, .black-arrow:after {
  width: 50%;
  content: '';
  position: absolute;
  bottom: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.transparent-arrow:after, .black-arrow:after {
  box-sizing: border-box;
  left: 50%;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}

.transparent-arrow:before, .black-arrow:before {
  right: 50%;
  border-bottom: 20px solid #fff;
  border-right: 20px solid transparent;
}

.black-arrow:after {
  border-bottom-color: #b7c8c4;
}

.black-arrow:before {
  border-bottom-color: #b7c8c4;
}


/* ====================================================
   Home
   ==================================================== */
.help-center-name { font-size: 35px; }

.submit-ticket { margin: 40px 0; text-align: center; font-weight: 300; }

.submit-ticket h3 {
  margin: 20px auto 18px auto;
  line-height: normal;
}

.promoted-articles li { 
  width: 32%;
  float: left;
  margin-left: 2%;
  padding-right: 8px; 
}

.promoted-articles li:nth-child(3n+1) {  margin-left: 0; }

.promoted-articles li a { 
  width: 100%;
  color: #333; 
  font-size: 17px; 
  padding: 6px 0; 
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promoted-articles a:hover {
 	text-decoration: none;
	color: #223f84;
}


/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */
.knowledge-base h1 { margin-bottom: 30px; text-align: center;}

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

.section-tree h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 5px;
}

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

.section-tree ul a:hover, ul.article-list a:hover {
 	 color: #223f84;
  text-decoration: none;
}

.section-tree-with-article h2 {
  font-size: 17px;
  line-height: 24px;
  margin: 10px 0 5px;
}

.section-tree-with-article ul {
  overflow: hidden;
}

.section-tree-with-article li.section {
	float: left;
  width: 50%;
}


.section-tree-with-article li.section:nth-child(2n+1) {
 	clear: both; 
}

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

.article-list li, .community li {
  margin-bottom: 0;
  padding-right: 30px;
}

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

.category-list {
  width: 100%;
  display: table;
}

.category-list img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 28px;
  margin-bottom: 20px;
}

.category-list li {
  width: 33.33%;
  height: 203px;
  background: #FFF;
  display: table-cell;
  text-align: center;
  color: #d5d5d5;
  font-weight: normal;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  vertical-align: top;
}

.category-list li a {
  border: 1px #d5d5d5 solid;
  width: 100%;
  height: 100%;
  display: block;
}

.category-list li a span {
  font-weight: 300;
  font-size: 24px;
  color: #333;
}

.category-list li a span.fa {
 	float: right;
  font-size: 24px;
  color: #afafaf;
  display: none;
}

.category-list li a div {
  width: 70%;
  border-top: 1px #b9c7c4 solid;
  margin: 10px auto;
}

.category-list li:nth-child(1) {
  border-left: none;
}

.category-list li:nth-child(3) {
  border-right: none;
}

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

.section h3 a {
  color: inherit;
  font-size: .85em;
  font-weight: normal;
}

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

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

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

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

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

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

.category-description, .section-description {
  color: #252525;
  font-size: 15px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

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

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


/* ====================================================
   Search
   ==================================================== */
.search-results-column p { margin-bottom: 12px; }
.search-results .no-results-heading { margin-bottom: 18px; }

/* ====================================================
   Article
   ==================================================== */
.article-metadata { float: left; padding-left: 55px; position: relative; }
.article-updated { color: #8E8E8E; font-size: 12px; margin-top: 5px; }
.article-subscribe, .article-unsubscribe { float: right; }
.article-sidebar { margin-top: -4px; }
.article-sidebar h3 { font-size: 16px; padding-bottom: 15px; }
.article-sidebar ul { margin-bottom: 60px; }
.article-body { word-wrap: break-word; }

.article-body ul,
.article-body ol,
ul.cannot-find {  
  margin: 6px 0 20px 20px;
  list-style-position: outside;
}
.article-body ul li,
.article-body ol li,
ul.cannot-find li { line-height: 1.3; margin-bottom: 6px; }
.article-body ul li:last-child,
.article-body ol li:last-child { margin-bottom: 0; }
.article-body > ul > li { margin-top: 5px; }
.article-body > ul > li:first-child { margin-top: 0; }

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

.article-body ul { list-style-type: disc; }
.article-body ol { list-style-type: decimal; }
.article-body table { table-layout: fixed; }
.article-footer { margin: 50px 0 25px; }
.article-footer .share { float: right; }
.article-vote { float: left; position: relative; }
.article-more-questions { margin-bottom: 30px; }
.recent-articles li, .related-articles li { margin-bottom: 5px; }


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

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

.chat:hover { text-decoration: none; }
.chat-available { bottom: 0; }
.chat-unavailable { 
  color: gray;
  cursor: default !important;
  bottom: -50px;
}


/* Error Page */
.error-page { margin: 0 auto; max-width: 500px; padding-top: 5%; }
.error-page h1 { font-size: 48px; margin-bottom: 0; }
.error-page h2 { font-size: 16px; margin-bottom: 5px; }
.error-page > a { display: block; margin-top: 25px; }


/* Category styles */
.category-title {  
  text-transform: none;
  font-size: 30px;
  font-weight: 300;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}

.category-title img { 
  width: 50px;
  height: auto;
  display: none; 
  margin: 0 20px; 
}

.category-title span { vertical-align: middle; }


.category-wrap, .article-wrap { width: 100%; display: table; }

.category-navigation, 
.article-navigation {
  width: 26%;
  min-width: 300px;
  display: table-cell;
}

.category-navigation ul, 
.article-navigation ul {
	background-color: rgb(243,243,243);  
}

.secondary-nav {  display: none; }

.article-navigation .sections-articles {
  background-color: #fafafa;
	display: none;
}

.article-navigation .sections-articles li:last-child div {
	border-bottom: none;
}

.article-navigation .sections-header-title { font-weight: bold; }

.category-navigation div, 
.article-navigation div {
  padding: 20px 6px;
  border-bottom: 1px rgb(206, 206, 206) solid;
}

.category-navigation li, .article-navigation li { 
  cursor: pointer; 
}


.category-navigation li.nav-title,
.article-navigation li.nav-title {
  cursor: default !important;
}

.category-navigation li.nav-title div,
.article-navigation li.nav-title div {
	border-bottom: none; 
  font-weight: 300;
  font-size: 22px;
}

.category-navigation li a:hover, 
.article-navigation li a:hover,
.category-navigation li.active, 
.article-navigation li.active { 
  text-decoration: none; 
  background-color: rgb(227, 227, 227); 
}

.category-navigation li a:hover div, 
.article-navigation li a:hover div,
.category-navigation li.active div, 
.article-navigation li.active div, 
.category-navigation li:last-child a div,
.article-navigation .sections-header:last-child a div { 
  border-bottom-color: transparent; 
}

.article-navigation li a.no-children:hover { 
  background: transparent; 
  cursor: default;
}

.article-navigation li a.no-children:hover div { 
  border-bottom-color: rgb(206, 206, 206);
}

.category-navigation li a, .article-navigation li a { 
  color: #333;
  display: block;
  line-height: 1.2;
}

.category-navigation li a span.fa, 
.article-navigation li a span.fa {
  float: right;
  font-size: 24px;
  color: rgb(162, 162, 162);
  margin-top: -3px;
}

.article-content img { max-width: 100%; height: auto !important; }

.article-content .article-header h1 {
  text-transform: none;
  font-size: 30px;
  margin-bottom: 16px;
}

.article-content .subtle-wrap {
  margin-top: 0;
  border-top: none;
  padding: 0;
  margin-top: 0;
}



.category-content, 
.article-content {
  width: 74%;
  display: table-cell;
  padding-left: 44px;
  vertical-align: top;
}

.category-content a { color: #333; }

.section-tree-with-article li h2 {margin-bottom: 30px; font-weight: bold;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-vote-question {
  font-size: 16px;
}

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

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

.article-vote-controls {
  margin-top: 10px;
}

.article-vote-up, .article-vote-down {
  min-width: 120px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  padding: 0 10px;
  background: #FFF;
  color: #4db9ec;
  border: 1px #4db9ec solid;
}

.article-vote-up {
	margin-right: 24px; 
}

.article-vote-up:before {
  color: #4db9ec;
  content: "Yes";
}

.article-vote-down:before {
  color: #4db9ec;
  content: "No";
}

.article-voted {
  box-shadow: inset 1px 1px 5px #4db9ec;
  background-color: #4db9ec !important;
  opacity: 1;
}

.article-voted::before { color: #FFF; }

.article-vote-up .article-voted {
  box-shadow: inset 1px 1px 5px #526F00;
  background-color: #6B9100 !important;
}

.article-vote-down .article-voted {
	box-shadow: inset 1px 1px 5px #4db9ec;  
  background-color: #4db9ec!important
}


/* ====================================================
   Nesty
   ==================================================== */
.nesty-input {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border: 1px solid #DDD;
  box-shadow: none;
  padding: 7px 15px 0 10px;
  display: block;
}

.nesty-panel li {
  font-size: 16px !important;
  min-height: 40px !important;
}



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

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

  100% {
    left: 100%;
  }
}

@media (max-width: 1600px) {
  .header .search-container .search-element { width: 48%; }
  .header-inner, .footer-inner, .zdwrap, .promoted-articles { 
    padding: 0 7%; 
  }
}


@media (max-width: 1250px) {
  .header .search-container .search-element { width: 55%; }
  body.home .header { background-size: 112%; } 
  
	.form { width: 55%; } 
}


@media (max-width: 1100px) {
  .header-inner, .footer-inner, .zdwrap, .promoted-articles {
    padding: 0 6%;
  }
   
  body.home .header { background-size: 130%; } 
  
  .form { width: 65%; } 
  
  .footer .footer-links ul {
    display: block;
    float: left;
    padding: 0 0 40px 0;
    width: 28%;
    margin-left: 4%;
  }
  
  .footer .footer-links ul:first-child,
  .footer .footer-links ul:nth-child(4) { 
    width: 30%;
  }
  
  .footer .footer-security li:first-child {
    display: none;
  }
  
  .header .search-container .search-element {
    width: 65%;
  }
  
  .category-list li a span {
    font-size: 24px;
  }
  
  .category-list img {
    margin-top: 36px;
    width: 54px;
  }
  
  .promoted-articles li a {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  h1 { font-size: 34px; }
	h2 { font-size: 28px; }
	h3 { font-size: 20px; }
  
  .form { width: 70%; }
  
  body.home .header { background-size: 162%; }
  
  .header .search-container .search-title { font-size: 54px; }
  
  .category-list li {
    height: 176px;
  }
  
  .category-list li a span {
    font-size: 20px;
  }
  
  .category-list img {
    margin-top: 28px;
    width: 48px;
  }
  
  .promoted-articles h3 {
    font-size: 24px;
  }
  
  .category-navigation li, 
  .aricle-navigation li {
    font-size: 16px;
  }
  
  .category-title img { margin-left: 34px; }
  
  .section-tree-with-article li.section {
    width: 100%;
  }
  
  .article-navigation { display: none; }
    
  .article-content { width: 100%; padding-left: 0; }
  .article-content .final-nav-div { display: block; }
  

  .promoted-articles li { 
  	width: 50%; 
    margin-left: 0; 
    padding-right: 40px;
 	}
	.promoted-articles li a { font-size: 17px; }
  
  .final-nav-div a { margin-left: 0; }
}

@media (max-width: 860px) {
  .header { background-size: 120%;  }
  
  .header-inner, .footer-inner, .zdwrap, .promoted-articles {
    padding: 0 4%;
  }
    
  .section-tree-with-article li h2 {
    font-size: 16px;
  }
  
  .category-content a {
    font-size: 16px;
  }
  
  .category-title, .article-content .article-header h1 {
  	font-size: 24px; 
  }
  
  .category-title img { margin-left: 20px; }
  
  .category-navigation li, 
  .article-navigation li {
    font-size: 14px;
  }
  
  .category-navigation li a span.fa, 
  .article-navigation li a span.fa {
    font-size: 20px;
  }
  
  .category-navigation div, 
  .article-navigation div {
    padding: 16px 0;
  }
  
  .community, 
  .section-tree, 
  .section-tree-with-article, 
  .subtle-wrap, 
  .article-sidebar section {
    padding: 20px 4% 30px 4%;
  }
}

@media (max-width: 767px) {
  body.home .header { background-size: 208%; }
  
  .form { width: 85%; }
  
  .logo { margin-top: 6px; }
  
  /*main .zdwrap { display: block; }*/
  
 	.zdwrap.small-no-padding { padding: 0; }
  
  .main-column h1 { margin: 20px 0; }
  .article-header h1, .search-results-heading  { 
    margin-top: 20px; 
  }
  
  .cannot-find { margin-bottom: 20px; }
  
  .header { background-size: 166%; } 
  
  .header .search-container .search-title { 
    font-size: 44px;
 		margin-bottom: 18px; 
  }
  
  .header .search-container .search-element { width: 80%; }
  .header .back-to-ding {
    border: none;
  	background: none;
    font-size: 16px;
  	font-weight: 300;
    padding: 0;
    margin-top: 8px;
  }
  
  .search:before { width: 34px; height: 34px; background-size: 34px 34px;}  	.search input[type=search] { height: 46px; }
  
 .footer .footer-apps p { 
 		width: 40px;
  	min-width: initial;
  	margin: 0;
  	text-indent: -9999px;
	}
  
  .category-list li {
    height: 154px;
  }
  
  .category-list li a span {
    font-size: 16px;
    font-weight: normal;
  }
  
  .category-list img {
    margin-top: 24px;
    width: 42px;
  }
  
  .promoted-articles h3 {
    font-size: 22px;
  }
  
  .category-navigation {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }
  
  .secondary-nav {
    display: block;
  }
  
  .secondary-nav li.active {
    display: none !important;
  }
  
  .secondary-nav li:not(.active) {
    display: block !important;
  }
  
  .secondary-nav li div {
    border-bottom: 1px rgb(206, 206, 206) solid !important;
  }
  
  .secondary-nav li:last-child div {
    border-bottom: none !important;
  }
  
  .category-navigation li.active span.fa {
    display: none;
  }
  
  .category-navigation li:not(.active) {
    display: none;
  }
  
  .category-navigation div {
		margin: 0 4%;    
    padding-left: 0;
    padding-right: 0;
  }
  
  .category-content {
    width: 100%;
  	padding-left: 0;
    display: block;
  }
  
  .category-title {
    display: none;
  }
  
  .community, 
  .section-tree, 
  .subtle-wrap, 
  .article-sidebar section {
    border-top: none;
    margin-top: -50px;
  }
  
  .community, 
  .section-tree, 
  .section-tree-with-article, 
  .subtle-wrap, 
  .article-sidebar section {
    padding-top: 0;
   	padding-bottom: 10px; 
  }
  
  .category-description {
 		margin-bottom: 0; 
  }
  
  .section-tree-with-article .article-list {
  	display: none;  
  }
  
  .section-tree-with-article li h2 {
 		margin: 0;
    line-height: 48px;
    border-top: 1px solid #cfcfcf;
    cursor: pointer;
  }
  
  .section-tree-with-article li:first-child h2 {
    border-top: none;
  }
  
  .section-tree-with-article li h2:after {
		content: '\f107';
  	font-family: FontAwesome;
  	float: right;
  	font-size: 24px;
  	color: #afafaf;
	}
  
 	.section-tree-with-article li h2.active:after { content: '\f106'; }
  
  main {
 		margin-top: 0; 
  }
  
  
  .knowledge-base h1 { display: none; }
  
  .category-list { display: block; background: #f3f3f3; }
  
  .category-list li {
    width: 100%;
    height: auto;
    display: block;
  	text-align: left;
  	border: none;
    border-bottom: 1px solid #b9c7c4;
    background: transparent;
  }
  
  .category-list li:last-child { border-bottom: none; }
  
  .category-list li a {
    height: auto;
    border: none;
    margin: 0;
    display: inline-block;
    line-height: 48px;
  }
    
  .category-list li a span.fa { display: block; line-height: inherit;  }
  .category-list li a div { display: none; }
	.category-list img { display: none; }
  
  .promoted-articles ul { width: 100%; }
  
  .promoted-articles li {
    width: 100%;
    float: none;
    margin: 0;
  	padding: 0;
  	border-top: 1px solid #b9c7c4;
  }
  
  .promoted-articles li a {
  	padding: 0;
    line-height: 48px;
    white-space: normal;
  	overflow: initial;
    font-size: 15px;
  }
 
  .promoted-articles li a:hover { text-decoration: none; }

  .promoted-articles h3 {
    font-size: 18px;
  	font-weight: bold;
  	margin: 16px 0 12px 0;
  }
  
  .promoted-articles li a:after {
    content: '\f105';
    font-family: FontAwesome;
    float: right;
    font-size: 24px;
    color: #afafaf;
  }
  
  .black-arrow { 
  	height: 1px;
  	background: #b9c7c4;
  }
  
  .transparent-arrow,  .black-arrow:before,  .black-arrow:after { 
    display: none; 
  }
  
  .submit-ticket,   .transparent-arrow-container {
   	margin-top: 0; 
  }
  
  .article-content .final-nav-div { margin-bottom: 0; }
}


@media (max-width: 660px) {
  .header { background-size: 183%; }
}



@media (max-width: 600px) {
  h1 { font-size: 26px; }
	h2 { font-size: 22px; }
	h3 { font-size: 18px; }
  
  .mobile-show { display: block !important; }
  .mobile-hide { display: none !important; }
  
  .form, .form input[type=submit] { width: 100%; }
  
  .header, body.home .header { 
    height: 160px; 
    background-size: 100%; 
    background-position: 100% 94%;
 	}
  
  .header .back-to-ding { margin-top: 6px; }
  .header .search { margin-top: 20px; }
  .header .search-container .search-element { width: 86%; }
  .header .search-container .search-title { display: none; }
  
  .logo img { width: 97px; }
  
 	.search:before, body.home .search:before { 
   	width: 28px; 
    height: 28px; 
    background-size: 28px 28px;
 	} 
  .search input[type=search], body.home .search input[type=search] { 
    height: 36px; 
    font-size: 19px; 
    padding-left: 50px;
    padding-right: 10px;
  }
  
  .ui-autocomplete.ui-menu .ui-menu-item {
  	font-size: 14px;
  	line-height: 16px;
	}
  
  .footer .footer-inner { padding: 0; }
  .footer .footer-links { margin-top: 30px; }
  .footer .footer-links li:not(.links-language) { cursor: pointer; }
  
  .footer .footer-links li:not(.links-language):hover {
    background-color: #525f68;
  }
  
  .footer .footer-links ul { 
    width: 100% !important;
    padding-bottom: 5px;
    margin-left: 0;
  }
  
  .footer .footer-links .links-header { 
    font-size: 16px;
    line-height: 44px; 
  }
  
  .footer .footer-links .links-header span {
    display: inline;
  	float: right;
  	font-size: 26px;
    margin-top: 9px;
  }
  
  .footer .footer-links ul li { padding: 0 30px; }
  .footer .footer-links ul li:not(:first-child) { display: none; }
  .footer .language-selector { height: 44px; }
  .footer .language-panel { bottom: 43px; }
  .footer .language-container .links-header { display: none; }

  .footer .language-container .links-language {
    display: block !important;
    padding: 0 21px;
  }
  
  .footer .select-info span { font-size: 22px; margin-top: -3px; }
  .footer .select-info .fa-globe { margin-top: 9px; }

  .footer .select-info .fa-angle-down {
    font-size: 26px;
    color: #8a9597;
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .header, body.home .header { background-size: 130%; }
  .header .back-to-ding { margin-top: 16px; }
  .header .search { margin-top: 44px; }
  .header .transparent-arrow { display: none; }
  .header .search-container .search-element { width: 93%; }
  
  .logo span { margin-left: 0; display: block; }
  
 	.ui-autocomplete.ui-menu .ui-menu-item {
  	font-size: 12px;
  	line-height: 14px;
	}
  
  .category-list li a span { font-size: 13px; } 
  .promoted-articles li a { font-size: 12px; }
  
  .footer .footer-apps p { width: 14px; }
  
  .search-results, .no-results, span.cannot-find { font-size: 16px; }
}

@media (max-width: 380px) {

}