/*----- CMS Version 3.0 Compatible -----*/



/* DON'T PRINT */
.dontPrint,
body>header,
body>nav,
#contentWrap>.wrap>aside,
.fatFooter,
#web-solutions-exposure,
#seoFooter,
.search-container,
.breadcrumb,
#emulating,
.autocomplete-suggestions {
    display: none !important;
}



/* PRINT */
.PrintOnly {
    display: block;
}

body {
    background: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

body * {
    color: #000;
    font-family: sans-serif;
    line-height: 1.5;
}

#printHeader img {
	height: 40px;
	width: auto;
}

h1, h2, h3, h4, h5, p, table, ul, ol {
	margin: 0 0 5px;
}

:is(p, ul, ol, table) + :is(h1, h2, h3, h4, h5) {
	margin-top: 10px;
}

h1 {font-size: 20px}
h2 {font-size: 16px}
h3 {font-size: 14px}
h4 {font-size: 13px}
h5 {font-size: 12px}

.white-block {
	margin: 0 0 16px;
}

.flex-control {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 0.5em;
    width: 100%;
}

.flex-control :is(.left, .right) {
	display: flex;
}

.flex-control table,
.flex-control .datalist,
.flex-control .table-container,
.flex-control .full-width {
    width: 100%;
}

.flex-control :is(h1, h2, h3, h4, h5) {
	margin: 0;
}

a {

    color: #06F !important
}

#contentWrap,
body>*>.wrap,
#content,
.wrap,

body>footer {
    padding: 0 !important;
    width: 100%;
}

body>footer {
    margin-top: 2em;
}

#content ul,
#content ul li {
    list-style-position: outside;
    list-style-type: square;
}

#content ul li {
    background-image: none;
    margin-top: 1px;
    padding-left: 0px;
}

#content ul {
    margin-left: 15px;
}

#content ul li ul li {
    background: none;
    padding-left: 0;
}

hr {
    border: 0;
    border-top: 1px solid #000;
    clear: both;
    margin: 1.5em 0;
    padding-top: 1px;
}

table {
	border: 1px solid #666;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

table th {
	border: 1px solid #666;
	font-weight: bold;
	padding: 0.5em;
}

table td {
	border: 1px solid #666;
	padding: 0.5em;
}

body>footer {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    gap: 0.5em;
}

.footer-disclaimer {
    border: 1px dashed #666;
    padding: 0.25em 0.5em;
}