/* WebFirst Custom CSS */
.labelfield .rowhide {
display:none;
height: 0;
}
/* Site specific CSS: blok 1: default (320px) */
/* === MultiColor CSS, remove 'menu colors' below for single color menus === */
/* === Default Styles === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 14px;
background: transparent;
}
html, body {
line-height: 1;
height: 100%;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
ol, ul {   list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus {   outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* === End Default Styles === */
body{
font-family: sans-serif;
}
h2{
line-height: 2.2em;
font-size: 1.3em;
}
h3{
line-height: 2.2em;
font-size: 1.2em;
font-style: italic;
text-align: center;
}
li{
list-style: initial;
margin-left: 20px;
line-height: 2.2em;
}
.BodyHTML{
line-height: 2.2em;
}
a{
color: black;
text-decoration: underline;
}
blockquote{
color: red;
}
/* ClaimAdvice */
.navbar-brand {
padding: 0px 15px;
}
/* Site specific CSS: blok 2: Small devices (tablets, 786px and up) */
@media (min-width: 768px) {

}
/* Site specific CSS: blok 3: Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/* Site specific CSS: blok 4: Large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {

}
/* Site specific CSS: blok 5: Print styles */
@media print {

}
