.alert-message {
    background-color: #a4ce4e!important;
    top: 70px!important;
}

.alert-message strong{
    color: #000;
    font-size: 22px;
}

@media screen and (max-width: 767px){
    .alert-message strong{
        font-size: 18px;
    }

    .alert-message {
        top: 40px!important;
    }
}

.alert-message > .container .font-content-link-1-md {
    font-weight: 400;
    margin-right: 20px;
}

.alert-message,
.alert-message .alert-close-icon .icon{
	color: #000!important;
}

.alert-message .alert-close-icon .icon{
	fill: #000!important;
}

.alert-message .secondary.light{
    background: #fff;
    color: #007abc;
    border: 2px solid #007abc;
    border-radius: 2px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.alert-message .secondary.light:hover{
	background: #0061a0;
    border: 0;
    color: #fff;
}
    
.alert-message .msgBlueTxt{color: #0061A0;}