
/**umb_name:Blue type*/
.BlueType{color: #00539B !important;}

/**umb_name:Career Form*/
.CareerForm{}

/**umb_name:Disclosures*/
.Disclosures{font-size: 12px;
color: #565A5C;
display:inline-block;
line-height: 120%;}

/**umb_name:Header 5 Blue*/
.Header5Blue{font-weight: 500;
font-size: 22px;
line-height: 32px;
margin-bottom: 3px;
color: #00539B;}

/**umb_name:Image size*/
img{max-width: 100%;}

/**umb_name:Indent List*/
.IndentList{margin-left: 3%;}

/**umb_name:Mission*/
.Mission{font-size:14px;
line-height: 120%;
display:inline-block;}


.resource-card {
    background-color: #fff;
    border-top: 5px solid #00539B;
    box-shadow: 0 2px 4px rgba(0,0,0,.3)
}

.resource-card__content {
    padding: 20px 20px 12px;
    min-height: 167px
}

.resource-card h5 {
    margin-top: 0
}

.resource-card a {
    display: block;
    color: #fff;
    letter-spacing: 2px;
    background-color: #E31837;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase
}

.cards td{font-size: 13px !important;
	line-height: 23px !important;
	background-color: #ffffff !important;
	margin: 10px !important;
}

.smartBlog .postList .post > a {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .lob__service:nth-of-type(odd) .promo-image-w-cta__content div[class^=col] {
        margin-right:auto;
        margin-left: auto
    }
    
    .resource-card {
        margin-bottom: 30px
    }
    
    .resource-card__content {
        min-height: auto
    }
}


/**umb_name:Underline*/
.underline{text-decoration: underline !important;}