body {
    font-family: "Tahoma", "sans-serif";
    font-size: 10.0pt;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #2f2f2f;
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
}

h1 {
    margin: 0;
    font-size: 28px;
    color: #333298;
    font-weight: bolder;
}

h2 {
    font-size: 15px;
    text-decoration: underline;
    color: #333298;
}

hr {
    border: none;
    border-bottom: 1pt solid #000;
    margin-bottom: 10px;
}

.mainContent {
    display: flex;
    flex-flow: column;
    background: #f2f2f2;
    width: 975px;
    margin: 0 auto;
    border: 1px solid #000;
}

.header {
    mso-yfti-irow: 0;
    mso-yfti-firstrow: yes;
    mso-border-themecolor: text1;
    mso-border-alt: solid black .5pt;
}

.header img {
    display: block;
    width: 100%;
}

.excerptTitle {
    background: #000;
    color: #f2f2f2 !important;
    text-align: right;
    font-style: italic;
    border: 1px solid #000;
    padding: 4.3pt 27.25pt 2.15pt 0;
    mso-yfti-irow: 1;
    mso-themecolor: background2;
    mso-themetint: 51;
    mso-border-alt: solid black .5pt;
    mso-border-themecolor: text1;
    mso-border-top-themecolor: text1;
    mso-border-top-alt: solid black .5pt;
}

.excerptTitle a {
    color: #FFF !important;
    font-style: normal;
}

.headerSeparator {
    display: flex;

    mso-yfti-irow: 2;
    mso-yfti-lastrow: yes;
}

.headerSeparator img {
    width: 100%;
    height: 9px;
}

.tipContentBackground {
    background: #b8cce4;
}

.articleContent {
    padding: 10px 15px;
    text-align: justify;
    mso-yfti-irow: 0;
    mso-yfti-firstrow: yes;
    border-top: 1px solid #000;
    mso-border-left-alt: solid #e3e3e3 .5pt;
    mso-border-left-themecolor: #e3e3e3;
    mso-border-right-alt: solid black .5pt;
    mso-border-right-themecolor: text1;
}

.articleClosingText {
    padding: 10px;
    text-align: justify;
    mso-yfti-irow: 0;
    mso-yfti-firstrow: yes;
    mso-yfti-lastrow: yes;
}

.footerSeparator {
    display: flex;
    border-top: 1px solid #000;
    background: #000;
}

.footerSeparator img {
    width: 100%;
    height: 12px;
}

.footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    background: #000;
}

.footerLogo {
    border: none;
    border-left: 1pt solid #000;
    border-right: 1pt solid #000;
    padding: 0;
    width: 232px;
    text-indent: 16pt;
}

.footerLogo img {
    width: 193px;
    height: 79px;
}

.footerAddress {
    flex-grow: 2;
    padding-left: 5px;
}

.footerAddress, .footerPhonesSocial {
    color: #f2f2f2 !important;
}

.footerPhonesSocial {
    flex-grow: 1;
    padding: 0 20px 0 0;
    text-align: right;
}

.footerPhonesSocial a {
    color: #FFF !important;
    text-decoration: none !important;
}

.footerSocial {
    padding-top: 5px;
}

/* ARTICLE CONTENT STYLES */
.fontColorBlack {
    color: #000;
}

.contentRow {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    gap: 10px;
}

.contentColumn {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.contentColumn p {
    margin-top: 0;
}

.contentColumn50 {
    width: 50%;
}

.contentColumn30 {
    width: 30%;
}

.contentColumn70 {
    width: 70%;
}

.contentColumn50 img, .contentColumn30 img, .contentColumn img {
    width: 100%;
}

.columnAlignVCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.columnAlignHCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rowReverse {
    flex-direction: row-reverse;
}

.columnReverse {
    flex-direction: column-reverse;
}

.articleMainImage img {
    width: 650px;
    height: 347px;
}

.contentTables {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.contentTables td {
    vertical-align: top;
    border: none;
    padding: 0;
}

.dataTable th {
    background: #89ceff;
    font-weight: bolder;
    text-align: left;
    color: #000000;
    padding: 5px;
}

.dataTable tbody tr:nth-child(even) {
    background: #ebeaea;
}

.dataTable td {
    padding: 3px 3px 3px 5px;
}

.textBox {
    width: 100%;
    background: #cfdef7;
    padding: 5px;
    border: 1px solid #000;
}

.caption {
    font-size: 10px;
    text-align: center;
}

.letterBox {
    background-color: #f5eed1;
    background-image: url("../../images/letter-top.jpg"), url("../../images/letter-bottom.jpg");
    background-repeat: repeat-x, repeat-x;
    background-position: top, bottom;
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.letterTitle {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    margin-top: 0;
}

ul li {
    padding-bottom: 10px;
}

ul.checkMarkListBlue {
    list-style: none;
    padding: 0;
}

ul.checkMarkListBlue li:before {
    content: '\2713';
    margin: 0 .5em 0 1em;
    clear: both;
    float: left;
    font-size: 18px;
    font-weight: bolder;
}

ul.checkMarkListBlue li:before {
    color: #333298;
}

/* END ARTICLE CONTENT STYLES */

/* RESPONSIVE BREAKPOINTS */
/* COMMON BREAKPOINTS
 * 320px - 480px: Mobile devices
 * 481px - 768px: iPads, Tablets
 * 769px - 1024px: Small screens, laptops
 * 1025px - 1200px: Desktops, large screens
 * 1201px and more -  Extra large screens, TV
 */
/* Mobile and tablets breakpoints */
@media (max-width: 768px) {
    .mainContent {
        width: 100% !important;
    }

    .articleMainImage img {
        width: 100% !important;
        height: auto !important;
    }

    .contentRow {
        flex-flow: column;
    }

    .contentColumn50, .contentColumn30, .contentColumn70 {
        width: 100% !important;
    }

    .contentRow.reverseOrder {
        flex-direction: column-reverse;
    }
}

/* END OF RESPONSIVE BREAKPOINTS */