html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Arial';
    font-size: 16px;
    line-height: 1.75;
    color: #000;
    background: #f2f2f2;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial';
    font-weight: 900;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-weight: normal;
}

p {
    margin: 0;
}

a {
    color: RED;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #fff;
    background: YELLOW;
    text-decoration: none;
}

b,
strong {
    font-family: Arial;
    font-weight: 700;
}

i,
em {
    font-family: 'Arial';
    font-style: italic;
}

b i,
b em,
strong i,
strong em,
i b,
i strong,
em b,
em strong,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    font-family: 'Arial';
    font-style: italic;
    font-weight: 900;
}

picture,
img {
    max-width: 100%;
}

.small {
    font-size: 13.8px;
    line-height: 1.3;
}

.center {
    text-align: center;
}

.quote {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote.small {
    font-family: 'Arial';
    font-size: 18px;
}

.author {
    font-size: 14px;
    text-align: center;
}


#Header {
    position: relative;
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}

#Header #Logo {
    position: absolute;
    bottom: 0.5em !important;
    right: 0.5em !important;
    padding: 1em 1em 1em 1em !important;
    text-align: left;
    color: #000;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.75);
}

#Header #Logo:hover,
#Header #Logo:focus,
#Header #Logo:active {
    background: rgba(255, 255, 255, 0.85);
}

#Main {
    width: 100%;
    padding: 3em 0 0;
}

.content {
    width: 94%;
    max-width: 1248px;
    margin: 0 auto;
}

.col img {
    display: block;
    margin: 0 auto 1em;
}

.col .box {
    padding: 0.4em 1.2em;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.col .box.white {
    padding: 0.8em 1.2em;
    background: #fff;
}

.col .box.yellow {
    padding: 0.0em 1.2em;
}

.col .box.yellow h1 {
    padding: 0.5em 1em;
    background: #ffc200;
    color: #fff;
}

.col .box.blue {
    padding: 0.8em 1.2em;
    background: #fff !important;
}

.col .box.grey {
    padding: 0.8em 1.2em;
    background: #cbcbcb;
}

.col .box.grey .col {
    padding: 0.8em 1.8em 0 1.8em;
}

.col .title {
    display: block;
    margin: -0.8em -1.2em 0.8em;
    padding: 0.8em 1.2em;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #008483;
}

.col .title img {
    display: block;
    margin: 0 auto;
    max-height: 30px;
}

.col .box img {
    display: inline-flex;
    margin: 0 0 auto auto;
    max-width: 180px;
    height: auto;
}

.container {
    display: table;
    width: 100%;
    height: 80%;
}

.container .middle {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#Copyright {
    width: 94%;
    max-width: 1248px;
    margin: 0 auto;
    padding: 1em 0 2em;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}

#Copyright a {
    color: #000;
}

#Copyright a:hover,
#Copyright a:focus,
#Copyright a:active {
    color: #008483;
    background: transparent;
    text-decoration: underline;
}

.grid-equalHeight {
    margin-bottom: 30px;
}

.left-column {
    border-right: 1px solid #888888;
    padding-right: 15px;
    margin-top: 10px;
}

.right-column {
    padding-left: 15px;
    margin-top: 10px;
}


@media screen and (max-width: 64em) {
    .container {
        height: 70%;
    }
}

@media screen and (max-width: 48em) {
    .container {
        height: 80%;
    }
}

@media screen and (max-width: 36em) {
    #Header {
        text-align: center;
    }

    #Logo {
        left: 2em;
    }

    .imagetext {
        font-family: 'Arial';
        text-align: center;
    }

    .container {
        display: block;
        height: auto;
    }

    .container .middle {
        display: block;
    }

    .left-column {
        border-right: none;
        padding-right: 0;
    }

    .right-column {
        padding-left: 0;
    }

    .col .box img {
        margin: 0 0 0 10px;
        width: 100%;
        max-width: 120px;
        height: auto;
        max-height: max-content;
    }
}

.responsive-mobile-table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    font-family: "Times New Roman", serif;
    font-size: 16px;
}

.responsive-mobile-table th,
.responsive-mobile-table td {
    width: 50%;
    vertical-align: top;
}

.responsive-mobile-table ul {
    padding-left: 20px;
    list-style-type: '- ';
}

.responsive-mobile-table li em {
    display: block;
    font-style: italic;
    font-weight: 400;
}