.help-page .page-main {
  margin-top: 0;
}
.help-page .breadcrumbs {
  margin-bottom: 3rem;
}

.help-top-wrapper {
  background-color: #fff6ee;
  background: radial-gradient(ellipse at center, #ffffff 20%, #fff6ee 99%);
  border: 1px solid #eedeba;
  text-align: center;
  padding: 1rem 0 2rem;
  margin-bottom: 3rem;
}
.help-top-wrapper .page-title {
  margin: 0;
}

.help-content-wrapper {
  padding: 0 1rem;
  margin: 2rem -1rem 0;
}

.help-cat-menu {
  text-align: center;
  padding: 0;
  display: flex;
  flex: 0 0 auto;
  width: calc(50% - 2rem);
  flex-direction: column;
  justify-content: center;
  margin: 0.5rem 1rem;
  font-size: 1.125rem;
}
.help-cat-menu a {
  color: #676d7f;
  background: none;
  transition: none;
}
.help-cat-menu:hover {
  background-color: #73bf44;
  border-color: transparent;
}
.help-cat-menu:hover a {
  color: #ffffff;
}
.help-cat-menu .help-cat-icon {
  display: block;
  margin: 0 auto 1rem;
  font-size: 4.6875rem;
  font-weight: normal;
}
.help-cat-menu-wrapper {
  margin: 1rem 0 4rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}
.help-cat-menu a {
  border: 0;
  padding: 1.5rem 0;
  display: block;
}
.help-cat-menu a:hover {
  border: 0;
}

.content-section {
  margin-bottom: 3rem;
}

.help-faq-wrapper {
  background-color: #f7f7f7;
  padding: 2rem 0 3rem;
}
.help-faq-wrapper .accordion {
  margin-top: 2rem;
}
.help-faq-wrapper .accordion-item .accordion-title {
  padding: 1.25rem 2.5rem 1.25rem 0;
  line-height: 1.2;
  font-weight: 600;
}

.help-cs-wrapper {
  margin-top: 2rem;
}
.help-cs-wrapper .help-btn {
  display: inline-block;
  border: 1px solid #d56d18;
  border-radius: 0.3125rem;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  color: #e67921;
  font-weight: 600;
}
.help-cs-wrapper .help-btn .icon {
  margin-right: 0.5rem;
  vertical-align: middle;
  color: #e98738;
}
.help-cs-wrapper .help-btn:hover {
  background-color: #d56d18;
  color: #ffffff;
}
.help-cs-wrapper .help-btn:hover .icon {
  color: rgba(255, 255, 255, 0.75);
}

.help-list-link {
  border: 0;
  font-weight: normal;
  color: #333333;
  display: inline-block;
  margin: 0.5rem 0;
  line-height: 1.2;
}
.help-list-link:hover {
  border: 0;
}

.help-cat-link:last-child, .help-cat-link > a:hover, .help-cat-link > a {
  border: 0;
}

.help-cat-link {
  margin: 0 0 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.help-cat-link > a {
  color: #676d7f;
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.help-cat-link > ul {
  margin-left: 0;
}
.help-sidebar {
  background-color: #fffbf7;
  background: radial-gradient(ellipse at center, #ffffff 60%, #fff6ee 99%);
  border: 1px solid #eedeba;
  border-bottom: 5px solid #81c657;
  padding: 1rem 1.5rem;
}
.help-sidebar .aside-title {
  font-size: 1.5625rem;
  font-family: "Roboto Slab", Cambria, "Times New Roman", serif;
}
.help-sidebar .accordion-item {
  border: 0;
}
.help-sidebar .accordion-item:not(.is-active) .accordion-title {
  color: #676d7f;
}
.help-sidebar .accordion-title {
  font-size: 1rem;
}
.help-sidebar .accordion-title:before {
  filter: opacity(0.5);
  right: 0;
}
.help-sidebar .accordion-content a {
  border: 0;
  color: #333333;
  font-weight: normal;
  display: inline-block;
  padding: 0.5rem 0 calc(0.5rem - 2px);
  border-bottom: 2px solid transparent;
}
.help-sidebar .accordion-content a.active-link {
  font-weight: 700;
  border-color: rgba(1, 150, 228, 0);
}

.article-title {
  font-family: "Roboto Slab", Cambria, "Times New Roman", serif;
  font-size: 2rem;
  margin-top: 0;
}

.altTxt {
  font-size: 1.5rem;
}

.divider-cmy-dots {
  text-align: center;
  position: relative;
}
.divider-cmy-dots:after {
  content: url("../../images/icons/cmy-dots.svg");
  background: #ffffff;
  padding: 0 1rem;
  display: inline-block;
  left: 50%;
  margin-left: -26.5px;
  width: 53px;
  height: 20px;
  position: absolute;
  top: -12.0481927711px;
}

.related-articles ul {
  margin-left: 0.5rem;
}
.related-articles ul li {
  margin: 1rem 0;
}
.related-articles a {
  margin: 0.5rem 0;
}

@media screen and (min-width: 48em) {
  .help-top-wrapper {
    padding: 2rem 0 3rem;
  }
  .help-cat-menu {
    width: calc(25% - 2rem);
  }
  .help-cs-wrapper {
    margin-top: 4rem;
  }
  .help-cs-wrapper .help-btn {
    margin: 0 0.5rem;
  }
  .help-content-wrapper {
    margin-top: 0;
    margin-left: 2rem;
    padding: 0;
  }
}
/*# sourceMappingURL=zendesk-help.css.map */
