:root {
  /* Right container styling */
  --polly-article-right-container-margin: inherit;
  /* 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 {
  padding-top: 10px;
}
.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;
}
