@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
/*

	Layout

*/
/* Screen reader only text */
.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Skip links */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--polly-primary--600, #007cba);
  color: white;
  padding: 8px;
  z-index: 1000;
  text-decoration: none;
  border-radius: 4px;
}
.skip-link:focus {
  top: 6px;
}
.polly-help-container {
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.hc-theme-v2 {
  /* v2-only helpcenter theme overrides scaffold */
  --hc-theme-version: v2;
}
.hc-theme-v2.polly-help-container {
  max-width: none;
  margin: 0;
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--polly-hc-v2-page-bg) !important;
}
.hc-theme-v2 .polly-help-main {
  float: none;
  width: 100%;
  max-width: var(--polly-hc-v2-content-max-width);
  margin-top: var(--polly-hc-v2-main-offset-top-landing);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  background-color: transparent !important;
}
.hc-theme-v2.hc-v2-inner .polly-help-main {
  margin-top: var(--polly-hc-v2-main-offset-top-inner);
  padding-top: 16px;
}
.hc-theme-v2 .hc-v2-footer {
  width: 100%;
  max-width: none;
  margin: var(--polly-hc-v2-footer-margin-top) 0 0;
  padding: var(--polly-hc-v2-footer-padding);
  background: var(--polly-hc-v2-footer-bg);
  color: var(--polly-hc-v2-footer-color);
  font-size: var(--polly-font-size--sm);
  border-radius: 0;
}
.hc-theme-v2 .hc-v2-footer a {
  color: var(--polly-hc-v2-footer-link-color);
  text-decoration-color: color-mix(in srgb, var(--polly-hc-v2-footer-link-color) 70%, transparent);
  transition: color 160ms ease, text-decoration-color 160ms ease;
}
.hc-theme-v2 .hc-v2-footer a:hover,
.hc-theme-v2 .hc-v2-footer a:focus-visible {
  color: var(--polly-hc-v2-footer-link-hover-color);
  text-decoration-color: var(--polly-hc-v2-footer-link-hover-color);
}
.hc-theme-v2 .hc-v2-footer__inner {
  max-width: var(--polly-hc-v2-content-max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.hc-theme-v2 .hc-v2-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.hc-theme-v2 .hc-v2-footer__logo {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 8px;
}
.hc-theme-v2 .hc-v2-footer__brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.hc-theme-v2 .hc-v2-footer__title {
  color: var(--polly-hc-v2-footer-link-hover-color);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}
.hc-theme-v2 .hc-v2-footer__meta {
  margin: 0;
  color: var(--polly-hc-v2-footer-color);
  font-size: 0.75rem;
  line-height: 1.4;
}
.hc-theme-v2 .hc-v2-footer__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.hc-theme-v2 .hc-v2-footer__links a {
  color: var(--polly-hc-v2-footer-link-color);
  font-size: 0.8125rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 550px) {
  .hc-theme-v2 .hc-v2-footer {
    padding: 1.5rem 1rem;
  }
  .hc-theme-v2 .hc-v2-footer__inner {
    gap: 1rem;
  }
  .hc-theme-v2 .hc-v2-footer__logo {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  .hc-theme-v2 .hc-v2-footer__links {
    gap: 0.5rem 0.75rem;
  }
}
.hc-theme-dev-toggle {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1100;
  padding: 10px 12px;
  border: 1px solid var(--polly-brand--300);
  border-radius: 8px;
  background: var(--polly-bg-white);
  color: var(--polly-brand--400);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
}
.hc-theme-dev-toggle:hover {
  background: var(--polly-grey--50);
}
.hc-theme-dev-toggle:focus {
  outline: 2px solid var(--polly-warning--500);
  outline-offset: 2px;
}
.polly-help-main {
  float: left;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  margin-top: 6px;
}
/*

	Styling

*/
li.topic,
li.publicarticle {
  cursor: pointer;
}
li.topic.selected {
  font-weight: bold;
}
li.publicarticle {
  padding: 10px;
}
li.publicheading {
  padding: 10px;
  font-weight: bold;
}
li.topic {
  border-top: var(--polly-border-width--sm) solid var(--polly-grey--300);
  padding: 10px;
}
.polly-help-left {
  display: inline-block;
  width: 70%;
  padding: 10px;
  margin-right: 40px;
}
.polly-help-right {
  display: inline-flex;
  flex-direction: column;
  width: 24%;
  padding: 10px 0px;
  vertical-align: top;
  gap: 1em;
}
#polly-help-article-toolbar {
  padding: 2em 0em 0em 0em;
  text-align: center;
  opacity: 0.5;
}
#polly-help-article-toolbar a,
#polly-help-article-toolbar a.active,
#polly-help-article-toolbar a.visited,
#polly-help-article-toolbar a.hover {
  color: var(--polly-font-colour--dark);
}
#polly-help-article-toolbar i {
  cursor: pointer;
}
.hc-theme-v2 .polly-help-search_search-input-container {
  position: relative;
}
.hc-theme-v2 .hc-search-suggestions-v2 {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  background: var(--polly-hc-v2-surface-card);
  border: 1px solid var(--polly-hc-v2-border-colour);
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
  z-index: 120;
}
.hc-theme-v2 .hc-search-suggestion-v2 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 0;
  background: transparent;
  color: var(--polly-hc-v2-text-primary);
  padding: 0.7rem 0.9rem;
  text-align: left;
  font-size: 0.92rem;
}
.hc-theme-v2 .hc-search-suggestion-v2:not(:last-child) {
  border-bottom: 1px solid var(--polly-hc-v2-border-colour);
}
.hc-theme-v2 .hc-search-suggestion-v2:hover,
.hc-theme-v2 .hc-search-suggestion-v2.is-selected {
  background: color-mix(in srgb, var(--polly-hc-v2-primary-brand) 8%, var(--polly-hc-v2-surface-card));
}
.hc-theme-v2 .hc-search-suggestion-v2:focus-visible {
  outline: 2px solid var(--polly-hc-v2-primary-brand);
  outline-offset: -2px;
}
.hc-theme-v2 .hc-search-suggestion-v2 i {
  color: var(--polly-hc-v2-secondary-accent);
}
.hc-theme-v2 .hc-search-suggestion-v2--helper {
  color: var(--polly-hc-v2-text-secondary);
  font-style: italic;
}
.hc-theme-v2 .hc-search-suggestion-v2--helper i {
  color: var(--polly-hc-v2-text-secondary);
  opacity: 0.8;
}
.hc-theme-v2 .hc-search-suggestion-v2--helper:hover {
  background: transparent;
}
.hc-theme-v2 .hc-search-suggestion-v2--helper.is-selected {
  background: color-mix(in srgb, var(--polly-hc-v2-primary-brand) 8%, var(--polly-hc-v2-surface-card));
  color: var(--polly-hc-v2-text-primary);
}
.hc-theme-v2 .hc-search-suggestion-v2--helper.is-selected i {
  color: var(--polly-hc-v2-secondary-accent);
  opacity: 1;
}
.hc-theme-v2 .hc-search-suggestion-v2--loading {
  cursor: default;
}
div.DT_question {
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  border: var(--polly-border-width--sm) solid var(--polly-grey--300);
  margin-top: 2em;
}
div.DT_question_prev {
  margin-top: 0em;
  background-color: var(--polly-bg-white--accent);
  border-bottom: var(--polly-border-width--sm) solid var(--polly-grey--300);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 1em;
  cursor: pointer;
}
div.DT_question_prev p {
  margin: 0px;
  display: inline-block;
}
div.DT_question_prev p.question {
  max-width: 60%;
}
div.DT_question_prev p.answer {
  max-width: 39%;
  float: right;
}
ul.DT_answers {
  margin: 0px;
  margin-top: 1em;
  padding: 0px;
}
ul.DT_answers li {
  list-style: none;
  margin: 0.5em 0.5em 0.5em 0em;
}
.polly-required {
  display: none !important;
}
select.polly-customfield {
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}
input.polly-customfield,
input.polly-webformfield {
  width: 100%;
}
input.error,
select.error,
span.select2.error,
span.select2-selection.error,
label.error {
  border: var(--polly-border-width--sm) solid var(--polly-error--500);
}
div#error {
  margin: 0em 0em 1em 0em;
  border-radius: 5px;
  background-color: rgba(193, 0, 0, 0.2);
  padding: 0.5em;
  padding-left: 1em;
}
input.form-control {
  height: 30px;
}
a.polly-help-contact {
  cursor: pointer;
  color: var(--polly-font-colour--dark);
}
a.polly-help-contact:hover {
  text-decoration: none;
}
span.no_valid_children {
  opacity: 0.5;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
