body {
    height: 100%;
    font-family: arial, helvetica, sans-serif;
    /* font-family: "Trebuchet MS", Arial, Sans-Serif; */
    font-size: 10pt;
}

body,
ul,
td,
th {

}

p {
    font-family: arial, helvetica, sans-serif;
}

em {
    font-weight: bold;
    font-style: italic;
}

.error {
    color: #cc0000;
}

.newsDate {
    font-size: 85%;
    font-style: italic;
    color: #6666cc;
}

.sidebar {
    font-size: 85%;
}

code,
pre {
    font-family: "andale mono", "monotype.com", "courier new", monospace;
    font-size: 90%;
}

h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 140%;
    font-weight: bold;
    color: #000000;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 125%;
    font-weight: bold;
    color: #000000;
}

h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #000000;
}

h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
}

small {
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

a.small {
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
    text-decoration: none;
}

a:link,
a:visited,
a:active {
    color: #c52631;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a.secnavlight:link,
a.secnavlight:visited,
a.secnavlight:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
}

a.secnavlight:hover {
    color: #000000;
    text-decoration: underline;
}

a.linklight:link,
a.linklight:visited,
a.linklight:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
}

a.linklight:hover {
    color: #000000;
    text-decoration: underline;
}


a.secnavdark:link,
a.secnavdark:visited,
a.secnavdark:active {
    color: #101010;
    text-decoration: none;
    background-color: transparent;
}

a.secnavdark:hover {
    color: #000000;
    text-decoration: underline;
}

a.secnavhigh:link,
a.secnavhigh:visited,
a.secnavhigh:active {
    color: #c52631;
    text-decoration: none;
    background-color: transparent;
}

a.secnavhigh:hover {
    color: #000000;
    text-decoration: underline;
}

.treenavc {
    background-color: #cccccc;
}

a.treenavp:link,
a.treenavp:visited,
a.treenavp:active {
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: none;
}

.treenavp {
    background-color: #666666;
}


.tableTitle {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
}

.tableExtras {
    font-family: arial, helvetica, sans-serif;
    font-size: 85%;
    color: #FFFFFF;
}


input {
    font-family: arial, helvetica, sans-serif;
}

textarea {
    font-family: "andale mono", "monotype.com", "courier new", monospace;
}

input.small,
select.small {
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
}

textarea.small {
    font-family: "andale mono", "monotype.com", "courier new", monospace;
    font-size: 75%;
}

.formerror {
    border: 1px solid #db0031;
}

.formerror td {
    border: 1px solid #db0031;
}

.tooltip {
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

.tooltip span {
    margin-left: -999em;
    position: absolute;
}

.tooltip:a {
    text-decoration: none;
}

.tooltip:a hover {
    text-decoration: none;
}

.tooltip:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 99;
    margin-left: 0;
    width: 200px;
    text-decoration: none;
    transform: translateY(-100%);
}

.tooltip:hover span img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}

.tooltip:hover span em {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0.2em 0 0.6em 0;
}

.tooltip .custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

.tooltip .classic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.tooltip .help {
    color: #000000;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #000000;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    padding: 0.5em 0.8em 0.8em 2em;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #000000;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    top: -5px;
    left: 105%;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #C3C3C2;
    color: #db0031;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    z-index: 1;
}

.topActionsWrap {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topActionsWrap>* {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.topActions {
    width: 420px;
    display: flex;
    justify-content: space-evenly;
}

.topActions>* {
    position: relative;
    width: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#flyerdownload {
    margin-right: -20px;
}

.topActions .fa {
    font-size: 30px;
    color: #000 !important;
    margin-bottom: 5px;
}

.topActions .topActionName {
    border: 0;
    text-align: center;
    color: #000 !important;
}

.topActions a:hover,
.topActions .fa:hover,
.topActions .topActionName:hover {
    text-decoration: none !important;
}

.downloadFlyer {
    all: unset;
    border: 0;
    cursor: pointer;
}

.flyerDropdown > a,
.flyerDropdown > i {
    cursor: pointer;
}

.flyerDropdown:hover .flyerOptions {
    display: block;
}

.flyerOptions {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    border: 1px solid #000;
    z-index: 1;
    transform: translateX(-50%);
    text-align: left;
}

.flyerOptions a {
    display: block;
    padding: 6px;
    white-space: nowrap;
    color: #000;
}

.flyerOptions a:hover {
    color: #fff;
    background: #c52631;
}