/* Permits system overrides */

/* Links */
a {
    color:#005fc4;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
    text-decoration-line: underline;
}

a:hover,
a:focus,
a:active  {
    color:#772296;
    -webkit-transition:all 0.2s easeout;
    transition:all 0.2s ease-out;
    text-decoration-line: underline;
}

/* Footer */
footer {
    background: #dcdcdc;
}

div .error-message {
    color: #d33c43;
}

button {
    background-color: #118844;
    border: 0.1rem solid #118844;
}

div .form-field {
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
}

div .form-field-name {
    margin-top: 0.5em;
}


div .signature {
    font-family: Cursive, Times, serif;
    font-size: 2em;
}

@media screen {
    div .print-only {
        display: none;
    }
}

@media print {
    div .screen-only {
        display: none;
    }
}
