main {
    align-self: stretch;
}

.nccaa-form-container {
    display: flex;
    margin: 3.166666667rem auto 0;
    gap: 1.75rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: .75rem;
}

.nccaa-form {
    border-radius: 1.25em;
    box-shadow: 0 1px 35px 10px rgba(0, 0, 0, 0.05);
    background-color: #eee;
    display: flex;
    flex-direction: column;
    min-width: 32.58333333em;
    padding: 2.416666667em 1.75em 3.583333333em;
    font-weight: 600;
}

.img-responsive {
    overflow: hidden;
    position: relative;
    flex: 1;
    border-radius: 2em;
    min-width: 32.83333333em;
    min-height: 20em;
}

.img-responsive img {
    aspect-ratio: 1.52;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.nccaa-form-title {
    text-align: center;
    color: #2b5878;
    font-size: 1.333333333em;
    margin: 0;
}

.nccaa-form-subtitle {
    color: #6597ba;
    margin: 0 0 2.166666667em;
    text-align: center;
}

.form-group {
    display: flex;
    margin-bottom: 1.666666667em;
    gap: 0.666666667em;
    color: #2b5878;
}

.form-label {
    text-align: right;
    align-self: center;
}

.form-label:first-child {
    flex-basis: 5.333333333em;
    flex-shrink: 0;
}

.form-input {
    font-family: 'Open Sans', sans-serif;
    border-radius: 0.416666667rem;
    background-color: #fff;
    color: #2B5878;
    padding: 0.666666667em;
    border: 0;
    flex: 1;
    font-weight: 600;
    width: 5em;
}

.form-input::placeholder {
    color: #9CBACF;
}

.form-input-small {
    flex-basis: 10.25em;
    flex-grow: 0;
    width: 10.25em;
}

.button {
    margin-top: .75em;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    border-radius: 0.416666667rem;
    background-color: #2b5878;
    color: #fff;
    padding: 0.75em 1em;
    align-self: center;
    border: 0;
    font-weight: 600;
    text-decoration: none;
}

.announcement-section {
    background: linear-gradient(90deg, #eee 0%, #fafafa 83.83%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.416666667rem 1rem;
    font-weight: 600;
    margin-top: 3.75rem;
}

.announcement-title {
    color: #2b5878;
    align-self: center;
    font-size: 1.333333333rem;
    margin: 0 0 .5rem;
    font-weight: 600;
}

.announcement-content {
    display: flex;
    width: 100%;
    max-width: 1059px;
    flex-direction: column;
}

.announcement-content p {
    color: #9cbacf;
    text-align: center;
    margin: 0 0 .2rem;
    line-height: 1.3rem;
}

.announcement-content a {
    color: #9cbacf;
    text-decoration: underline;
}

.totals-container {
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    margin: 3.333333333rem auto 0;
    flex-wrap: wrap;
}

.totals-container article {
    border-radius: 1.25rem;
    box-shadow: 0px 4px 35px 1px rgba(0, 0, 0, 0.1);
    background-color: #ddd;
    display: flex;
    min-width: 26.66666667rem;
    max-width: 30rem;
    padding-bottom: 3.166666667rem;
    flex-direction: column;
    font-weight: 600;
}

.totals-header {
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem;
}

.totals-header-content {
    border-radius: 0px 0px 0.666666667rem 0.666666667rem;
    background-color: #2b5878;
    align-self: center;
    display: flex;
    flex-direction: column;
    padding: 0.833333333rem 1rem;
    text-align: center;
    min-height: 3.258333333rem;
}

.totals-title {
    color: #fff;
    font-size: 1.666666667rem;
    margin: 0;
}

.totals-title-medium {
    font-size: 1.416666667rem;
}

.totals-title-small {
    font-size: 1.25rem;
}

.totals-subtitle {
    color: #9cbacf;
    font-size: 1.166666667rem;
    margin: 0;
}

.stat-container {
    border-radius: .5rem 0 0 .5rem;
    background: linear-gradient(90deg, #efefef 0%, #c9c9c9 83.02%);
    display: flex;
    margin-top: 1.333333333rem;
    margin-left: 2.083333333rem;
    gap: 1rem;
    color: #2b5878;
    padding: 1.25rem 1.916666667rem 0.416666667rem;
}

.stat-container p {
    margin: 0;
}

.stat-number {
    align-self: start;
    font-size: 1.666666667rem;
}

.stat-description {
    text-align: right;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 1.333333333rem;
}

.program-map {
    color: #fff;
    text-align: center;
    margin: 3.166666667rem auto 0;
}

.map-card {
    border-radius: 1.25rem;
    box-shadow: 0px 1px 35px 10px rgba(0, 0, 0, 0.1);
    background-color: #ddd;
    width: 100%;
    padding-bottom: 1.583333333rem;
}

.section-header {
    border-radius: 1.25rem 1.25rem 0 0;
    background-color: #2b5878;
    text-align: center;
    padding: 1.25rem;
    font-size: 1.416666667rem;
    font-weight: 600;
    margin: 0;
}

.map-body {
    border-radius: 0 0 1.25rem 1.25rem;
    background-color: #8eb6f5;
    padding: 2rem;
}

.map-container {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.map-body .map-image {
    width: 100%;
}

.map-pin {
    position: absolute;
    width: 2.5%;
    cursor: pointer;
}

.map-description {
    position: absolute;
    display: none;
    border-radius: 1rem;
    background-color: #2b5878;
    font-size: 1.2rem;
    padding: 1rem;
    color: #fff;
    gap: 1rem;
    flex-direction: column;
}

.map-description-small {
    display: block;
    font-size: .9rem;
    padding-top: .2rem;
}

.stat-tables {
    margin: 3.083333333rem auto 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-weight: 600;
    flex-wrap: wrap;
}

.stat-table {
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 35em;
}

.stat-table-container {
    box-shadow: 0 4px 35px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    overflow: hidden;
    background-color: #ededed;
    font-size: .75rem;
}

.stat-table thead tr {
    background-color: #76a1c0;
    color: #fff;
    border: 0;
}

.stat-table thead th {
    font-size: 1.166666667em;
}

.stat-table-container .stat-table-states thead tr:first-child th {
    height: 2.267rem;
    padding: .81857em 0;
}

.stat-table-container .stat-table-states thead tr:last-child th {
    height: 3.184rem;
    font-size: 1em;
}

.stat-table-container .stat-table-states thead tr:last-child th:first-child {
    font-size: 1.166666667em;
    width: 45.75%;
}

.stat-table-container thead span {
    display: block;
}

.stat-table-main-header span:first-child {
    font-weight: bolder;
}

.stat-table-main-header span:last-child {
    font-style: italic;
}

.stat-table thead tr:first-child {
    background-color: #2b5878;
}

.stat-table thead tr:last-child th {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #D9D9D9;
}

.stat-table thead th:last-child {
    border-right-width: 0;
}

.stat-table th {
    font-weight: 600;
}

.stat-table tbody tr {
    border: 0;
    background: linear-gradient(90deg, #efefef 0%, #dedede 100%);
}

.stat-table tbody td {
    color: #2B5878;
    border-color: #76A1C0;
    border-style: solid;
    border-width: 0 2px;
    text-align: center;
    font-size: 0.833333333em;
    padding: .2748em 0;
}

.stat-table tbody td:first-child {
    border-left-width: 0;
    padding-left: 0.8em;
    text-align: left;
}

.stat-table tbody td:last-child {
    border-right-width: 0;
}

.stat-table tbody tr:nth-child(even) {
    background: linear-gradient(90deg, #dedede 0%, #efefef 100%);
}

.stat-table tbody span {
    color: #6597BA;
    display: block;
}

.search-frame {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

.schedule-content {
    color: #fff;
    margin: 2.666666667rem auto 0;
}

.schedule-content h2 {
    font-size: 1.166666667rem;
    padding: .829rem;
}

.section-body {
    display: flex;
    justify-content: space-evenly;
    padding: 0 2rem 2rem;
    border-radius: 0 0 1.25rem 1.25rem;
    box-shadow: 0 1px 35px 5px rgba(0, 0, 0, 0.1);
    background-color: #ddd;
    flex-wrap: wrap;
    gap: 1rem;
}

.schedule-box {
    border-radius: 0 0 0.833333333rem 0.833333333rem;
    background: linear-gradient(90deg, #efefef 0%, #c9c9c9 83.02%);
}

.schedule-box time {
    background-color: #5f8cac;
    text-align: center;
    padding: 0.704rem;
    font-weight: 600;
    font-size: 1.166666667rem;
    display: block;
}

.schedule-box ul {
    margin: 0;
    padding: 1.333333333rem 2.083333333rem;
    list-style-type: none;
    font-size: 0.833333333rem;
    font-weight: 600;
    color: #2B5878;
    line-height: 1.6rem;
}

.schedule-box span {
    color: #6597BA;
}

.exam-description {
    margin: 4.75rem auto 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
}

.exam-card {
    background-color: #ddd;
    border-radius: 1.25rem;
    box-shadow: 0px 1px 35px 10px rgba(0, 0, 0, 0.1);
    padding: 1.583333333rem 1.333333333rem 1.833333333rem;
    max-width: 20rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.exam-card-content {
    border-radius: 0.833333333rem;
    background-color: #fff;
    flex: 1;
}

.exam-card-header {
    border-radius: 0.833333333rem 0.833333333rem 0 0;
    background-color: #2b5878;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 8.666666667rem;
    align-items: end;
}

.exam-card-header h2 {
    font-weight: 600;
    font-size: 1.333333333rem;
    color: #fff;
    margin: .7rem 0;
}

.exam-card-header {
    margin: 0;
}

.exam-card-body {
    padding: 2.083333333rem 0.916666667rem 3.75rem;
    color: #2B5878;
    font-weight: 600;
}

.exam-card-body p:first-child {
    margin-top: 0;
}

.exam-card-body p:last-child {
    margin-bottom: 0;
}

.exam-card .button {
    display: block;
    margin: 1.916666667rem auto 0;
    width: 12.16666667rem;
    text-align: center;
}

.faq-section {
    margin: 6.5rem auto 0;
    border-radius: 1.25rem;
    box-shadow: 0px 1px 35px 10px rgba(0, 0, 0, 0);
    background-color: #eee;
    font-weight: 600;
}

.faq-header {
    border-radius: 0.833333333rem;
    box-shadow: 0px 1px 35px 10px rgba(0, 0, 0, 0);
    background-color: #2b5878;
    color: #fff;
    padding: 1.15rem 3.166666667rem;
    font-size: 1.333333333rem;
    font-weight: 600;
    margin: 0;
}

.faq-content > ul {
    list-style-type: none;
    color: #6597BA;
    margin: 0;
    padding: 1.25rem 0 1.5rem 3.166666667rem;
}

.faq-content label {
    font-size: 1.333333333rem;
    cursor: pointer;
    padding: 0.666666667rem 3rem 0.666666667rem 0;
    display: block;
    position: relative;
}

.faq-content label::after {
    content: "";
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    background-repeat: no-repeat;
    background-image: url('../images/plus.svg');
    background-size: 100%;
    background-position: center;
    right: 1.5rem;
    top: calc(50% - .65rem);
}

.accordion-toggler {
    position: absolute;
    left: -9999px;
}

.accordion-toggler:checked ~ .accordion-toggled-item {
    max-height: 30rem;
}

.accordion-toggler:checked ~ label::after {
    background-image: url('../images/minus.svg');
}

.accordion-toggled-item {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s linear;
    box-sizing: border-box;
}

.faq-answer {
    padding: 0 2.75rem;
}

.faq-answer p, .faq-answer ul, .faq-answer ol {
    margin: 1.5rem 0;
}

.upcoming-section {
    margin: 4.333333333rem 0 9.166666667rem;
}

.upcoming-header {
    background: linear-gradient(90deg, #eee 0%, #fafafa 83.83%);
    color: #2b5878;
    height: 11.33333333rem;
}

.upcoming-header h2 {
    margin: 0;
    color: #2B5878;
    font-size: 1.333333333rem;
    text-align: center;
    font-weight: 600;
    padding: 1.833333333rem 0;
}

.upcoming-content {
    margin: -6rem auto 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
}

.upcoming-box {
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #6da6ce 0%, #5586a8 100%);
    box-shadow: 0px 1px 35px 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    padding: 0 1em 1em 1em;
    max-width: 19.75rem;
    box-sizing: border-box;
}

.upcoming-text {
    border-radius: 1rem;
    box-shadow: 0px 1px 35px 10px rgba(0, 0, 0, 0);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    color: #6597ba;
    padding: 1rem;
    min-height: 13.33333333rem;
    box-sizing: border-box;
    text-align: center;
}

.upcoming-dates {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upcoming-dates > time, .upcoming-dates > span {
    display: block;
    height: 1.3rem;
}

.upcoming-information {
    margin: 0;
}

.upcoming-box-title {
    margin: 0;
    font-weight: 600;
    font-size: 1.333333333rem;
    text-align: center;
    color: #fff;
    padding: 1.773333333rem 0 0.869166667rem;
}

@media (min-width: 440px) {
    .nccaa-form-container, .stat-table-container {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .totals-container, .exam-description, .section-body, .upcoming-content {
        justify-content: space-between;
    }

    .schedule-box {
        min-width: 25.91666667rem;
    }

    .faq-answer {
        padding: 0 15.33333333rem 0 2.75rem;
    }

    .stat-table-container .stat-table-states .stat-table {
        height: 100%;
    }
}
