.node-1 .gds-highlight-banner--primary-lightest .gds-btn--primary {
    background-color: #004d99;
    color: #fff;
  }
  
  .node-1 .gds-footnote ol.gds-footnote__references li::before {
    margin-top: 4px;
    font-size: 1rem;
  }
  
  .sub,
  sup {
    font-size: 75%;
    top: -0.5em;
  }
  
  .node-10 .gds-form-validation-message {
    padding-top: 30px;
  }
  
  @media screen and (min-width: 768px) {
    .node-7 .gds-key-fact--center,
    .node-17 .gds-key-fact--center {
      padding-left: var(--spacer-m);
      padding-right: var(--spacer-xs);
    }
  }
  .node-23 .gds-cell--l-third {
    display: none;
  }
  
  .node-23 .gds-cell--l-two-thirds {
    width: 100%;
  }
  
  .node-23 article .gds-cell--m-half {
    padding: var(--spacer-l);
    margin-bottom: 0;
  }
  
  .node-23 article .gds-cell--m-half:nth-of-type(2) {
    background-color: #f5faff;
  }
  
  .webform-submission-form {
    float: initial;
  }
  
  .node-23 .gds-form-input input,
  .node-23 .gds-form-input__input--date,
  .node-23 .gds-form-input .select2-selection--date,
  .node-23 .gds-form-input__input-wrapper--date {
    max-width: 100%;
  }
  
  .node-23 .gds-form-input {
    max-width: 100%;
    width: 100%;
  }
  
  .node-23 .gds-form-input__input-wrapper--time {
    min-height: initial;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    background-color: unset;
  }
  
  .node-23 .gds-form-input__label-wrapper {
    padding: 0;
    margin-top: -2px;
  }
  
  .node-23 .gds-form-input__inner--radio {
    align-items: center;
  }
  
  .node-23 #edit-i-agree--label-wrapper,
  .node-23 #edit-i-agree-2--label-wrapper {
    line-height: 1;
    margin-top: -4px;
  }
  
  .node-23 #edit-i-agree--wrapper {
    border-top: 1px solid var(--color-primary-light);
    padding-top: 30px;
  }
  
  .node-23 #edit-submit {
    color: #fff;
    background-color: #06c;
  }
  
  .node-23 #edit-submit:hover {
    background-color: #06c;
  }
  
  .node-23 .gds-form-input__radio-checked {
    background-color: #06c;
  }
  
  
 