
.call-to-action a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #001560;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

@media (min-width: 992px) {
    .call-to-action a {
        font-size: 20px;
    }
}

.call-to-action a:after {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-size: 14px;
    line-height: 24px;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.call-to-action a:hover {
    color: #ffffff;
}

.call-to-action a:hover:after {
    color: #ffffff;
}

.call-to-action .blueLink a, .call-to-action .blueLink a:after {
    color: #001560;
}

.call-to-action .blueLink a:hover, .call-to-action .blueLink a:hover:after {
    color: #ffffff;
}

.call-to-action .whiteLink a, .call-to-action .whiteLink a:after {
    color: #ffffff;
}

.call-to-action .whiteLink a:hover, .call-to-action .whiteLink a:hover:after {
    color: #001560;
}

/**umb_name:Blue Link*/
.blue-link {
	color: #001560;
}

/**umb_name:White Link*/
.white-link {
	color: #000000;
}
