body {
  position: relative;
}

.zw-product-header,
.header-section {
  background: #22212a;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a,
#mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a,
#mini-panel-product_menu .product-nav-links .menu>li>a {
  color: #fff;
}

.common-section {
  padding: 120px 0 120px 0;
}

.table-wrap {
  display: table;
  width: 100%;
}

.table-wrap .column {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.header-section .column.left {
  vertical-align: top;
  padding-top: 70px;
}

.content-wrap {
  max-width: 1170px;
}

h1 {
  max-width: 580px;
  font-size: 52px;
  margin-bottom: 20px;
  font-family: var(--zf-secondary-bold);
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

p {
  line-height: 1.8;
}

.header-section {
  padding: 80px 0 120px 0;
}

.search-boxs {
  text-align: center;
  width: 580px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}

.search-boxs input[type="text"] {
  border-radius: 25px;
  border: none;
  height: 50px;
  padding: 0 65px 0 30px;
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  font-size: 18px;
  font-family: var(--zf-primary-regular);
}

.search-boxs input[type="text"]::-webkit-input-placeholder {
  font-size: 16px;
}

.search-boxs input[type="text"]:-moz-placeholder {
  font-size: 16px;
}

.search-boxs input[type="text"]::-moz-placeholder {
  font-size: 16px;
}

.search-boxs input[type="text"]:-ms-input-placeholder {
  font-size: 16px;
}

.search-active.search-boxs input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.search-boxs span {
  position: absolute;
  right: 20px;
  font-size: 0;
  background: url(/sites/zweb/images/social/glossary-arrow.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.search-dropdown {
  background: #fff;
  /*padding: 0px 0 15px 0;*/
  position: absolute;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #ddd;
  top: 100%;
  box-sizing: border-box;
  text-align: left;
  display: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-bottom: 10px;
}
.for_IE .search-dropdown{
border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#search-value-wrap li.empty-item {
  display: block;
  text-align: center;
  display: none;
  font-weight: 500;
  color: #000;
}

#search-value-wrap li.empty-item:hover {
  color: #000;
}

#search-value-wrap {
  padding: 10px 0 0px 0;
  box-sizing: border-box;
  max-height: 220px;
  overflow: hidden;
  overflow-y: scroll;
}

.search-dropdown li {
  margin: 5px 0px;
  cursor: pointer;
}

#search-value-wrap li {
  display: none;
  padding: 5px 30px;
  margin: 0 10px;
  margin-bottom: 5px;
}

#search-value-wrap li.search-visible {
  display: block;
}

#search-value-wrap li.highlight {
  display: block;
}
#search-value-wrap li:hover {
  color: #03a9f5;
  background:#f9f9f9
}

.pagination ul li {
  display: inline-block;
  color: #ffffff;
  font-family: var(--zf-primary-semibold);
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 6px;
  cursor: not-allowed;
  margin: 0 1px;
  position: relative;
  z-index: 0;
}

.pagination ul li.active,
.pagination ul li.current,
.pagination ul li:hover {
  background: #0093ff;
  cursor: pointer;
  color: #fff;
}

.pagination {
  margin: 60px auto 80px auto;
  text-align: center;
  height: 65px;
}

.pagination ul {
  padding: 15px 0;
}

.pagination ul li.disabled.active {
  cursor: not-allowed;
  color: #666;
  background: transparent;
}

.pagination ul li.disabled {
  color: #666;
  cursor: not-allowed;
  background: transparent;
}

.pagination ul li.disabled span,
{
  display: none !important
}

.pagination ul.stickyfixed li span {
  display: none !important;
}

.tag-box {
  display: flex;
}

.tag-box .box {
  width: 50%;
  margin: 0 10px;
  box-sizing: border-box;
  padding: 60px 60px;
  border-radius: 5px;
}

.tag-box .mentions {
  background: url(/sites/zweb/images/social/glossary-pink-bg.jpg) repeat;
}

.tag-box .hashtag {
  background: url(/sites/zweb/images/social/glossary-blue-bg.jpg) repeat;
}

.tag-box h2 {
  color: #f5ff00;
  font-size: 28px;
  font-family: var(--zf-secondary-bold);
}

.tag-box .box p {
  color: #fff;
  margin-bottom: 0;
}

.common-section .content-wrap {
  max-width: 900px;
  padding-left: 150px;
  box-sizing: border-box;
  position: relative;
}

.common-section:nth-child(odd) {
  background: #f9faff;
}

.common-section .content-wrap>h3 {
  background: #ffe8b4;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 41px;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 5px;
  opacity: 0
}

.block-wrap h3 {
  margin-bottom: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0094ff, #ff0198 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: #000;
  transition: ease all 2.5s;
  font-family: var(--zf-secondary-semibold);
}

.block-wrap h3.higlight-active {
  transition: all 3s cubic-bezier(0, 0, 1, 1);
  -webkit-transition: all 3s cubic-bezier(0, 0, 1, 1);
  -moz-transition: all 3s cubic-bezier(0, 0, 1, 1);
  background-position: 0%;
}

.for_IE .block-wrap h3 {
-webkit-background-clip: inherit !important;
-webkit-text-fill-color: inherit !important;
background: none !important;
transition: none !important;
color: #000 !important;
}

.block-wrap {
  margin-bottom: 50px;
}

.block-wrap:last-child {
  margin-bottom: 0;
}

.pagination ul li span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  background: #ffe8b4;
  display: none;
  transition: ease all 0.5s;
  opacity: 0;
  border-radius: 2px;
}

.pagination ul li span:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ffe8b4;
  position: absolute;
  right: 8px;
  margin: auto;
  bottom: -6px;
}

.pagination ul li span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ffe8b4;
  position: absolute;
  right: 8px;
  margin: auto;
  bottom: -4px;
}

.pagination ul li:hover span {
  display: block;
  animation: fadeIn 1s ease-out 0.2s forwards;
}

.stickyfixed {
  position: fixed;
  background: #23212a;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  top: 65px;
}

.highlight-link {
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid;
  display: inline-block;
  line-height: normal;
  font-family: var(--zf-primary-semibold);
}

.hcolor1 {
  color: #90b575;
}

.hcolor2 {
  color: #f3af00;
}

.hcolor3 {
  color: #25bfc7;
}

.hcolor4 {
  color: #eb3323;
}

.hcolor5 {
  color: #6b6b6b;
}

.hcolor6 {
  color: #e6ace6;
}
/* scroll-top */

.scroll-top {
  width: 50px;
  height: 50px;
  background: #23222b;
  border-radius: 100%;
  line-height: 50px;
  font-size: 0;
  position: fixed;
  right: 30px;
  bottom: 25px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  display: none;
}

.scroll-top span {
  width: 50px;
  height: 50px;
}

.scroll-top span:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  top: 20px;
  right: 17px;
}

.scroll-top span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #23232b;
  position: absolute;
  top: 22px;
  right: 19px;
}
/* scroll-top */

.transY1,
.transY2,
.transY3 {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.line-animated .transY1,
.line-animated .transY2,
.line-animated .transY3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.transY1 {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.transY2 {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.transY3 {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

@-webkit-keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes slideUp {
  0% {
      visibility: hidden;
      opacity: 0;
      transform: translateY(-20px);
  }
  100% {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(-20px);
  }
  100% {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideUp {
  0% {
      visibility: hidden;
      opacity: 0;
      -moz-transform: translateY(-20px);
  }
  100% {
      visibility: visible;
      opacity: 1;
      -moz-transform: translateY(0);
  }
}

.common-section .bottom-animated.content-wrap>h3 {
  animation: slideUp 0.8s ease-out 0.6s forwards;
}
/*slideUp*/

@media only screen and (max-width: 1366px) {
  .header-section {
      padding: 60px 0 120px 0;
  }
}

@media only screen and (max-width: 1279px) {
  .pagination ul li {
      width: 30px;
      height: 30px;
      line-height: 30px;
  }
  .pagination ul li span {
      display: none !important;
  }
  .common-section .content-wrap {
      padding-left: 130px;
  }
}

@media only screen and (max-width: 1140px) {
  .stickyfixed {
      top: 0;
  }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
  .search-boxs {
      margin-top: 40px;
  }
  .pagination {
      margin: 30px auto 100px auto;
      max-width: 600px;
  }
  .pagination ul li {
      margin: 0 1px 15px 1px;
  }
  .pagination ul.stickyfixed {
      padding: 20px 20px;
      box-sizing: border-box;
      width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0px;
  }
  .header-section {
      padding: 60px 0 90px 0;
  }
  .common-section .content-wrap {
      max-width: 620px;
  }
  .common-section .content-wrap {
      padding-left: 120px;
  }
  .common-section {
      padding: 80px 0 80px 0;
  }
  h1 {
      font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .block-wrap h3 {
-webkit-background-clip: inherit !important;
-webkit-text-fill-color: inherit !important;
background: none !important;
transition: none !important;
color: #000 !important;
}
  .pagination ul.stickyfixed {
      position: inherit;
      padding: 15px 0;
  }
  .tag-box {
      display: block;
      padding-top: 0px;
  }

  .tag-box .box {
      display: block;
      width: 100%;
      margin: 0;
      padding: 30px 25px;
  }

  .tag-box .mentions {
      margin-bottom: 30px;
  }

  .search-boxs {
      max-width: 480px;
      width: 100%;
  }

  h1 {
      font-size: 34px;
  }

  .header-section {
      padding: 50px 0 70px 0;
  }

  .common-section {
      padding: 50px 0 50px 0;
  }

  .common-section .content-wrap {
      padding-left: 0;
  }

  .common-section .content-wrap>h3 {
      position: inherit;
      left: 0;
      margin-bottom: 40px;
  }

  .block-wrap h3 {
      margin-bottom: 10px;
  }

  .block-wrap:last-child p {
      margin-bottom: 0;
  }

  .scroll-top {
      bottom: 100px;
  }
  .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
      color: #fff;
  }
  .search-boxs input[type="text"] {
      height: 45px;
  }
  .pagination {
      height: auto;
      margin: 35px auto 20px auto;
  }
  .transY1,
  .transY2,
  .transY3 {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
      transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .line-animated .transY1,
  .line-animated .transY2,
  .line-animated .transY3 {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

@media only screen and (max-width: 480px) {
  .search-boxs {
      max-width: 90%;
      width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  h1 {
      font-size: 28px;
  }
}