.header-main {
    margin: 0;
}

.header-main__heading {
    margin-top: 1em;
    font-size: 1.5em;
    font-weight: bold;
}

form#search-block-form input.form-text {
    width: 250px;
}


.awemenu-standard .awemenu > .awemenu-item {
    float: left;
    margin: 0 10px;
    text-transform: uppercase;
}

li.awemenu-item {
    list-style: none;
}

.awemenu {
    overflow: auto;
}

.nav-main {
    background-color: inherit;
    border: 0;
}

.header-main {
    margin: 2em 0 1em;
}

.form--search {
    background-color: inherit;
    max-width: 100%;
}

button.form__btn-submit[type="submit"] {
    margin: auto;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

#mkdocs-search-query {
    border-radius: 0;
    margin: 0;
}

.nav-main__link.nav-main__link--current {
    margin: auto;
}

/* @media only screen and (min-width: 1200px) {
    .page-toc {
        top: 26em;
    }
} */

code {
    border-radius: 0;
    overflow: auto;
}

p > code, td > code {
    display: inline;
    padding: 0 5px;
    margin: 0;
}

@media (max-width: 599px) {
    .main-column {
        padding: 16px 16px 16px 16px;
    }
    
}

main {
    min-height: 80vh;
}
.maincontent {
    margin-bottom: 40px;
}

#content a:link {
    color: #174A7C;
    text-decoration: underline;
}

#content a:visited {
    color: #4F8ABE;
}

#content hr {
    height: 1px;
}

.headerlink {
    font-size: .5em;
    margin-left: .5em;
}

.dataTables_wrapper {
    margin: 2em 0;
}

form fieldset {
    padding: 1em;
    border: 1px rgb(93, 94, 93) dashed;
    margin: .5em 0;
}

textarea {
    resize: auto;
}

/* override vt.css default to add placeholder check */
input[type="text"]:invalid:not(:placeholder-shown),
input[type="email"]:invalid:not(:placeholder-shown),
input[type="password"]:invalid:not(:placeholder-shown),
textarea:invalid:not(:placeholder-shown),
select:invalid:not(:placeholder-shown) {
    animation: shake 0.82s cubic-bezier(0.36,0.07,0.19,0.97) both;
    backface-visibility: hidden;
    background-color: red;
    border: 1px solid #900;
    transform: translate3d(0,0,0);
}

/* animate submit buttons*/

input[type="submit"] {
    background-position: center;
    transition: background 0.8s;
}
input[type="submit"]:hover {
    background: #006633 radial-gradient(circle, transparent 1%, #006633 1%) center/15000%;
}
input[type="submit"]:active {
    background-color: #336600;
    background-size: 100%;
    transition: background 0s;
}

input[type="submit"]:disabled {
    background-color: #999999;
    background-size: 100%;
    transition: background 2s;
}

/* changes needed for css from state v2 */

.element-invisible {
    display: none ! important;
}

#header-right {
    min-width: 30vw;
}

#edit-submit {
    font-size: .5em;
}

#mkdocs-search-results article {
    display: list-item;
    margin-bottom: 1em;
}

#mkdocs-search-results article h3 {
    margin-bottom: .1em;
}

.region.region-navigation {
    max-height: 10vh;
    overflow: auto;
}

/* fix heading padding */
h1 {
    padding-top: 25px;
    padding-bottom: 10px;
    margin-left: -20px;
}

h2 {
    padding-top: 25px;
    margin-left: -15px;
}

h3 {
    padding-top: 15px;
    margin-left: -10px;
}

h4 {
    padding-top: 10px;
    margin-left: -5px;
}

h5 {
    padding-top: 5px;
}

.select2-results__options {
    width: 100%;
}

#students .student {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: 1px rgb(93, 94, 93) dashed;
    padding: 10px;
}

#students .student div {
    min-width: 180px;
    margin: 10px 20px;
}