p.footerAgencyInfo {
    font-size:0.8em;
    font-weight:700;
    margin-top:1em;
    margin-left:5px;
}

.homeStats {
    TEXT-ALIGN: CENTER;
    background-color: #145da0;
    color: #fff;
    padding: 1em;
}     

.homeStatsTitle {
    font-size: 2.5rem;
    font-weight: 900;
}

.homeStatsNum {
    font-size:2rem;
    font-weight:700;
}

.homeStatsDescription {
    font-size: 1.2rem;
    font-weight: 600;
}

.homeStatsFootnote {
    margin-bottom:0;
    font-weight:100;
}

.homeStatsFootnote a {
    color: #fff;
}

.homeStatsFootnote a:hover {
    color: #ccc;
}

img {
    max-width:100%;
    height:auto;
}

/* CMS-412 */
.block-quote-container{
    color: #ffffff;
    background-color: #01203D;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    margin: 1.25rem 0;
}
.quotation-icon{
    color: #EA9828;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    rotate: 180deg;
    justify-content: center;
    margin: 0 auto 5px;
}
.quote{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .5rem;
    text-align: center;
    margin: 1.25rem;
}
.quotee{
    font-size: .9rem;
}

/*corrects for awkward height rows and table*/
.dynamicTable {
    height: initial !important;
}