﻿.articleContent {
    color: #4d4d4d !important;
    font-size: 13px;
}

.articleContent a {
    color: #db8902;
}

.articleContent a:hover {
    color: #db8902;
}

.articleContent a:visited {
    color: purple;
}

.articleContent p {
    line-height: 17px;
    font-size: 13px;
    text-align: left !important;
}

.articleContent div {
    line-height: 17px;
    font-size: 13px;
    text-align: left !important;
}

@media (max-width: 600px) {
    .articleContent p {
        color: #4d4d4d !important;
        line-height: 1.2;
        font-size: 4.5vw;
        text-align: left !important;
    }
    .articleContent div {
        color: #4d4d4d !important;
        line-height: 1.2;
        font-size: 4.5vw;
        text-align: left !important;
    }
    a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }
}

.articleContent h2 {
    font-size: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    color: white !important;
    background-color: #ddd !important;
}

.grayLink {
    color: gray;
}

.openSpan {
    margin-right: 2px;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

.closeSpan {
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.Accordion {
    border: none;
    outline: none;
}

.AccordionPanelTab {
    line-height: 23px !important;
}

.megaMenuTable tr td span a {
    margin-bottom: 3px;
}

#ContainerSection {
    background-image: url(/main/templates/images/header_top_wood_texture_T1.png) !important;
}

.whiteBackground {
    background-color: white;
}

.padding8px {
    padding: 8px;
}

.homePageNews {
    width: 30%;
    vertical-align: top;
    margin: 0 !important;
}

.eyeNav {
    margin-bottom: 11px;
}

.eyeNav a {
    color: #8d8e8e;
}

.NewsRoomLink {
    color: #67823a;
}

.landingRightContent a {
    color: #A0A0A0 !important;
}

.landingPageTitle {
    font-size: 20px;
}

.mobileCampaign {
    list-style: none;
}

.mobileCampaign ul li {
    text-align: center;
}

.employeeListingRow {
    width: 33%;
    padding: 5px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: top;
}

.employeeListingRow_alt {
    width: 33%;
    background-color: #f2f2f2;
    padding: 5px;
    vertical-align: top;
}


/* DivTable.com */

.divTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 0px solid #AAAAAA;
}

.divTableRow {
    display: table-row;
}

.divTable .divTableRow:nth-child(even) {
    background: #F2F2F2;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}