@charset "UTF-8";

/* Base styles */

@font-face {
  font-family: 'akkurat-bold';
  src: url('//p4.zdassets.com/hc/theme_assets/277591/200032606/AkkuratPro-Bold.eot?#iefix') format('embedded-opentype'), url("//theme.zdassets.com/theme_assets/277591/62c9a82d2dc1b25b20bba50017114839be8ec6d2.otf") format('opentype'), url("//theme.zdassets.com/theme_assets/277591/8ffc41cfe90cd996f8357bc616174462d5a109c6.woff") format('woff'), url("//theme.zdassets.com/theme_assets/277591/d93de610b37f2cd6fcd7de83eef65bbb7051bf6e.ttf") format('truetype'), url('//p4.zdassets.com/hc/theme_assets/277591/200032606/AkkuratPro-Bold.svg#AkkuratPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'akkurat-regular';
  src: url('//p4.zdassets.com/hc/theme_assets/277591/200032606/AkkuratPro-Regular.eot?#iefix') format('embedded-opentype'), url("//theme.zdassets.com/theme_assets/277591/1e9607573819114bf94cd2d55f0f88066f08022d.otf") format('opentype'), url("//theme.zdassets.com/theme_assets/277591/7846d31429a4060b9bdded1db07d93dd108e6fab.woff") format('woff'), url("//theme.zdassets.com/theme_assets/277591/0d403073aec55aec4632e198e3d17dd07ca7a58d.ttf") format('truetype'), url('//p4.zdassets.com/hc/theme_assets/277591/200032606/AkkuratPro-Regular.svg#AkkuratPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkkuratLightPro-Regular';
  src: url('//p4.zdassets.com/hc/theme_assets/277591/200032606/AkkuratLightPro-Regular.eot?#iefix') format('embedded-opentype'), url("//theme.zdassets.com/theme_assets/277591/86432b8643d0cef5a8fb2b73ae4bdb0d658fe0a8.otf") format('opentype'), url("//theme.zdassets.com/theme_assets/277591/9a6666127110f78a3ae1e706260c4d68a1755743.woff") format('woff'), url("//theme.zdassets.com/theme_assets/277591/f90a537bf191937289aa6927ca3d9ae16aba8818.ttf") format('truetype'), url('//p4.zdassets.com/hc/theme_assets/277591/200032606/AkkuratLightPro-Regular.svg#AkkuratLightPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

html {
  background-color: #404040;
}

body {
  color: #050104;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  /*padding-bottom: 50px;*/
  background-color: #f2f2f2;
}

html.menu-is-open,
body.menu-is-open {
  overflow: hidden;
  position: fixed;
  height: 100%;
}

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

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

figure > img {
  display: block;
}

a {
  color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

h1 {
  font-size: 20px;
}

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

label {
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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


/* Buttons */

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

.with-image {
  padding: 0 20px 0 5px;
}

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

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

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

button img,
[role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 15px;
  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;*/
  margin: 0 auto;
}

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

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

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

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

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

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

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

.searchbox {
  margin: 25px 0px;
}

.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("//theme.zdassets.com/theme_assets/277591/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #EEE;
  margin-top: 40px;
  padding-top: 30px;
  text-align: center;
  height: initial;
  background-color: initial;
  border-bottom: none;
  margin-bottom: 50px;
}

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

.nesty-input {
  max-width: inherit !important;
  height: 60px;
  line-height: 54px;
  border: 3px solid #e6e6e6;
  color: #000;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.nesty-input:after {
  content: '';
  background: url("//theme.zdassets.com/theme_assets/277591/574adcf01f0d127d1e4174bc32f0c6133cf8e65b.png");
  width: 21px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
}

.request-form input[type="text"],
.request-form textarea {
  border: 3px solid #e6e6e6;
  border-radius: 0;
  height: 60px;
  padding: 10px 15px;
  color: #000;
  font-size: 18px;
}

.request-form textarea {
  height: 250px;
  resize: vertical;
}


/* Search box */

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

.search-box:before,
.sub-nav .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}

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

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


/* Breadcrumbs */

.breadcrumbs li {
  color: #BEBEBE;
  display: inline-block;
  font-size: 12px;
}

.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a {
  color: #050104;
}


/* Labels */

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


/* Metadata */

.meta,
.meta-group {
  color: #CCC;
  display: inline-block;
  font-size: 11px;
}

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


/* Helper classes */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


/* Social share links */

.share {
  white-space: nowrap;
  display: table;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 70px;
}

.share li,
.share a {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
}

.share li:last-child,
.share a:last-child {
  margin-right: 0px;
}

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

.share a:before {
  background: #000;
  border-radius: 50%;
  color: #F2F2F2;
  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;
}


/* Markdown styles */

.markdown {
  word-wrap: break-word;
  line-height: 1.7;
  font-family: 'akkurat-regular', arial;
  font-size: 18px;
}

.markdown img {
  max-width: 100%;
}

.markdown hr {
  background-color: #EEE;
  border: 0;
  height: 1px;
}

.markdown ul,
.markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown ol ul,
.markdown ul ul {
  list-style-type: circle;
}

.markdown ol ol ul,
.markdown ol ul ul,
.markdown ul ol ul,
.markdown ul ul ul {
  list-style-type: square;
}

.markdown pre {
  background: #f9f9f9;
  border: 1px solid #EEE;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.markdown blockquote {
  border-left: 1px solid #EEE;
  color: #BEBEBE;
  font-style: italic;
  padding: 0 15px;
}


/* Frame */

main,
.header-inner,
.footer-inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 1020px;
}

main {
  margin: 0;
  padding: 0;
  width: 100%;
}

.top--content,
.bottom--content,
.article--content,
.search--content,
.page--content,
.form,
.extra--info {
  margin: 0 auto;
  padding: 0 10px;
  width: 1020px;
}

.page--category,
.page--section {
  margin-bottom: 65px;
}

.article--content {
  padding: 0;
}

.search--content h1 {
  text-align: center;
  font-family: 'akkurat-bold', arial;
  font-size: 36px;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 70px;
}

.content--border {
  box-shadow: 0px 10px 10px #000000;
  height: 1px;
}

.category__item {
  border-bottom: 2px solid #545454;
  padding-bottom: 15px;
}

.category__item:last-child {
  border-bottom: 0;
}

/* Columns */

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

.main-column {
  width: 620px;
}

.side-column {
  width: 270px;
  margin-left: 45px;
}

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


/* Home page */

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

@media (max-width: 767px) {
  .hero-unit {
    padding: 80px 5px;
  }
}

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

body.community-enabled .knowledge-base {
  width: 620px;
}

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

.knowledge-base {
  width: 100%;
}

.community {
  background: #f9f9f9;
  border-radius: 5px;
  display: none;
  padding: 25px 20px;
  margin-top: 65px;
  margin-left: 45px;
  width: 270px;
}

[dir=rtl] .community {
  margin-left: 0;
  margin-right: 45px;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2,
.community h3,
.section h3 {
  color: #050104;
  font-size: 13px;
  font-weight: lighter;
  margin: 10px 0 15px;
  text-transform: uppercase;
}

.community h4 {
  font-size: 15px;
  margin-top: 0;
}

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

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


/* Knowledge base trees */

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

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

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

.category-empty,
.section {
  display: inline-block;
  padding: 0 50px 30px 0;
  vertical-align: top;
  /*width: 49.5%;*/
  width: 100%;
}

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

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

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

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

.page-header {
  border-bottom: 1px solid #EEE;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

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

.page-header > *:first-child {
  width: 100%;
}

.page-header + p {
  color: #BEBEBE;
  margin: -15px 0 20px 0;
}

.page-header h1 {
  font-size: 20px;
}


/* Search */

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


/* Sub-nav */

.sub-nav {
  display: table;
  margin-bottom: 25px;
  padding: 70px 0;
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
}

.sub-nav > * {
  display: table-cell;
}

.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
}

.sub-nav .search {
  width: 300px;
}


/* Article */

.article-header {
  margin-bottom: 90px;
  font-family: 'akkurat-bold', arial;
  text-transform: uppercase;
  text-align: center;
}

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

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

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

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

.article-meta {
  width: 100%;
}

.article-updated {
  display: block;
}

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

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

.article-footer {
  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;
}


/* Side column */

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

.side-column ul {
  margin-bottom: 60px;
}

.side-column li {
  margin-bottom: 10px;
}

.side-column li a {
  font-size: 12px;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span,
.visibility-internal {
  cursor: default;
  position: relative;
  padding-right: 10px;
}

.article-promoted span:before,
.article-promoted span:after,
.visibility-internal:before,
.visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}

.article-promoted span:before,
.visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

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

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

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

.article-body a {
  text-decoration: underline;
}

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


/* Comments - Article, Request and Post pages */

.comment-list {
  margin-bottom: 25px;
}

.comment-list > * {
  border-bottom: 1px solid #EEE;
  padding: 25px 0;
}

.comment-list > *:first-child {
  border-top: 1px solid #EEE;
}

.comment-sorter {
  float: right;
}

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

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

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

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

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

.comment > *,
.comment-form > * {
  display: table-cell;
  vertical-align: top;
}

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

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

.comment-avatar {
  position: relative;
  width: 85px;
}

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

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

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

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

.comment-published,
.comment-pending,
.comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}

[dir=rtl] .comment-published,
[dir=rtl] .comment-pending,
[dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #BEBEBE;
}

.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

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

.comment-pending {
  color: #eec100;
}

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

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

.comment-attachments {
  border: 1px solid #DDD;
  margin-top: -1px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.attachment-list li:before,
.screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #EEE;
  margin-bottom: 25px;
  padding: 25px 0;
}

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

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

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

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

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

.request-table-filters {
  display: table-cell;
  text-align: right;
}

[dir=rtl] .request-table-filters {
  text-align: left;
}

.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

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

.request-id {
  color: #BEBEBE;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #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-status {
  color: #FFF;
  border-radius: 3px;
}

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

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}


/* Community heading */

.community-heading {
  font-size: 18px;
  margin: 0;
  width: 100%;
}


/* Community nav */

.community-nav {
  border-bottom: 1px solid #EEE;
  margin-bottom: 55px;
  padding: 25px 0;
}

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

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

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

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

[dir=rtl] .community-nav li:last-child {
  float: left;
}

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

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

[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}


/* Community sub-nav */

.community-sub-nav {
  border-bottom: 1px solid #EEE;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

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

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

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

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


/* Topics/questions/answers */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share,
.answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #EEE;
}

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

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


/* Vote */

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Accept */

.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept,
.answer-accepted .vote-sum {
  color: green;
}


/* Admin controls */

.topic-controls,
.question-controls,
.answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before,
.question-delete:before,
.question-mark-as-spam:before,
.answer-delete:before,
.answer-mark-as-spam:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}


/* Share questions and answers */

.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #DDD;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before,
.share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

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

body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}

[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  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;*/
  margin-bottom: 0;
}

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

.search-results-list > *:first-child {
  border-top: 1px solid #EEE;
}

.search--content {
  border-bottom: 2px solid #757575;
  padding-bottom: 60px;
}

.search-result-link {
  /*font-size: 16px;*/
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'akkurat-bold', arial;
  color: #000;
}

.search-result-description,
.search-result-meta {
  /*padding-top: 16px;*/
  padding-top: 0;
  font-family: 'akkurat-regular', arial;
  font-size: 16px;
  color: #000;
}

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

.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

.chat-available {
  bottom: 0;
}

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

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 0%;
  margin-bottom: 65px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.info__banner {
  height: 30px;
  background-color: #1c1e1b;
  position: fixed;
  z-index: 1000;
  width: 100%;
}

.info--content {
  color: #fff;
  text-transform: uppercase;
  font-family: 'akkurat-bold', arial;
  font-size: 12px;
  position: relative;
}

.info--content > ul {
  display: table;
  margin: 0 auto;
  height: 30px;
}

.info--content ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
}

.header {
  background: url("//theme.zdassets.com/theme_assets/277591/78f87d2fbe574a0fe9568c78994fbba037dc93f9.png") repeat-x;
  border-bottom: none;
  height: 255px;
}

.block--container {
  margin-top: 70px;
  padding: 0 8.5px;
}

.block,
.block-link {
  width: 315px;
  height: 175px;
  float: left;
  margin-bottom: 20px;
  display: table;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}

.block a,
.block-link a {
  display: table-cell;
  vertical-align: middle;
}

.block a:hover,
.block-link a:hover {
  text-decoration: none;
}

.block h2,
.block-link h2 {
  color: #fff;
  font-family: 'akkurat-bold', arial;
  font-size: 30px;
  line-height: 30px;
}

#categories__links {
  padding: 0;
  margin: 70px -10px;
}

#categories__links .block,
#categories__links .block-link {
  margin: 0 10px 20px;
}

.pink-left-stripes,
.cat-200936936,
.cat-200936946 {
  background: url("//theme.zdassets.com/theme_assets/277591/672c57cc89c406042beb6db228c5b080ffebe086.png") no-repeat;
}

.pink-left-stripes:hover,
.cat-200936936:hover,
.cat-200936946:hover {
  background: #F198BE;
}

.pink-right-stripes,
.cat-200950853 {
  background: url("//theme.zdassets.com/theme_assets/277591/cf4e6b89d1afb158ee01e103ca7583a09ddf2e56.png") no-repeat;
}

.pink-right-stripes:hover,
.cat-200950853:hover {
  background: #F198BE;
}

.green-left-stripes,
.cat-200936956,
.cat-200950843 {
  background: url("//theme.zdassets.com/theme_assets/277591/84db7d9787f5e94f2decac4ed942e69e3c0bed31.png") no-repeat;
}

.green-left-stripes:hover,
.cat-200936956:hover,
.cat-200950843:hover {
  background: #219D38;
}

.green-right-stripes {
  background: url("//theme.zdassets.com/theme_assets/277591/5527a3dda31de4b1a2ffb9045937643aaf165c1f.png") no-repeat;
}

.green-right-stripes:hover {
  background: #219D38;
}

.blue-dots,
.cat-200950903,
.cat-200950893 {
  background: url("//theme.zdassets.com/theme_assets/277591/7eb449c30130515b7cd4da2c50e2404eae02199b.png") no-repeat;
}

.blue-dots:hover,
.cat-200950903:hover,
.cat-200950893:hover {
  background: #00ABD5;
}

.yellow-dots,
.cat-201179006,
.cat-200950863,
.cat-200950873 {
  background: url("//theme.zdassets.com/theme_assets/277591/e3724bc81e5763e78ad251e3ff24ea5cbf5d35f0.png") no-repeat;
}

.yellow-dots:hover,
.cat-201179006:hover,
.cat-200950863:hover,
.cat-200950873:hover {
  background: #FDC600;
}

.orange-shapes,
.cat-200936966,
.cat-200950883 {
  background: url("//theme.zdassets.com/theme_assets/277591/0fdbbf2a28a3369bc1258eb88a0bd2ac836e45fe.png") no-repeat;
}

.orange-shapes:hover,
.cat-200936966:hover,
.cat-200950883:hover {
  background: #F07D00;
}

.contact__us h2 {
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'akkurat-regular', arial;
  font-size: 36px;
}

.contact__us a:hover {
	text-decoration: none;
}

.contact__us button {
  border-radius: 25px;
  border: none;
  background-color: #00bbed;
  color: #FFFFFF;
  padding: 13px 10px 10px;
  width: 255px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: 'akkurat-bold', arial;
  font-size: 18px;
  margin-bottom: 45px;
}

.contact__us button a {
  color: #fff;
  font-family: 'akkurat-bold', arial;
  font-size: 18px;
  text-decoration: none;
}

.search__contact h2 {
  margin-top: 65px;
}

.search__contact button {
  margin-bottom: 65px;
}

.page--article .contact__us h2 {
  margin-top: 70px;
}

.page--article .contact__us button {
  margin-bottom: 150px;
}

.related-articles {
  text-align: center;
  text-transform: uppercase;
}

.related-articles li {
  background-color: #fff;
  margin-bottom: 20px;
}

.related-articles a {
  display: block;
  padding: 17px 0px;
  font-family: 'akkurat-bold', arial;
  font-size: 16px;
  color: black;
}

.related-articles h3 {
  font-family: 'akkurat-bold', arial;
  font-size: 20px;
  text-decoration: underline;
}

.social--banner {
  height: 130px;
  background-color: #dedede;
}

.social--banner ul {
  display: table;
  width: 350px;
  margin: 0 auto;
  table-layout: fixed;
  height: 130px;
}

.social--banner ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: none;
}

.popular__questions h2,
.content__block h2 {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'akkurat-bold', arial;
  font-size: 24px;
  text-decoration: underline;
  text-transform: uppercase;
}

#categories__block {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #797979;
}

.content__block h2 a,
.content__block h4 a {
  color: #000;
  text-decoration: none;
}

.content__block h2 {
  margin-top: 25px;
}

.content__block h4 {
  text-transform: uppercase;
  text-decoration: underline;
  text-align: left;
  font-family: 'akkurat-bold', arial;
  font-size: 20px;
  margin: 0 0 20px;
}

.content__block .section__item {
  margin: 0 0 40px;
}

.content__block .section__item:last-child {
  margin: 0;
}

.content__block h5 {
  text-transform: uppercase;
  font-family: 'akkurat-bold', arial;
  font-size: 16px;
  margin-bottom: 0;
}

.content__block p {
  margin-top: 0;
  font-family: 'akkurat-regular', arial;
  font-size: 15px;
}

.content__block a:hover {
  color: #000;
}

.content__block a {
  display: block;
}

.shipping {
  padding-bottom: 45px;
}

.popular__questions ul {
  text-align: center;
}

.popular__questions li {
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.popular__questions li:last-child {
  margin-bottom: 74px;
}

.popular__questions a {
  padding: 30px 0;
  display: block;
  font-size: 20px;
  color: black;
  font-family: 'akkurat-bold', arial;
}

.article__list {
  list-style-type: disc;
  padding-left: 20px;
}


/**************
* Responsive *
**************/

@media (max-width: 1200px) {
  .header--menu {
    width: 85%;
  }
}

@media (max-width: 1100px) {
  .header--menu {
    width: 95%;
  }
}

@media (max-width: 1050px) {
  .top--content, .bottom--content, .article--content, .search--content, .page--content, .form, .extra--info {
    width: 100%;
  }
  .article--content {
    padding: 0 20px;
  }
  .header-inner,
  .footer-inner {
    width: 100%;
  }
  .header--title h1 {
    font-size: 55px;
  }
  .header--title {
    margin: 30px 0 30px;
  }
  .header {
    height: 140px;
  }
  .block,
  .block-link {
    width: 310px;
    height: 170px;
  }
  .block h2,
  .block-link h2 {
    font-size: 26px;
  }
  .block--margin-left {
    margin-right: 0;
  }
}

@media (max-width: 1030px) {
  #categories__links {
    display: table;
    margin: 50px auto;
  }
  #categories__links .block,
  #categories__links .block-link {
    width: 32%;
    height: 170px;
    margin: 0 .5% 10px;
  }
  .block--margins {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .block--margin-right {
    margin-left: 16.5%;
  }
}

@media (max-width: 1024px) {
  .info--content .language-switcher {
    display: none !important;
  }
  .topbar {
    display: block;
  }
  .header--menu {
    display: none;
  }
  #header--background {
    display: none;
  }
  .info__banner {
    position: absolute;
    top: 45px;
  }
  .header {
    padding-top: 15px;
  }
  .gray--background {
    display: none;
  }
  .header-inner {
    padding-top: 0px;
    margin-top: -50px;
  }
}

@media (max-width: 950px) {
  .header--title h1 {
    font-size: 50px;
  }
}

@media (max-width: 940px) {
  .footer__menus ul {
    margin-right: 0;
  }
  .footer__newsletter {
    float: right;
  }
  .footer__menus {
    padding: 20px 0 30px;
  }
  .footer-inner {
    padding-bottom: 75px;
  }
  footer {
    height: auto;
  }
}

@media (max-width: 860px) {
  .header--title h1 {
    font-size: 45px;
  }
}

@media (max-width: 850px) {
  .block h2,
  .block-link h2 {
    font-size: 22px;
  }
}

@media (max-width: 800px) {
  .footer__newsletter {
    width: 200px;
  }
  .footer__newsletter input {
    width: 75%;
  }
}

@media (max-width: 780px) {
  .header--title h1 {
    font-size: 40px;
  }
}

@media (max-width: 730px) {
  .block h2, 
  .block-link h2 {
    font-size: 20px;
  }
}

@media (max-width: 770px) {
  .footer__newsletter {
    width: 100%;
  }
  .footer__menus ul {
    width: 25%;
  }
  .menu {
    display: block;
  }
  .header {
    padding-top: 10px;
  }
  .footer__menus ul:first-child {
    margin-left: 16%;
  }
}

@media (max-width: 700px) {
  .header--title h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 670px) {
  #categories__links .block,
  #categories__links .block-link {
    width: 49%;
  }
  .block--margins {
    margin-left: 0;
    margin-right: 1%;
  }
  .block--margin-right {
    margin-left: 0;
    margin-right: 0;
  }
  .block--margin-left {
    margin-left: 25%;
  }
  .block--container {
    margin-top: 50px;
  }
}

@media (max-width: 620px) {
  .article-header {
    margin-bottom: 60px;
  }
  .article-header h1 {
    font-size: 30px;
  }
  .search--content h1 {
    font-size: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .header--title h1 {
    font-size: 45px;
  }
  img {
    max-width: 70%;
  }
  figure > img {
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .contact__us h2 {
    font-size: 25px;
  }
  .contact__us button {
    width: 220px;
  }
}

@media (max-width: 500px) {
  .popular__questions h2, .content__block h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }
  .popular__questions a {
    font-size: 15px;
  }
  .footer__menus ul:first-child {
    width: 50%;
    margin-right: 0;
    margin-left: 0%;
  }
  .footer__menus ul {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 690px) {
  .info--content ul li:last-child {
    display: none;
  }
}

@media (max-width: 480px) {
  .info--content ul li:nth-child(2) {
    display: none;
  }
}

@media (max-width: 480px) {
  .block h2,
  .block-link h2 {
    font-size: 18px;
  }
  .footer__newsletter {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .header--title h1 {
    font-size: 30px;
  }
  .header {
    height: 130px;
  }
}

@media (max-width: 440px) {
  .block h2,
  .block-link h2 {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  #categories__links .block,
  #categories__links .block-link {
    height: 120px;
  }
}

@media (max-width: 380px) {
  .social--banner ul {
    width: 100%;
  }
}

@media (max-width: 405px) {
  .block h2,
  .block h2 {
    font-size: 14px;
    line-height: 15px;
  }
  .block--container {
    margin-top: 30px;
  }
}

@media (max-width: 335px) {
  #categories__links .block,
  #categories__links .block-link {
    width: 100%;
    margin-right: 0%;
    margin: 0 0 10px;
  }
  .block--margin-left {
    margin-left: 0;
  }
  .block h2,
  .block-link h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

.slide-up {
  background: url("//theme.zdassets.com/theme_assets/277591/e9794cb1599cb5b5c33f10077dbf87439016f7c1.png") no-repeat;
  position: fixed;
  bottom: 150px;
  right: 120px;
  width: 30px;
  height: 30px;
  display: none;
  z-index: 1000;
  cursor: pointer;
}

.slide-up.slide-up--mobile {
  display: none !important;
  position: relative;
  bottom: auto;
  right: auto;
  margin: 0 auto;
}

.page--article .article-more-questions {
  display: none !important;
}

@media (max-width: 767px) {
  .slide-up {
    display: none !important;
  }
  .slide-up.slide-up--mobile {
    display: block !important;
  }
}


/*******************************************
*                                          *
*           -- new header --               *
*                                          *
*******************************************/


@font-face{
  font-family:'hs';
  src:url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs.eot?86409304");
  src:url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs.eot?86409304#iefix") format("embedded-opentype"),
      url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs.woff?86409304") format("woff"),
      url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs.ttf?86409304") format("truetype"),
      url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs.svg?86409304#hs") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family: "hs-social";
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs-social.eot");
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs-social.eot?#iefix") format("embedded-opentype"), 
  url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs-social.woff") format("woff"), 
  url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs-social.ttf") format("truetype"), 
  url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/font/hs-social.svg#hs-social") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Akkurat';
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-regular.eot");
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-regular.eot?#iefix") format("embedded-opentype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-regular.woff") format("woff"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-regular.ttf") format("truetype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-regular.svg#AkkuratProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akkurat';
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-italic.eot");
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-italic.eot?#iefix") format("embedded-opentype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-italic.woff") format("woff"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-italic.ttf") format("truetype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-italic.svg#AkkuratProItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Akkurat';
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bold.eot");
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bold.eot?#iefix") format("embedded-opentype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bold.woff") format("woff"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bold.ttf") format("truetype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bold.svg#AkkuratProBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Akkurat';
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bolditalic.eot");
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bolditalic.eot?#iefix") format("embedded-opentype"), 
  url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bolditalic.woff") format("woff"), 
  url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bolditalic.ttf") format("truetype"), 
  url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-bolditalic.svg#AkkuratProBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

/*
@font-face {
  font-family: 'AkkuratProLight';
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-light.eot");
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-light.eot?#iefix") format("embedded-opentype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-light.woff") format("woff"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-light.ttf") format("truetype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-light.svg#AkkuratProLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkkuratProLight';
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-lightitalic.eot");
  src: url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-lightitalic.eot?#iefix") format("embedded-opentype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-lightitalic.woff") format("woff"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-lightitalic.ttf") format("truetype"), 
       url("https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/fonts/akkurat/lineto-akkurat-pro-lightitalic.svg#AkkuratProLightItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
*/

.hs-header {
  display: block;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
  font-size: 16px;
}

.hs-header ul,
.hs-header ol {
  margin-left: 0;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

.quick-menu ul li ul,
.quick-menu ul li ul,
.hs-header ul li ul, 
.hs-header ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em;
}

.hs-header a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}

.hs-header a:hover,
.hs-header a:focus {
  color: #2795b6;
}

.hs-header a:focus {
  outline: thin dotted;
}

.hs-header a:hover {
  cursor: pointer;
}

.hs-header a:active,
.hs-header a:hover {
  outline: 0;  
}

header.hs-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.hide-for-small, 
.hide-for-medium-down, 
.hide-for-large-down {
  display: none!important;
}

.usp-top {
  z-index: 999;
  position: relative;
  overflow: hidden;
  color: #1c1e1b;
  font-size: .75em;
  line-height: 30px;
  height: 30px;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  letter-spacing: .04em;
}

.hs-header .usp-top {
  position: relative;
  overflow: hidden;
}

.usp-top.static {
  color: #1c1e1b!important;
}

.header-desktop.background--light .usp-top {
  color: #1c1e1b;
}

.header-desktop.background--dark .usp-top {
  color: #fff;
}

.usp-top.static {
  color: #1c1e1b!important;
}

.columns {
  position: relative;
  padding-left: .625em;
  padding-right: .625em;
  width: 100%;
  float: left;
}

.transparent {
  background-color: transparent;
}

.hs-header ul,
.hs-header ol,
.hs-header dl {
  font-size: 1em;
  line-height: 1.6;
  margin-left: 0;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

.usp-top .usps ul {
  text-align: center;
}

.usp-top .usps ul li {
  line-height: 30px;
  list-style: none;
  padding: 0 10px;
  display: inline;
  white-space: nowrap;
}

.usp-top .language-switcher {
  top: 15px;
  position: absolute;
  letter-spacing: 0;
  cursor: pointer;
  padding: 0 12px 0 10px;
  font-weight: normal;
  line-height: 30px;
}

.usp-top .language-switcher .lang-name {
  display: inline-block;
  float: left;
  margin: 0 8px 0 0;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.language-switcher-popup {
  	display: block;
    z-index: 999;
    width: 430px;
    position: fixed;
    height: auto;
    margin: 0;
    top: calc(100vh / 2 - 290px);
    left: 0;
    right: 0;
    background: white;
    color: black;
    padding: 30px 15px;
    text-shadow: none;
    -webkit-box-shadow: rgba(0,0,0,0.05) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.05) 0 1px 3px;
    box-shadow: rgba(0,0,0,0.05) 0 1px 3px;
    border: 1px solid rgba(0,0,0,0.07);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s ease-in;
    transform: translate(-150%, -50%);
  	opacity: 0;
  	visibility: hidden;
    overflow: hidden;
}

.close-language-switcher {
  display: none;
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.is-popup-open .language-switcher-popup {
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 9999;
}

.is-popup-open .close-language-switcher {
  display: block;
}

.is-popup-open::before {
  content: "";
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.language-switcher-popup p {
  	text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
  margin: 0 0 10px;
}

.usp-top .language-switcher.visible {
  background: rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.usp-top .language-switcher .lang-icon,
.language-switcher-mobile .switcher-toggler .lang-icon, 
.language-switcher-popup .lang-icon {
  background-image: url("//theme.zdassets.com/theme_assets/277591/55c03d9da81fb400437c4f5b8532dc82ee71fcc7.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 23px;
  height: 15px;
  margin: 0;
  display: block;
  float: left;
  border-radius: 0;
}

.usp-top .language-switcher .lang-icon {
  margin: 6px 6px 0 0;
}

.language-switcher-popup li .lang-icon.au,
.usp-top .language-switcher .lang-icon.au,
.language-switcher-mobile .switcher-toggler .lang-icon.au {
  background-position: 0 -20px !important;
}

.usp-top .language-switcher .lang-icon.at,
.language-switcher-popup .lang-icon.at,
.language-switcher-mobile .switcher-toggler .lang-icon.at {
  background-position: 0 -449px;
}

.usp-top .language-switcher .lang-icon.be,
.language-switcher-popup .lang-icon.be,
.language-switcher-mobile .switcher-toggler .lang-icon.be{
  background-position: 0 -489px;
}

.usp-top .language-switcher .lang-icon.ca,
.usp-top .language-switcher .lang-icon.cafr,
.language-switcher-popup .lang-icon.ca,
.language-switcher-popup .lang-icon.cafr,
.language-switcher-mobile .switcher-toggler .lang-icon.ca,
.language-switcher-mobile .switcher-toggler .lang-icon.cafr {
  background-position: 0 -203px;
}

.usp-top .language-switcher .lang-icon.ch,
.language-switcher-popup .lang-icon.ch,
.language-switcher-mobile .switcher-toggler .lang-icon.ch{
  background-position: 0 -389px
}

.usp-top .language-switcher .lang-icon.cs,
.language-switcher-popup .lang-icon.cs,
.language-switcher-mobile .switcher-toggler .lang-icon.cs{
  background-position: 0 -182px
}

.usp-top .language-switcher .lang-icon.cn,
.language-switcher-popup .lang-icon.cn,
.language-switcher-mobile .switcher-toggler .lang-icon.cn {
  background-position: 0 -286px
}

.usp-top .language-switcher .lang-icon.de,
.language-switcher-popup .lang-icon.de,
.language-switcher-mobile .switcher-toggler .lang-icon.de {
  background-position: 0 -509px
}

.usp-top .language-switcher .lang-icon.dk,
.language-switcher-popup .lang-icon.dk,
.language-switcher-mobile .switcher-toggler .lang-icon.dk {
  background-position: 0 -348px;
}

.usp-top .language-switcher .lang-icon.es,
.language-switcher-popup .lang-icon.es,
.language-switcher-mobile .switcher-toggler .lang-icon.es {
  background-position: 0 -162px;
}

.usp-top .language-switcher .lang-icon.eu,
.language-switcher-popup .lang-icon.eu,
.language-switcher-mobile .switcher-toggler .lang-icon.eu {
  background-position: 0 -142px;
}

.usp-top .language-switcher .lang-icon.fr,
.language-switcher-popup .lang-icon.fr,
.language-switcher-mobile .switcher-toggler .lang-icon.fr {
  background-position: 0 -469px;
}

.usp-top .language-switcher .lang-icon.fi,
.language-switcher-popup .lang-icon.fi,
.language-switcher-mobile .switcher-toggler .lang-icon.fi {
  background-position: 0 -307px;
}

.usp-top .language-switcher .lang-icon.gl,
.usp-top .language-switcher .lang-icon.gles,
.language-switcher-popup .lang-icon.gl,
.language-switcher-popup .lang-icon.gles,
.language-switcher-mobile .switcher-toggler .lang-icon.gl,
.language-switcher-mobile .switcher-toggler .lang-icon.gles {
  background-position: 0 -81px;
}

.usp-top .language-switcher .lang-icon.hk,
.language-switcher-popup .lang-icon.hk,
.language-switcher-mobile .switcher-toggler .lang-icon.hk {
  background-position: 0 -121px;
}

.usp-top .language-switcher .lang-icon.in,
.language-switcher-popup .lang-icon.in,
.language-switcher-mobile .switcher-toggler .lang-icon.in {
  background-position: -220px 0
}

.usp-top .language-switcher .lang-icon.it,
.language-switcher-popup .lang-icon.it,
.language-switcher-mobile .switcher-toggler .lang-icon.it {
  background-position: 0 -327px;
}

.usp-top .language-switcher .lang-icon.jp,
.language-switcher-popup .lang-icon.jp,
.language-switcher-mobile .switcher-toggler .lang-icon.jp {
  background-position: 0 -265px;
  height: 16px;
}

.usp-top .language-switcher .lang-icon.kr,
.language-switcher-popup .lang-icon.kr,
.language-switcher-mobile .switcher-toggler .lang-icon.kr {
  background-position: 0 -61px
}

.usp-top .language-switcher .lang-icon.mx,
.usp-top .language-switcher .lang-icon.mxen,
.language-switcher-popup .lang-icon.mx,
.language-switcher-popup .lang-icon.mxen,
.language-switcher-mobile .switcher-toggler .lang-icon.mx,
.language-switcher-mobile .switcher-toggler .lang-icon.mxen {
  background-position: 0 -224px;
}

.usp-top .language-switcher .lang-icon.nl,
.language-switcher-popup .lang-icon.nl,
.language-switcher-mobile .switcher-toggler .lang-icon.nl {
  background-position: 0 -430px;
}

.usp-top .language-switcher .lang-icon.no,
.language-switcher-popup .lang-icon.no,
.language-switcher-mobile .switcher-toggler .lang-icon.no{
  background-position: 0 -368px;
}

.usp-top .language-switcher .lang-icon.se,
.language-switcher-popup .lang-icon.se,
.language-switcher-mobile .switcher-toggler .lang-icon.se {
  background-position: 0 -409px;
}

.usp-top .language-switcher .lang-icon.tw,
.language-switcher-popup .lang-icon.tw,
.language-switcher-mobile .switcher-toggler .lang-icon.tw {
  background-position: 0 -244px;
}

.usp-top .language-switcher .lang-icon.uk,
.language-switcher-popup .lang-icon.uk,
.language-switcher-mobile .switcher-toggler .lang-icon.uk {
  background-position: 0 0;
}

.usp-top .language-switcher .lang-icon.us,
.language-switcher-popup .lang-icon.us,
.language-switcher-mobile .switcher-toggler .lang-icon.us {
  background-position: 0 -41px;
}

.icon-down-dir:before {
    content: '\e84c';
}

.icon-right-dir {
  background: url("//theme.zdassets.com/theme_assets/277591/3eea593b6ce998d37e42e5318a329e5532add759.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1.5px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "hs";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.usp-top .language-switcher ul,
.language-switcher-popup ul {
  color: #666;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
  display: block;
  height: 0;
  width: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-columns: 159px 2;
  -moz-columns: 159px 2;
  columns: 159px 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.language-switcher-popup ul {
  padding: 0 40px;
  width: 100%;
  height: auto;
}

.usp-top .language-switcher.visible ul {
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.usp-top .language-switcher ul li,
.language-switcher-popup ul li {
  /* float: left; */
  display: block;
  text-align: left;
  line-height: 1em !important;
  padding: 5px 10px;
  overflow: hidden;
  /* width: 50%; */
}

.usp-top .language-switcher ul li:hover,
.language-switcher-popup ul li:hover {
    background: #f8f8f8;
}

.usp-top .language-switcher a,
.language-switcher-popup a {
    line-height: 13px;
}

.language-switcher-popup a {
  font-size: 14px;
    vertical-align: middle;
    padding: 2px 0 0 8px;
    display: block;
  	color: #000;
   font-family: "Akkurat","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.language-switcher-popup a:hover {
  text-decoration: none;
}

.usp-top p, .usp-top a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.usp-top .language-switcher ul li .lang-icon,
.language-switcher-popup ul li .lang-icon {
    margin-top: 0 !important;
}

.usp-top .language-switcher ul li .lang-label,
.language-switcher-popup ul li .lang-label {
    vertical-align: middle;
    padding: 4px 0;
    display: block;
}

.language-switcher-popup ul li .lang-icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
}

.language-switcher-popup ul li .lang-label {
  padding: 2px 0 0;
  font-weight: 400;
}

.language-switcher-popup a {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 20px;
}

/*****************************************
*                                        *
*          -- desktop header --          *
*                                        *
*****************************************/

.hs-header .menu {
    z-index: 9;
    color: #fff;
    width: 100%;
    min-height: 130px;
}

.hs-header .menu .background {
  background: #f0f0ee;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hs-header .menu.static .background {
  opacity: 0.98 !important;
}

.hs-header .row {
  width: 100%;
  margin: 0 auto;
  max-width: 63.75em;
}

.hs-header .menu .row {
  overflow: visible;
}

.hs-header .row:before, 
.hs-header .row:after {
    content: " ";
    display: table;
}

.hs-header .row.collapse .column, 
.hs-header .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.hs-header .menu ul.main-menu {
    list-style: none;
    line-height: 1em;
    padding: 0;
    margin: 30px 0 30px 0;
}

.hs-header .menu ul.main-menu.menu-right {
    text-align: right;
}

.hs-header .menu ul.main-menu li {
  display: inline-block;
  position: relative;
  overflow: visible;
  font-family: "Akkurat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding-right: 8px;
  padding-left: 10px;
  vertical-align: top;
  font-size: 0.9375em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-header .menu ul.main-menu li:first-child {
    border: 0;
    padding-left: 0;
}

.hs-header .menu ul.main-menu.menu-left li {
    padding-right: 4px;
    padding-left: 7px;
}

.hs-header .menu ul.main-menu.menu-right li {
    text-align: right;
    padding-left: 4px;
    padding-right: 7px;
    border-left: 0;
}

.hs-header .menu ul.main-menu li a {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #1c1e1b;
  white-space: nowrap;
}

.hs-header .menu ul.main-menu li a:hover {
    color: #1c1e1b;
}

.hs-header .menu ul.main-menu li .mask {
  position: relative;
  overflow: hidden;
  width: 200px;
}

.hs-header .menu ul.main-menu.menu-left li .mask {
  float: left;
}

.hs-header .menu ul.main-menu.menu-right li .mask {
    float: right;
}

header .menu ul.main-menu li .mask ul {
  width: auto;
  visibility: hidden;
  line-height: 1.3em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -1000%;
  margin-bottom: 0;
  opacity: 0;
  margin-left: 0;
}

header .menu ul.main-menu li:hover .mask ul {
    margin-top: 0 !important;
    opacity: 1;
}

.hs-header .menu ul.main-menu li .mask ul li {
    width: auto;
    letter-spacing: 0em;
    display: block;
    float: none !important;
    border-left: none;
    padding: 0;
}

.hs-header .menu ul.main-menu li .mask ul li:first-child {
    margin-top: 5px;
}

.hs-header .menu ul.main-menu li .mask ul li a {
    width: auto;
    text-transform: none;
    font-weight: normal;
    color: #1c1e1b;
}

.hs-header .menu ul.main-menu li .mask ul li a:hover {
  text-decoration: underline;
}

.hs-header h1 {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 2.125em;
  font-family: "Akkurat","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222;
  text-rendering: geometricPrecision;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.1125em;
}

.hs-header .logo {
  background-image: url(https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/images/logo@2x.png);
  text-align: center;
  -webkit-background-size: 177px 222px;
  -moz-background-size: 177px 222px;
  -o-background-size: 177px 222px;
  background-size: 177px 222px;
  background-position: 0 -111px;
  width: 177px;
  height: 111px;
  position: absolute;
  top: 7px;
  left: 14px;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-animation: flipInX 1s ease-in-out;
  -moz-animation: flipInX 1s ease-in-out;
  -ms-animation: flipInX 1s ease-in-out;
  -o-animation: flipInX 1s ease-in-out;
  animation: flipInX 1s ease-in-out;
}

.hs-header .logo a {
    pointer-events: auto;
    display: block;
    width: 177px;
    height: 75px;
    text-indent: -9999px;
}



@media only screen {
  .columns {
    position: relative;
    padding-left: .625em;
    padding-right: .625em;
    float: left;
  }
}



@media only screen and (min-width: 769px) {
  .hs-header h1 {
    font-size: 2.75em;
    line-height: 1.3em;
  }
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none!important;
  }
  
  .large-6 {
    text-align: center;
    min-height: 90px;
    position: relative;
    width: 20%;
  }
  
  .large-12 {
    position: relative;
    width: 40%;
  }
  
  .large-30 {
    position: relative;
    width: 100%;
  }
}



@media only screen and (min-width: 1025px) {
  .hide-for-medium, 
  .hide-for-medium-down {
    display: inherit!important;
  }
  
  .hs-header .usp-top {
    overflow: visible;
  }
  
  .header {
  	padding-top: 70px;
  }
}


/*****************************************
*                                        *
*           -- mobile header --          *
*                                        *
*****************************************/

.usp-top.show-for-medium-down,
#quick-menu-container,
#mobile-menu {
  font-family: "Akkurat","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.usp-top.show-for-medium-down a,
#quick-menu-container a,
#mobile-menu a {
  font-family: inherit;
  line-height: inherit;
}

.spacegrey {
  background-color: #eff0ef;
}

.show-for-small, 
.show-for-medium-down, 
.show-for-large-down {
  display: inherit !important;
}

.topbar {
  position: fixed;
  height: 2.8em;
  width: 100%;
  z-index: 1000;
  word-wrap: break-word;
  overflow: hidden;
}

.topbar #leftBurger {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 40px;
}

.topbar i {
    color: #1c1e1b;
    text-align: center;
    width: 40px;
    margin: 0 auto;
    height: 1.1em;
    line-height: 1.15em;
}

.topbar i.icon-menu-1 {
    font-size: 40px;
}

.topbar i.icon-menu-1:before {
  content: "\e939";
}

.topbar .close-icon {
  width: 50px;
  height: 40px;
  position: relative;
  display: none;
}

.topbar .active .close-icon { display: block; }

.topbar .active .open-icon { display: none; }

.topbar .close-icon svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
}

#mobile-country-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.language-switcher-mobile {
  position: relative;
  height: 50px;
}

.language-switcher-mobile .switcher-toggler {
  line-height: 50px;
  display: inline-block;
  position: relative;
}

.language-switcher-mobile .switcher-toggler .lang-icon {
  margin-top: 16px !important;
  margin-right: 6px;
}

.topbar .close-icon svg * {
  fill: #000;
}

.topbar h1.logo {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 34px;
  width: 83px;
  top: 0;
  left: 0;
  -webkit-background-size: 83px 103px;
  -moz-background-size: 83px 103px;
  -o-background-size: 83px 103px;
  background-size: 83px 103px;
  background-position: 0 52px !important;
  margin-top: 5px;
}

body {
  padding-top: 45px;
}

.notification {
  display: none;
}

.usp-top.show-for-medium-down {
  background: #fff;
  top: 0;
  font-size: 12px;
}

.usp-top ul, 
.usp-top ol, 
.usp-top dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

.usp-top .usps ul {
  text-align: center;
}

#quick-menu-container {
  position: relative;
  z-index: 999;
}

.row {
  width: 100%;
  margin: 0 auto;
  /*max-width: 63.75em;*/
}

.row.collapse .column, 
.row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.quick-menu {
  -webkit-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
  -moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
  box-shadow: rgba(0,0,0,0.05) 0 1px 2px;
  position: relative;
  z-index: 10;
  height: 2.1875em;
  line-height: 2.1875em;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
}

.quick-menu li {
  list-style: none;
  display: block;
  float: left;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #fff;
  width: 33.33%;
  text-align: center;
  font-size: 13px;
  height: 100%;
  line-height: inherit;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}

.quick-menu li:hover, .quick-menu li:active {
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%,#e7e7e7 100%);
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e1e1e1;
}

.quick-menu li a {
  color: #333;
  font-weight: bold;
  display: block;
  height: 100%;
}

.quick-menu li a:hover {
  text-decoration: none;
}

.quick-menu li.more {
  width: 16%;
  border-right: none;
}

.quick-menu li.more span {
  display: block;
}

.quick-menu li.more i {
  font-size: 1.5em;
  color: #666;
  display: inline-block;
}

.icon-dot-3:before {
  content: '\e9e7';
}

.quick-menu li .mask {
  width: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 0;
  top: 34px;
  left: 0;
  pointer-events: none;
}

.quick-menu li.show .mask {
  pointer-events: auto;
}

.quick-menu li .mask ul {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-box-shadow: rgba(0,0,0,0.1) 0 2px 2px;
  -moz-box-shadow: rgba(0,0,0,0.1) 0 2px 2px;
  box-shadow: rgba(0,0,0,0.1) 0 2px 2px;
  -ms-transform: translateY(-10em);
  -moz-transform: translateY(-10em);
  -webkit-transform: translateY(-10em);
  -o-transform: translateY(-10em);
  transform: translateY(-10em);
  padding: 0;
  margin: 0;
  display: block;
}

.quick-menu li.show .mask ul {
  margin-top: 0 !important;
  -ms-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  -o-transform: translatey(0);
  transform: translatey(0);
}

.quick-menu li.more li {
  height: 3em;
  line-height: 3em;
}

.quick-menu li .mask ul li {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%);
  font-size: 13px;
  width: auto;
  display: block;
  float: none;
  border: none;
  border-bottom: 1px solid #ededed;
}





@media only screen {
  .small-30 {
    position: relative;
    width: 100%;
  }
}


@media only screen and (min-width: 769px) {
  .large-30 {
    position: relative;
    width: 100%;
  }
  
  .column.large-centered
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none!important;
  }
}


@media only screen and (min-width: 1025px) {
  body {
    padding-top: 0;
  }
  
  .notification {
    position: absolute;
    top: 160px;
    z-index: 1;
  }
  
  .show-for-medium, 
  .show-for-medium-down {
    display: none!important;
  }
}


/****************************************
*                                       *
*           -- mobile menu --           *
*                                       *
****************************************/

#mobile-menu, 
#mobile-cart {
  display: none;
  color: white;
  position: fixed;
  z-index: 20000002;
  top: 50px;
}

#mobile-menu { 
    position: fixed;
    width: 100%;
    z-index: 20000002;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
    color: #1c1e1b;
    background-color: rgba(220,220,220,0.95);
    text-align: center;
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
}

#mobile-menu.show, 
#mobile-cart.show {
  display: block;
}

#mobile-menu ul {
  list-style: none;
}

#mobile-menu .sidebar-menu {
  margin: 0;
  padding: 0;
}

#mobile-menu .sidebar-menu li {
  line-height: 1.6;
  font-size: 1rem;
  position: relative;
}

#mobile-menu .sidebar-menu li:first-of-type {
  margin-top: 10px;
}

#mobile-menu .sidebar-menu li a {
  color: #1c1e1b;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

#mobile-menu .sidebar-menu li span {
  display: block;
  padding: 0.4em 0.8em !important;
}

#mobile-menu .sidebar-menu li strong.expand {
  display: inline-block;
  position: absolute;
  right: 0.8em;
  top: 0.4em;
  padding: 0 0.6em;
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}

.icon-down-dir:before {
  content: '\e84c';
}

#mobile-menu .sidebar-menu li .mask ul.level0 {
  display: none;
  background: rgba(0,0,0,0.5);
  border-top: 1px solid black;
  margin-left: 0;
}

#mobile-menu .sidebar-menu li .mask.show ul.level0 {
  display: block;
}

#mobile-menu .sidebar-menu li .mask ul.level0 li a {
  text-transform: none;
  font-weight: normal;
}

#mobile-menu .close-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.6em;
  width: 100%;
  background: white;
  color: #333;
  text-align: center;
  font-size: 0.875em;
  padding: 0.8em 0.8em !important;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}



/*********************************
*                                *
*        -- new footer --        *
*                                *
*********************************/

.footer {
  padding: 40px 20px;
  background: #777c7f;
  font-size: 16px;
  color: white;
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

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

.footer .logo {
  display: block;
  width: 164px;
  height: 103px;
  margin: 0 auto 15px;
  background-image: url(https://d3uuidmcu3kt5g.cloudfront.net/skin/frontend/enterprise/happysocks/images/logo@2x.png);
  background-size: 164px 206px;
  text-indent: -9999px;
}

.footer address {
  font-style: normal;
}

.footer address p {
  display: block;
  font-size: .8125em;
  line-height: 1.375em;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

.footer hr {
  height: 2px;
  border-width: 0;
  color: #fff;
  background-color: #fff;
  margin: 1.25em 0;
}

.footer .container ul.menu {
  display: block;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
}

.footer .container ul.menu li {
    font-size: .875em;
    list-style: none;
    color: white;
    line-height: 1.3em;
}

.footer .container ul.menu .title {
  font-weight: bold;
  text-transform: uppercase;
}

.footer .container ul.menu li a {
  color: #fff;
  text-decoration: none;
}

.footer .subscribe {
  font-size: .875em;
  line-height: 1.3em;
}

.footer .subscribe .title {
  font-weight: bold;
  text-transform: uppercase;
}

.footer .subscribe label {
  font-size: inherit;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 500;
  display: block;
}

.footer .subscribe input.field {
  border: 0px solid #ccc;
  border-radius: 3px 0 0 3px;
  background: #fff;
  font-size: .83em;
  line-height: normal;
  width: 80%;
  float: left;
  font-family: inherit;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
  color: #000;
  color: rgba(0,0,0,.75);
  display: block;
  margin: 0 0 1em 0;
  padding: .5em;
  height: 2.3125em;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
  -o-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}

.footer .subscribe button {
  border: 0px solid #2795b6;
  border-radius: 0 3px 3px 0;
  background: #06bbeb;
  font-size: .875em;
  line-height: 1;
  width: 20%;
  float: right;
  font-family: inherit;
  font-weight: bold;
  display: inline-block;
  margin: 0 0  1.25em;
  padding: .625em 1.125em .5625em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 1px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 1px;
  box-shadow: rgba(0,0,0,0.2) 0 1px 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.footer .subscribe button:hover {
  background: #2795b6;
}

.footer .container .social-links {
  margin-bottom: 20px;
}

.footer .container .social-links span {
  display: inline-block;
}

.footer .container .social-links a {
  
}

.footer .container .social-links a i {
  font-size: 1.625em;
  vertical-align: middle;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  color: #fff;
}

.social-gplus:before {
    content: "b";
}

.social-insta:before {
    content: "c";
}

.social-youtube:before {
    content: "e";
}

.social-facebook:before {
    content: "a";
}

.social-twitter:before {
    content: "d";
}

[class^="social-"]:before, 
[class*=" social-"]:before {
    font-family: "hs-social" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer .container .trust-icons {
  text-align: center;
}

.footer .container .trust-icons .trust-icon {
  background-image: url("//theme.zdassets.com/theme_assets/277591/ba15c11feb960413b230013495a2e0bf9e4f1d02.png");
  background-repeat: no-repeat;
  -webkit-background-size: 592px 371px;
  -moz-background-size: 592px 371px;
  -o-background-size: 592px 371px;
  background-size: 592px 371px;
  height: 35px;
  margin: 0 auto;
  display: inline-block;
}

.footer .container .trust-icons .trust-icon.s-4b {
  background-position: -50px;
  width: 32px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.adyen {
  background-position: -500px -250px;
  width: 57px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.american_express {
  background-position: -50px -50px;
  width: 47.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.australia_post {
  background-position: -100px -50px;
  width: 107px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.canada_post {
  background-position: -225px -50px;
  width: 77.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.carte_bleue {
  background-position: -325px -50px;
  width: 45.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.correos_de_mexico {
  background-position: -375px -50px;
  width: 71px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.correos {
  background-position: -450px -50px;
  width: 71.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.dankort {
  background-position: -525px -50px;
  width: 49px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.deutsche_post {
  background-position: 0 -100px;
  width: 103px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.diners_club {
  background-position: -125px -100px;
  width: 75px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.euro_6000 {
  background-position: -225px -100px;
  width: 32px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.giropay {
  background-position: -275px -100px;
  width: 51px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.ideal {
  background-position: -350px -100px;
  width: 29.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.JCB {
  background-position: -400px -100px;
  width: 36.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.korea_post {
  background-position: 0 -150px;
  width: 120.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.las_poste {
  background-position: -125px -150px;
  width: 126.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.maestro {
  background-position: -275px -150px;
  width: 43.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.mastercard {
  background-position: -325px -150px;
  width: 43.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.nordea {
  background-position: -375px -150px;
  width: 79px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.paypal {
  background-position: -475px -150px;
  width: 59px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.poli {
  background-position: 0 -200px;
  width: 53px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.post_danmark {
  background-position: -75px -200px;
  width: 68.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.post_nl {
  background-position: -150px -200px;
  width: 29.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.posten_norge {
  background-position: -200px -200px;
  width: 72.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.posten_sverige {
  background-position: -275px -200px;
  width: 28px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.royal_mail {
  background-position: -325px -200px;
  width: 48.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.skrill {
  background-position: -375px -200px;
  width: 44.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.sofort {
  background-position: -425px -200px;
  width: 57.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.swiss_post {
  background-position: -500px -200px;
  width: 91.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.tnt {
  background-position: 0 -250px;
  width: 50px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.united_states_postal_service {
  background-position: -75px -250px;
  width: 97.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.ups {
  background-position: -200px -250px;
  width: 31.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.verisign {
  background-position: -250px -250px;
  width: 57px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.visa {
  background-position: -325px -250px;
  width: 52.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.klarna {
  background-position: -450px -100px;
  width: 64px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.rapidssl {
  background-position: -400px -250px;
  width: 78.5px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.alipay {
  background-position: 0 -300px;
  width: 49px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.sfexpress {
  background-position: -75px -300px;
  width: 58px;
  height: 35px
}

.footer .container .trust-icons .trust-icon.unionpay {
  background-position: -150px -300px;
  width: 49px;
  height: 35px
}


@media only screen and (min-width: 481px) {
  .footer .container ul.menu {
    float: left;
    width: 33%;
  }
  
  .footer .container .subscribe {
    width: 50%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1025px) {
  .footer .container .subscribe {
    width: 40%;
    margin: 0 auto;
  }
}

.hidden {
  display: none;
}

html[lang="es-ES"] .menu-left li:nth-child(1) {width:80px;}
html[lang="es-ES"] .menu-left li:nth-child(2) {width:67px;}
html[lang="es-ES"] .menu-left li:nth-child(3) {width:152px;}
html[lang="es-ES"] .menu-right li:nth-child(1) {width:86px;}
html[lang="es-ES"] .menu-right li:nth-child(2) {width:61px;}
html[lang="es-ES"] .menu-right li:nth-child(3) {width:67px;}
html[lang="es-ES"] .menu-right li:nth-child(4) {width:79px;}