﻿footer {
    background-color: #0a4a27;
}

.TwoColumn, .TwoColumnCTAs {
    background: #eaeae8;
}

.twoColumnBg h2 {
    color: #0a4a27;
    margin: 0px 0px 5px 0px;
}

.twoColumnBg h3 {
    color: #0a4a27;
    margin: 0px;
    font-weight: 700;
}

.AdvisoryFourOne, .AdvisoryFourTwoA, .AdvisoryFourTwoB, .AdvisoryFourThree {
    background: #fff;
}

.callout-button, .btn-primary, .btn-primary:active {
    color: #0a4a27!important;
    border: solid 2px #0a4a27 !important;
}

    .callout-button:after {
        content: "\f138";
        margin-left: 5px;
        font-family: "Font Awesome 6 Pro";
    }

.CalloutIcon {
    background: #0a4a27;
}

.HomeCTAs a:hover {
    border: solid 2px #0a4a27;
    color: #0a4a27;
    text-decoration: none;
}

.categoryLinks a {
    background: #0a4a27;
    color: #fff;
}

    .categoryLinks a:hover {
        background: #231f20;
        color: #fff;
        text-decoration: none;
    }

    .CalloutIcon .fa-light {
        color: #eaeae8;
    }

a {
    color: #0a4a27;
    text-decoration: none;
}

.lightGrey {
    background: #f1f1ef;
}

.TwoColumnContent ul li:before {
    color: #0a4a27;
}

.topBlogBanner {
    height: 300px;
    background: #0a4a27;
}

    .topBlogBanner h1 {
        color: #fff;
        margin: 0px auto 0px auto;
        display: table;
        padding-top: 180px;
    }
