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