/** Aviato — pg-gl-2021.01.25 - eventQuestions.css **/

body.form-submitted {
  background: #000000; }
  body.form-submitted #application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    min-height: 100vh; }
    body.form-submitted #application .thank-you-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

@media (min-width: 1024px) {
  body.sticky-scroll-button-visible:not(.question-answer-expanded):not(.form-in-viewport) {
    padding-bottom: 0; }
    body.sticky-scroll-button-visible:not(.question-answer-expanded):not(.form-in-viewport) .component-eventQuestions {
      padding-top: 70px; } }

body.question-answer-expanded .component-eventQuestions .btn-scroll,
body.form-in-viewport .component-eventQuestions .btn-scroll {
  display: none !important; }

.component-eventQuestions {
  width: 100%;
  margin-top: 50px; }
  .component-eventQuestions .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  .component-eventQuestions .btn-scroll {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: #0b00ff;
    color: #ffffff;
    text-align: center;
    font-family: "BentonSans", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 500;
    z-index: 1; }
  .component-eventQuestions .question-grid {
    background: #ffffff;
    color: #000000; }
  .component-eventQuestions .show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    color: #000000;
    padding: 40px;
    border-top: 1px solid #000000; }
    .component-eventQuestions .show-more button {
      line-height: 1.25rem;
      font-size: 1rem;
      font-family: "BentonSans", sans-serif;
      font-weight: 500; }
  .component-eventQuestions .event-form-heading {
    padding: 0;
    background: #ffffff;
    color: #000000;
    line-height: 1; }
    .component-eventQuestions .event-form-heading .main-title {
      margin: 1rem 0;
      font-family: "BentonSans", sans-serif;
      font-size: 2.625rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-eventQuestions .event-form-heading .sub-title {
      margin-top: 1rem;
      font-family: "BentonSans", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 500;
      line-height: 1.625rem; }
    .component-eventQuestions .event-form-heading .info-title {
      margin: 0;
      font-family: "BentonSans", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.625rem; }
      .component-eventQuestions .event-form-heading .info-title.small {
        margin-top: 30px;
        font-size: 1rem;
        line-height: 1.375rem; }
  .component-eventQuestions .form-event-form {
    background: #000000;
    color: #ffffff; }
    .component-eventQuestions .form-event-form .row-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 2rem 1rem;
      padding-top: 60px;
      background: #ffffff;
      color: #000000; }
      .component-eventQuestions .form-event-form .row-container.black {
        background: #000000;
        color: #ffffff; }
    .component-eventQuestions .form-event-form .label-text {
      color: #f2f2f2;
      line-height: 1.625rem;
      font-family: "BentonSans", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-eventQuestions .form-event-form .label-text + .error-message {
        color: #eb0014 !important; }
    .component-eventQuestions .form-event-form .has-error + .label-text {
      color: #eb0014 !important; }
    .component-eventQuestions .form-event-form input,
    .component-eventQuestions .form-event-form textarea,
    .component-eventQuestions .form-event-form select {
      margin-top: 10px;
      color: #f2f2f2;
      background-color: #000000;
      border-color: #f2f2f2;
      font-family: "BentonSans", sans-serif;
      font-size: 1.125rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-eventQuestions .form-event-form input[type="checkbox"] + .label-text,
      .component-eventQuestions .form-event-form textarea[type="checkbox"] + .label-text,
      .component-eventQuestions .form-event-form select[type="checkbox"] + .label-text {
        display: block;
        position: relative;
        padding-left: 25px;
        line-height: 1.5rem;
        color: #ddd;
        font-family: "BentonSans", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }
        .component-eventQuestions .form-event-form input[type="checkbox"] + .label-text::before,
        .component-eventQuestions .form-event-form textarea[type="checkbox"] + .label-text::before,
        .component-eventQuestions .form-event-form select[type="checkbox"] + .label-text::before {
          position: absolute;
          top: 10px;
          left: 0;
          color: #f2f2f2;
          border-color: #f2f2f2; }
        .component-eventQuestions .form-event-form input[type="checkbox"] + .label-text a,
        .component-eventQuestions .form-event-form textarea[type="checkbox"] + .label-text a,
        .component-eventQuestions .form-event-form select[type="checkbox"] + .label-text a {
          color: #f2f2f2;
          text-decoration: underline; }
      .component-eventQuestions .form-event-form input + .label-text,
      .component-eventQuestions .form-event-form textarea + .label-text,
      .component-eventQuestions .form-event-form select + .label-text {
        top: -1.125rem; }
    .component-eventQuestions .form-event-form .fieldset-textarea label {
      display: block; }
    .component-eventQuestions .form-event-form .fieldset-textarea textarea {
      min-height: 150px;
      border-color: #f2f2f2; }
    .component-eventQuestions .form-event-form .fieldset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .component-eventQuestions .form-event-form .fieldset label {
        width: 100%; }
        .component-eventQuestions .form-event-form .fieldset label input,
        .component-eventQuestions .form-event-form .fieldset label select {
          font-size: 1.125rem; }
    .component-eventQuestions .form-event-form .buttons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 30px; }
      .component-eventQuestions .form-event-form .buttons button {
        color: #000000;
        background: #ffffff;
        line-height: 1.25rem;
        font-size: 1rem;
        font-family: "BentonSans", sans-serif;
        font-weight: 500; }
        .component-eventQuestions .form-event-form .buttons button:disabled {
          background: #ffffff;
          color: #000000 !important;
          opacity: 0.7;
          pointer-events: none;
          cursor: default; }
    .component-eventQuestions .form-event-form .js-service-error-message {
      margin: 0;
      padding: 15px 0 0;
      width: 100%;
      line-height: 1rem;
      text-align: center;
      color: #eb0014;
      font-family: "BentonSans", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-eventQuestions .form-event-form .text-with-link {
      background: #000000;
      color: #f2f2f2;
      line-height: 1.5rem;
      font-family: "BentonSans", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-eventQuestions .form-event-form .text-with-link a {
        background: #000000;
        color: #f2f2f2; }
  .component-eventQuestions .info-text {
    margin: 0;
    line-height: 1.3;
    font-family: "BentonSans", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-eventQuestions .info-text.small {
      font-size: 0.875rem; }
  .component-eventQuestions .thank-you-container {
    display: none;
    min-height: calc(100vh - 50px - 50px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    color: #000000;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .component-eventQuestions .thank-you-container .thank-you-title {
      text-align: center;
      font-family: "BentonSans", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-eventQuestions .thank-you-container .thank-you-text {
      margin: 0;
      text-align: center;
      font-family: "BentonSans", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 700; }
  .component-eventQuestions .bottom-links {
    background-color: #ffffff;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #000000; }
    .component-eventQuestions .bottom-links a {
      padding: 40px 20px;
      text-align: center;
      line-height: 1.38;
      font-family: "BentonSans", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 500;
      border-top: 1px solid #000000; }
      .component-eventQuestions .bottom-links a > div:last-child {
        margin-top: 10px; }

/* Media queries */
@media (min-width: 1024px) {
  .component-eventQuestions .btn-scroll {
    top: 50px;
    bottom: auto;
    height: 70px;
    font-size: 1.125rem; }
  .component-eventQuestions .event-form-heading .main-title {
    font-size: 3.75rem; }
  .component-eventQuestions .event-form-heading .sub-title {
    font-size: 1.5rem;
    line-height: 1.875rem; }
  .component-eventQuestions .event-form-heading .info-title {
    font-size: 1.5rem;
    line-height: 1.875rem; }
    .component-eventQuestions .event-form-heading .info-title.small {
      font-size: 1.125rem;
      line-height: 1.5rem; }
  .component-eventQuestions .custom-form {
    padding-top: 20px;
    padding-bottom: 40px; }
  .component-eventQuestions .info-text {
    font-size: 1.125rem; }
  .component-eventQuestions .form-event-form .row-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px; }
  .component-eventQuestions .form-event-form .label-text {
    font-size: 1.125rem; }
  .component-eventQuestions .form-event-form .buttons button {
    font-size: 1.125rem; }
  .component-eventQuestions .show-more button {
    font-size: 1.125rem; }
  .component-eventQuestions .buttons {
    margin-top: 60px; }
  .component-eventQuestions .bottom-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .component-eventQuestions .bottom-links a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 60px;
      font-size: 1.125rem;
      line-height: 1.22;
      border-top: 0; }
      .component-eventQuestions .bottom-links a:nth-child(2) {
        border-left: 1px solid #000000; }
  body.form-submitted .component-eventQuestions .bottom-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 0; }
    body.form-submitted .component-eventQuestions .bottom-links a {
      border-top: 1px solid #000000; }
      body.form-submitted .component-eventQuestions .bottom-links a:nth-child(2) {
        border-left: 0; } }
