/* Default */
body, * { font-family: Arial, sans-serif !important; }
body { line-height: 1.2; }
.shell { width: 100%; }
.d-print-none { display: none !important; }
.printOnly{display:block !important;}

a { font-size: inherit !important; text-decoration:underline !important; }

h1, .h1 { font-size: 13pt !important; font-weight: bold !important; }
h2, .h2 { font-size: 12pt !important; font-weight: bold !important; }
h3, .h3 { font-size: 11pt !important; font-weight: bold !important; }
h4, .h4 { font-size: 10pt !important; font-weight: bold !important; }
p, li, th, td { font-size: 10pt !important; }
.content { padding: 0 !important; }
    .content ul li, #hp_banners .cols_2 ul li { list-style-type: square; list-style-position: inside; background: none; }
.linkedItems h3 { padding:4px; }
.linkedItems ul { padding:4px; }

/* Homepage */
#hp_banners { padding: 4px 0; }
    #hp_banners h3 a, #hp_banners h4 a { padding: 4px; }
    #hp_banners .inner { padding: 0; }
    #hp_banners .dark_blue_bg .inner > div { border: none; display: list-item; list-style-type: square; list-style-position: inside; }
    #hp_banners .cols_2 ul li, #hp_banners .dark_blue_bg .inner > div { margin: 0; padding: 0 0 0 15px; }
    #hp_banners .mustard_bg { border: none; }

.hp .cols_2 > .col, .cols_2.hp > .col_1, .cols_2.hp > .col_2, .cols_3.hp > .col { float: none; width: auto; margin-left: 0; margin-right: 0; }

/* 2 Column */
.main_panel > .shell > .cols_2 > .col_1 { float:none; width:auto; }

/* Header */
/*#logo > a { display:none; }
#logo > img { display:block !important;}*/


/* Footer */
#footer { padding: 4px 0; }
#footer_btm { padding: 4px 0; color:#333; }
#repForm {display:block !important;}
#cookie_panel, #breadcrumb, .qq-upload-button{display:none !important;}
textarea{overflow:visible; display:block; height:auto;}

/*input[type="checkbox"] {
        display: none;
    }

input[type="checkbox"]::after {
        content:"&#9744";
        display:inline-block;
        color:#000;
    }

    input[type="checkbox"][checked="checked"]::after {
        content:"&#9745;";
        display:inline-block;
        color:#000;
    }*/