/* Finance Privacy Policy CSS */
/* default css settings */
form {
    margin: 10px 0px 0px 10px;
}
body,
html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #ffffff;
}
h3,
h4,
h5 {
    margin: 0;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 2px;
}
h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}
h5 {
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
}
a {
    color: #000000;
    text-decoration: underline;
}
a:link,
a:visited {
    color: #000000;
}
ul {
    padding-left: 2rem;
}
li {
    list-style-type: square;
}
ul.horizontal li {
    display: inline;
    padding: 2px 25px 2px 0px;
}
/* tables */
table {
    width: 730px;
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #000000;
    border-collapse: collapse;
    margin-bottom: 2px;
}
table th {
    border-width: 1px;
    padding: 10px 0px 5px 10px;
    border-style: solid;
    border-color: #000000;
    background-color: #666666;
    font-size: 12px;
}
table td {
    border-width: 1px;
    padding: 5px 5px 5px 10px;
    border-style: solid;
    border-color: #000000;
    line-height: 1.4;
}
/* top of page elements */
table.top-of-page {
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-collapse: collapse;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    font-size: 12px;
}
table.top-of-page td {
    border-width: 0px;
    border-style: none;
}
table.top-of-page .border {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}
table.border-none {
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-collapse: collapse;
}
table.border-none td {
    border-width: 0px;
    border-style: none;
}
/* margin settings for elements */
.spacer-2 {
    margin-bottom: 2px;
}
.spacer-5 {
    margin-bottom: 5px;
}
.spacer-20 {
    margin-bottom: 20px;
}
/* uppercase text */
.upper {
    text-transform: uppercase;
}
/* light background color */
.bcl {
    background-color: #666666;
}
/* dark background color */
.bcd {
    background-color: #666666;
}
/* white font */
.fw {
    color: #ffffff;
}
/* element highlights */
.highlight-tall {
    width: 85px;
    padding-bottom: 20px;
}
.highlight-medium-width {
    width: 125px;
    padding-bottom: 20px;
}
.highlight-long-width {
    width: 155px;
    padding-bottom: 20px;
}
.highlight-short {
    width: 85px;
    padding-bottom: 5px;
}
/* text alignments */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-top {
    vertical-align: top;
}
/* page breaks */
.break-before {
    page-break-before: always;
}
.break-after {
    page-break-after: always;
}
@media print {
    .carcasm-text-us-button {
        display: none;
    }
    .fw {
        color: #000000;
    }
    .uwy.userway_p7 {
        display: none;
    }
}