/* -- Fonts -------------------------------------------------- */
.lato {
  font-family: 'Lato', sans-serif;
  letter-spacing: .015em;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
@font-face {
  font-family: 'retina';
  src: url("//cdn.shopify.com/s/files/1/0857/5574/t/12/assets/retina.eot?4681442045410431868");
  src: url("//cdn.shopify.com/s/files/1/0857/5574/t/12/assets/retina.eot?%23iefix&4681442045410431868") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0857/5574/t/12/assets/retina.woff?4681442045410431868") format("woff"), url("//cdn.shopify.com/s/files/1/0857/5574/t/12/assets/retina.ttf?4681442045410431868") format("truetype"), url("//cdn.shopify.com/s/files/1/0857/5574/t/12/assets/retina.svg?4681442045410431868") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* /  Fonts -------------------------------------------------- */
/* -- Color -------------------------------------------------- */
/* /  Color -------------------------------------------------- */
/* -- Global -------------------------------------------------- */
body {
  font-family: 'Lato', sans-serif;
  letter-spacing: .015em;
}
.upper {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  transition: all 0.12s ease-in-out;
}
.transColor {
  transition: color 0.12s ease-in-out;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
/* /  Global -------------------------------------------------- */
/* -- Button -------------------------------------------------- */
a.btn,
a[role="button"] {
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  padding: 5px 20px;
  background: none;
  transition: all 0.12s ease-in-out;
}
a.btn:hover,
a[role="button"]:hover {
  border-color: #f58025;
}
.dark-btn .btn {
  border: 1px solid #949494;
  color: #949494;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  padding: 10px 20px;
  max-width: 190px;
  float: none;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.12s ease-in-out;
}
.dark-btn .btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
body a[role="button"],
body a[role="button"][aria-selected="true"] {
  border: 1px solid #000;
  color: #000;
  border-radius: 20px;
  text-align: center;
  padding: 5px 20px;
  background: none;
  text-transform: uppercase;
  transition: all 0.12s ease-in-out;
}
body a[role="button"]:hover,
body a[role="button"][aria-selected="true"]:hover {
  border-color: #000;
  color: #fff;
  background-color: #000;
}
/* /  Button -------------------------------------------------- */
/* Header ------ */
header.header {
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0px;
}
header.header .container {
  display: flex;
  width: 100%;
  max-width: 1270px;
  align-items: center;
  justify-content: space-between;
}
header.header .logo img {
  max-height: 45px;
  margin-top: 5px;
}
header.header a {
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.12s ease-in-out;
}
header.header a:hover {
  color: #f58025;
}
header.header a.login[role="button"] {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  padding: 5px 20px 5px 0px;
}
header.header a.login[role="button"]:hover {
  background: none;
  color: #f58025;
}
/* -- Retina Font  icons -------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "retina";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1.01em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: relative;
  top: 1px;
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-gplus:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e914";
}
.icon-pinterest:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e90f";
}
/* /  Retina Font -------------------------------------------------- */
/* -- Footer -------------------------------------------------- */
.footer {
  background: #1e1e1e;
  color: #c7c7c7;
}
.footer a {
  color: #c7c7c7;
}
.footer a:hover {
  color: #f58025;
}
.footer .social_icons li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 15px;
}
.footer .social_icons li a {
  color: #adadad;
  font-size: 18px;
}
.footer .social_icons li a span::before {
  transition: all 0.12s ease-in-out;
}
.footer .social_icons li a:hover span::before {
  color: #f58025;
}
.footer .social_icons li a:visited {
  color: #adadad;
  font-size: 18px;
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-inner .social {
  display: flex;
  align-items: center;
}
.footer .footer-inner .social p {
  margin: 0px;
}
.footer .footer-inner .social ul {
  margin-left: 15px;
  margin-top: 10px;
}
/* /  Footer -------------------------------------------------- */
/* -- Search -------------------------------------------------- */
.sub-nav .search {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}
.search {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.search::before {
  font-size: 30px;
  background: none;
  margin-left: -2px;
}
.search input[type="search"] {
  border-radius: 4px;
  font-size: 20px;
  height: 48px;
  font-family: 'Roboto', sans-serif;
  padding-left: 55px;
}
.search input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a3a3a3;
}
.search input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a3a3;
}
.search input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #a3a3a3;
}
.search input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #a3a3a3;
}
/* /  Search -------------------------------------------------- */
/* -- Typography -------------------------------------------------- */
body section,
body section.section {
  margin-bottom: 100px;
}
body section h1,
body section.section h1,
body section h2,
body section.section h2,
body section h3,
body section.section h3,
body section h4,
body section.section h4,
body section h5,
body section.section h5,
body section h6,
body section.section h6 {
  font-family: 'Lato', sans-serif;
  letter-spacing: .015em;
  font-weight: bold;
}
body section h2,
body section.section h2,
body section h3,
body section.section h3 {
  text-transform: uppercase;
}
body section h2,
body section.section h2 {
  font-size: 30px;
  margin-bottom: 100px;
}
body section h3,
body section.section h3 {
  font-size: 21px;
}
/* /  Typography -------------------------------------------------- */
/* -- Homepage -------------------------------------------------- */
.hero {
  height: 350px;
}
.hero .hero-inner h1 {
  font-weight: bold;
  color: #262626;
  font-size: 51px;
  font-family: 'Lato', sans-serif;
  letter-spacing: .015em;
  line-height: 1em;
}
.knowledge-base .blocks-list .blocks-item {
  border: 0px none;
  justify-content: flex-start;
  min-width: 21%;
  align-items: left;
  transition: all 0.12s ease-in-out;
  flex-grow: unset;
}
.knowledge-base .blocks-list .blocks-item a,
.knowledge-base .blocks-list .blocks-item .blocks-item-link {
  color: #484848;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.knowledge-base .blocks-list .blocks-item a img,
.knowledge-base .blocks-list .blocks-item .blocks-item-link img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.knowledge-base .blocks-list .blocks-item h4 {
  font-family: 'Lato', sans-serif;
  letter-spacing: .015em;
  color: #484848;
  font-size: 17px;
  text-transform: uppercase;
}
.knowledge-base .blocks-list .blocks-item:hover {
  background: none;
  opacity: .5;
}
.blocks-item#cat-id-115000242893 {
  display: none;
}
.more-resources {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.more-resources ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.more-resources ul li {
  max-width: 32%;
  background: #fff;
  padding: 60px 30px 30px 30px;
  margin-bottom: 25px;
}
.more-resources ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.more-resources ul li h3 {
  text-align: center;
}
.more-resources ul li p {
  text-align: center;
  color: #9e9e9e;
  padding-bottom: 75px;
}
.more-resources ul li .btn {
  border: 1px solid #949494;
  color: #949494;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  padding: 10px 20px;
  max-width: 190px;
  float: none;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.12s ease-in-out;
}
.more-resources ul li .btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.homepage-bottom .container {
  display: flex;
}
.homepage-bottom h2 {
  margin-bottom: 15px;
}
.homepage-bottom .popular-topics,
.homepage-bottom .homepage-asides {
  max-width: 50%;
  width: 100%;
}
.homepage-bottom .popular-topics {
  padding-bottom: 30px;
}
.homepage-bottom .popular-topics .promoted-articles {
  width: 88%;
}
.homepage-bottom .popular-topics .promoted-articles-item {
  width: 100%;
  border-bottom: 0px none;
  border-top: 1px solid #ccc;
}
.homepage-bottom .popular-topics .promoted-articles-item a {
  border: 0px none;
  font-size: 20px;
  color: #ccc;
  transition: all 0.12s ease-in-out;
}
.homepage-bottom .popular-topics .promoted-articles-item a:hover {
  opacity: .5;
}
.homepage-bottom .homepage-asides .aside {
  background: #f5f5f5;
  text-align: center;
  padding: 30px;
  margin-bottom: 15px;
}
.homepage-bottom .homepage-asides .aside:nth-of-type(2) p {
  padding-top: 30px;
  padding-bottom: 10px;
}
.homepage-bottom .homepage-asides .aside p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #9e9e9e;
  font-size: 17px;
  padding-bottom: 40px;
}
.homepage-bottom .homepage-asides .aside .btn {
  border: 1px solid #949494;
  color: #949494;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  padding: 10px 20px;
  max-width: 190px;
  float: none;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.12s ease-in-out;
}
.homepage-bottom .homepage-asides .aside .btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.homepage-bottom .homepage-asides .aside .btn {
  max-width: 50%;
}
/* /  Homepage -------------------------------------------------- */
/* -- Category  -------------------------------------------------- */
@media (min-width: 768px) {
  .category-page .page-header {
    flex-direction: row;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.category-title {
  padding-left: 40px;
}
.category-title h1 {
  font-size: 47px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: .015em;
}
.user-manual-link {
  background: url(//p14.zdassets.com/hc/theme_assets/661349/200052618/icon-book.png) no-repeat left 2px;
  background-size: 30px 25px;
  color: #b5b5b5;
  text-transform: uppercase;
  font-size: 24px;
  padding-left: 40px;
  transition: all 0.12s ease-in-out;
}
.user-manual-link:hover {
  color: #000;
}
.category-page .section-tree {
  margin-top: 80px;
  padding-bottom: 30px;
  justify-content: space-evenly;
}
.category-page .section-tree .section[data-title="Get Started"] {
  order: 1;
}
.category-page .section-tree .section[data-title="How They Work"] {
  order: 2;
}
.category-page .section-tree .section[data-title="Pairing"] {
  order: 3;
}
.category-page .section-tree .section[data-title="Features"] {
  order: 4;
}
.category-page .section-tree .section[data-title="Commands"] {
  order: 5;
}
.category-page .section-tree .section[data-title="Troubleshooting"] {
  order: 6;
}
.category-page .section-tree .section[data-title="Accessibility"] {
  order: 7;
}
.category-page .section-tree .section[data-title="Clean + Care"] {
  order: 8;
}
.category-page .section-tree .section {
  flex: 0 0 23.5%;
  text-align: center;
  border: 1px solid #c7c7c7;
  margin-bottom: 15px;
  margin-right: 0;
  order: 1;
  transition: all 0.12s ease-in-out;
}
.category-page .section-tree .section:hover {
  opacity: .5;
}
.category-page .section-tree a {
  display: block;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.category-page .section-tree h3 {
  font-weight: normal;
  font-size: 21px;
}
.category-page .section-tree img {
  height: 45px;
  margin-top: 40px;
}
.category-page .page-header img {
  max-width: 400px;
  width: 35%;
}
.category-page .page-header .category-title {
  width: 64%;
  line-height: 3em;
}
.back-link {
  color: #484848;
  font-size: 21px;
  background: url(//p14.zdassets.com/hc/theme_assets/661349/200052618/back-arrow.png) no-repeat left 4px;
  background-size: 24px;
  padding-left: 35px;
  text-transform: uppercase;
}
.back-link:hover {
  color: #f58025;
  background-position: left 113%;
}
/* /  Category  -------------------------------------------------- */
/* -- Section -------------------------------------------------- */
.section-content {
  flex: 1 0 100%;
}
/* /  Section -------------------------------------------------- */
/* -- Article -------------------------------------------------- */
.article {
  max-width: 100%;
  padding-right: 0px;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article p,
.article span {
  font-family: 'Lato', sans-serif;
  letter-spacing: .015em;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: bold;
}
.article .article-content a,
.article .article-content a:visited {
  color: #f58025;
}
.article .article-content a:hover,
.article .article-content a:visited:hover {
  color: black;
}
@media (min-width: 1024px) {
  .article {
    padding-right: 0px;
    max-width: 100%;
  }
}
.sidenav-title {
  font-family: 'Lato', sans-serif;
  letter-spacing: .015em;
  text-transform: uppercase;
  font-weight: bold;
}
.article-title {
  text-transform: uppercase;
}
/* /  Article -------------------------------------------------- */
@media screen and (max-width: 980px) {
  .category-page .section-tree .section {
    flex: 0 0 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  body section,
  body section.section {
    margin-bottom: 50px;
  }
  body section h2,
  body section.section h2 {
    margin-bottom: 50px;
  }
  .knowledge-base .blocks-list {
    margin: 0px;
    justify-content: space-between;
  }
  .knowledge-base .blocks-list .blocks-item {
    min-width: 40%;
  }
  .more-resources ul li {
    max-width: 48%;
  }
  .homepage-bottom .container {
    flex-wrap: wrap;
  }
  .homepage-bottom .popular-topics,
  .homepage-bottom .homepage-asides {
    max-width: 100%;
  }
  .footer .footer-inner {
    flex-wrap: wrap;
  }
  .footer .footer-inner div {
    max-width: 100%;
  }
  .footer .footer-inner .social {
    flex-wrap: wrap;
  }
  .footer .footer-inner .social p {
    width: 100%;
  }
  .category-page .section-tree {
    margin-top: 40px;
  }
  .category-page .page-header {
    padding-top: 30px;
    text-align: center;
  }
  .category-page .page-header img,
  .category-page .page-header .category-title {
    width: 100%;
    margin: 0 auto;
  }
  .category-page .page-header img {
    max-width: 400px;
    width: 100%;
  }
  .category-page .page-header .category-title {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 540px) {
  .knowledge-base .blocks-list {
    margin: 0px;
    justify-content: space-between;
  }
  .knowledge-base .blocks-list .blocks-item {
    min-width: 100%;
  }
  .knowledge-base .blocks-list .blocks-item .blocks-item-link {
    width: 80%;
    margin: 0 auto;
    padding: 0px;
  }
  .knowledge-base .blocks-list .blocks-item .blocks-item-link img {
    width: 80%;
  }
  .more-resources ul {
    flex-wrap: wrap;
  }
  .more-resources ul li {
    max-width: 100%;
  }
  .more-resources ul li p {
    padding-bottom: 25px;
  }
}
