:root {
  --aka-primary-color: #75adea;
  --aka-primary-color-darken: #4993e3;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #414142;
  --aka-secondary-opposite-color: #d7d7d7;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-transform: none;
  background: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
}
#homepage-wrapper {
  width: 100%;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 50px;
}
#homepage-wrapper #hp-main-block {
  width: 100%;
  font-weight: 300;
}
#homepage-wrapper #hp-main-block .mob-close-on-menu {
  display: none;
}
#homepage-wrapper #hp-main-block.tab-active .mob-close-on-menu {
  min-height: 230px;
  display: block;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 81px;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line #hpm-or-block {
  display: none;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: table;
  width: 30%;
  max-width: 295px;
  height: 80px;
  border: 1px solid #cccccc;
  border-bottom: 0;
  float: left;
  text-align: center;
  font-size: 27px;
  margin-right: 10px;
  cursor: pointer;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab > div {
  vertical-align: middle;
  display: table-cell;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab > div > span {
  font-family: 'icons2014';
  margin-right: 10px;
  vertical-align: middle;
  color: #75adea;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab > div > em {
  font-style: normal;
  font-size: 15px;
  display: block;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab.current {
  background-color: #414142;
  color: #d7d7d7;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab.current > div {
  height: 81px;
  background-color: #414142;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab.current > div > span {
  color: #d7d7d7;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab:hover {
  border-color: #414142;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line #hpm-login-tab-icon {
  background: none 0px 0px no-repeat;
  display: inline-block;
  width: 32px;
  height: 25px;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  padding: 5px 0;
  display: none;
}
#homepage-wrapper.biod-wr {
  padding-bottom: 0;
  margin-bottom: -40px;
}
#homepage-wrapper.biod-wr #homepage-search-by {
  width: 525px;
  float: right;
  margin-top: -15px;
  position: relative;
}
#homepage-wrapper.biod-wr #homepage-search-by > h2 {
  font-size: 28px;
}
#homepage-wrapper.biod-wr #homepage-search-by > h3 {
  font-size: 21px;
}
#homepage-wrapper.biod-wr #homepage-search-by input[type=text] {
  width: 400px;
  height: 43px;
  font-size: 18px;
}
#homepage-wrapper.biod-wr #homepage-search-by #search-by-isbn {
  display: none;
}
#homepage-wrapper.biod-wr #homepage-search-by #post-isbn {
  display: block;
}
#npm-tab-content {
  width: 100%;
  background-color: #414142;
  min-height: 200px;
  color: #d7d7d7;
  padding: 35px 0;
}
#npm-tab-content .tbx-tab-content {
  display: none;
  width: 1000px;
  margin: 0 auto;
}
#npm-tab-content .tbx-tab-content.current {
  display: block;
}
#npm-tab-content .ddcommon {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
}
#npm-tab-content .ddcommon .ddTitleText {
  padding-left: 10px;
  word-wrap: break-word;
}
#npm-tab-content .ddcommon .ddTitleText .ddlabel {
  line-height: 30px;
}
#npm-tab-content .ddcommon .divider {
  border: none;
}
#npm-tab-content .ddcommon .arrowoff:before {
  color: #414142;
  content: "\25BC";
  vertical-align: middle;
  text-align: center;
  display: block;
  font-size: 15px;
}
#npm-tab-content #div-npm-nav-panel {
  float: left;
  width: 70%;
}
#npm-tab-content #div-npm-nav-panel #empty_dropdowns {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}
#npm-tab-content #div-npm-nav-panel #empty_dropdowns ul {
  margin-bottom: 15px;
  font-weight: bold;
}
#npm-tab-content #div-npm-nav-panel > h2 {
  display: none;
}
#npm-tab-content #div-npm-nav-panel #npm-tree-block > .npm-tree-level {
  float: left;
  position: relative;
  height: 80px;
  width: 0%;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
#npm-tab-content #div-npm-nav-panel #npm-tree-block > .npm-tree-level .ddcommon {
  width: 100% !important;
  height: 40px;
}
#npm-tab-content #div-npm-nav-panel #npm-tree-block > .npm-tree-level .ddcommon .ddTitle {
  height: 40px !important;
  overflow: hidden;
}
#npm-tab-content #div-npm-nav-panel #npm-tree-block > .npm-tree-level > .npm-tree-level-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 15px;
}
#npm-tab-content #div-npm-nav-panel #npm-tree-block > .npm-tree-level > .npm-tree-level-inner > label {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}
#npm-tab-content #div-npm-nav-panel #npm-tree-block > .npm-tree-level > .npm-tree-level-inner > select {
  width: 100%;
}
#npm-tab-content #div-npm-nav-panel #npm-tree-block > .npm-tree-level > .npm-tree-level-inner .future-term-item {
  font-weight: bold;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block {
  width: 100%;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner {
  margin-right: 15px;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner > select {
  width: 685px;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddArrow.arrowoff {
  z-index: 1;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText {
  padding: 10px;
  word-wrap: break-word;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText .ddlabel {
  line-height: normal;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText .description {
  margin: 5px 0 0 0;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddChild {
  max-height: 250px;
  height: auto !important;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText.saved,
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddChild .saved {
  position: relative;
  padding-right: 80px;
  background: #f1f2f6;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText.saved:before,
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText.saved:after,
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddChild .saved:before,
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddChild .saved:after {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 65px;
  box-sizing: border-box;
  text-align: center;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText.saved:before,
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddChild .saved:before {
  border-left: 1px dashed #c3c3c3;
  font-family: 'SSAir';
  content: '\2713';
  font-size: 22px;
  line-height: 22px;
  padding-top: 2px;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText.saved:after,
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddChild .saved:after {
  content: 'Saved \A course';
  padding-top: 22px;
  font-size: 12px;
  line-height: 0.85;
  text-transform: uppercase;
  white-space: pre;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText.saved:before,
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddTitleText.saved:after {
  right: 24px;
}
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddChild .saved:before,
#npm-tab-content #div-npm-nav-panel #npm-course-block > #npm-course-block-inner .ddcommon .ddChild .saved:after {
  right: 8px;
}
#npm-tab-content #div-npm-comment-panel {
  float: left;
  width: 30%;
}
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner {
  font-size: 19px;
  font-weight: normal;
  margin: 15px 0 0 65px;
}
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner a,
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner .login-in-button {
  display: block;
  float: left;
  color: #75adea;
  text-decoration: none;
  font-size: 19px;
  height: 45px;
  line-height: 43px;
  vertical-align: middle;
  cursor: pointer;
}
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner a:hover,
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner .login-in-button:hover {
  text-decoration: underline;
}
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner a:after,
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner .login-in-button:after {
  display: inline-block;
  font-family: 'icons2014';
  margin: 0 0 0 7px;
  content: "\02C3";
  vertical-align: middle;
  font-size: 25px;
  font-variant: small-caps;
  text-decoration: underline;
}
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner a:after,
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner a:hover:after,
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner .login-in-button:after,
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner .login-in-button:hover:after {
  text-decoration: none;
}
#npm-tab-content #div-npm-comment-panel #div-npm-comment-panel-inner .asi_login_unavailable {
  font-size: 13pt;
}
#npm-tab-content #npm-save-course-line {
  margin-top: 20px;
  overflow: hidden;
  padding: 1px;
}
#npm-tab-content #npm-save-course-line #npm-save-course {
  float: left;
  display: block;
  position: relative;
  margin-right: 30px;
  line-height: 43px;
}
#npm-tab-content #npm-save-course-line #npm-course-link {
  display: block;
  float: left;
  color: #75adea;
  text-decoration: none;
  font-size: 19px;
  height: 45px;
  line-height: 43px;
  vertical-align: middle;
}
#npm-tab-content #npm-save-course-line #npm-course-link:hover {
  text-decoration: underline;
}
#npm-tab-content #npm-save-course-line #npm-course-link:after {
  display: inline-block;
  font-family: 'icons2014';
  margin: 0 0 0 7px;
  content: "\02C3";
  vertical-align: middle;
  font-size: 25px;
  font-variant: small-caps;
  text-decoration: underline;
}
#npm-tab-content #npm-save-course-line #npm-course-link:after,
#npm-tab-content #npm-save-course-line #npm-course-link:hover:after {
  text-decoration: none;
}
#npm-tab-content #npm-login {
  overflow: hidden;
  position: relative;
}
#npm-tab-content #npm-login #npl-login-info {
  float: left;
  width: 40%;
  margin-right: 20%;
  color: #d7d7d7;
  min-height: 150px;
}
#npm-tab-content #npm-login #npl-login-info > h2 {
  font-size: 30px;
  color: #75adea;
}
#npm-tab-content #npm-login #npl-login-info > h2 > span {
  display: none;
}
#npm-tab-content #npm-login #npl-login-info > h3,
#npm-tab-content #npm-login #npl-login-info > span {
  display: block;
  font-size: 20px;
  color: #d7d7d7;
  font-weight: 300;
}
#npm-tab-content #npm-login #npl-login-info > span {
  margin: 20px 0 0;
}
#npm-tab-content #npm-login #npl-login-info > a {
  display: block;
  float: left;
  color: #75adea;
  text-decoration: none;
  font-size: 19px;
  height: 45px;
  line-height: 43px;
  vertical-align: middle;
}
#npm-tab-content #npm-login #npl-login-info > a:hover {
  text-decoration: underline;
}
#npm-tab-content #npm-login #npl-login-info > a:after {
  display: inline-block;
  font-family: 'icons2014';
  margin: 0 0 0 7px;
  content: "\02C3";
  vertical-align: middle;
  font-size: 25px;
  font-variant: small-caps;
  text-decoration: underline;
}
#npm-tab-content #npm-login #npl-login-info > a:after,
#npm-tab-content #npm-login #npl-login-info > a:hover:after {
  text-decoration: none;
}
#npm-tab-content #npm-login #npl-login-block {
  float: left;
  width: 40%;
}
#npm-tab-content #npm-login #npl-login-block input[type=submit] {
  display: none;
}
#npm-tab-content #npm-login #npl-login-block .npl-input-box {
  margin: 5px 0 15px;
  width: 100%;
}
#npm-tab-content #npm-login #npl-login-block .npl-input-box > input {
  width: 300px;
  height: 42px;
  padding: 0 10px;
  font-size: 17px;
  border: 1px solid #ccc;
  font-style: normal;
}
#npm-tab-content #npm-login #npl-login-block .npl-input-box > input::-webkit-input-placeholder {
  color: #a3a3a3;
  font-style: italic;
  font-weight: 300;
}
#npm-tab-content #npm-login #npl-login-block .npl-input-box > input:-moz-placeholder {
  color: #a3a3a3;
  font-style: italic;
  font-weight: 300;
}
#npm-tab-content #npm-login #npl-login-block .npl-input-box > input::-moz-placeholder {
  color: #a3a3a3;
  font-style: italic;
  font-weight: 300;
}
#npm-tab-content #npm-login #npl-login-block .npl-input-box > input:-ms-input-placeholder {
  color: #a3a3a3;
  font-style: italic;
  font-weight: 300;
}
#npm-tab-content #npm-login #npl-login-block .npl-button-line .tbx-button-big-1 {
  padding: 0 30px;
  font-size: 17px;
  text-shadow: none;
}
#npm-tab-content #npm-login #npl-login-block .npl-button-line > a {
  margin-top: 10px;
  display: block;
  color: #75adea;
}
#npm-tab-content #npm-login #npl-login-block .npl-button-line > a#npl-create-account {
  display: none;
}
#npm-tab-content #npm-login .integrated_homepage_login_form {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -52px;
}
#npm-tab-content #npm-login .integrated_homepage_login_form .login_3rd_party {
  text-align: center;
}
#npm-tab-content #npm-login .integrated_homepage_login_form .login_3rd_party .tbx-button-big-1 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 22px;
  width: 150px;
  border-radius: 3px;
}
#npm-tab-content #npm-login .integrated_homepage_login_form .login_3rd_party .asi_login_unavailable {
  width: 220px;
  margin: 0.7em auto 0 auto;
  padding: 0.5em 2.5em 0.5em 0.5em;
  background-position: 94% -30px;
}
#npm-tab-content #homepage-search-by {
  font-family: 'Source Sans Pro', sans-serif;
}
#npm-tab-content #homepage-search-by > h2 {
  font-weight: 400;
  font-size: 51px;
  color: #75adea;
  margin: 5px 0 0;
  padding: 0;
  text-transform: none;
}
#npm-tab-content #homepage-search-by > h2 strong {
  color: #d7d7d7;
}
#npm-tab-content #homepage-search-by > h3 {
  color: #d7d7d7;
  margin: 10px 0 15px;
  padding: 0;
  text-transform: none;
  font-size: 25px;
  font-weight: 300;
}
#npm-tab-content #homepage-search-by > h1 {
  color: #d7d7d7;
  font-weight: 300;
  font-size: 25px;
  margin-top: 10px;
  display: none;
}
#npm-tab-content #homepage-search-by #ih-search-by.postbook #search-by-isbn {
  display: none;
}
#npm-tab-content #homepage-search-by #ih-search-by.postbook #post-isbn {
  display: block;
}
#npm-tab-content #homepage-search-by #post-isbn {
  display: none;
}
#npm-tab-content #homepage-search-by .tbx-button-big-1 {
  width: 50px;
}
#npm-tab-content #homepage-search-by input[type=text] {
  width: 875px;
  height: 45px;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 10px;
  border-radius: 5px;
  padding: 0 10px;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  font-family: 'Arial', sans-serif;
  float: left;
  margin-right: 10px;
}
#npm-tab-content #homepage-search-by input[type=submit] {
  width: 0;
  padding: 0;
  opacity: 0;
  float: right;
  text-align: center;
  display: block;
  border: none;
}
#npm-tab-content #homepage-search-by #ih-checkbox-label {
  margin: 15px 0 2px 0;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  line-height: 24px;
  width: 220px;
  color: #d7d7d7;
  font-family: 'Source Sans Pro', sans-serif;
}
#npm-tab-content #homepage-search-by #ih-checkbox-label > .tbx-tick {
  width: 20px;
  height: 20px;
  border: 1px solid #bcc3c7;
  float: left;
}
#npm-tab-content #homepage-search-by #ih-checkbox-label.checked > .tbx-tick {
  background-color: #75adea;
}
#npm-tab-content #homepage-track-order {
  width: 422px;
  display: inline-block;
  margin-top: -15px;
  border-right: 1px solid #969593;
  padding-right: 25px;
}
#npm-tab-content #homepage-track-order > h2 {
  font-weight: 400;
  font-size: 28px;
  color: #75adea;
  margin: 5px 0 0;
  padding: 0;
  text-transform: none;
}
#npm-tab-content #homepage-track-order > h2 > span {
  display: none;
}
#npm-tab-content #homepage-track-order > h3 {
  color: #d7d7d7;
  margin: 10px 0 15px;
  padding: 0;
  text-transform: none;
  font-size: 21px;
  font-weight: 300;
}
#npm-tab-content #homepage-track-order input[type=text],
#npm-tab-content #homepage-track-order input[type=email] {
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 10px;
  border-radius: 5px;
  padding: 0 10px;
  color: #000;
  font-weight: 300;
  font-family: 'Arial', sans-serif;
  float: left;
  width: 400px;
  height: 43px;
  font-size: 18px;
  margin-bottom: 13px;
}
#npm-tab-content #homepage-track-order input[type=submit] {
  float: right;
  border: 0;
  text-transform: uppercase;
}
#npm-tab-content #homepage-track-order input[type=submit]:hover {
  background-color: #7d7c79;
}
#hp-hints-wrapper {
  width: 100%;
  background-color: #F3F5F8;
}
#hp-hints-wrapper #hph-body {
  width: 1000px;
  margin: 0 auto;
}
#hp-hints-wrapper #hph-body > h1 {
  padding: 25px 0;
  margin: 0;
  width: 100%;
  font-size: 30px;
  color: #495358;
  font-weight: 300;
  text-align: center;
}
#hp-hints-wrapper #hph-body > h2 {
  display: none;
  color: #797979;
  text-align: center;
}
#hp-hints-wrapper #hph-body .hph-hints-outer {
  display: block;
  padding: 0 0 30px 0;
}
#hp-hints-wrapper #hph-body .hph-hints-outer ul#hph-hints {
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
}
#hp-hints-wrapper #hph-body .hph-hints-outer ul#hph-hints > li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 33%;
  text-align: center;
  height: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
#hp-hints-wrapper #hph-body .hph-hints-outer ul#hph-hints > li .hph-icon {
  width: 138px;
  height: 132px;
  text-align: center;
  margin: 0 auto;
  background-color: #75adea;
  outline: 3px solid #F3F5F8;
}
#hp-hints-wrapper #hph-body .hph-hints-outer ul#hph-hints > li > h2 {
  margin: 20px 10px 20px;
  font-size: 17px;
  font-weight: normal;
  color: #495358;
  text-align: center;
}
#hp-hints-wrapper #hph-body .hph-hints-outer ul#hph-hints > li .hph-button-outer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 33%;
}
#hp-hints-wrapper #hph-body .hph-hints-outer ul#hph-hints > li .hph-button-outer .hph-button {
  overflow: hidden;
}
#hp-hints-wrapper #hph-body .hph-hints-outer ul#hph-hints > li .hph-button-outer .add-text {
  color: #495358;
  font-size: 13px;
}
#hp-long-banners {
  width: 1000px;
  margin: 40px auto;
}
#hp-long-banners > .hpl-banner {
  display: block;
  padding: 0;
  margin: 10px 0;
  background-color: rgba(117,174,234,0.8);
  color: #ffffff;
  font-size: 30px;
  overflow: hidden;
  height: 100px;
}
#hp-long-banners > .hpl-banner .hplb-link {
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  display: block;
  float: right;
  padding-right: 20px;
  font-size: 20px;
}
#hp-long-banners > .hpl-banner .hplb-link > span {
  font-family: 'icons2014';
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  font-variant: small-caps;
  font-size: 35px;
}
#hp-long-banners > .hpl-banner .hplb-main-area {
  float: left;
  display: block;
  background-color: #75aeea;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  z-index: 0;
}
#hp-long-banners > .hpl-banner .hplb-main-area:before {
  content: " ";
  border-radius: 200px;
  font-size: 0;
  position: absolute;
  background-color: #75aeea;
  right: -50px;
  top: -50px;
  height: 200px;
  width: 200px;
  z-index: -1;
}
#hp-long-banners > .hpl-banner .hplb-main-area .hplb-icon {
  float: left;
  margin-right: 10px;
  height: 100px;
}
#hp-long-banners > .hpl-banner .hplb-main-area .hplb-text {
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  display: block;
  font-weight: bold;
  float: left;
}
#hp-marketplace-wrapper {
  position: relative;
}
#hp-marketplace-wrapper #the-marketplace {
  position: absolute;
  left: 0;
  top: -50px;
  visibility: hidden;
  height: 0;
  width: 0;
}
#hp-marketplace-wrapper,
#hp-giftcard-wrapper {
  width: 1000px;
  margin: 30px auto;
}
#hp-marketplace-wrapper #hp-marketplace-caption,
#hp-marketplace-wrapper #hp-giftcard-caption,
#hp-giftcard-wrapper #hp-marketplace-caption,
#hp-giftcard-wrapper #hp-giftcard-caption {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #e1e6e9;
  padding: 0 0 15px;
}
#hp-marketplace-wrapper #hp-marketplace-caption > h2,
#hp-marketplace-wrapper #hp-giftcard-caption > h2,
#hp-giftcard-wrapper #hp-marketplace-caption > h2,
#hp-giftcard-wrapper #hp-giftcard-caption > h2 {
  float: left;
  color: #33393d;
  font-size: 24px;
  font-weight: normal;
}
#hp-marketplace-wrapper #hp-marketplace-caption #hp-search-the-marketplace,
#hp-marketplace-wrapper #hp-giftcard-caption #hp-search-the-marketplace,
#hp-giftcard-wrapper #hp-marketplace-caption #hp-search-the-marketplace,
#hp-giftcard-wrapper #hp-giftcard-caption #hp-search-the-marketplace {
  float: right;
  width: 300px;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  height: 30px;
  margin-top: 2px;
  font-variant: small-caps;
}
#hp-marketplace-wrapper #hp-marketplace-caption #hp-search-the-marketplace button[type=submit],
#hp-marketplace-wrapper #hp-giftcard-caption #hp-search-the-marketplace button[type=submit],
#hp-giftcard-wrapper #hp-marketplace-caption #hp-search-the-marketplace button[type=submit],
#hp-giftcard-wrapper #hp-giftcard-caption #hp-search-the-marketplace button[type=submit] {
  display: block;
  width: 40px;
  font-family: 'icons2014';
  color: #75adea;
  position: absolute;
  right: 4px;
  top: 5px;
  font-size: 22px;
  border: 0;
  background-color: transparent;
  height: 28px;
  cursor: pointer;
}
#hp-marketplace-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text],
#hp-marketplace-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text],
#hp-giftcard-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text],
#hp-giftcard-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text] {
  display: block;
  color: #75adea;
  font-size: 18px;
  border: 1px solid white;
  font-family: 'Arial', sans-serif;
  background-color: transparent;
  padding: 2px 40px 2px 10px;
  width: 280px;
  text-align: right;
  border-radius: 4px;
  height: 28px;
  margin: 0;
}
#hp-marketplace-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]::-webkit-input-placeholder,
#hp-marketplace-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]::-webkit-input-placeholder,
#hp-giftcard-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]::-webkit-input-placeholder,
#hp-giftcard-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]::-webkit-input-placeholder {
  color: #75adea;
}
#hp-marketplace-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]:-moz-placeholder,
#hp-marketplace-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]:-moz-placeholder,
#hp-giftcard-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]:-moz-placeholder,
#hp-giftcard-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]:-moz-placeholder {
  color: #75adea;
}
#hp-marketplace-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]::-moz-placeholder,
#hp-marketplace-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]::-moz-placeholder,
#hp-giftcard-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]::-moz-placeholder,
#hp-giftcard-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]::-moz-placeholder {
  color: #75adea;
}
#hp-marketplace-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]:-ms-input-placeholder,
#hp-marketplace-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]:-ms-input-placeholder,
#hp-giftcard-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]:-ms-input-placeholder,
#hp-giftcard-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]:-ms-input-placeholder {
  color: #75adea;
}
#hp-marketplace-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]:hover,
#hp-marketplace-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]:hover,
#hp-giftcard-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]:hover,
#hp-giftcard-wrapper #hp-giftcard-caption #hp-search-the-marketplace input[type=text]:hover {
  border: 1px solid #75adea;
}
#hp-marketplace-wrapper #hp-marketplace-body,
#hp-marketplace-wrapper #hp-giftcard-body,
#hp-giftcard-wrapper #hp-marketplace-body,
#hp-giftcard-wrapper #hp-giftcard-body {
  width: 100%;
  overflow: hidden;
}
#hp-marketplace-wrapper #hp-marketplace-body > .aka-aside,
#hp-marketplace-wrapper #hp-giftcard-body > .aka-aside,
#hp-giftcard-wrapper #hp-marketplace-body > .aka-aside,
#hp-giftcard-wrapper #hp-giftcard-body > .aka-aside {
  width: 20%;
  float: left;
  min-width: 200px;
}
#hp-marketplace-wrapper #hp-marketplace-body > .aka-aside > ul,
#hp-marketplace-wrapper #hp-giftcard-body > .aka-aside > ul,
#hp-giftcard-wrapper #hp-marketplace-body > .aka-aside > ul,
#hp-giftcard-wrapper #hp-giftcard-body > .aka-aside > ul {
  margin-top: 15px;
}
#hp-marketplace-wrapper #hp-marketplace-body > .aka-aside > ul > li,
#hp-marketplace-wrapper #hp-giftcard-body > .aka-aside > ul > li,
#hp-giftcard-wrapper #hp-marketplace-body > .aka-aside > ul > li,
#hp-giftcard-wrapper #hp-giftcard-body > .aka-aside > ul > li {
  color: #134780;
  font-size: 15px;
  margin-top: 7px;
  max-width: 90%;
}
#hp-marketplace-wrapper #hp-marketplace-body > .aka-aside > ul > li > a,
#hp-marketplace-wrapper #hp-giftcard-body > .aka-aside > ul > li > a,
#hp-giftcard-wrapper #hp-marketplace-body > .aka-aside > ul > li > a,
#hp-giftcard-wrapper #hp-giftcard-body > .aka-aside > ul > li > a {
  color: #75adea;
  text-decoration: none;
}
#hp-marketplace-wrapper #hp-marketplace-body > .aka-aside > ul > li > a:hover,
#hp-marketplace-wrapper #hp-giftcard-body > .aka-aside > ul > li > a:hover,
#hp-giftcard-wrapper #hp-marketplace-body > .aka-aside > ul > li > a:hover,
#hp-giftcard-wrapper #hp-giftcard-body > .aka-aside > ul > li > a:hover {
  text-decoration: underline;
}
#hp-marketplace-wrapper #hp-marketplace-body > .aka-aside > ul > li > span,
#hp-marketplace-wrapper #hp-giftcard-body > .aka-aside > ul > li > span,
#hp-giftcard-wrapper #hp-marketplace-body > .aka-aside > ul > li > span,
#hp-giftcard-wrapper #hp-giftcard-body > .aka-aside > ul > li > span {
  color: #1a60ac;
  font-weight: 700;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content {
  width: 80%;
  float: left;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > h3,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > h3,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > h3,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > h3,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > h3,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > h3,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > h3,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > h3 {
  color: #33393d;
  font-weight: bold;
  margin: 15px 0 5px 5px;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul {
  overflow: hidden;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li {
  float: left;
  width: 126px;
  margin-right: 40px;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li:nth-child(5n),
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li:nth-child(5n),
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li:nth-child(5n),
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li:nth-child(5n),
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li:nth-child(5n),
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li:nth-child(5n),
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li:nth-child(5n),
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li:nth-child(5n) {
  margin-right: 0px;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > .hpm-cover,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > .hpm-cover,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > .hpm-cover,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > .hpm-cover,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > .hpm-cover,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > .hpm-cover,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > .hpm-cover,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > .hpm-cover {
  display: block;
  width: 126px;
  height: 180px;
  line-height: 180px;
  vertical-align: middle;
  margin-bottom: 15px;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > .hpm-cover > img,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > .hpm-cover > img,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > .hpm-cover > img,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > .hpm-cover > img,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > .hpm-cover > img,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > .hpm-cover > img,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > .hpm-cover > img,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > .hpm-cover > img {
  width: 120px;
  height: 180px;
  padding: 3px;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 2px 2px #cccccc;
  box-shadow: 0 0 2px 2px #cccccc;
  object-fit: contain;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > h5,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > h5,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > h5,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > h5,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > h5,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > h5,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > h5,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > h5 {
  font-size: 13px;
  color: #33393d;
  font-weight: bold;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > h6,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > h6,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > h6,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > h6,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > h6,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > h6,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > h6,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > h6 {
  font-size: 13px;
  color: #33393d;
  font-weight: normal;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > .hpm-star-rating,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > .hpm-star-rating,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > .hpm-star-rating,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > .hpm-star-rating,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > .hpm-star-rating,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > .hpm-star-rating,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > .hpm-star-rating,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > .hpm-star-rating {
  font-size: 13px;
  color: #33393d;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > .hpm-price-line,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > .hpm-price-line,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > .hpm-price-line,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > .hpm-price-line,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul > li > .hpm-price-line,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul > li > .hpm-price-line,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul > li > .hpm-price-line,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul > li > .hpm-price-line {
  font-size: 13px;
  color: #33393d;
  font-weight: bold;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content > ul .without-right-margin,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content > ul .without-right-margin,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content > ul .without-right-margin,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content > ul .without-right-margin,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content > ul .without-right-margin,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content > ul .without-right-margin,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content > ul .without-right-margin,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content > ul .without-right-margin {
  margin-right: 0;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content #hp-ads-block,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content #hp-ads-block,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content #hp-ads-block,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content #hp-ads-block,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content #hp-ads-block,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content #hp-ads-block,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content #hp-ads-block,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content #hp-ads-block {
  padding: 20px;
  margin: 20px 0;
  border: solid #E1E6E9;
  border-width: 1px 0 1px 0;
  text-align: center;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content #hp-ads-block a,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content #hp-ads-block a,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content #hp-ads-block a,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content #hp-ads-block a,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content #hp-ads-block a,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content #hp-ads-block a,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content #hp-ads-block a,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content #hp-ads-block a {
  text-decoration: none;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content #hp-ads-block .hp-ads-item img,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content #hp-ads-block .hp-ads-item img,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content #hp-ads-block .hp-ads-item img,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content #hp-ads-block .hp-ads-item img,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content #hp-ads-block .hp-ads-item img,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content #hp-ads-block .hp-ads-item img,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content #hp-ads-block .hp-ads-item img,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content #hp-ads-block .hp-ads-item img {
  max-width: 240px;
  max-height: 240px;
  margin: 0px 20px;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more {
  float: right;
  margin-right: 10px;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a {
  display: block;
  float: left;
  color: #75adea;
  text-decoration: none;
  font-size: 19px;
  height: 45px;
  line-height: 43px;
  vertical-align: middle;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a:hover,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a:hover,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a:hover,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a:hover,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a:hover,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a:hover,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a:hover,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a:hover {
  text-decoration: underline;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a:after,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a:after,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a:after,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a:after,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a:after,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a:after,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a:after,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a:after {
  display: inline-block;
  font-family: 'icons2014';
  margin: 0 0 0 7px;
  content: "\02C3";
  vertical-align: middle;
  font-size: 25px;
  font-variant: small-caps;
  text-decoration: underline;
}
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a:after,
#hp-marketplace-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a:hover:after,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a:after,
#hp-marketplace-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a:hover:after,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a:after,
#hp-marketplace-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a:hover:after,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a:after,
#hp-marketplace-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a:hover:after,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a:after,
#hp-giftcard-wrapper #hp-marketplace-body #hp-marketplace-content #hp-show-more a:hover:after,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a:after,
#hp-giftcard-wrapper #hp-marketplace-body #hp-giftcard-content #hp-show-more a:hover:after,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a:after,
#hp-giftcard-wrapper #hp-giftcard-body #hp-marketplace-content #hp-show-more a:hover:after,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a:after,
#hp-giftcard-wrapper #hp-giftcard-body #hp-giftcard-content #hp-show-more a:hover:after {
  text-decoration: none;
}
#hp-giftcard-wrapper {
  display: none;
}
