:root {
  /* Right container styling */
  --polly-article-right-container-margin: 0;
  /* Left container styling */
  --polly-article-left-container-color: var(--polly-font-colour);
  /* Line Height */
  --polly-article-line-height: var(--polly-line-height--md);
}
.polly-help-article-container-left,
.polly-help-article-container-right {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.polly-help-article-container-left {
  width: 70%;
  padding: 10px;
  margin-right: 40px;
  border-top: var(--polly-border-width--sm) solid var(--polly-grey--300);
  color: var(--polly-article-left-container-color);
  font-family: var(--polly-font-family);
  font-size: var(--polly-font-size--sm);
  font-style: normal;
  font-weight: var(--polly-font-weight--regular);
  line-height: var(--polly-article-line-height);
}
.polly-help-article-container-left h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 25px;
}
.polly-help-article-container-left div.articleContent {
  font-family: var(--polly-font-family);
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 180%;
  font-weight: 300;
}
.polly-help-article-container-left div.articleContent h1 {
  font-size: 25px;
}
.polly-help-article-container-left div.articleContent h2 {
  font-size: 22px;
}
.polly-help-article-container-left div.articleContent h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 1em 0em 0.5em 0em;
  letter-spacing: 0px;
}
.polly-help-article-container-left div.articleContent blockquote {
  font-size: 17px;
}
.polly-help-article-container-left div.articleContent .indented1 {
  margin-left: 2em;
}
.polly-help-article-container-left div.articleContent .indented2 {
  margin-left: 4em;
}
.polly-help-article-container-left div.articleContent .indented3 {
  margin-left: 6em;
}
.polly-help-article-container-left ul,
.polly-help-article-container-left ol {
  margin: 0.5em 0em;
}
.polly-help-article-container-left ul li,
.polly-help-article-container-left ol li {
  line-height: 180%;
}
.polly-help-article-container-right {
  width: 23%;
  height: 100%;
  margin: var(--polly-article-right-container-margin);
}
.polly-help-article-container-right .polly-topicview-topic-description {
  display: none;
}
.polly-help-article-container-right .placeholder {
  opacity: 0.6;
}
.dead_internal_link {
  border-bottom: 1px dashed #aaa;
  cursor: help;
}
div.polly-tabbed-ui-container {
  margin-bottom: 1em;
}
div.polly-tabbed-ui-headings {
  padding-left: 0.5em;
}
div.polly-tabbed-ui-content-container {
  border-bottom: 1px solid #bbb;
  margin-top: -1px;
}
div.polly-tabbed-ui-heading {
  cursor: pointer;
  display: inline-block;
  min-width: 100px;
  padding: 0.5em 1.25em;
  text-align: center;
  border-bottom: 1px solid #bbb;
  opacity: 0.7;
  font-size: 90%;
}
div.polly-tabbed-ui-heading i {
  margin-right: 0.5em;
}
div.polly-tabbed-ui-heading.tab-selected {
  border: 1px solid #bbb;
  border-top: 2px solid #bbb;
  border-bottom: 1px solid #fff;
  opacity: 1;
  color: inherit;
}
div.polly-tabbed-ui-content {
  display: none;
  border-top: 1px solid #bbb;
  padding: 2em 0em;
}
div.polly-tabbed-ui-content.tab-content-selected {
  display: block;
}
/*
read more
*/
.polly-load-more {
  display: none;
  border: 1px dashed #eee;
  padding: 1em;
  margin: 1em;
}
.polly-load-more.polly-load-more-show {
  display: block;
}
span.polly-load-more-expander {
  cursor: pointer;
  margin-right: 0.25em;
}
span.polly-load-more-expander i {
  opacity: 0.7;
}
/*
 END read more
*/
.polly-help-article_date-modified {
  opacity: 0.5;
  font-size: 80%;
  display: none;
}
.articleContent_elementName--section {
  font-size: 17px;
  font-weight: 400;
  margin-top: 2em;
  opacity: 0.7;
  margin: 1.5em 0em 0.5em;
  padding-bottom: 0.5em;
  background-color: #eee;
  padding: 0.5em 1em;
}
.article-missing-container {
  margin-top: 5em;
}
.article-missing-text {
  display: block;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 1em;
}
.article-helper-content-container {
  position: relative;
  height: 100%;
}
.article-helper-content-container .right-helper-container {
  position: fixed !important;
  top: 0;
}
@keyframes flash {
  0% {
    background-color: var(--polly-main-content-bg-color);
    padding: 1em;
  }
  50% {
    background-color: var(--polly-grey--300);
    padding: 1em;
  }
  100% {
    background-color: var(--polly-main-content-bg-color);
  }
}
.flash-animation {
  animation-name: flash;
  animation-duration: 2s;
}
/* Helpcenter v2 inner-page layout */
.hc-theme-v2.hc-v2-inner .article-helper-content-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}
.hc-theme-v2.hc-v2-inner .article-helper-content-container .polly-breadcrumb,
.hc-theme-v2.hc-v2-inner .article-helper-content-container .articleBreadcrumb {
  width: 100%;
  flex-basis: 100%;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left {
  width: calc(100% - 280px - 2rem);
  margin-right: 0;
  padding: 2.5rem 3rem;
  border-top: 0;
  border: var(--polly-hc-v2-border-width) var(--polly-hc-v2-border-style) var(--polly-hc-v2-border-colour);
  border-radius: var(--polly-hc-v2-border-radius);
  background: var(--polly-bg-white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  color: var(--polly-grey--600);
  font-size: 0.9375rem;
  line-height: 1.7;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left h3 {
  margin: 0 0 0.25rem;
  color: var(--polly-hc-v2-text-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left h3.polly-help-article-title-v2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left .polly-help-article-heading-icon-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  flex-shrink: 0;
  background: var(--polly-hc-v2-surface-background, var(--polly-hc-v2-page-bg));
  color: var(--polly-hc-v2-secondary-accent);
  font-size: 1.125rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left .polly-help-article-heading-title-text {
  flex: 1 1 auto;
  min-width: 0;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left .polly-help-article-meta-v2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 0 0 1.5rem;
  padding: 0 0 1.25rem;
  border-bottom: var(--polly-border-width--sm) solid var(--polly-grey--200);
  color: var(--polly-grey--500);
  font-size: 0.8125rem;
  line-height: 1.4;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left .polly-help-article-meta-v2-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left .polly-help-article-meta-v2-item i {
  margin-right: 0;
  color: var(--polly-grey--400);
  font-size: 0.75rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left .polly-help-article-meta-v2-type {
  color: var(--polly-hc-v2-secondary-accent);
  font-weight: var(--polly-font-weight--semi-bold);
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left .polly-help-article-meta-v2-type i {
  color: var(--polly-hc-v2-secondary-accent);
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left div.articleContent {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: var(--polly-font-weight--regular);
  color: var(--polly-grey--600);
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left div.articleContent p {
  line-height: 1.7;
  margin-bottom: 1rem;
  color: var(--polly-grey--600);
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left div.articleContent h1 {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--polly-hc-v2-text-primary);
  margin: 2.25rem 0 0.75rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left div.articleContent h2 {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--polly-hc-v2-text-primary);
  margin: 2.25rem 0 0.75rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left div.articleContent h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--polly-hc-v2-text-primary);
  margin: 1.75rem 0 0.5rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-left hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: var(--polly-border-width--sm) solid var(--polly-grey--200);
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-right {
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-article-container-right .widget,
.hc-theme-v2.hc-v2-inner .polly-help-article-container-right .deflectionLink,
.hc-theme-v2.hc-v2-inner .polly-help-article-container-right .sidebar-script {
  margin: 0;
  border: var(--polly-hc-v2-border-width) var(--polly-hc-v2-border-style) var(--polly-hc-v2-border-colour);
  border-radius: var(--polly-hc-v2-border-radius);
  background: var(--polly-bg-white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 960px) {
  .hc-theme-v2.hc-v2-inner .polly-help-article-container-left,
  .hc-theme-v2.hc-v2-inner .polly-help-article-container-right {
    width: 100%;
  }
}
