/*
 * Custom code for cms goes here.
 * A template should always ship with an empty custom.css
 */

.page-content--cms a:hover {
    text-decoration-line: underline;
}
.page-wrapper--cms h1 {
    text-transform: inherit;
}
.page-content--cms ul {
    list-style-type: disc;
    padding: 0.6rem 0.6rem 0.6rem 2rem;
}


.tmd-form-row h1,
.tmd-form-row .h1 {
    width: 100%;
}
.tmd-form-row {
    margin: 20px 0 0 !important;
}
.tmd-form-row .alert {
    width: 100%;
}
.tmdforms .form-group [class^="col"]:has(input[name="agree"]) {
    padding: 0;
}