/* Reset */

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: block;
    border: none;
    padding: 0px;
    margin: 0px;
}

/* End Reset */
body {
    font-family: Arial, Helvetica, sans-serif;
}

.h1headers {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: bolder;
}

#right {
    float: right;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.title2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
}

.title3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: bold;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

.mainCopy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.footer2 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 13px;
    color: #5B5B5B;
    line-height: 17px;
}

.tableProperties {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.mainMenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    padding-bottom: 4px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #4F6C99;
    padding-left: 1px;
    padding-top: 2px;
    margin-left: 6px;
}

.mainMenu a, a {
    color: #FFFFFF;
    text-decoration: none;
}

.mainMenu a:hover, a:hover {
    color: #D9E0EC;
    text-decoration: underline;
}

.product-box {
    text-align: center;
}

.product-box a {
    color: #333;
}

.product-box div {
    margin: 5px 10px;
    display: block;
    float: left;
}

.product-box div a {
    font-size: 14px;
}

.table-title {
    color: #000;
    font-size: 14px;
}

.table-title:hover {
    color: #000;
}

.featured-container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.featured-container .featured-box {
    padding: 5px;
    box-shadow: 0px 0px 5px 2px rgba(204, 204, 204, 1);
    line-height: 1.4em;
}

.featured-container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
}

.featured-container .title {
    background: #C20016;
    margin: 0;
    padding: 10px;
    color: #fff;
}

.featured-container img {
    width: 100%;
}

.featured-container ul {
    background-color: #627AAA;
    margin: 0;
    padding: 1em 2em;
    color: #fff;
}

.td-box-message-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.td-box-message-container .left {
    width: 30%;
}

.td-box-message-container .right {
    width: 60%;
}

.message-box {
    text-align: center;
    border: 2px solid red;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.message-box h4 {
    margin: 0px;
}

.covid-19-link {
    display: inline-block;
    background: red;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
}

.covid-19-link:hover {
    background: pink;
}

.header-slogan {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-right: 20px;
    padding-top: 10px;
    color: #B70000;
}
.header-slogan img{
    margin-right: 15px;
    object-fit: contain;
}
