/** Generated values, changes will be overridden */
@import "base_css/iastate.css";
@import "base_css/home.css";
/* Import css generated by sass */
@import "main_internal.css";

@media screen {
    #grids-24-content {
        overflow: visible;
    }

    .hwrapper {
        min-width: calc(24 * 64px);
    }

    body.grid-layout-720 .hwrapper {
        min-width: 1008px;
    }

    .grids-12 {
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        width: 1008px;
    }

    .grids-12 .grid-1 {
        float: left;
        width: 84px;
    }

    .grids-12 .grid-2 {
        float: left;
        width: 168px;
    }

    .grids-12 .grid-3 {
        float: left;
        width: 252px;
    }

    .grids-12 .grid-4 {
        float: left;
        width: 336px;
    }

    .grids-12 .grid-5 {
        float: left;
        width: 420px;
    }

    .grids-12 .grid-6 {
        float: left;
        width: 504px;
    }

    .grids-12 .grid-7 {
        float: left;
        width: 588px;
    }

    .grids-12 .grid-8 {
        float: left;
        width: 672px;
    }

    .grids-12 .grid-9 {
        float: left;
        width: 756px;
    }

    .grids-12 .grid-10 {
        float: left;
        width: 840px;
    }

    .grids-12 .grid-11 {
        float: left;
        width: 924px;
    }

    .grids-12 .grid-12 {
        float: left;
        width: 1008px;
    }

    .grids-24 {
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        width: calc(24 * 64px);
    }

    .grids-24 .grid-1 {
        float: left;
        width: calc(1 * 64px);
    }

    .grids-24 .grid-2 {
        float: left;
        width: calc(2 * 64px);
    }

    .grids-24 .grid-3 {
        float: left;
        width: calc(3 * 64px);
    }

    .grids-24 .grid-4 {
        float: left;
        width: calc(4 * 64px);
    }

    .grids-24 .grid-5 {
        float: left;
        width: calc(5 * 64px);
    }

    .grids-24 .grid-6 {
        float: left;
        width: calc(6 * 64px);
    }

    .grids-24 .grid-7 {
        float: left;
        width: calc(7 * 64px);
    }

    .grids-24 .grid-8 {
        float: left;
        width: calc(8 * 64px);
    }

    .grids-24 .grid-9 {
        float: left;
        width: calc(9 * 64px);
    }

    .grids-24 .grid-10 {
        float: left;
        width: calc(10 * 64px);
    }

    .grids-24 .grid-11 {
        float: left;
        width: calc(11 * 64px);
    }

    .grids-24 .grid-12 {
        float: left;
        width: calc(12 * 64px);
    }

    .grids-24 .grid-13 {
        float: left;
        width: calc(13 * 64px);
    }

    .grids-24 .grid-14 {
        float: left;
        width: calc(14 * 64px);
    }

    .grids-24 .grid-15 {
        float: left;
        width: calc(15 * 64px);
    }

    .grids-24 .grid-16 {
        float: left;
        width: calc(16 * 64px);
    }

    .grids-24 .grid-17 {
        float: left;
        width: calc(17 * 64px);
    }

    .grids-24 .grid-18 {
        float: left;
        width: calc(18 * 64px);
    }

    .grids-24 .grid-19 {
        float: left;
        width: calc(19 * 64px);
    }

    .grids-24 .grid-20 {
        float: left;
        width: calc(20 * 64px);
    }

    .grids-24 .grid-21 {
        float: left;
        width: calc(21 * 64px);
    }

    .grids-24 .grid-22 {
        float: left;
        width: calc(22 * 64px);
    }

    .grids-24 .grid-23 {
        float: left;
        width: calc(23 * 64px);
    }

    .grids-24 .grid-24 {
        float: left;
        width: calc(24 * 64px);
    }
}

#container {
    width: calc(24 * 64px);
}

.compact-form input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]),
.compact-form select:not(.form-control),
.compact-form textarea:not(.form-control) {
    width: auto;
    display: inline-block;
    padding: 2px;
    max-width: 100%;
}

.compact-form h1, .compact-form .h1 {
    font-size: 2rem;
}
.compact-form h2, .compact-form .h2 {
    font-size: 1.75rem;
}
.compact-form h3, .compact-form .h3 {
    font-size: 1.5rem;
}
.compact-form h4, .compact-form .h4 {
    font-size: 1.25rem;
}
.compact-form h5, .compact-form .h5 {
    font-size: 1rem;
}
.compact-form h6, .compact-form .h6 {
    font-size: 0.75rem;
}

.compact-form table.gray td, .compact-form table.gray th, .compact-form table.cream td, .compact-form table.cream th, .compact-form .table td, .compact-form .table th {
    padding: 0.25rem;
}
