@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

#maincontent {

      font-family: Manrope, Segoe UI, Helvetica Neue, Arial, sans-serif;

  .container-xxl {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
  }

.container-768 {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
}

.container-1024 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
}

  .align-items-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center!important;
      align-items: center !important;
  }

  .d-flex {
      display: -webkit-box !important;
      display: -ms-flexbox!important;
      display: flex !important;
  }

  .btn, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
      background: transparent;
      border: 1px solid transparent;
      border-radius: 1.375rem;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #232f84;
      display: inline-block;
      font-size: .875rem;
      font-weight: 700;
      line-height: 1.125rem;
      padding: .75rem 1.25rem;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .btn.btn-xl {
      border-radius: 1.75rem;
      font-size: 1rem;
      font-weight: 700;
      height: 3.5rem;
      line-height: 1.125rem;
      padding: 1.125rem 1.75rem;
      margin-left: auto;
  }

  .btn-primary {
      background: #232f84;
      border: 1px solid #232f84;
      color: #fff
  }

  .btn-primary:focus,.btn-primary:hover,.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover {
      background: #283698;
      color: #fff;
      text-decoration: none
  }

  .btn-primary svg,.wp-block-button .wp-block-button__link svg {
    fill: #fff;
    height: 1rem;
    margin: 0 .375rem 0 0;
    vertical-align: middle;
    text-align: center;
    width: 1.28571em;
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .checklist {
    list-style-type: none;
    padding: 0;
  }

  .checklist li {
    padding: 0 0 0 3rem;
    position: relative;
    width: 100%;
  }

  .card {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: .75rem;
    display: block;
    padding: 2rem;
    position: relative;
    text-align: left;
    min-width: 0;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .card .h3, .card h3 {
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1rem;
  }

.cards {
    margin-top: 3rem
}

[class*=col-]:has(.card) {
    margin: .75rem auto
}

.card {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: .75rem;
    display: block;
    padding: 2rem;
    position: relative;
    text-align: left
}

.card .h3,.card h3 {
    color: #232f84;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem
}

.card p {
    font-size: 1rem;
    line-height: 25px
}

.card p:last-of-type {
    margin-bottom: 0
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.btn-transparent {
  background: transparent;
    border: 0;
    padding: 0;
}

  .list-horizontal {
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
  }

  #page-header {
    margin: 2rem auto;
    .page-header {
      background-image: url(https://staging.thestoragecenter.com/wp-content/themes/the-storage-center/build/images/bg-scholarship.17e669da.jpg);
      background-position: 100%;
      background-size: cover;
      border-radius: 1.5rem;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
      margin: 0;
      padding: 0;
      position: relative;
      margin: 1.5rem auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center !important;
      -ms-flex-align: center!important;
      align-items: center !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      > div {
        backdrop-filter: blur(4px);
        background: hsla(0, 0%, 100%, .85);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        min-width: 400px;
        padding: 3rem;
      }
      .content {
        position: relative;
        width: 100%;
        max-width: 446px;
        strong {
          font-weight: 800;
        }
        .checklist {
          margin: 1rem 0;
          li {
            margin: .75rem 0;
            font-weight: 500;
            font-size: 1.25rem;
            line-height: 1.4;
            padding-left: 2rem;
          }
          svg {
            height: 1.25rem;
            width: 1.25rem;
            margin: .125rem 0 0;
            color: #00852e;
            fill: #00852e;
            left: 0;
            position: absolute;
            vertical-align: middle !important;
          }
        }
        h1 {
          color: #232F84;
          font-weight: 800;
          font-size: 3rem;
          line-height: 48px;
          margin: 1.25rem 0;
        }
      }
    }

    .page-header .h1, .page-header h1 {
        line-height: 1;
        margin-right: auto;
    }
    .h1, h1 {
        color: #232f84;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1.75rem;
        line-height: normal;
        margin: .625rem 0;
    }
    .h1, h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    h1 {
        display: block;
        font-size: 2em;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        unicode-bidi: isolate;
    }

  }
  
  section {
    margin: 3rem auto;
  }

  section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align:center;
    margin: 0 0 1.5rem;
    font-weight: 800;
    color: #232F84;
  }
  #cta-accpeting {
    display: table;
    background: #FFF6E5;
    padding: 1.5rem;
    border-radius: 1.5rem;
    margin-top: 3.5rem;
    flex-direction: column;
    #cap {
      width: auto;
      height: 56px;
      margin: 0 0 0 .5rem;
      flex: 0 0 auto;
    }
    p {
      margin: 0 0 0 1.5rem;
      color: #232F84;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.4;
    }
    .btn-xl {
      border-radius: .75rem;
      width:100%;
      max-width: 220px;
    }
  }
  .winner {
    height: 100%;
    width: 100%;
    max-width: 416px;
    display: table;
    margin: 0 auto;
    img {
      border-radius: .75rem;
    }
    h3 {
      color: #505050;
      font-size: 1.5rem;
      font-weight: 600;
      margin: 1rem 0 0;
    }
    a {
      color: #232F84;
      margin: 0 0 .75rem;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.25rem;
      display: inline-block;
    }
    p {
      font-size: 1rem;
      font-weight: 500;
    }
    button {
      font-weight: 700;
      color: #232F84;
    }
  }
  #about-scholarship {
    p {
      text-align: center;
      font-size: 1rem;
    }
  }
  .requirements {
    color: #505050;
    font-size: 1rem;
    padding: 2.5rem;
    h3 {
      font-size: 1.5rem;
      font-weight: 800;
      color: #505050;
    }
    ul li:not(:last-of-type) {
      margin-bottom: .5rem;
    }
    .list-bullet li:not(:last-of-type) {
      margin-bottom: .25rem;
    }
    a:not(:has(img,div)) {
      text-decoration: underline;
      font-weight: 400;
    }
  }
  .card.timeline {
    padding: 1.5rem;
    &:first-of-type {
      margin-bottom: 1.5rem;
    }
    h3 {
      color: #232F84;
      font-size: 1.125rem;
      font-weight: 800;
      line-height: normal;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid #d3d3d3; 
      margin-bottom: 1.5rem;
    }
    ul {
      padding: 0;
      margin: 0;
    }
    li {
      padding: 3.75rem 0 0 0;
      margin: 0;
      text-align: center;
      width: 33.3333%;
      font-size: 1rem;
      color: #232F84;
      font-weight: 600;
      position: relative;
      &:before {
        content: "";
        height: 1rem;
        background: #f7f7f7;
        position: absolute;
        top: .75rem;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
      }
      &:first-of-type:before {
        left: 50%;
        transform:none;
        width: 50%;
      }
      &:last-of-type:before {
        right: 50%;
        left: auto;
        transform:none;
        width: 50%;
      }
      &:after {
        content: "";
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        display: block;
        width: 2.25rem;
        height: 2.25rem;
        border: 5px solid #d3d3d3;
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
      }
    }
    h4 {
      font-size: 1rem;
      color: #505050;
      font-weight: 700;
      margin: 0 0 .25rem;
    }
  }
  #how-to {
    border-radius: 1.5rem;
    background-image: url(https://staging.thestoragecenter.com/wp-content/themes/the-storage-center/build/images/bg-scholarship-how.fe5a3def.jpg);
    background-position: left center;
    ul {
      li {
        margin: .75rem 0;
        font-size: 1rem;
        line-height: 1.4;
      }
    }
    .content {
      background: #FFF6E5;
      padding: 3rem;
    }
  }
  .airtable-embed {
    border-radius: 1.5rem;
    border: 1px solid #EBEEBB;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    height: 1928px;
  }
  #faq {
    padding-bottom: 3rem;
    h2 {
      font-size: 2.25rem;
      text-align: center;
      margin: 2.5rem 0;
    }
  }

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.75rem 1.25rem;
    font-size: 1.125rem;
    text-align: left;
    background-color: transparent;
    border: 0;
    color: #212529;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    @media (min-width: 992px) {
      font-size: 1.25rem;
    }
    &:not(.collapsed) {
      &::after {
        background-image: url("images/minus-solid.svg");
        background-size: 18px 18px;
        background-position: center center;
        background-repeat: no-repeat;
      }
    }
    &::after {
      flex-shrink: 0;
      width: 1.125rem;
      height: 1.125rem;
      margin-left: auto;
      content: "";
      background-image: url("images/plus-solid.svg");
      background-size: 18px 18px;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: .75;
    }
    &:hover {
      z-index: 2;
      &::after {
        opacity: 1;
      }
    }
    &:focus {
      box-shadow: none;
      outline: none;
    }
    &:focus-visible {
      border-radius: 0;
      outline: 3px solid #ffa300;
      outline-offset: 3px;
    }
  }
  .accordion-header {
    margin-bottom: 0;
  }
  .accordion-item {
    background-color: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    &:not(:first-of-type) {
      border-top: 0;
    }
  }
  .accordion-body {
    padding: 1rem 1.5rem 2rem;
    a {
      font-weight: 400;
      text-decoration: underline;
    }
  }

  .modal-header {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }

  .modal-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1rem;
  }

  .modal-title {
    color: #232f84;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-align: left !important;
    font-size: 1.25rem !important;
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0;
  }

  .modal-header .close {
    padding: 0;
    span {
      font-size: 2rem;
    }
  }

}

@media (min-width: 576px) {
  #maincontent {
    .card.timeline {
      h3 {
        font-size: 1.5rem;
      }
    }
    .airtable-embed {
      height: 1418px
    }
  }
}

@media (min-width: 768px) {
  #maincontent {
    .page-header {
      height: 100%;
      max-height: 562px;
    }
    #page-header .page-header > div {
      width: 50%;
    }
    .checklist li {
      font-size: 1rem;
      line-height: 1.4;
    }
    /*
    svg {
      height: 1.5rem;
      width: 1.5rem;
    }
    */
    section {
        margin: 6rem auto;
    }
    section h2 {
      font-size: 3rem;
      line-height: 3.5rem;
    }
    #about-scholarship {
      font-size: 1.125rem;
    }
    .requirements {
      font-size: 1.25rem;
    }
    .airtable-embed {
      height: 1208px;
    }
  }
}

@media (max-width: 991.98px) {
  #maincontent {
    .btn-xl {
      margin: 1.25rem auto 0;
    }
  }
}

@media (min-width: 992px) {
  #maincontent {
    #cta-accpeting {
      flex-direction: row;
    }
    /*
    p {
      margin: 0 1.5rem;
    }
    */
    .airtable-embed {
      height: 1148px;
    }
  }
}

@media (min-width: 1200px) {
  #maincontent {
    .page-header {
      height: 562px;
      .checklist li {
        font-size: 1.25rem;
        line-height: 1.4;
        svg {
          height: 1.5rem;
          width: 1.5rem;
        }
      }
      h1 {
        font-size: 3.5rem;
        line-height: 56px;
      }
    }
      #how-to ul li {
      font-size: 1.125rem;
      margin: 1rem 0;
    }
  }
}