* {
    padding: 0;
    margin: 0;
    border: none;
  }
  
  .clearfix::after {
    content: ' ';
    display: block;
    clear: both;
  }
  
  .centered {
    text-align: center;
  }
  
  .bold-text {
    font-weight: bold !important;
  }
  
  .required-asterisk {
    margin-left: 1px;
    vertical-align: top;
  }
  
  @media screen and (max-width: 450px) {
    html,
    body {
      overflow-x: hidden;
    }
  }
  
  body {
    position: absolute;
    background-color: #fffcfb;
    font-family: 'Roboto', sans-serif;
    color: #1a0d3f;
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .body-container {
    display: flex;
    justify-content: center;
    background-color: #fffcfb;
  }
  
  .body-content {
    align-items: center;
    max-width: 850px;
    padding: 10px;
    flex: 1 1 auto;
  }
  
  .ff-logo {
    height: 55px;
    margin: 18px 0px;
    padding: 0px 8px;
    display: block;
  }
  
  .header-text {
    font-size: 50px;
    font-weight: 100;
    text-align: center;
    color: #1a0d3f;
    margin-bottom: 25px;
  }
  
  .header-sub-text {
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .header-graphic {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 auto;
  }
  
  .panel-split {
    display: flex;
    flex-flow: row wrap;
  }
  
  .header-graphic {
    width: 300px;
  }
  
  .paragraph-header-text {
    font-size: 20px;
    font-weight: bold;
    color: #1a0d3f;
    margin-bottom: 14px;
  }
  
  .error-text {
    font-size: 16px;
    text-align: center;
    color: red;
    margin-bottom: 24px;
  }
  
  .info-paragraph {
    font-size: 20px;
    text-align: left;
    margin-bottom: 25px;
  }
  
  .info-text {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 850px;
    color: #1a0d3f;
  }
  
  .feedback-header-text {
    font-size: 50px;
    font-weight: 100;
    color: #1a0d3f;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .feedback-header-sub-text {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 25px;
  }
  
  .feedback-info-text {
    font-size: 20px;
    margin-bottom: 25px;
    color: #1a0d3f;
  }
  
  .results-info-text-small {
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
    flex: 1 1 0%;
    margin-left: 5px;
    color: #5e5777;
  }
  
  a {
    color: #6c00db;
  }
  
  @media screen and (max-width: 870px) {
    .ff-logo {
      margin: 18px;
    }
  
    .info-text-small {
      margin-left: 18px;
    }
  
    .info-text{
      margin-left: 18px;
    }
  
  }
  
  /*for screens smaller than 400px, add more margin */
  @media screen and (max-width: 400px) {
    .results-info-text-small {
      margin-left: 25px;
    }
    
  }
  
  .info-text-small {
    font-size: 15px;
    margin-bottom: 50px;
    max-width: 850px;
    color: #5e5777;
  }
  
  .line {
    width: 100%;
    height: 2px;
    background-color: #ededed;
  }
  
  .survey-form-quarterly {
    margin-top: 0;
    margin-bottom: 50px;
  }
  
  .statement.background {
    font-size: 20px;
    margin-bottom: 48px;
  }
  
  .statement-number {
    font-weight: bold;
    padding-left: 20px;
    padding-top: 30px;
  }
  
  .custom-statement {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  .text-large {
    font-size: 24px;
  }
  
  .text-medium {
    font-size: 20px;
  }
  
  .likert-statement {
    font-size: 20px;
    line-height: 1.21;
    text-align: left;
    margin-top: 75px;
  }
  
  .statement-padding {
    padding: 0 20px;
  }
  
  .likert-required-wrapper, .open-response-required-wrapper {
    padding-left: 20px;
    position: relative;
  }
  
  
  .open-response-required-wrapper-text {
    color: #dc3545;
    font-size: 13px;
    margin-bottom: 20px;
  }
  
  .open-response-required-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 99%;
    background: #dc3545;
  }
  
  .open-response-textarea {
    height: 151px;
    width: 100%;
    border-radius: 2px;
    background-color: #f9f7f7;
  
    font-size: 16px;
    padding: 12px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    margin: 0;
  }
  
  .card-container {
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 8px;
    margin-bottom: 50px;
    overflow: hidden;
  }
  
  .card-container .feedback-info-text {
    text-align: left;
  }
  
  .content-container {
    padding: 16px;
    margin: 16px;
  }
  
  /* Prompt Start */
  .prompt-card {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 50px 5px 15px;
    background-color: #fff;
  }
  
  .prompt-heading {
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding: 35px 20px;
    margin-bottom: 15px;
    color: #1a0d3f;
  }
  
  .prompt-heading > h2 {
    font-size: 1.6em;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  
  .prompt-details {
    color: #5e5777;
  }
  
  .prompt-body {
    font-size: 16px;
    padding: 45px 20px;
  }
  
  .prompt-body > .statement-padding {
    padding: 0;
  }
  
  .prompt-body > .statement-padding > .likert-statement {
    margin: 0;
    width: 100%;
  }
  
  .statement-padding,
  .likert-required-wrapper,
  .open-response-required-wrapper {
    margin-bottom: 52px; /* Default spacing when alone */
  }
  
  .statement-padding + .open-response-textarea,
  .likert-required-wrapper + .open-response-textarea {
    margin-top: 0;
    margin-bottom: 52px;
  }
  
  .statement-padding:has(+ .open-response-textarea),
  .likert-required-wrapper:has(+ .open-response-textarea),
  .statement-padding:has(+ .open-response-required-wrapper) {
    margin-bottom: 10px;
  }
  
  @supports not (selector(:has(*))) {
    .statement-padding + .open-response-textarea,
    .likert-required-wrapper + .open-response-textarea {
      margin-top: -52px;
      margin-bottom: 52px;
    }
  }
  
  .prompt-body > .statement-padding:last-child,
  .prompt-body > .likert-required-wrapper:last-child,
  .prompt-body > .open-response-required-wrapper:last-child,
  .prompt-body > .open-response-textarea:last-child {
    margin-bottom: 0;
  }
  
  .prompt-body > .likert-required-wrapper {
    margin-top: 0;
  }
  
  .statement-prompt-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  /* Prompt End */
  
  /* Narrow (Vertical buttons are required once the screen narrows to 844px) START */
  @media only screen and (max-width: 899px) {
    .likert-required-wrapper-text {
      color: #dc3545;
      font-size: 13px;
      margin-bottom: 12px;
    }
  
    .likert-required-wrapper {
      margin-top: 75px;
    }
  
    .likert-required-wrapper > .likert-statement {
      margin-top: 0;
    }
  
    .likert-required-wrapper:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 8px;
      height: 100%;
      background: #dc3545;
    }
  
    .likert-list {
      list-style-type: none;
      margin-top: 24px;
    }
  
    .likert-list li {
      margin: 0;
      position: relative;
    }
  
    .likert-list li input[type='radio'] {
      display: none;
      margin: 10px;
    }
  
    .likert-list li input[type='radio'] ~ .likert-label-narrow {
      display: block;
      padding: 4px 20px;
  
      min-height: 50px;
  
      border: solid;
      border-radius: 32px;
      border-color: #5e5777;
      border-width: 1px;
      background-color: rgb(255, 255, 255);
      line-height: 50px;
      font-size: 16px;
      margin: 0 0 15px;
      cursor: pointer;
    }
  
    .likert-list li input[type='radio']:checked ~ .likert-label-narrow {
      background-image: none;
      background-color: #fff;
      border-color: #5e5777;
      color: #6c00db;
      font-weight: bold;
    }
  
    /* Do not display wide labels when screen is narrow */
    .likert-list li input[type='radio'] ~ .likert-label-wide {
      display: none;
    }
  
    /* Do not display wide labels when screen is narrow */
    .likert-list li input[type='radio']:checked ~ .likert-label-wide {
      display: none;
    }
  
    /* Do not display span when screen is narrow */
    .likert-list li input[type='radio'] ~ span {
      display: none;
    }
  
    .prompt-card {
      margin-left: 20px;
      margin-right: 20px;
    }
  
    .enps-label-container-wide {
      display: none;
    }
  
    .enps-label-narrow-top {
      margin-top: 24px;
    }
  }
  /* Narrow END */
  
  /* Wide (Largest width horizontal buttons will render) START */
  @media only screen and (min-width: 900px) {
    .likert-list {
      list-style-type: none;
      margin: 24px 0 0;
      display: flex;
      flex-flow: row wrap;
      flex: 1 1 auto;
    }
  
    .enps-list {
      justify-content: space-between;
    }
  
    .enps-label-container-wide {
      display: flex;
      justify-content: space-between;
      line-height: 36px;
      font-size: 15px;
      color: #323232;
    }
  
    .enps-label-narrow {
      display: none;
    }
  
    .enps-open-response-textarea {
      height: auto;
    }
  
    .likert-required-wrapper {
      margin-top: 75px;
    }
  
    .likert-required-wrapper > .likert-statement {
      margin-top: 0;
    }
  
    .likert-required-wrapper-text {
      color: #dc3545;
      font-size: 13px;
      margin-bottom: 20px;
    }
  
    .likert-required-wrapper:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 8px;
      height: 100%;
      background: #dc3545;
    }
  
    .likert-statement {
      display: inline-block;
      color: #1a0d3f;
    }
  
    .likert-list li {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
    }
  
    .enps-list li {
      flex-grow: 0;
      width: 58px;
    }
  
    .likert-list li input[type='radio'] {
      display: none;
      margin: 10px;
    }
  
    .likert-list li input[type='radio'] ~ .likert-label-wide {
      display: flex;
      flex: 0 1 auto;
      justify-content: center;
      align-items: center;
      padding: 4px 12px;
      height: 40px;
  
      border-radius: 5px;
      background-color: #ffffff;
      border: 1px solid #5e5777;
      line-height: 36px;
      font-size: 15px;
      text-align: center;
      color: #1a0d3f;
      margin: 3px;
      cursor: pointer;
    }
  
    .likert-list li input[type='radio']:checked ~ .likert-label-wide,
    .likert-list li input[type='radio']:hover ~ .likert-label-wide {
      background-image: none;
      background-color: #ece2fb;
      color: #5e5777;
    }
  
    /* Do not display narrow labels when screen is wide */
    .likert-list li input[type='radio'] ~ .likert-label-narrow {
      display: none;
    }
  
    /* Do not display narrow labels when screen is wide */
    .likert-list li input[type='radio']:checked ~ .likert-label-narrow {
      display: none;
    }
  
    .likert-list li input[type='radio'] ~ span {
      display: block;
      font-size: 15px;
      margin-top: 4px;
      text-align: center;
      width: 160px;
      word-wrap: break-word;
      color: #5e5777;
    }
  
    .enps-list li input[type='radio'] ~ span {
      text-align: left;
    }
  
    .likert-list li input[type='radio']:checked ~ span {
      color: #1a0d3f;
    }
  
    .likert-required-wrapper
      .likert-list
      li
      input[type='radio']
      ~ .likert-label-wide {
      width: 124px;
    }
  
    .likert-required-wrapper
      .enps-list
      li
      input[type='radio']
      ~ .likert-label-wide {
      width: 26px;
    }
  
    .likert-required-wrapper .likert-list li input[type='radio'] ~ span {
      width: 150px;
    }
  }
  /* Wide END */
  
  .checkbox-text {
    font-weight: bold;
    vertical-align: middle;
  }
  
  .statement .statement-text {
    line-height: 1.21;
    text-align: left;
    margin-bottom: 24px;
  }
  
  /* header START */
  .header-top {
    background-color: #1a0d3f;
  }
  
  .header-wrapper {
    width: 100%;
  }
  
  .header-top-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }
  
  /* Locale Select START */
  .locale-select-container {
    margin-left: auto;
    margin-right: 12px;
    padding-left: 18px;
    background-color: #1a0d3f;
  }
  
  .locale-select a:hover {
    background-color: #f1f1f1;
  }
  
  .locale-select-btn {
    height: 80px;
    margin: 6px 0px;
    padding: 0px 16px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    background-color: transparent;
  }
  
  .locale-select-btn:focus {
    outline: none;
  }
  
  .locale-select-options {
    display: none;
    position: absolute;
    width: 183px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: -18px;
    font-size: 18px;
    background-color: #ffffff;
  }
  
  .locale-select-options a {
    display: block;
    color: #4a4a4a;
    padding: 16px 30px;
    text-decoration: none;
    border-bottom: solid 1px #dddddd;
  }
  
  .locale-select-arrow {
    width: 12px;
    height: 12px;
    margin-left: 16px;
  }
  
  .show-locale-options {
    display: block;
  }
  
  /* Hide language.svg if screen width is less than 450px
  450px is a better blanket for newer and bigger phones */
  @media screen and (max-width: 450px) {
    .locale-select-language-img {
      display: none;
    }
  }
  
  /* footer START */
  .footer {
    padding: 16px;
    background-color: #1a0d3f;
    position: relative;
    bottom: 0;
  }
  
  .footer-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }
  
  .lock-image {
    width: 24px;
    height: 24px;
  }
  
  .footer-image {
    display: inline-block;
    align-self: center;
    padding: 16px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  
  .footer-text {
    color: #ffffff;
    font-size: 14px;
    align-self: flex-end;
    padding: 16px;
  }
  /* footer END */
  
  /* error bar START */
  .error-bar {
    height: 42px;
    border-left: 8px solid #dc3545;
    margin-top: 25px;
  }
  
  .error-bar-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    color: #dc3545;
  }
  
  .error-bar-text {
    font-size: 13px;
    align-self: center;
    margin-top: 5px;
  }
  
  .alert-image {
    display: inline-block;
    align-self: center;
    margin: 6px 8px 6px 8px;
    width: 27px;
    height: 27px;
  }
  /* error bar END */
  
  .pseudo-material-button {
    display: inline-block;
    width: 164px;
    height: 36px;
  
    border-radius: 5px;
    background-color: #db3700;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin: 16px;
    cursor: pointer;
    -webkit-appearance: none;
  }
  
  .pseudo-material-button:hover {
    opacity: 0.4;
  }
  
  textarea:read-only {
    pointer-events: none;
  }
  
  input[type='checkbox'] {
    display: none;
  }
  
  input[type='checkbox'] + label {
    user-select: none;
    display: inline-flex;
    flex-direction: row;
  }
  
  input[type='checkbox'] + label .checkbox-image {
    background: url('./check-box-outline.png');
    height: 24px;
    width: 24px;
    display: inline-block;
    padding: 0 0 0 0px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: center;
  }
  
  input[type='checkbox']:checked + label .checkbox-image {
    background: url('./check-box-checked.png');
  }
  
  .checkbox-text-container {
    margin-left: 16px;
  }
  
  .form-submit.pseudo-material-button {
    margin: 80px auto auto auto;
    display: block;
  }
  
  .survey-feedback-submit {
    text-align: center;
    width: 100%;
    height: 48px;
    background-color: #db3700;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
  }
  
  .survey-feedback-submit:hover {
    opacity: 0.4;
  }
  
  .survey-feedback-submit:disabled {
    background-color: #e7e7eb;
    cursor: default;
    color: #4a4a4a;
    border-top: 1px solid #4a4a4a;
  }
  
  .card-container .survey-feedback-submit {
    padding: 8px;
  }
  
  .link.pseudo-material-button {
    border-radius: 24px;
    background-color: #5ca9dc;
    padding: 4px;
  }
  
  .link {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
  }
  
  .reason-select {
    font-size: 15px;
    margin: 0 0 80px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
  
  .reason-select input[type='radio'] {
    margin-bottom: 20px;
  }
  
  .reason-select-email {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  .reason-select-radios {
    padding: 20px;
  }
  
  .reason-radio-label {
    margin-left: 10px;
  }
  
  .other-reason-textarea {
    height: 115px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background-color: #f9f7f7;
  
    font-size: 16px;
    padding: 12px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    resize: none;
  }
  
  .opt-out-submit {
    margin: 25px auto auto auto;
  }
  
  .opt-out-info-text {
    text-align: left;
  }
  
  .results-page-header {
    font-size: 28px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 25px;
    color: #1a0d3f;
  }
  
  @media screen and (max-width: 450px) {
    .results-page-header {
      font-size: 24px;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      color: #1a0d3f;
    }
  }
  
  .results-panel-text-header {
    font-size: 20px;
    text-align: left;
    margin: 12px;
    color: #1a0d3f;
  }
  
  .results-panel-text-body {
    font-size: 15px;
    text-align: left;
    margin: 12px;
    color: #5e5777;
  }
  
  .bucket-graphic img {
    width: 400px;
  }
  
  .feedback-header-container {
    margin-bottom: 25px;
    max-width: 850px;
  }
  
  .feedback-header-container .header-text {
    margin-bottom: 8px;
  }
  
  .feedback-statements {
    margin-left: 50px;
  }
  
  .export-button-container {
    display: flex;
    justify-content: center;
  }
  
  .export-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    background-color: #db3700;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    height: 48px;
    width: 125px;
    border-radius: 5px;
    -webkit-appearance: none;
  }
  
  .export-button:hover {
    opacity: 0.4;
  }
  
  .save-alt {
    padding-right: 12px;
  }
  
  .results-review {
    max-width: 850px;
  }