.template-pages .formMessage {
    margin-top: 0;
    color: red;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0.75em 1% 0.75em 0;
}

#main_menu,
.content-area form .invisible {
    display:none;
}

.content-area legend {
    font-size: 14.4px;
    font-size: 0.9rem;
}

.content-area form fieldset ul {
    list-style-type: none;
}

.content-area li label {
    display: inline;
    margin-left: 1em;
}

.note {
    color: #1d1d1d;
    background-color: #edefe9;
    clear: both;
    font-size: 1rem;
    margin: 1.25em 0;
    padding: 1.5em;
}

p.note-warning{
    color: #1d1d1d;
    word-wrap: break-word;
    background-color: #ffffff;
    border: 2px solid #e5e2e2;
    border-left: 6px solid #ca7d12;
    border-radius: 0.25rem;
    padding: 1rem;
}

.content-area select > * {
    font-weight: bold;
}

#sub_menu {
    display: none;
}

.template-pages .content-area {
    width: auto;
}

a[href$=".pdf"]:after,
a[href$=".PDF"]:after {
    font-family: "udes-icons";
    content: '\e82f';

}
a[href$=".pdf"]:before,
a[href$=".PDF"]:before {
   display: none;!important
}