﻿/*Variables*/
/*Mixins*/
/*Animations*/
.rotateOpen {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform  .5s;
}
.rotateClose {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform  .5s;
}
/*Widgets*/
/* Widgets */
.widget-standard,
.widget-list {
  margin-bottom: 3.5rem;
}
.no-flexbox .widget-standard,
.no-flexbox .widget-list {
  width: 100%;
}
.widget-standard {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-right: 1.9rem;
  padding-bottom: 1rem;
  padding-left: 1.9rem;
  border-top: 2px #d8d8d8 solid;
  border-right: 2px #d8d8d8 solid;
  border-bottom: 2px #d8d8d8 solid;
  border-left: 2px #d8d8d8 solid;
  overflow: hidden;
  cursor: pointer;
}
.no-flexbox .widget-standard {
  display: inline-block;
}
.widget-standard .image-container {
  max-width: 25%;
}
.no-flexbox .widget-standard .image-container {
  display: inline-block;
  vertical-align: middle;
}
.widget-standard .widget-copy {
  margin-left: 2rem;
  max-width: 75%;
}
.no-flexbox .widget-standard .widget-copy {
  display: inline-block;
  vertical-align: middle;
}
.widget-standard .widget-copy .text {
  font-size: 1.6rem;
  font-style: italic;
  color: #595959;
  line-height: 1.8rem;
}
.widget-standard .widget-copy .icon-container {
  height: 1rem;
  width: 0.6rem;
}
.widget-standard .widget-copy .icon-container i {
  background-image: url("../images/blue-chevron-right.svg");
  background-repeat: no-repeat;
}
aside .widget-standard,
#layout-tripel .widget-standard {
  height: 9rem;
}
@media only screen and (min-width:  881px ) {
  aside .widget-standard,
  #layout-tripel .widget-standard {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    padding-top: 1.7rem;
    padding-left: 1.9rem;
  }
  aside .widget-standard .image-container,
  #layout-tripel .widget-standard .image-container {
    display: block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  aside .widget-standard .widget-copy,
  #layout-tripel .widget-standard .widget-copy {
    display: block;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-top: 1rem;
    padding-left: 0rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    margin-left: 0rem;
    max-width: 100%;
  }
  aside .widget-standard .widget-copy .text,
  #layout-tripel .widget-standard .widget-copy .text {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width:  881px ) {
  #layout-tripel .widget-standard {
    height: 19rem;
  }
  .no-flexbox #layout-tripel .widget-standard .image-container {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    height: 88px;
  }
  #layout-tripel .widget-standard .widget-copy .text {
    text-align: center;
  }
}
.widget-customercare .image-container,
.widget-customercarehomepage .image-container {
  -webkit-flex: 0 1 10.4rem;
  -ms-flex: 0 1 10.4rem;
  flex: 0 1 10.4rem;
  width: 15%;
}
.widget-customercare .image-container .image,
.widget-customercarehomepage .image-container .image {
  background-image: url("../images/customer-care.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width:  881px ) {
  aside .widget-customercare .image-container,
  aside .widget-customercarehomepage .image-container,
  #layout-tripel .widget-customercare .image-container,
  #layout-tripel .widget-customercarehomepage .image-container {
    width: 10.4rem;
    height: 8.8rem;
  }
}
.widget-devicecheck .image-container {
  -webkit-flex: 0 1 12.1rem;
  -ms-flex: 0 1 12.1rem;
  flex: 0 1 12.1rem;
  width: 15%;
}
.widget-devicecheck .image-container .image {
  background-image: url("../images/device.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width:  881px ) {
  aside .widget-devicecheck .image-container,
  #layout-tripel .widget-devicecheck .image-container {
    width: 12.1rem;
    height: 7.2rem;
  }
}
.widget-devicecheckhomepage .image-container {
  -webkit-flex: 0 1 12.1rem;
  -ms-flex: 0 1 12.1rem;
  flex: 0 1 12.1rem;
  width: 15%;
}
.widget-devicecheckhomepage .image-container .image {
  background-image: url("../images/device.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width:  881px ) {
  aside .widget-devicecheckhomepage .image-container,
  #layout-tripel .widget-devicecheckhomepage .image-container {
    width: 12.1rem;
    height: 7.2rem;
  }
}
@media only screen and (min-width:  881px ) {
  .widget-devicecheckhomepage .image-container {
    width: 22.3rem;
  }
}
@media only screen and (min-width:  569px ) {
  .widget-devicecheckhomepage .widget-standard {
    padding-top: 1.7rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .widget-devicecheckhomepage .image-container .image {
    background-image: url("../images/device-homepage.svg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width:  569px ) {
  .widget-guidesdocshomepage .widget-standard {
    padding-bottom: 0;
  }
}
.widget-guidesdocshomepage .widget-standard .image-container {
  -webkit-flex: 0 1 17.5rem;
  -ms-flex: 0 1 17.5rem;
  flex: 0 1 17.5rem;
  width: 15%;
}
.widget-guidesdocshomepage .widget-standard .image-container .image {
  background-image: url("../images/guides-and-docs.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width:  881px ) {
  aside .widget-guidesdocshomepage .widget-standard .image-container,
  #layout-tripel .widget-guidesdocshomepage .widget-standard .image-container {
    width: 17.5rem;
    height: 11.7rem;
  }
}
.no-flexbox #layout-tripel .widget-guidesdocshomepage .widget-standard .image-container {
  bottom: 0;
}
@media only screen and (min-width:  881px ) {
  .widget-customercarehomepage .widget-standard {
    padding-bottom: 2.5rem;
  }
}
.widget-title {
  width: 100%;
  margin-bottom: 0.5rem;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-title:before {
  content: '';
  display: block;
  width: 7.5rem;
  border-top: 2px #00A7CE solid;
  padding-bottom: 0.5rem;
}
.widget-title .icon-container.plus-minus {
  position: absolute;
  right: 0;
  height: 1.4rem;
  width: 1.4rem;
}
@media only screen and (min-width:  881px ) {
  .widget-title .icon-container.plus-minus {
    display: none;
  }
}
.widget-title .icon-container.plus-minus i {
  margin-left: 0rem;
  background-position-y: center;
  cursor: pointer;
}
.widget-title .icon-container.plus-minus i.open {
  background-image: url("../images/plus-icon.svg");
  background-repeat: no-repeat;
}
.widget-title .icon-container.plus-minus i.close {
  background-image: url("../images/minus-icon.svg");
  background-repeat: no-repeat;
}
.widget-list {
  padding-left: 0rem;
  padding-right: 0rem;
  border: none;
  overflow: hidden;
}
.widget-list .icon-container {
  height: 1rem;
  width: 0.6rem;
}
.widget-list .icon-container i {
  background-image: url("../images/blue-chevron-right.svg");
  background-repeat: no-repeat;
}
.widget-list .widget-title {
  margin-bottom: 2rem;
}
.widget-list ul li {
  padding-top: 1rem;
  padding-right: 0rem;
  padding-bottom: 1rem;
  padding-left: 0rem;
  font-size: 1.6rem;
  font-style: italic;
  border-bottom: 1px #d8d8d8 solid;
  cursor: pointer;
}
.widget-list ul li a {
  color: #595959;
  z-index: 20;
}
.widget-list ul li:last-child {
  padding-bottom: 0rem;
  border-bottom: none;
}
.widget-list ul li .pdf-tag {
  font-size: 1.2rem;
  font-style: normal;
  color: #0096B9;
}
.widget-selfservehomepage .widget-list ul li,
.widget-documentation .widget-list ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-selfservehomepage .widget-list ul li .image-container,
.widget-documentation .widget-list ul li .image-container {
  -webkit-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  background-position: center;
  margin-right: 1rem;
}
.no-flexbox .widget-selfservehomepage .widget-list ul li .image-container,
.no-flexbox .widget-documentation .widget-list ul li .image-container {
  float: left;
  margin-top: 0.5rem;
  margin-right: 0.8rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
  min-width: 2.7rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.change-password,
.widget-documentation .widget-list ul li .image-container.change-password {
  height: 1.7rem;
  width: 1.5rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.change-password .image,
.widget-documentation .widget-list ul li .image-container.change-password .image {
  background-image: url("../images/self-serve-password.svg");
  background-repeat: no-repeat;
}
.no-flexbox .widget-selfservehomepage .widget-list ul li .image-container.change-password,
.no-flexbox .widget-documentation .widget-list ul li .image-container.change-password {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.add-credit-card,
.widget-documentation .widget-list ul li .image-container.add-credit-card {
  height: 1.6rem;
  width: 2.4rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.add-credit-card .image,
.widget-documentation .widget-list ul li .image-container.add-credit-card .image {
  background-image: url("../images/self-serve-credit-card.svg");
  background-repeat: no-repeat;
}
.no-flexbox .widget-selfservehomepage .widget-list ul li .image-container.add-credit-card,
.no-flexbox .widget-documentation .widget-list ul li .image-container.add-credit-card {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.update-address,
.widget-documentation .widget-list ul li .image-container.update-address {
  height: 1.4rem;
  width: 2.7rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.update-address .image,
.widget-documentation .widget-list ul li .image-container.update-address .image {
  background-image: url("../images/self-serve-address.svg");
  background-repeat: no-repeat;
}
.no-flexbox .widget-selfservehomepage .widget-list ul li .image-container.update-address,
.no-flexbox .widget-documentation .widget-list ul li .image-container.update-address {
  padding-left: 0rem;
  padding-right: 0rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.purchase-history,
.widget-documentation .widget-list ul li .image-container.purchase-history {
  height: 2rem;
  width: 2.2rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.purchase-history .image,
.widget-documentation .widget-list ul li .image-container.purchase-history .image {
  background-image: url("../images/self-serve-purchase-history.svg");
  background-repeat: no-repeat;
}
.no-flexbox .widget-selfservehomepage .widget-list ul li .image-container.purchase-history,
.no-flexbox .widget-documentation .widget-list ul li .image-container.purchase-history {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.view-library,
.widget-documentation .widget-list ul li .image-container.view-library {
  height: 1.8rem;
  width: 1.8rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.view-library .image,
.widget-documentation .widget-list ul li .image-container.view-library .image {
  background-image: url("../images/self-serve-view-library.svg");
  background-repeat: no-repeat;
}
.no-flexbox .widget-selfservehomepage .widget-list ul li .image-container.view-library,
.no-flexbox .widget-documentation .widget-list ul li .image-container.view-library {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.documentation,
.widget-documentation .widget-list ul li .image-container.documentation {
  height: 1.8rem;
  width: 1.8rem;
}
.widget-selfservehomepage .widget-list ul li .image-container.documentation .image,
.widget-documentation .widget-list ul li .image-container.documentation .image {
  background-image: url("../images/how-to-article-image.svg");
  background-repeat: no-repeat;
}
.no-flexbox .widget-selfservehomepage .widget-list ul li .image-container.documentation,
.no-flexbox .widget-documentation .widget-list ul li .image-container.documentation {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
.no-flexbox .widget-selfservehomepage .widget-list ul li a,
.no-flexbox .widget-documentation .widget-list ul li a {
  margin-left: 1.5rem;
}
.widget-list .latest-news-container ul li {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  font-style: normal;
  border-bottom: none;
}
.widget-alerts {
  overflow: hidden;
  border: none;
  padding-top: 2rem;
  padding-right: 0rem;
  padding-bottom: 2rem;
  padding-left: 0rem;
}
.widget-alerts .alert-icon,
.widget-alerts .title,
.widget-alerts .text {
  display: inline-block;
  vertical-align: middle;
}
.widget-alerts .alert-icon {
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("../images/bang.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width:  569px ) {
  .widget-alerts .alert-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.widget-alerts .title {
  width: auto;
  margin-left: 1.3rem;
  font-size: 1.6rem;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
}
@media only screen and (min-width:  569px ) {
  .widget-alerts .title {
    font-size: 2.8rem;
  }
}
.widget-alerts .text {
  max-width: 62%;
  font-size: 1rem;
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
  background-image: url("../images/blue-chevron-right.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1.2em 1.2em;
}
@media only screen and (min-width:  569px ) {
  .widget-alerts .text {
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 4rem;
  }
}
@media only screen and (min-width:  881px ) {
  .widget-alerts .text {
    max-width: 80%;
  }
}
@media only screen and (min-width:  881px ) {
  .widget-alerts {
    padding-top: 2rem;
    padding-right: 0rem;
    padding-bottom: 2rem;
    padding-left: 6.6rem;
  }
}
.widget-custom-search {
  float: none !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6rem;
}
@media only screen and (min-width:  569px ) {
  .widget-custom-search {
    height: 8rem;
  }
}
@media only screen and (min-width:  881px ) {
  .widget-custom-search {
    height: 13rem;
    overflow: hidden;
  }
}
.no-flexbox .widget-custom-search {
  padding-top: 1rem;
  padding-right: 0rem;
  padding-bottom: 1rem;
  padding-left: 0rem;
}
@media only screen and (min-width:  569px ) {
  .no-flexbox .widget-custom-search {
    padding-top: 1.75rem;
    padding-right: 0rem;
    padding-bottom: 1.75rem;
    padding-left: 0rem;
  }
}
@media only screen and (min-width:  881px ) {
  .no-flexbox .widget-custom-search {
    padding-top: 3.75rem;
    padding-right: 0rem;
    padding-bottom: 3.75rem;
    padding-left: 0rem;
  }
}
.widget-custom-search .page-title {
  display: none;
}
@media only screen and (min-width:  881px ) {
  .widget-custom-search .page-title {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    font-size: 3.6rem;
    color: #FFF;
    line-height: 1.4;
    padding-right: 2%;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .no-flexbox .widget-custom-search .page-title {
    float: left;
    font-size: 3.6rem;
    max-width: 44%;
  }
}
.widget-custom-search .page-title a,
.widget-custom-search .page-title a:hover {
  font-style: normal;
  color: #FFF;
  text-decoration: none;
}
.widget-custom-search form {
  width: 100%;
}
@media only screen and (min-width:  881px ) {
  .widget-custom-search form {
    width: 53.68421053%;
  }
  .no-flexbox .widget-custom-search form {
    float: right;
    top: auto;
  }
}
.widget-custom-search form fieldset input {
  width: 100%;
  padding-top: 0.9rem;
  padding-right: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 0.9rem;
  font-family: Georgia, Times, "Times New Roman", serif;
}
@media only screen and (min-width:  569px ) {
  .widget-custom-search form fieldset input {
    padding-top: 1.15rem;
    padding-right: 1.15rem;
    padding-bottom: 1.15rem;
    padding-left: 1.15rem;
  }
}
@media only screen and (min-width:  881px ) {
  .widget-custom-search form fieldset input {
    float: right !important;
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
    padding-left: 1.85rem;
    padding-right: 8rem;
  }
}
.widget-custom-search form fieldset input[placeholder] {
  text-overflow: ellipsis;
}
.widget-custom-search form fieldset .icon-container {
  height: 3.9rem;
  width: 5.3rem;
}
.widget-custom-search form fieldset .icon-container i {
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
}
.widget-custom-search form fieldset .icon-container {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin-top: 1rem;
  margin-right: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
  padding-top: 0.7rem;
  padding-right: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 0.7rem;
  background-color: #00A7CE;
  cursor: pointer;
}
.widget-custom-search form fieldset .icon-container .search-icon {
  margin-left: 0;
  background-position: center;
}
@media only screen and (min-width:  881px ) {
  .widget-custom-search form fieldset .icon-container {
    display: block;
  }
}
.widget-survey {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  background-color: #ededed;
}
@media only screen and (min-width:  569px ) {
  .widget-survey {
    padding-top: 2.9rem;
    padding-right: 0rem;
    padding-bottom: 2.7rem;
    padding-left: 0rem;
  }
}
.no-flexbox .widget-survey {
  padding: 0;
}
.widget-survey .survey-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width:  569px ) {
  .widget-survey .survey-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.no-flexbox .widget-survey .survey-container {
  text-align: center;
  margin: 0 auto;
  height: 135px;
  width: 270px;
  padding: 0;
}
@media only screen and (min-width:  569px ) {
  .no-flexbox .widget-survey .survey-container {
    width: 576px;
    padding-top: 2.9rem;
    padding-bottom: 2.7rem;
    height: 90px;
  }
}
.widget-survey .survey-container form,
.widget-survey .survey-container .dialog-container-overlay,
.widget-survey .survey-container .dialog feedback-survey {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media only screen and (min-width:  569px ) {
  .widget-survey .survey-container form,
  .widget-survey .survey-container .dialog-container-overlay,
  .widget-survey .survey-container .dialog feedback-survey {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.no-flexbox .widget-survey .survey-container form,
.no-flexbox .widget-survey .survey-container .dialog-container-overlay,
.no-flexbox .widget-survey .survey-container .dialog feedback-survey {
  float: left;
  width: 100%;
}
.widget-survey .survey-container .title {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 2.1rem;
}
.no-flexbox .widget-survey .survey-container .title {
  line-height: 1.8;
}
.widget-survey .survey-container button {
  font-family: Georgia, Times, "Times New Roman", serif;
  margin: 0;
  width: 100%;
  display: block;
}
@media only screen and (min-width:  569px ) {
  .widget-survey .survey-container button {
    display: inline-block;
    width: auto;
  }
}
@media only screen and (min-width:  881px ) {
  .widget-survey .survey-container button {
    min-width: 16.6rem;
  }
}
.widget-survey .survey-container button.primary {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width:  569px ) {
  .widget-survey .survey-container button.primary {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-right: 1rem;
  }
}
#layout-drawer {
  width: 100%;
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 3rem;
  margin-left: 0rem;
  background-color: #ededed;
  border-bottom: 1px #FFF solid;
  box-shadow: 0 3px 10px 0 #d8d8d8;
}
#layout-drawer .zone-drawer {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width:  881px ) {
  #layout-drawer .zone-drawer {
    width: auto;
    max-width: 1140px;
  }
}
#layout-drawer-results {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 3rem;
}
@media only screen and (min-width:  569px ) {
  #layout-drawer-results {
    width: 100%;
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 3rem;
    margin-left: 0rem;
  }
}
#layout-drawer-results .zone-drawer-results {
  margin: 0 auto;
}
.widget-drawer {
  padding-top: 3rem;
}
.widget-drawer .title {
  font-size: 2rem;
}
.widget-drawer .drawer-container {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.widget-drawer .item-overlay {
  display: none;
  position: absolute;
  bottom: -4.5rem;
  background-color: white;
  height: 5rem;
  z-index: 1;
}
.no-flexbox .widget-drawer .item-overlay {
  z-index: 0;
}
.widget-drawer .item-overlay .icon-container {
  height: 0.8rem;
  width: 1.5rem;
}
.widget-drawer .item-overlay .icon-container i {
  background-image: url("../images/blue-chevron-down.svg");
  background-repeat: no-repeat;
}
.widget-drawer .item-overlay .icon-container {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.widget-drawer .item-overlay .icon-container i {
  margin: 0;
}
.no-flexbox .widget-drawer .item-overlay .icon-container {
  top: 8px;
}
.widget-drawer .drawer-item {
  cursor: pointer;
}
.widget-drawer .drawer-item .drawer-item-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15rem;
  background-color: #FFF;
  box-shadow: 0 0 7px 1px #d8d8d8;
  margin-top: 0.5rem;
  margin-right: 0.6rem;
  margin-bottom: 0.5rem;
  margin-left: 0.6rem;
}
.widget-drawer .drawer-item .drawer-item-content .image-container {
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 0rem;
  padding-left: 2rem;
}
.no-flexbox .widget-drawer .drawer-item .drawer-item-content .image-container {
  margin: 0 auto;
}
.widget-drawer .drawer-item .drawer-item-content .heading {
  font-style: italic;
  text-align: center;
  width: 90%;
  padding-bottom: 2rem;
}
.no-flexbox .widget-drawer .drawer-item .drawer-item-content .heading {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.widget-drawer .drawer-item .kobo-e-readers .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .kobo-e-readers .image-container .image {
  background-image: url("../images/kobo-ereaders-top-drawer.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .kobo-e-readers .image-container {
  height: 87px;
  width: 128px;
}
.widget-drawer .drawer-item .kobo-e-readers.active .image-container,
.widget-drawer .drawer-item .kobo-e-readers:hover .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .kobo-e-readers.active .image-container .image,
.widget-drawer .drawer-item .kobo-e-readers:hover .image-container .image {
  background-image: url("../images/kobo-ereaders-top-drawer-active.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .kobo-e-readers.active .image-container,
.no-flexbox .widget-drawer .drawer-item .kobo-e-readers:hover .image-container {
  height: 87px;
  width: 128px;
}
.widget-drawer .drawer-item .kobo-tablets .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .kobo-tablets .image-container .image {
  background-image: url("../images/kobo-tablets-top-drawer.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .kobo-tablets .image-container {
  height: 87px;
  width: 166px;
}
.widget-drawer .drawer-item .kobo-tablets.active .image-container,
.widget-drawer .drawer-item .kobo-tablets:hover .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .kobo-tablets.active .image-container .image,
.widget-drawer .drawer-item .kobo-tablets:hover .image-container .image {
  background-image: url("../images/kobo-tablets-top-drawer-active.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .kobo-tablets.active .image-container,
.no-flexbox .widget-drawer .drawer-item .kobo-tablets:hover .image-container {
  height: 87px;
  width: 166px;
}
.widget-drawer .drawer-item .kobo-com-and-accounts .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .kobo-com-and-accounts .image-container .image {
  background-image: url("../images/kobo-com-accounts-top-drawer.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .kobo-com-and-accounts .image-container {
  height: 87px;
  width: 148px;
}
.widget-drawer .drawer-item .kobo-com-and-accounts.active .image-container,
.widget-drawer .drawer-item .kobo-com-and-accounts:hover .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .kobo-com-and-accounts.active .image-container .image,
.widget-drawer .drawer-item .kobo-com-and-accounts:hover .image-container .image {
  background-image: url("../images/kobo-com-accounts-top-drawer-active.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .kobo-com-and-accounts.active .image-container,
.no-flexbox .widget-drawer .drawer-item .kobo-com-and-accounts:hover .image-container {
  height: 87px;
  width: 148px;
}
.widget-drawer .drawer-item .kobo-apps .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .kobo-apps .image-container .image {
  background-image: url("../images/kobo-apps-top-drawer.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .kobo-apps .image-container {
  height: 87px;
  width: 162px;
}
.widget-drawer .drawer-item .kobo-apps.active .image-container,
.widget-drawer .drawer-item .kobo-apps:hover .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .kobo-apps.active .image-container .image,
.widget-drawer .drawer-item .kobo-apps:hover .image-container .image {
  background-image: url("../images/kobo-apps-top-drawer-active.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .kobo-apps.active .image-container,
.no-flexbox .widget-drawer .drawer-item .kobo-apps:hover .image-container {
  height: 87px;
  width: 162px;
}
.widget-drawer .drawer-item .related-products .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .related-products .image-container .image {
  background-image: url("../images/related-products-top-drawer.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .related-products .image-container {
  height: 87px;
  width: 141px;
}
.widget-drawer .drawer-item .related-products.active .image-container,
.widget-drawer .drawer-item .related-products:hover .image-container {
  min-width: 100%;
  height: 8.7rem;
}
.widget-drawer .drawer-item .related-products.active .image-container .image,
.widget-drawer .drawer-item .related-products:hover .image-container .image {
  background-image: url("../images/related-products-top-drawer-active.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
.no-flexbox .widget-drawer .drawer-item .related-products.active .image-container,
.no-flexbox .widget-drawer .drawer-item .related-products:hover .image-container {
  height: 87px;
  width: 141px;
}
#layout-drawer-results {
  display: none;
}
.widget-drawer-results .drawer-item-result.kobo-aura-h2-o .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-aura-h2-o .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-aura-h2o.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-aura-h2-o .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-aura-h2-o .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-aura-h2-o-edition-2 .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-aura-h2-o-edition-2 .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-aura-h2o-edition-2.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-aura-h2-o-edition-2 .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-aura-h2-o-edition-2 .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-aura .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-aura .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-aura.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-aura .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-aura .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-aura-edition-2 .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-aura-edition-2 .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-aura-edition-2.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-aura-edition-2 .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-aura-edition-2 .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-aura-h-d .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-aura-h-d .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-aura-hd.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-aura-h-d .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-aura-h-d .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-aura-o-n-e .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-aura-o-n-e .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-aura-one.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-aura-o-n-e .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-aura-o-n-e .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-glo .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-glo .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-glo.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-glo .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-glo .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-glo-h-d .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-glo-h-d .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-glo-hd.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-glo-h-d .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-glo-h-d .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-mini .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-mini .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-mini.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-mini .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-mini .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-touch .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-touch .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-touch.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-touch .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-touch .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-touch-2-0 .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-touch-2-0 .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-touch-2-0.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-touch-2-0 .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-touch-2-0 .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-original-kobo-wi-fi .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-original-kobo-wi-fi .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-original-wifi.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-original-kobo-wi-fi .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-original-kobo-wi-fi .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-arc .image-container {
  width: 11.6rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-arc .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-arc.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-arc .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-arc .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-arc-10-h-d .image-container {
  width: 19.4rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-arc-10-h-d .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-arc10-hd.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-arc-10-h-d .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-arc-10-h-d .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-arc-7-7-h-d .image-container {
  width: 11.6rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-arc-7-7-h-d .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-arc-7-7hd.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-arc-7-7-h-d .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-arc-7-7-h-d .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-vox .image-container {
  width: 11.6rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-vox .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-vox.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-vox .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-vox .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.accounts .image-container {
  width: 11rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.accounts .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-accounts.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 8.8rem;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.accounts .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.accounts .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.shopping .image-container {
  width: 11rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.shopping .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-shopping.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 8.8rem;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.shopping .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.shopping .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-super-points .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-super-points .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-super-points.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-super-points .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-super-points .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.rakuten-super-points .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.rakuten-super-points .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-tw-rakuten-superpoints.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.rakuten-super-points .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.rakuten-super-points .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-s-e-books-subscription-service .image-container {
  width: 15.2rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-s-e-books-subscription-service .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-kobo-ebooks-subscription-service.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-s-e-books-subscription-service .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-s-e-books-subscription-service .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.android .image-container {
  width: 14.6rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.android .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-android.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.android .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.android .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.apple .image-container {
  width: 15.6rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.apple .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-apple.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.apple .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.apple .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.blackberry .image-container {
  width: 14.6rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.blackberry .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-blackberry.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.blackberry .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.blackberry .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.kobo-desktop .image-container {
  width: 23.8rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.kobo-desktop .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-desktop.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.kobo-desktop .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.kobo-desktop .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.windows-8 .image-container {
  width: 21.6rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.windows-8 .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-windows.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.windows-8 .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.windows-8 .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.adobe-digital-editions .image-container {
  width: 13rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.adobe-digital-editions .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-adobe.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.adobe-digital-editions .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.adobe-digital-editions .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.overdrive .image-container {
  width: 13rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.overdrive .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-overdrive.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.overdrive .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.overdrive .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.pocket .image-container {
  width: 13rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.pocket .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-pocket.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.pocket .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.pocket .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result.sony .image-container {
  width: 13rem;
  height: 17.6rem;
}
.widget-drawer-results .drawer-item-result.sony .image-container .image {
  background-image: url("../images/HomeDrawerResults/drawer-result-sony.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result.sony .image-container .image {
    background-position: center;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result.sony .image-container {
  height: 176px;
  width: 30%;
}
.widget-drawer-results .drawer-item-result .drawer-item-result-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  cursor: pointer;
}
.no-flexbox .widget-drawer-results .drawer-item-result .drawer-item-result-wrapper {
  overflow: hidden;
}
@media only screen and (min-width:  881px ) {
  .widget-drawer-results .drawer-item-result:nth-child(odd) .drawer-item-result-wrapper {
    border-right: 2px #d8d8d8 solid;
  }
  .widget-drawer-results .drawer-item-result:nth-child(odd):last-child .drawer-item-result-wrapper {
    border-left: 2px #d8d8d8 solid;
    border-right: none;
  }
}
.widget-drawer-results .drawer-item-result .image-container {
  -webkit-flex: 0 1 27%;
  -ms-flex: 0 1 27%;
  flex: 0 1 27%;
  align-self: auto;
}
@media only screen and (min-width:  881px ) {
  .widget-drawer-results .drawer-item-result .image-container {
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result .image-container {
  width: 45%;
  float: left;
}
.widget-drawer-results .drawer-item-result .content {
  -webkit-flex: 0 1 73%;
  -ms-flex: 0 1 73%;
  flex: 0 1 73%;
  align-self: auto;
  padding-left: 3.5rem;
  padding-right: 1.7rem;
}
@media only screen and (min-width:  881px ) {
  .widget-drawer-results .drawer-item-result .content {
    -webkit-flex: 0 1 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
}
.no-flexbox .widget-drawer-results .drawer-item-result .content {
  width: 55%;
  float: left;
}
.widget-drawer-results .drawer-item-result .content h3 {
  color: #0c0c0c;
}
.widget-drawer-results .drawer-item-result .content ul {
  list-style: disc;
  padding-left: 1.7rem;
}
.widget-drawer-results .drawer-item-result .content ul li {
  font-size: 1.4rem;
}
.widget-drawer-results .drawer-item-result .link {
  display: none;
  position: absolute;
  bottom: 0;
  right: 3.5rem;
}
@media only screen and (min-width:  569px ) {
  .widget-drawer-results .drawer-item-result .link {
    display: block;
  }
}
.widget-drawer-results .drawer-item-result .link .icon-container {
  height: 1rem;
  width: 0.5rem;
}
.widget-drawer-results .drawer-item-result .link .icon-container i {
  background-image: url("../images/blue-chevron-right.svg");
  background-repeat: no-repeat;
}
.widget-drawer-results .drawer-item-result .link a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  z-index: 10;
}
.widget-featured {
  display: none;
}
@media only screen and (min-width:  569px ) {
  .widget-featured {
    display: block;
  }
}
.featured-container .featured-item .featured-item-wrapper {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  margin-top: 0rem;
  margin-right: 1.5rem;
  margin-bottom: 0rem;
  margin-left: 1.5rem;
  background-color: #ededed;
}
.featured-container .featured-item .featured-item-wrapper img {
  min-height: 12.4rem;
  max-width: 100%;
  background-color: #FFF;
}
.featured-container .featured-item .featured-item-wrapper .heading {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  color: #0c0c0c;
}
.featured-container .featured-item .featured-item-wrapper .text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
/*Main - Includes Resets and Default Styling form small button widgets*/
body:after {
  display: none;
  content: url("../images/kobo-ereaders-top-drawer-active.svg") url("../images/kobo-tablets-top-drawer-active.svg") url("../images/kobo-com-accounts-top-drawer-active.svg") url("../images/kobo-apps-top-drawer-active.svg") url("../images/related-products-top-drawer-active.svg") url("../images/HomeDrawerResults/drawer-result-kobo-aura.png") url("../images/HomeDrawerResults/drawer-result-kobo-aura-edition-2.png") url("../images/HomeDrawerResults/drawer-result-kobo-aura-hd.png") url("../images/HomeDrawerResults/drawer-result-kobo-aura-h2o.png") url("../images/HomeDrawerResults/drawer-result-kobo-aura-one.png") url("../images/HomeDrawerResults/drawer-result-kobo-aura-h2o-edition-2.png") url("../images/HomeDrawerResults/drawer-result-kobo-glo.png") url("../images/HomeDrawerResults/drawer-result-kobo-glo-hd.png") url("../images/HomeDrawerResults/drawer-result-kobo-mini.png") url("../images/HomeDrawerResults/drawer-result-kobo-touch.png") url("../images/HomeDrawerResults/drawer-result-kobo-touch-2-0.png") url("../images/HomeDrawerResults/drawer-result-kobo-original-wifi.png") url("../images/HomeDrawerResults/drawer-result-kobo-arc.png") url("../images/HomeDrawerResults/drawer-result-kobo-arc10-hd.png") url("../images/HomeDrawerResults/drawer-result-kobo-arc-7-7hd.png") url("../images/HomeDrawerResults/drawer-result-kobo-vox.png") url("../images/HomeDrawerResults/drawer-result-accounts.png") url("../images/HomeDrawerResults/drawer-result-shopping.png") url("../images/HomeDrawerResults/drawer-result-kobo-super-points.png") url("../images/HomeDrawerResults/drawer-result-kobo-ebooks-subscription-service.png") url("../images/HomeDrawerResults/drawer-result-android.png") url("../images/HomeDrawerResults/drawer-result-apple.png") url("../images/HomeDrawerResults/drawer-result-blackberry.png") url("../images/HomeDrawerResults/drawer-result-desktop.png") url("../images/HomeDrawerResults/drawer-result-windows.png") url("../images/HomeDrawerResults/drawer-result-adobe.png") url("../images/HomeDrawerResults/drawer-result-overdrive.png") url("../images/HomeDrawerResults/drawer-result-pocket.png") url("../images/HomeDrawerResults/drawer-result-sony.png") url("../images/troubleshooting-article-image.svg") url("../images/troubleshooting-article-image-hover.svg") url("../images/how-to-article-image.svg") url("../images/how-to-article-image-hover.svg") url("../images/overview-article-image.svg") url("../images/overview-article-image-hover.svg") url("../images/tutorial-article-image.svg") url("../images/tutorial-article-image-hover.svg") url("../images/documentation-article-image.svg") url("../images/documentation-article-image-hover.svg");
}
.deprecated {
  padding: 1em;
  text-align: center;
  color: #ff8200;
  background-color: #ffe6cc;
  border: 1px solid #ff8200;
  margin: 60px 0 -60px 0;
}
@media only screen and (min-width:  881px ) {
  .deprecated {
    margin: 0;
  }
}
.header-fixed.main-nav-bar {
  position: fixed;
  top: 0;
}
#kobo-web-header .kobo-logo h1 {
  margin-top: 0;
  line-height: 6.2rem;
  vertical-align: middle;
}
@media only screen and (min-width:  881px ) {
  #kobo-web-header .kobo-logo h1 {
    top: 0 !important;
  }
}
#kobo-web-header .header-right-menu {
  font-size: 2rem;
  margin: 1.5% 0;
  line-height: 0.4rem;
}
#kobo-web-header .header-right-menu * {
  font-size: 2rem;
}
#kobo-web-header .header-right-menu .search-bar-toggle {
  vertical-align: middle;
}
#kobo-web-header .header-right-menu .search {
  display: none;
}
#kobo-web-header .gizmo-expandable-inner-content {
  line-height: 1;
}
#kobo-web-header .gizmo-expandable-inner-content li > a {
  font-size: 1.2rem !important;
}
#kobo-web-header .gizmo-expandable-inner-content .button {
  padding-top: 0rem;
  padding-right: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1.5rem;
  text-align: center;
}
#kobo-web-header .gizmo-expandable-inner-content .button.secondary-button {
  background-color: #bbb;
}
#kobo-web-header .gizmo-expandable-inner-content .button.tertiary-button {
  background-color: #00A7CE;
}
#kobo-web-header .small-view-flyout {
  font-size: 2rem;
}
#kobo-web-header .small-view-flyout * {
  font-size: 2rem;
}
#kobo-web-header .small-view-flyout p {
  font-size: 1.6rem;
  line-height: 5.2rem;
}
@media only screen and (min-width:  881px ) {
  #kobo-web-header .small-view-flyout p {
    font-size: 1.82857143rem;
  }
}
#kobo-web-header .kobo-main-navigation li {
  font-size: 1.8rem;
}
@media only screen and (min-width:  881px ) {
  #kobo-web-header .kobo-main-navigation li {
    font-size: 2.05714286rem;
  }
}
.kobo-footer * {
  font-size: 1.4rem;
}
.no-flexbox .kobo-footer * {
  font-size: 14px;
}
.kobo-footer a:hover {
  color: white;
  text-decoration: underline;
}
.kobo-footer ul li {
  line-height: 1.8rem;
}
.kobo-footer .inner-wrap.kobo-widget {
  width: 95%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
@media only screen and (min-width:  881px ) {
  .kobo-footer .inner-wrap.kobo-widget {
    width: auto;
    max-width: 1140px;
  }
}
.kobo-footer .horizontal-list {
  line-height: normal;
}
.kobo-footer .horizontal-list li {
  display: inline;
}
.kobo-footer .horizontal-list li a {
  font-size: 1.2rem;
}
.kobo-footer .horizontal-list.social-links li a {
  font-size: 1.4rem;
}
.kobo-footer .primary-footer .footer-utility .inner-column-left {
  padding-bottom: 2rem;
  line-height: normal;
}
.gizmo-expandable .gizmo-expandable-button-chevron {
  background-image: url("../images/White_Chevron.png");
  background-repeat: no-repeat;
}
.gizmo-expandable .gizmo-expandable-button-plus {
  background-image: url("../images/Web_itempage_minus.svg");
  background-repeat: no-repeat;
}
.gizmo-expandable .gizmo-expandable-button-plus.gizmo-expandable-button-collapsed {
  background-image: url("../images/Web_itempage_plus.svg");
  background-repeat: no-repeat;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
html {
  font-size: 10px;
  font-family: small;
}
@media only screen and (min-width:  569px ) {
  html {
    font-family: medium;
  }
}
@media only screen and (min-width:  881px ) {
  html {
    font-family: large;
  }
}
body {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1;
  color: #595959;
}
@media only screen and (min-width:  569px ) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
h1 {
  font-size: 3.2rem;
  color: #0c0c0c;
  line-height: 3.6rem;
  margin-top: 0.5rem;
}
h2 {
  font-size: 2.6rem;
  line-height: 3rem;
  color: #0c0c0c;
}
h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #0096B9;
}
h4 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #0c0c0c;
}
p {
  line-height: 2rem;
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 3rem;
  margin-left: 0rem;
}
a,
.link {
  font-style: italic;
  color: #00A7CE;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #444444;
  text-decoration: underline;
}
button {
  padding-top: 0.95rem;
  padding-right: 1.5rem;
  padding-bottom: 0.95rem;
  padding-left: 1.5rem;
  margin: 0;
  font-style: italic;
  color: #ffffff;
  border: none;
}
button .no-flexbox {
  height: 3.5rem;
}
button.primary {
  background: #00A7CE;
}
button.primary:hover {
  background: #0096B9;
}
button.secondary {
  background: #d8d8d8;
}
button.secondary:hover {
  background: #e6e7e7;
}
button:hover {
  cursor: pointer;
}
fieldset {
  margin: 0;
  padding: 0;
}
input {
  border-radius: 0;
  font-size: 1.8rem;
}
input[type=text],
input [type=password] {
  border: none;
  box-shadow: 1px 1px 5px #9e9d9d;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  background-color: #FFF;
  -webkit-appearance: none;
}
input[type="checkbox"] {
  visibility: hidden;
}
input:focus {
  border-top: 1px #00A7CE solid;
  border-right: 1px #00A7CE solid;
  border-bottom: 1px #00A7CE solid;
  border-left: 1px #00A7CE solid;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  line-height: 2rem;
}
ol {
  margin-left: 5.7rem;
}
ul {
  list-style: none;
}
dd {
  margin: 0;
}
strong {
  color: #0c0c0c;
}
svg {
  max-width: 100%;
}
#layout-after-main {
  clear: both;
}
.outer-container > div,
.outer-container > article {
  width: 92.5%;
  margin: 0 3.7%;
}
@media only screen and (min-width:  569px ) {
  .outer-container > div,
  .outer-container > article {
    width: 95%;
    margin: 0 2.5%;
  }
}
@media only screen and (min-width:  881px ) {
  .outer-container > div,
  .outer-container > article {
    width: auto;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (min-width:  881px ) {
  .column {
    float: left;
  }
  .column.one-third {
    width: 30.70175439%;
    margin-left: 3.94736842%;
  }
  .column.half {
    width: 48.02631579%;
    margin-left: 3.94736842%;
  }
  .column:first-child {
    margin-left: 0;
  }
}
.expandable-button {
  padding-top: 1.1rem;
  padding-right: 4.2rem;
  padding-bottom: 1.1rem;
  padding-left: 1.1rem;
  background-color: #acacac;
  color: #FFF;
  font-style: italic;
  cursor: pointer;
}
.expandable-button[disabled],
.expandable-button.disabled,
.expandable-button[disabled=disabled] {
  background-color: #d8d8d8;
}
ul.options {
  list-style: none;
  padding-left: 0;
}
ul.options li {
  position: static;
  padding-top: 1.1rem;
  padding-right: 1rem;
  padding-bottom: 1.05rem;
  padding-left: 1rem;
  margin-top: 0.5rem;
  border-bottom: 1px #d8d8d8 solid;
  font-size: 1.6rem;
  font-style: italic;
}
ul.options li:last-child {
  border-bottom: 0 #000 solid;
}
ul.options li a {
  position: static;
}
ul.options li.selected a {
  color: #505353;
}
.icon-container {
  display: inline-block;
}
.icon-container i {
  margin-left: 0.7rem;
  width: 100%;
  height: 100%;
  display: block;
}
.chevron {
  background-position: center;
}
.chevron.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform  .5s;
}
.chevron.close {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform  .5s;
}
.image-container {
  height: 100%;
  width: 100%;
}
.image-container .image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.image-container.everything {
  display: none;
}
.how-to-article .image-container {
  height: 3.8rem;
  width: 2.9rem;
}
.how-to-article .image-container .image {
  background-image: url("../images/how-to-article-image.svg");
  background-repeat: no-repeat;
}
.overview-article .image-container {
  height: 4rem;
  width: 4rem;
}
.overview-article .image-container .image {
  background-image: url("../images/overview-article-image.svg");
  background-repeat: no-repeat;
}
.troubleshooting-article .image-container {
  height: 4rem;
  width: 4rem;
}
.troubleshooting-article .image-container .image {
  background-image: url("../images/troubleshooting-article-image.svg");
  background-repeat: no-repeat;
}
.tutorial-article .image-container {
  height: 4rem;
  width: 4rem;
}
.tutorial-article .image-container .image {
  background-image: url("../images/tutorial-article-image.svg");
  background-repeat: no-repeat;
}
.documentation .image-container {
  height: 4rem;
  width: 4rem;
}
.documentation .image-container .image {
  background-image: url("../images/documentation-article-image.svg");
  background-repeat: no-repeat;
}
.zone {
  padding: 0;
  clear: both;
}
.zone > article > header {
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  border-bottom: 3px #ededed solid;
}
.zone > article.tier0-summary-article > header {
  margin-bottom: 0rem;
}
.zone.zone-footer {
  padding-top: 3rem;
}
#layout-tripel-container,
#layout-tripel-container-lists {
  overflow: hidden;
  margin-bottom: 3rem;
}
@media only screen and (min-width:  881px ) {
  #layout-tripel-container,
  #layout-tripel-container-lists {
    margin-bottom: 2rem;
  }
}
#layout-main-container {
  margin-top: 3rem;
}
#layout-custom-search-container {
  background-image: url("../images/search-container-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.search-container {
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}
.search-container.fade-out {
  opacity: 0;
}
.search-container.fade-in {
  opacity: 1;
}
.article-breadcrumb {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 1.5em;
  font-size: 1.3rem;
  font-style: italic;
  color: #FFF;
}
.article-breadcrumb > span:before,
.article-breadcrumb > a:before {
  content: "\2215";
  padding-top: 0rem;
  padding-right: 1rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  display: inline-block;
}
.article-breadcrumb > a {
  color: #FFF;
}
.article-breadcrumb > a:hover {
  color: #FFF;
}
.article-breadcrumb > a:first-child:before {
  content: "";
  padding-left: 0;
  display: inline-block;
}
@media only screen and (min-width:  881px ) {
  .article-breadcrumb {
    display: block;
  }
}
.no-flexbox .article-breadcrumb {
  float: left;
  line-height: 1.4;
}
.slick-slider {
  margin-bottom: 0;
}
@media only screen and (min-width:  569px ) {
  .slick-slider {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width:  569px ) {
  #layout-drawer-results .slick-slider {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
#layout-drawer-results .slick-prev,
#layout-drawer-results .slick-next {
  width: 1.4rem;
  height: 2.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -99999px;
  font-size: 100%;
}
#layout-drawer-results .slick-prev,
#layout-drawer-results .slick-prev:hover,
#layout-drawer-results .slick-prev:focus {
  background-image: url("../images/grey-chevron-left.svg");
  background-repeat: no-repeat;
}
#layout-drawer-results .slick-prev.slick-disabled,
#layout-drawer-results .slick-prev:hover.slick-disabled,
#layout-drawer-results .slick-prev:focus.slick-disabled {
  background-image: url("../images/grey-chevron-disabled-left.svg");
  background-repeat: no-repeat;
}
#layout-drawer-results .slick-next,
#layout-drawer-results .slick-next:hover,
#layout-drawer-results .slick-next:focus {
  background-image: url("../images/grey-chevron-right.svg");
  background-repeat: no-repeat;
}
#layout-drawer-results .slick-next.slick-disabled,
#layout-drawer-results .slick-next:hover.slick-disabled,
#layout-drawer-results .slick-next:focus.slick-disabled {
  background-image: url("../images/grey-chevron-disabled-right.svg");
  background-repeat: no-repeat;
}
.slick-dots {
  bottom: 0;
}
@media only screen and (min-width:  569px ) {
  .slick-dots {
    bottom: -45px;
  }
}
.slick-dots li {
  width: auto;
}
.slider-dots {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #d8d8d8;
}
.slick-active .slider-dots {
  background-color: #00A7CE;
}
.tier0-article img[src*="png"],
.tier0-article img[src*="svg"] {
  width: 2rem;
  max-width: 100%;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-bottom: 0rem;
  margin-left: 0.5rem;
}
@media only screen and (min-width:  569px ) {
  .tier0-article img[src*="png"],
  .tier0-article img[src*="svg"] {
    width: 2.5rem;
  }
}
.tier0-article img[src*="png"].non-icon,
.tier0-article img[src*="svg"].non-icon {
  width: 50%;
  max-width: 50%;
  margin-top: 1rem;
  margin-right: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
}
.tier0-article img[src*="png"].tall-icon,
.tier0-article img[src*="svg"].tall-icon {
  height: 2.5rem;
}
.tier0-article h2 {
  margin-top: 2rem;
}
.tier0-article ol li > p {
  margin-bottom: 0;
}
.tier0-article ol,
.tier0-article ul {
  margin-bottom: 3rem;
}
.tier0-article ol li,
.tier0-article ul li {
  margin-bottom: 1rem;
}
.tier0-article ol li:empty,
.tier0-article ul li:empty {
  display: none;
}
.tier0-article ol li:last-child,
.tier0-article ul li:last-child {
  margin-bottom: 0;
}
.tier0-article ol li ol,
.tier0-article ul li ol {
  margin-left: 3rem;
  margin-top: 1rem;
}
.tier0-article ol ol,
.tier0-article ul ol {
  list-style-type: none;
}
.tier0-article ol ol li,
.tier0-article ul ol li {
  counter-increment: section;
}
.tier0-article ol ol li:before,
.tier0-article ul ol li:before {
  content: counter(section, lower-alpha) ") ";
}
.tier0-article ul {
  list-style: disc;
  padding-left: 1.7rem;
}
.tier0-article ol + h3,
.tier0-article ul + h3,
.tier0-article img + h3,
.tier0-article span + h3 {
  margin-top: 4.44444444rem;
}
.tier0-article ol + .notes,
.tier0-article ul + .notes,
.tier0-article img + .notes,
.tier0-article span + .notes,
.tier0-article ol + div,
.tier0-article ul + div,
.tier0-article img + div,
.tier0-article span + div {
  margin-top: 2.66666667rem;
}
.tier0-article .notes {
  line-height: 2rem;
}
.tier0-article .notes + h3 {
  margin-top: 4.44444444rem;
}
.tier0-article .notes + ol {
  margin-top: 2.66666667rem;
}
.tier0-article strong + ol {
  margin-top: 2.66666667rem;
}
.tier0-article strong + ul {
  margin-top: 0.88888889rem;
}
.tier0-article header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.no-flexbox .tier0-article header > * {
  display: inline-block;
  vertical-align: middle;
}
.tier0-article header .title-icon {
  width: 3.9rem;
  height: 5rem;
  margin-right: 1.5rem;
}
.tier0-article header .title-icon .image-container {
  height: 100%;
  width: 100%;
}
.no-flexbox .tier0-article header .title-content {
  max-width: 80%;
}
.tier0-article header .title-content h1 {
  margin: 0;
  margin-top: -0.25rem;
  line-height: 3.6rem;
}
.tier0-article header .title-content .metadata {
  margin-top: 0.7rem;
}
.tier0-article .taxonomy-field {
  margin: 0;
  line-height: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.tier0-article .taxonomy-field a {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
section.article-section,
section.article-section.summary {
  padding-bottom: 4rem;
  margin-top: 2rem;
  border-bottom: 1px #d8d8d8 solid;
}
section.article-section:last-of-type,
section.article-section.summary:last-of-type {
  border-bottom: none;
}
section.article-section .article-wrapper {
  width: 100%;
}
@media only screen and (min-width:  881px ) {
  section.article-section .article-wrapper {
    max-width: 61.5rem;
  }
}
section.article-section.summary {
  margin-top: 0rem;
  padding-bottom: 1.5rem;
}
section.article-section.summary .summary-wrapper {
  width: 100%;
}
@media only screen and (min-width:  881px ) {
  section.article-section.summary .summary-wrapper {
    max-width: 70.5rem;
  }
}
.related-heading {
  font-size: 2.1rem;
  margin: 0;
}
.article-section.summary .summary-wrapper {
  display: table;
}
.article-section.summary .summary-wrapper .summary-icon,
.article-section.summary .summary-wrapper .summary-content {
  display: table-cell;
  vertical-align: middle;
}
.article-section.summary .summary-wrapper h3 {
  margin-top: 1.2rem;
  font-size: 2.1rem;
  color: #00A7CE;
  line-height: 2.5rem;
}
.article-section.summary .summary-wrapper h3 a {
  font-style: normal;
}
.article-section.summary .summary-wrapper .summary-icon {
  width: 4em;
}
.article-section.summary .summary-wrapper .summary-type {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
}
.article-section.summary .summary-wrapper .summary-best-match {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 1.2rem;
  color: #00A7CE;
}
.article-section.summary .summary-wrapper .summary-description {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  padding-right: 3rem;
}
.article-section.summary .summary-wrapper .summary-products {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.article-section.summary .summary-wrapper .summary-products a {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-style: normal;
  color: #00A7CE;
  text-transform: uppercase;
}
.article-section.summary .summary-wrapper .summary-products a:after {
  content: ', ';
}
.article-section.summary .summary-wrapper .summary-products a:last-of-type:after {
  content: '';
}
.options-nav {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:  881px ) {
  .options-nav {
    max-width: 61.5rem;
  }
}
.options-nav .options-title {
  padding-top: 1.3rem;
  padding-right: 1rem;
  padding-bottom: 1.3rem;
  padding-left: 1rem;
  font-size: 1.4rem;
  font-style: italic;
  color: #FFF;
  background-color: #d8d8d8;
}
@media only screen and (min-width:  881px ) {
  .options-nav .options-title {
    padding-top: 0.9rem;
    padding-right: 1rem;
    padding-bottom: 0.9rem;
    padding-left: 1rem;
    background-color: #ededed;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    color: #0c0c0c;
    text-transform: uppercase;
  }
}
.options-nav .icon-container {
  height: 0.6rem;
  width: 1rem;
}
.options-nav .icon-container i {
  background-image: url("../images/white-chevron.svg");
  background-repeat: no-repeat;
}
.options-nav .icon-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3.2rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  border-left: 2px #FFF solid;
}
.no-flexbox .options-nav .icon-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width:  881px ) {
  .options-nav .icon-container {
    display: none;
  }
}
.options-nav .icon-container i {
  margin-left: 0;
}
.back-to-top {
  opacity: 0;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 100;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.back-to-top .button {
  padding-top: 0.85rem;
  padding-right: 1.5rem;
  padding-bottom: 0.85rem;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  text-align: center;
  background: #BBB;
  color: #fff;
}
.back-to-top.visible {
  opacity: 1;
  cursor: pointer;
}
.tier0-summary-article header .results-message {
  line-height: normal;
  color: #505353;
  max-width: 60%;
}
.tier0-summary-article header .no-results-description {
  margin-bottom: 0rem;
  font-size: 1.4rem;
}
.show-more-results {
  padding-top: 1.3rem;
  padding-right: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 1.3rem;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-style: italic;
  color: #FFF;
  text-align: center;
  background-color: #d8d8d8;
  cursor: pointer;
}
@media only screen and (min-width:  569px ) {
  .show-more-results {
    margin-bottom: 0;
  }
}
.filters {
  margin-bottom: 3rem;
}
.filters .icon-container {
  height: 0.6rem;
  width: 1rem;
}
.filters .icon-container i {
  background-image: url("../images/white-chevron.svg");
  background-repeat: no-repeat;
}
.filters .icon-container {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 100%;
  width: 3.2rem;
  height: 3.8rem;
  border-left: 1px #FFF solid;
  padding-top: 1.6rem;
  padding-right: 0.9rem;
  padding-bottom: 1.6rem;
  padding-left: 0.9rem;
}
.filters .icon-container .chevron {
  margin-left: 0rem;
}
.filters .expandable-button:hover,
.filters .expandable-button.active {
  background-color: #8a8a8a;
}
.filters .expandable-button[disabled]:hover,
.filters .expandable-button.disabled:hover,
.filters .expandable-button[disabled=disabled]:hover {
  background-color: #d8d8d8;
}
@media only screen and (min-width:  569px ) {
  .filters {
    padding-top: 2.25rem;
    padding-right: 3rem;
    padding-bottom: 2.25rem;
    padding-left: 3rem;
    background-color: #ededed;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width:  881px ) {
  .filters {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:  569px ) {
  .filters .filter-by .dropdown-items-container {
    min-width: 18rem;
  }
}
@media only screen and (min-width:  569px ) {
  .filters .filter-for {
    display: inline-block;
    margin-left: 1rem;
  }
  .filters .filter-for #productCategory {
    margin-right: 1rem;
  }
}
@media only screen and (min-width:  569px ) {
  .filters .sorting {
    position: absolute;
    bottom: -4em;
    right: 0;
    z-index: 1;
  }
}
.filters .dropdown {
  width: 100%;
  display: inline-block;
  margin-top: 0.75rem;
  margin-right: 0rem;
  margin-bottom: 0.75rem;
  margin-left: 0rem;
}
@media only screen and (min-width:  569px ) {
  .filters .dropdown {
    width: auto;
  }
}
.filters .dropdown label {
  display: none;
}
@media only screen and (min-width:  569px ) {
  .filters .dropdown label {
    display: inline-block;
    padding-right: 1rem;
  }
}
.dropdown-items-container {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (min-width:  569px ) {
  .dropdown-items-container {
    width: auto;
  }
}
.dropdown-items-container ul {
  padding-top: 0rem;
  padding-right: 0.5rem;
  padding-bottom: 0rem;
  padding-left: 0.5rem;
  border-top: 1px #d8d8d8 solid;
  border-right: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
  border-left: 1px #d8d8d8 solid;
  background-color: #FFF;
  z-index: 500;
  display: none;
}
@media only screen and (min-width:  569px ) {
  .dropdown-items-container ul {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.dropdown-items-container ul li {
  margin: 0;
}
.dropdown-items-container ul li .image-container {
  display: inline-block;
  min-width: 2.5rem;
  min-height: 2.5rem;
  margin-right: 0.3em;
  vertical-align: middle;
}
.dropdown-items-container ul li.troubleshooting .image-container {
  height: 1.8rem;
  width: 2rem;
}
.dropdown-items-container ul li.troubleshooting .image-container .image {
  background-image: url("../images/troubleshooting-article-image.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li.troubleshooting:hover .image-container {
  height: 1.8rem;
  width: 2rem;
}
.dropdown-items-container ul li.troubleshooting:hover .image-container .image {
  background-image: url("../images/troubleshooting-article-image-hover.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li.how-to .image-container {
  height: 1.5rem;
  width: 1.1rem;
}
.dropdown-items-container ul li.how-to .image-container .image {
  background-image: url("../images/how-to-article-image.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li.how-to:hover .image-container {
  height: 1.5rem;
  width: 1.1rem;
}
.dropdown-items-container ul li.how-to:hover .image-container .image {
  background-image: url("../images/how-to-article-image-hover.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li.overview .image-container {
  height: 1.8rem;
  width: 1.8rem;
}
.dropdown-items-container ul li.overview .image-container .image {
  background-image: url("../images/overview-article-image.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li.overview:hover .image-container {
  height: 1.8rem;
  width: 1.8rem;
}
.dropdown-items-container ul li.overview:hover .image-container .image {
  background-image: url("../images/overview-article-image-hover.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li.tutorials .image-container {
  height: 2rem;
  width: 1.9rem;
}
.dropdown-items-container ul li.tutorials .image-container .image {
  background-image: url("../images/tutorial-article-image.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li.tutorials:hover .image-container {
  height: 2rem;
  width: 1.9rem;
}
.dropdown-items-container ul li.tutorials:hover .image-container .image {
  background-image: url("../images/tutorial-article-image-hover.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li.documentation .image-container {
  height: 1.7rem;
  width: 1.6rem;
}
.dropdown-items-container ul li.documentation .image-container .image {
  background-image: url("../images/documentation-article-image.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li.documentation:hover .image-container {
  height: 1.7rem;
  width: 1.6rem;
}
.dropdown-items-container ul li.documentation:hover .image-container .image {
  background-image: url("../images/documentation-article-image-hover.svg");
  background-repeat: no-repeat;
}
.dropdown-items-container ul li a {
  font-size: 1.4rem;
  color: #595959;
  vertical-align: middle;
}
.dropdown-items-container ul li:hover a {
  color: #00A7CE;
  text-decoration: underline;
}
.ajax-preloader {
  display: none;
  background: url('../images/ajax-preloader.gif') no-repeat center;
  background-size: cover;
  width: 2em;
  height: 2em;
  margin: 0 auto;
}
.rich-header .ajax-preloader {
  background-image: none;
}
.dialog-container-overlay,
.dialog {
  display: none;
}
.dialog-container-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10500;
}
.dialog {
  position: fixed;
  top: initial;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 11000;
  background-color: #FFF;
}
.no-flexbox .dialog {
  width: 550px;
  top: 35%;
  right: 0;
}
@media only screen and (min-width:  569px ) {
  .dialog {
    right: auto;
    bottom: auto;
    width: 48rem;
  }
}
@media only screen and (min-width:  881px ) {
  .dialog {
    width: 55rem;
  }
}
.dialog .icon-container {
  height: 1.2rem;
  width: 1rem;
}
.dialog .icon-container i {
  background-image: url("../images/dialog-close-btn.svg");
  background-repeat: no-repeat;
}
.dialog .icon-container {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.dialog .icon-container i {
  margin-left: 0;
  cursor: pointer;
}
.feedback-survey {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}
.feedback-survey .feedback-options {
  margin-bottom: 2rem;
  display: inline-block;
}
.feedback-survey .feedback-option {
  margin-top: 1rem;
  margin-right: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
}
@media only screen and (min-width:  569px ) {
  .feedback-survey .feedback-option {
    width: 50%;
    float: left;
  }
}
.feedback-survey .title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #0c0c0c;
}
.feedback-survey input {
  width: 2.6rem;
  height: 2.6rem;
  vertical-align: middle;
}
.feedback-survey label {
  margin-top: 0.8rem;
  margin-right: 0rem;
  margin-bottom: 0.8rem;
  margin-left: 0rem;
  padding-left: 1rem;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.7rem;
  cursor: pointer;
}
.feedback-survey label:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: transparent;
  top: -6px;
  left: -28px;
  border-top: 2px #d8d8d8 solid;
  border-right: 2px #d8d8d8 solid;
  border-bottom: 2px #d8d8d8 solid;
  border-left: 2px #d8d8d8 solid;
}
.feedback-survey input[type=checkbox]:checked + label:before {
  border-color: #00A7CE;
  content: url(../images/checkmark-blue.svg);
  background-position: center;
  border: none;
}
.feedback-survey input[type=checkbox]:hover + label:before {
  border-color: #00A7CE;
}
.feedback-survey .heading {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #0c0c0c;
}
.feedback-survey textarea {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  min-height: 8.5rem;
}
.feedback-message {
  background: #ccefeb;
  padding-top: 1.5rem;
  padding-right: 0rem;
  padding-bottom: 1.5rem;
  padding-left: 0rem;
  text-align: center;
  color: #1e9691;
  border-bottom: 1px #1e9691 solid;
}
@media only screen and (min-width:  569px ) {
  .feedback-message {
    padding-top: 1.7rem;
    padding-right: 0rem;
    padding-bottom: 1.7rem;
    padding-left: 0rem;
  }
}
.country-section {
  margin-bottom: 3rem;
  line-height: 3.4rem;
  overflow: hidden;
}
.country-section h4,
.country-section .email {
  display: block;
}
.country-section .column {
  float: left;
}
.country-section .column.half {
  width: 100%;
}
@media only screen and (min-width:  881px ) {
  .country-section .column.half {
    width: 50%;
  }
}
.product-landing:before,
.product-landing:after {
  content: " ";
  display: table;
}
.product-landing:after {
  clear: both;
}
.product-landing .header {
  margin-bottom: 3rem;
  padding-top: 4.2rem;
  padding-right: 0rem;
  padding-bottom: 4.2rem;
  padding-left: 2.2rem;
  background-color: #ededed;
}
@media only screen and (min-width:  569px ) {
  .product-landing .header {
    padding-top: 5.5rem;
    padding-right: 0rem;
    padding-bottom: 5.5rem;
    padding-left: 5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing .header {
    padding-top: 4.2rem;
    padding-right: 0rem;
    padding-bottom: 4.2rem;
    padding-left: 7.5rem;
  }
}
.product-landing .header .product-landing-name {
  max-width: 45%;
  font-size: 1.6rem;
  line-height: 1.1;
}
@media only screen and (min-width:  569px ) {
  .product-landing .header .product-landing-name {
    font-size: 2rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing .header .product-landing-name {
    font-size: 2.6rem;
  }
}
.product-landing .header .product-landing-description {
  display: none;
  line-height: 2rem;
}
@media only screen and (min-width:  881px ) {
  .product-landing .header .product-landing-description {
    display: block;
    max-width: 45%;
    margin-top: 2rem;
  }
}
.product-landing .header .product-landing-description ~ .product-landing-image {
  z-index: 10;
}
@media only screen and (min-width:  881px ) {
  .product-landing .header .product-landing-description ~ .product-landing-image {
    top: 20%;
  }
}
.product-landing .header .product-landing-description ul {
  list-style: disc;
  margin-left: 1.6rem;
}
.product-landing .header .product-landing-logo-container {
  width: 100%;
}
.product-landing .header .product-landing-logo-container .product-landing-logo {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  max-width: 45%;
}
.product-landing .header .product-landing-image {
  position: absolute;
  top: 20%;
  right: 7%;
  width: 350px;
  max-width: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media only screen and (min-width:  881px ) {
  .product-landing .header .product-landing-image {
    margin-top: auto;
    top: 40%;
    max-height: 300px;
  }
}
.product-landing article.widget {
  margin-bottom: 3rem;
  overflow: hidden;
}
@media only screen and (min-width:  881px ) {
  .product-landing article.widget {
    float: left;
    width: 47.27932285%;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing article.widget:nth-child(2n+1) {
    margin-right: 5.44135429%;
  }
}
.product-landing article.widget:nth-child(2) {
  margin-top: 6rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing article.widget:nth-child(2) {
    margin-top: 9rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing article.widget:nth-child(2) {
    margin-top: auto;
    margin-right: 52.72067715%;
    min-height: 240px;
  }
}
.product-landing .widget-latest-news-productlanding {
  display: none;
}
@media only screen and (min-width:  569px ) {
  .product-landing .widget-latest-news-productlanding {
    display: block;
  }
}
.product-landing.kobo-aura-h2-o-edition-2 .header .product-landing-name,
.product-landing.kobo-aura-h2-o-edition-2 .header .product-landing-description {
  display: none;
}
.product-landing.kobo-aura-h2-o-edition-2 .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-aura-h2-o-edition-2 .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-h2o-edition-2-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-h2-o-edition-2 .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-h2-o-edition-2 .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-aura-h2-o-edition-2 .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-h2o-edition-2-image.png");
  height: 12rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-h2-o-edition-2 .header .product-landing-image {
    height: 18.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-h2-o-edition-2 .header .product-landing-image {
    height: 32rem;
  }
}
.product-landing.kobo-aura-h-d .header .product-landing-name,
.product-landing.kobo-aura-h-d .header .product-landing-description {
  display: none;
}
.product-landing.kobo-aura-h-d .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-aura-h-d .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-hd-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-h-d .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-h-d .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-aura-h-d .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-hd-image.png");
  height: 12rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-h-d .header .product-landing-image {
    height: 18.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-h-d .header .product-landing-image {
    height: 32rem;
  }
}
.product-landing.kobo-aura-h2-o .header .product-landing-name,
.product-landing.kobo-aura-h2-o .header .product-landing-description {
  display: none;
}
.product-landing.kobo-aura-h2-o .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-aura-h2-o .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-h2o-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-h2-o .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-h2-o .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-aura-h2-o .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-h2o-image.png");
  height: 12rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-h2-o .header .product-landing-image {
    height: 18.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-h2-o .header .product-landing-image {
    height: 32rem;
  }
}
.product-landing.kobo-glo .header .product-landing-name,
.product-landing.kobo-glo .header .product-landing-description {
  display: none;
}
.product-landing.kobo-glo .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-glo .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-glo-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-glo .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-glo .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-glo .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-glo-image.png");
  height: 12rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-glo .header .product-landing-image {
    height: 18.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-glo .header .product-landing-image {
    height: 32rem;
  }
}
.product-landing.kobo-glo-h-d .header {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.product-landing.kobo-glo-h-d .header .product-landing-name,
.product-landing.kobo-glo-h-d .header .product-landing-description {
  display: none;
}
.product-landing.kobo-glo-h-d .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-glo-h-d .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-glo-hd-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-glo-h-d .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-glo-h-d .header .product-landing-logo-container {
    height: 4.9rem;
  }
}
.product-landing.kobo-glo-h-d .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-glo-hd-image.png");
  height: 12rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-glo-h-d .header .product-landing-image {
    height: 18.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-glo-h-d .header .product-landing-image {
    height: 32rem;
  }
}
.product-landing.kobo-arc .header .product-landing-name,
.product-landing.kobo-arc .header .product-landing-description {
  display: none;
}
.product-landing.kobo-arc .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-arc .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-arc-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-arc .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-arc .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-arc .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-arc-image.png");
  height: 12rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-arc .header .product-landing-image {
    height: 18rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-arc .header .product-landing-image {
    height: 31.5rem;
  }
}
.product-landing.kobo-mini .header .product-landing-name,
.product-landing.kobo-mini .header .product-landing-description {
  display: none;
}
.product-landing.kobo-mini .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-mini .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-mini-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-mini .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-mini .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-mini .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-mini-image.png");
  height: 11.5rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-mini .header .product-landing-image {
    height: 18rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-mini .header .product-landing-image {
    height: 31rem;
  }
}
.product-landing.kobo-touch .header .product-landing-name,
.product-landing.kobo-touch .header .product-landing-description {
  display: none;
}
.product-landing.kobo-touch .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-touch .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-touch-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-touch .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-touch .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-touch .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-touch-image.png");
  height: 11.5rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-touch .header .product-landing-image {
    height: 18rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-touch .header .product-landing-image {
    height: 31.5rem;
  }
}
.product-landing.kobo-touch-2-0 .header .product-landing-name,
.product-landing.kobo-touch-2-0 .header .product-landing-description {
  display: none;
}
.product-landing.kobo-touch-2-0 .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-touch-2-0 .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-touch-2-0-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-touch-2-0 .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-touch-2-0 .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-touch-2-0 .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-touch-2-0-image.png");
  height: 11.5rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-touch-2-0 .header .product-landing-image {
    height: 18rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-touch-2-0 .header .product-landing-image {
    height: 31.5rem;
  }
}
.product-landing.kobo-aura .header .product-landing-name,
.product-landing.kobo-aura .header .product-landing-description {
  display: none;
}
.product-landing.kobo-aura .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-aura .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-aura .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-image.png");
  height: 11.7rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura .header .product-landing-image {
    height: 18rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura .header .product-landing-image {
    height: 31.2rem;
  }
}
.product-landing.kobo-aura-edition-2 .header .product-landing-name,
.product-landing.kobo-aura-edition-2 .header .product-landing-description {
  display: none;
}
.product-landing.kobo-aura-edition-2 .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-aura-edition-2 .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-edition-2-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-edition-2 .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-edition-2 .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-aura-edition-2 .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-edition-2-image.png");
  height: 11.7rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-edition-2 .header .product-landing-image {
    height: 18rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-edition-2 .header .product-landing-image {
    height: 31.2rem;
  }
}
.product-landing.kobo-aura-o-n-e .header .product-landing-name,
.product-landing.kobo-aura-o-n-e .header .product-landing-description {
  display: none;
}
.product-landing.kobo-aura-o-n-e .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-aura-o-n-e .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-one-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-o-n-e .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-o-n-e .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-aura-o-n-e .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-aura-one-image.png");
  height: 11.7rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-aura-o-n-e .header .product-landing-image {
    height: 18rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-aura-o-n-e .header .product-landing-image {
    height: 31.2rem;
  }
}
.product-landing.kobo-arc-7-7-h-d .header .product-landing-name,
.product-landing.kobo-arc-7-7-h-d .header .product-landing-description {
  display: none;
}
.product-landing.kobo-arc-7-7-h-d .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-arc-7-7-h-d .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-arc7-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-arc-7-7-h-d .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-arc-7-7-h-d .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-arc-7-7-h-d .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-arc7-image.png");
  height: 13rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-arc-7-7-h-d .header .product-landing-image {
    height: 19rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-arc-7-7-h-d .header .product-landing-image {
    height: 34rem;
  }
}
.product-landing.kobo-original-kobo-wi-fi .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-original-wireless-image.png");
  height: 13.8rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-original-kobo-wi-fi .header .product-landing-image {
    height: 21.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-original-kobo-wi-fi .header .product-landing-image {
    height: 37rem;
  }
}
.product-landing.kobo-arc-10-h-d .header .product-landing-name,
.product-landing.kobo-arc-10-h-d .header .product-landing-description {
  display: none;
}
.product-landing.kobo-arc-10-h-d .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-arc-10-h-d .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-arc-10hd-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-arc-10-h-d .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-arc-10-h-d .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-arc-10-h-d .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-arc-10hd-image.png");
  height: 7.8rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-arc-10-h-d .header .product-landing-image {
    height: 13.1rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-arc-10-h-d .header .product-landing-image {
    height: 23.1rem;
  }
}
.product-landing.kobo-vox .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-kobo-vox-image.png");
  height: 11.6rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-vox .header .product-landing-image {
    height: 17.7rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-vox .header .product-landing-image {
    height: 30.4rem;
  }
}
.product-landing.kobo-vox .header .product-landing-description {
  display: none;
}
.product-landing.adobe-digital-editions .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-adobe-image.png");
  height: 11rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.adobe-digital-editions .header .product-landing-image {
    height: 16.6rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.adobe-digital-editions .header .product-landing-image {
    height: 20rem;
  }
}
.product-landing.sony .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-sony-image.png");
  height: 9rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.sony .header .product-landing-image {
    height: 13.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.sony .header .product-landing-image {
    height: 20rem;
  }
}
.product-landing.pocket .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-pocket-image.png");
  height: 9rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.pocket .header .product-landing-image {
    height: 13.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.pocket .header .product-landing-image {
    height: 20rem;
  }
}
.product-landing.overdrive .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-overdrive-image.png");
  height: 9rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.overdrive .header .product-landing-image {
    height: 13.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.overdrive .header .product-landing-image {
    height: 20rem;
  }
}
.product-landing.apple .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-apple-image.png");
  height: 11rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.apple .header .product-landing-image {
    height: 16.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.apple .header .product-landing-image {
    height: 28.5rem;
  }
}
.product-landing.android .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-android-image.png");
  height: 11rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.android .header .product-landing-image {
    height: 16.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.android .header .product-landing-image {
    height: 28.5rem;
  }
}
.product-landing.blackberry .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-blackberry-image.png");
  height: 11rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.blackberry .header .product-landing-image {
    height: 16.8rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.blackberry .header .product-landing-image {
    height: 29.8rem;
  }
}
.product-landing.windows-8 .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-windows-image.png");
  height: 8rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.windows-8 .header .product-landing-image {
    height: 12.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.windows-8 .header .product-landing-image {
    height: 22.4rem;
  }
}
.product-landing.kobo-desktop .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-desktop-image.png");
  height: 8.5rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-desktop .header .product-landing-image {
    height: 13.2rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-desktop .header .product-landing-image {
    height: 21.1rem;
  }
}
.product-landing.shopping .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-shopping-image.png");
  background-image: none, url("../images/ProductLanding/product-landing-shopping-image.svg");
  height: 5.5rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.shopping .header .product-landing-image {
    height: 8.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.shopping .header .product-landing-image {
    height: 12rem;
  }
}
.product-landing.kobo-super-points .header .product-landing-name,
.product-landing.kobo-super-points .header .product-landing-description {
  display: none;
}
.product-landing.kobo-super-points .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.kobo-super-points .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-super-points-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-super-points .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-super-points .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.rakuten-super-points .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-tw-rakuten-superpoints-image.png");
  background-image: none, url("../images/ProductLanding/product-landing-tw-rakuten-superpoints-image.svg");
  height: 5.5rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.rakuten-super-points .header .product-landing-image {
    height: 8.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.rakuten-super-points .header .product-landing-image {
    height: 12rem;
  }
}
.product-landing.rakuten-super-points .header .product-landing-name,
.product-landing.rakuten-super-points .header .product-landing-description {
  display: none;
}
.product-landing.rakuten-super-points .header .product-landing-logo-container {
  height: 2rem;
}
.product-landing.rakuten-super-points .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-tw-rakuten-superpoints-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.rakuten-super-points .header .product-landing-logo-container {
    height: 3rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.rakuten-super-points .header .product-landing-logo-container {
    height: 3.5rem;
  }
}
.product-landing.kobo-s-e-books-subscription-service .header .product-landing-name,
.product-landing.kobo-s-e-books-subscription-service .header .product-landing-description {
  display: none;
}
.product-landing.kobo-s-e-books-subscription-service .header .product-landing-logo-container {
  height: 3rem;
}
.product-landing.kobo-s-e-books-subscription-service .header .product-landing-logo-container .product-landing-logo {
  background-image: url("../images/ProductLanding/product-landing-kobo-ebooks-subscription-service-logo.svg");
}
@media only screen and (min-width:  569px ) {
  .product-landing.kobo-s-e-books-subscription-service .header .product-landing-logo-container {
    height: 4rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.kobo-s-e-books-subscription-service .header .product-landing-logo-container {
    height: 4.5rem;
  }
}
.product-landing.accounts .header .product-landing-image {
  background-image: url("../images/ProductLanding/product-landing-accounts-image.png");
  background-image: none, url("../images/ProductLanding/product-landing-accounts-image.svg");
  height: 5.5rem;
}
@media only screen and (min-width:  569px ) {
  .product-landing.accounts .header .product-landing-image {
    height: 8.5rem;
  }
}
@media only screen and (min-width:  881px ) {
  .product-landing.accounts .header .product-landing-image {
    height: 12rem;
  }
}
.product-landing.accounts .header .product-landing-image {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.product-landing .content-items li {
  border-bottom: 1px #d8d8d8 solid;
}
.product-landing .content-items .last {
  border-bottom: none;
}
.latest-news-container .slick-prev,
.latest-news-container .slick-next {
  background: none;
  width: 25%;
  height: 2rem;
  top: auto;
  bottom: -2.8rem;
  margin: 0;
  text-indent: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.4rem;
  color: #00A7CE;
}
.latest-news-container .slick-prev.slick-disabled,
.latest-news-container .slick-next.slick-disabled {
  color: #e6e7e7;
}
.latest-news-container .slick-prev {
  left: 0;
  text-align: left;
}
.latest-news-container .slick-prev:before {
  content: url("../images/blue-chevron-left.png");
  content: url("../images/blue-chevron-left.svg");
  display: inline-block;
  margin-right: 10px;
  width: 6px;
}
.latest-news-container .slick-prev.slick-disabled:before {
  content: url("../images/grey-chevron-left.png");
  content: url("../images/grey-chevron-left.svg");
}
.latest-news-container .slick-next {
  right: 0;
  text-align: right;
}
.latest-news-container .slick-next:after {
  content: url("../images/blue-chevron-right.png");
  content: url("../images/blue-chevron-right.svg");
  display: inline-block;
  margin-left: 10px;
  width: 6px;
}
.latest-news-container .slick-next.slick-disabled:after {
  opacity: 0.25;
  content: url("../images/grey-chevron-right.png");
  content: url("../images/grey-chevron-right.svg");
}
.latest-news-container .slick-dots {
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3.5rem;
}
.latest-news-container .latest-news-item {
  padding-bottom: 1.5rem;
  border-bottom: 1px #d8d8d8 solid;
  cursor: default;
}
.latest-news-container .latest-news-item-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #0c0c0c;
}
.latest-news-container .latest-news-item-body {
  font-size: 1.4rem;
}
.latest-news-container .latest-news-publish-date-time {
  font-size: 1.2rem;
  visibility: hidden;
}
ul.pager li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.maintenance-page h2,
.maintenance-page h3 {
  margin-bottom: 3rem;
}
.maintenance-page ul {
  float: left;
  width: 30%;
  margin-left: 5%;
}
.maintenance-page ul:first-of-type {
  margin-left: 0;
}
.content-localization {
  overflow: visible;
}
.content-localization .content-localizations {
  width: 100%;
  margin-top: -2rem;
  margin-bottom: 2rem;
  float: none;
  text-align: right;
}
.hidden {
  display: none;
}
.rich-header .rich-header-wrapper .header-left .kobo-rakuten-logo h1 {
  padding: 0;
}
.rich-header-main-nav .tab {
  position: static;
}
.ereaders-and-apps-panel .ereader-apps-menu ul.menu-item-container li.item {
  position: static;
}
@media (min-width: 881px) {
  .ereaders-and-apps-panel .ereader-apps-side-container {
    padding: 0 0 0 6rem;
  }
}
@media (max-width: 880px) {
  .secondary-small-rich-header .rich-header-small .side-rich-header-is-closed,
  .secondary-small-rich-header .rich-header-small .side-rich-header-is-open {
    background-color: #fff;
  }
}
.rich-header-wrapper.inner-wrap {
  max-width: 1140px;
  box-sizing: border-box;
}
.link-nav-kobolove {
  display: none;
  visibility: hidden;
}
.rich-header .header-right {
  display: none;
  visibility: hidden;
}
.navbar-tab .toggle::after {
  box-sizing: content-box;
}
.HeaderTopCategories ul li a {
  line-height: 1.7rem;
}
.rich-header-small-toggle-side-menu {
  background-color: transparent;
}
.navbar-tab .link,
.navbar-tab .toggle {
  font-family: inherit;
  background-color: transparent;
}
/*Global Media Queries*/
.aside-first {
  margin-top: 3.5rem;
}
@media only screen and (min-width:  881px ) {
  /* Aside Zones */
  .left-aside #layout-content {
    float: right;
    width: 76.05263158%;
  }
  .left-aside .secondary-nav,
  .left-aside .aside-first {
    display: block;
    float: left;
    width: 23.94736842%;
    padding-right: 5.9rem;
  }
  .left-aside .aside-first {
    margin-top: 0rem;
  }
  .right-aside #layout-content {
    float: left;
    width: 70%;
  }
  .right-aside .aside-second {
    float: right;
    width: 30%;
  }
  .right-aside #layout-content {
    width: 60%;
  }
  .left-aside.right-aside .secondary-nav,
  .left-aside.right-aside .aside-first,
  .left-aside.right-aside .aside-second {
    width: 20%;
    float: left;
  }
  .left-aside.right-aside #layout-content {
    float: left;
  }
  .user-display {
    float: right;
  }
  /* Tripels Zones*/
  .tripel #layout-content {
    float: none;
    width: 100%;
  }
  .tripel .aside-first {
    float: none;
    width: 0;
    padding-right: 0rem;
  }
}