:root {
  --polly-webform-flex-direction: column;
  /* Font */
  --polly-webform-font-colour: var(--polly-font-colour);
  --polly-webform-font-colour--title: var(--polly-font-colour--dark);
  --polly-webform-font-size: var(--polly-font-size--sm);
  --polly-webform-font-size--description: var(--polly-font-size--lg);
  --polly-webform-font-size--title: var(--polly-font-size--xl);
  --polly-webform-font-weight: var(--polly-font-weight--regular);
  --polly-webform-font-weight--title: var(--polly-font-weight--semi-bold);
  /* Border */
  --polly-webform-border-colour: var(--polly-grey--300);
  --polly-webform-border-radius: var(--polly-border-radius--sm);
  --polly-webform-border-width: var(--polly-border-width--sm);
  /* Input */
  --polly-webform-input-background-colour: var(--polly-grey--25);
  --polly-webform-input-border-width: var(--polly-border-width--sm);
  /* Upload button */
  --polly-webform-upload-button-background-colour: var(--polly-grey--50);
  /* Submit button */
  --polly-webform-submit-button-margin: 1em 0em 0em auto;
  /* Contact Form */
  --polly-webform-background-colour: var(--polly-bg-white--accent);
  /* Line height */
  --polly-webform-line-height: var(--polly-line-height--md);
  --polly-webform-line-height--lg: var(--polly-line-height--xl);
  /* Deflection */
  --polly-webform-deflection-font-size: var(--polly-font-size--sm);
  --polly-webform-deflection-font-size--title: var(--polly-font-size--md);
}
.polly-help-contact-us-container-left {
  float: left;
  width: 40%;
  padding: 10px;
  margin-right: 40px;
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-size: var(--polly-webform-font-size);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  line-height: var(--polly-webform-line-height);
}
.polly-help-contact-us-container-left h2 {
  margin-bottom: 0.5em;
  font-size: var(--polly-webform-font-size--title);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight--title);
  line-height: var(--polly-webform-line-height);
}
.polly-help-contact-us-container-left p {
  font-size: var(--polly-webform-font-size--description);
}
.polly-help-contact-us-container-left ul li {
  text-decoration-line: none;
}
.polly-help-contact-us-container-left .deflectionarticle {
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-size: var(--polly-webform-font-size);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  line-height: var(--polly-webform-line-height);
  text-decoration-line: none;
  text-decoration: none;
}
.polly-help-contact-us-container-left .deflectionarticle:hover {
  text-decoration-line: none;
  text-decoration: none;
}
.polly-help-contact-us-container-left .deflectionarticle h4 {
  font-size: var(--polly-webform-deflection-font-size--title);
}
.polly-help-contact-us-container-left .deflectionarticle p {
  font-size: var(--polly-webform-deflection-font-size);
}
.polly-help-contact-us-container-right {
  display: flex;
  flex-direction: var(--polly-webform-flex-direction);
  float: left;
  width: 50%;
  padding: 10px;
  margin-right: 40px;
  border-radius: var(--polly-webform-border-radius);
  border: var(--polly-webform-border-width) solid var(--polly-webform-border-colour);
  background: var(--polly-webform-background-colour);
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-size: var(--polly-webform-font-size);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  line-height: var(--polly-webform-line-height);
}
.polly-help-contact-us-container-right label {
  margin-bottom: 0.5em;
}
.label-for-required-field::after {
  content: " *";
}
.label-for-required-field {
  color: var(--polly-webform-font-colour--title);
  font-weight: var(--polly-webform-font-weight--title);
}
.polly-webformfield,
.polly-customfield {
  display: flex;
  max-width: 100%;
  padding: 0px 9.443px;
  align-items: center;
  align-self: stretch;
  margin-bottom: 1em;
  border-radius: var(--polly-webform-border-radius);
  border: var(--polly-webform-input-border-width) solid var(--polly-webform-border-colour);
  background: var(--polly-webform-input-background-colour);
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  line-height: var(--polly-webform-line-height--lg);
}
.polly-help-contact-us-container-right .select2 {
  margin-bottom: 1em;
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
}
.polly-help-contact-us-container-right .select2 .select2-selection {
  background: var(--polly-webform-input-background-colour);
}
.polly-help-contact-us-container-right textarea {
  padding: 9.443px;
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  border-radius: var(--polly-webform-border-radius);
  border: var(--polly-webform-input-border-width) solid var(--polly-webform-border-colour);
  background: var(--polly-webform-input-background-colour);
}
.customfield-message {
  margin: 10px 0px;
  border-radius: 5px;
  background-color: var(--polly-webform-input-background-colour);
  padding: 0.5em;
  padding-left: 1em;
  border: none;
}
.polly-contactform__attachment-container {
  display: flex;
  flex-direction: column;
}
label.label-for-file-upload {
  margin-top: 1em;
  margin-bottom: 0em;
  background-color: var(--polly-webform-upload-button-background-colour);
  width: 100%;
  font-size: 100%;
  padding: 1em;
  border-radius: var(--polly-webform-border-radius);
  border: var(--polly-webform-border-width) solid var(--polly-webform-border-colour);
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight--title);
}
label.label-for-file-upload i {
  margin-right: 0.5em;
}
.label-for-file-upload_limit-label {
  opacity: 0.5;
  float: right;
}
input.js-file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
button#submitQuestion {
  margin: var(--polly-webform-submit-button-margin);
}
button#submitQuestion i {
  margin-right: 0.5em;
}
