.at .at-form header {
    display: none;
  }
  
  /* .at form {
      padding-top: 2rem;
  } */
  
  .at .at-form input[type="text"],
  .at .at-form input[type="password"],
  .at .at-form input[type="date"],
  .at .at-form input[type="datetime"],
  .at .at-form input[type="datetime-local"],
  .at .at-form input[type="month"],
  .at .at-form input[type="week"],
  .at .at-form input[type="email"],
  .at .at-form input[type="number"],
  .at .at-form input[type="search"],
  .at .at-form input[type="tel"],
  .at .at-form input[type="time"],
  .at .at-form input[type="url"],
  .at .at-form input[type="color"],
  .at .at-form textarea,
  .at .at-form .select2-container--default .select2-selection--multiple,
  .at .at-form select,
  .at .at-form .select2-selection--single {
    border-radius: 0;
    border-color: #ccc;
    margin-top: 5px !important;
    box-shadow: none;
  }
  
  legend.at-legend {
    display: none;
  }
  
  .at .at-form textarea {
    min-height: 145px;
  }
  
  .at .at-form input[type="text"]:focus,
  .at .at-form input[type="password"]:focus,
  .at .at-form input[type="date"]:focus,
  .at .at-form input[type="datetime"]:focus,
  .at .at-form input[type="datetime-local"]:focus,
  .at .at-form input[type="month"]:focus,
  .at .at-form input[type="week"]:focus,
  .at .at-form input[type="email"]:focus,
  .at .at-form input[type="number"]:focus,
  .at .at-form input[type="search"]:focus,
  .at .at-form input[type="tel"]:focus,
  .at .at-form input[type="time"]:focus,
  .at .at-form input[type="url"]:focus,
  .at .at-form input[type="color"]:focus,
  .at .at-form textarea:focus,
  .at .at-form select:focus {
    border-color: #ffbf00;
    box-shadow: none;
  }
  
  .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #000 !important;
    color: #ffbf00 !important;
    font-weight: 700;
  }
  
  .at
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    border-radius: 0 !important;
    border-color: #ccc !important;
  }
  
  .at ul > li:before {
    content: none;
  }
  
  .at .at-form label.at-text,
  .at .at-form .at-select.Country {
    font-weight: 700;
    font-size: 17px;
    color: #000;
    font-family: var(--ff_runda);
  }
  
  .at .at-form input[type="checkbox"]:checked + span:before {
    background-color: #000;
    border-color: #000;
    border-radius: 0;
  }
  
  .at .at-form input[type="checkbox"],
  .at .at-form input[type="radio"] {
    vertical-align: text-top;
  }
  
  .at .at-form .btn-at-primary {
    background-color: #ffbf00;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
  
  .at .at-form .btn-at-primary:hover,
  .at .at-form .btn-at-primary:focus,
  .at .at-form .btn-at-primary:focus-within,
  .at .at-form .btn-at-primary:target,
  .at .at-form .btn-at-primary:active,
  .at .at-form .btn-at-primary:focus-visible {
    background-color: #000;
    color: #ffbf00;
    text-transform: uppercase;
    border-radius: 0;
  }
  
  .at .at-fields label {
    font-size: 17px;
    color: #000;
    font-family: var(--ff_runda);
  }
  
  .at .at-form label.StateProvince {
    font-weight: 700;
  }
  
  .at .at-form a {
    color: #f58635;
    text-decoration: none;
  }
  
  /* DONATE FORM THINGS */
  
  .at.multistep-layout.split-layout form {
    width: 100%;
    float: none;
  }
  
  .at .at-form form .label-amount {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.55;
  }
  .at .at-form form .label-amount > a {
    background-color: #f58635;
    border: #f58635;
    border-radius: 0;
    color: transparent;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
  
  .at .at-form form .label-amount:hover > a,
  .at .at-form form .label-amount input[type="radio"]:checked + a {
    background: #ffbf00;
    color: #000;
    box-shadow: none;
  }
  
  .at .at-form form .label-amount input {
    color: #000;
    font-weight: 700;
    border-radius: 0;
  }
  
  .at .at-form .at-fieldset.TributeGift {
    padding-top: 0 !important;
  }
  
  /* Other Input field */
  .at .at-form form .label-amount input:required {
    border-color: #f58635;
    background: #f58635;
    color: #000;
  }
  
  .at .at-form form .label-amount input:required + .label-otheramount-prefix {
    color: #000;
    padding: 14px 0 7px 10px;
    font-size: 22px;
  }
  
  .at .at-form input[type="checkbox"] + span:before {
    border-radius: 0;
  }
  
  .at .at-form input[type="checkbox"]:focus + span:before,
  .at .at-form input[type="checkbox"]:hover + span:before {
    border-color: #ffbf00;
    box-shadow: none;
  }
  
  .at .at-form input[type="checkbox"]:active + span:before {
    background: #000;
  }
  
  .at .form-unit.form-unit-radio.form-item-inhonororinmemoryof {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* DONATION STEPS */
  
  .at .at-form .vgs-input-container iframe {
    border-radius: 0;
  }
  
  .at .at-form .vgs-input-container.isFocused iframe,
  .at .at-form .vgs-input-container .isFocused iframe {
    border-color: #ffbf00;
  }
  
  .at .at-form ol.at-steps > li:before {
    visibility: hidden;
  }
  
  .at .at-form .at-step > *:before {
    line-height: 1.25;
    background: #000;
    font-size: 14px;
  }
  
  .at .at-form .at-step.active {
    border-bottom-color: #f58635;
  }
  
  .at .at-form li.at-step > a {
    border-bottom: none;
    text-decoration: none;
    --aocn: none;
  }
  
  .at .at-form .at-steps {
    background: #1146bf;
    border-radius: 0;
  }
  
  .at .at-form .at-steps a,
  .at .at-form .at-steps b,
  .at .at-form .at-steps li {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .at .at-form .at-steps a:hover,
  .at .at-form .at-steps b:hover {
    color: #ffbf00;
  }
  
  .at .at-form small.info {
    color: #f58635;
  }
  
  .at .at-form a:hover,
  .at .at-form a:focus {
    color: #f58635;
  }
  
  /* .at .at-form .at-step.valid>*:before {
      background: #FFBF00;
      opacity: 0.5;
  }
  
  .at .at-form .at-step.active.valid>*:before {
      opacity: 1;
      background: #FFBF00;
  } */
  
  .at .at-form .AdditionalInformation .radios {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 5px;
    justify-content: flex-start;
    margin-top: 5px;
  }
  
  .at .at-form .AdditionalInformation .radios label[role="radio"] {
    margin: 5px;
  }
  
  .at .at-form .AdditionalInformation .radios > label:last-child {
    margin-left: 10px;
  }
  
  .at
    .at-form
    .AdditionalInformation
    .radios
    > label:last-child
    input[type="radio"] {
    margin-top: 2px;
    margin-right: 5px;
  }
  
  .at .at-form .AdditionalInformation .at-row.at-row-full {
    margin-bottom: 5px;
  }
  
  /* CONTACT FORM SPECIFIC STYLING FOR ORDER */
  
  #NVStoryCollectionForm1155191.at-form form {
    display: flex;
    flex-direction: column;
  }
  
  #NVStoryCollectionForm1155191.at-form form .at-fieldset.ContactInformation {
    order: 1;
  }
  
  #NVStoryCollectionForm1155191.at-form form .at-fieldset.Story {
    order: 3;
  }
  
  #NVStoryCollectionForm1155191.at-form form .at-fieldset.AdditionalInformation {
    order: 2;
  }
  
  #NVStoryCollectionForm1155191.at-form form .at-form-submit {
    order: 4;
  }
  
  .at-form .iti--allow-dropdown .iti__flag-container,
  .at-form .iti--separate-dial-code .iti__flag-container,
  .at-form .iti__flag {
    margin-bottom: 0;
  }
  
  /* Grid */
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      width: 1250px;
    }
  }
  
  /* ROW */
  .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 32px;
  }
  
  .col-xs-12 {
    grid-column: span 12;
  }
  
  .col-xs-11 {
    grid-column: span 11;
  }
  
  .col-xs-10 {
    grid-column: span 10;
  }
  
  .col-xs-9 {
    grid-column: span 9;
  }
  
  .col-xs-8 {
    grid-column: span 8;
  }
  
  .col-xs-7 {
    grid-column: span 7;
  }
  
  .col-xs-6 {
    grid-column: span 6;
  }
  
  .col-xs-5 {
    grid-column: span 5;
  }
  
  .col-xs-4 {
    grid-column: span 4;
  }
  
  .col-xs-3 {
    grid-column: span 3;
  }
  
  .col-xs-2 {
    grid-column: span 2;
  }
  
  .col-xs-1 {
    grid-column: span 1;
  }
  
  @media (min-width: 768px) {
    .col-sm-12 {
      grid-column: span 12;
    }
  
    .col-sm-11 {
      grid-column: span 11;
    }
  
    .col-sm-10 {
      grid-column: span 10;
    }
  
    .col-sm-9 {
      grid-column: span 9;
    }
  
    .col-sm-8 {
      grid-column: span 8;
    }
  
    .col-sm-7 {
      grid-column: span 7;
    }
  
    .col-sm-6 {
      grid-column: span 6;
    }
  
    .col-sm-5 {
      grid-column: span 5;
    }
  
    .col-sm-4 {
      grid-column: span 4;
    }
  
    .col-sm-3 {
      grid-column: span 3;
    }
  
    .col-sm-2 {
      grid-column: span 2;
    }
  
    .col-sm-1 {
      grid-column: span 1;
    }
  }
  
  @media (min-width: 992px) {
    .col-md-12 {
      grid-column: span 12;
    }
  
    .col-md-11 {
      grid-column: span 11;
    }
  
    .col-md-10 {
      grid-column: span 10;
    }
  
    .col-md-9 {
      grid-column: span 9;
    }
  
    .col-md-8 {
      grid-column: span 8;
    }
  
    .col-md-7 {
      grid-column: span 7;
    }
  
    .col-md-6 {
      grid-column: span 6;
    }
  
    .col-md-5 {
      grid-column: span 5;
    }
  
    .col-md-4 {
      grid-column: span 4;
    }
  
    .col-md-3 {
      grid-column: span 3;
    }
  
    .col-md-2 {
      grid-column: span 2;
    }
  
    .col-md-1 {
      grid-column: span 1;
    }
  }
  
  @media (min-width: 1200px) {
    .col-lg-12 {
      grid-column: span 12;
    }
  
    .col-lg-11 {
      grid-column: span 11;
    }
  
    .col-lg-10 {
      grid-column: span 10;
    }
  
    .col-lg-9 {
      grid-column: span 9;
    }
  
    .col-lg-8 {
      grid-column: span 8;
    }
  
    .col-lg-7 {
      grid-column: span 7;
    }
  
    .col-lg-6 {
      grid-column: span 6;
    }
  
    .col-lg-5 {
      grid-column: span 5;
    }
  
    .col-lg-4 {
      grid-column: span 4;
    }
  }
  
  /* New css */
  .gt-joinDirectory-intro {
    margin-top: 5.93rem;
    margin-bottom: 3.18rem;
  }
  
  .gt-joinDirectory-intro h5 {
    font-family: "Runda";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    display: flex;
    justify-content: center;
  }
  
  .gt-joinDirectory-steps > .container {
    border-bottom: 1px solid black;
    padding-bottom: 2.875rem;
  }
  
  .step-container {
    padding-top: 1.25rem;
    border-top: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .step-container > h4 {
    font-family: "Tandelle";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #000000;
  }
  
  .step-container > p {
    font-family: "Runda";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    color: #000000;
  }
  
  .gt-join-directory-ttl {
    background: #f5f5f5;
    padding-top: 4.375rem;
    padding-bottom: 7.31rem;
  }
  
  .gt-join-directory-ttl .container > h4 {
    font-family: "Tandelle";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
  }
  
  .gt-join-directory-ttl .container > h2 {
    font-family: "Runda";
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    text-align: center;
    color: #1146bf;
    margin-bottom: 4.18rem;
  }
  
  .step-img {
    height: 22.5rem;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 1rem;
  }
  
  .cl-step-container > h4 {
    font-family: "Tandelle";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #000000;
    margin-bottom: 1rem;
  }
  
  .cl-step-container > h6 {
    font-family: "Runda";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 1rem;
    text-transform: inherit;
  }
  
  .cl-step-container > p {
    font-family: "Runda";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 1rem;
  }
  
  .cl-step-container > .joinDirectoryBTN {
    margin-top: 1rem;
    position: absolute;
  }
  
  .gt-join-directory-checkhere {
    padding-top: 5.75rem;
    padding-bottom: 5.375rem;
  }
  
  .gt-join-directory-checkhere p {
    font-family: "Runda";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    color: #000000;
  }
  
  .icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .step-container {
    padding-top: 1.25rem;
    border-top: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .step-container > h4 {
    font-family: "Tandelle";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #000000;
  }
  
  .step-container > p {
    font-family: "Runda";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    color: #000000;
  }