@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/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/v48/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/v48/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/v48/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;
}
.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;
}
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;
}
