.cta {
    background: #fbc601;
	color: #004B97;
	border: 0px solid transparent;
	border-radius: 0;
	text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
}
.cta:hover, .cta:focus, .cta:active, .cta:active:hover {
    background: #004b97;
    color: #fbc601;
    border-color: transparent;
    box-shadow: none;
}


.btn-default {
    white-space: normal;
}
/*.btn-primary:active:hover, .btn-default:active:hover {*/
/*    background-color: transparent;*/
/*    border-color: transparent;*/
/*    box-shadow: none;*/
/*}*/




@media only screen and (max-width : 992px) {
    .cta {
        float: none !important;
    }
}