.button-template.button-blue {
padding-top: 0;
padding-bottom: 0;
background-color: #0044bb;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-size: 16px!important;
}

.button-template.button-blue a:link, .button-template.button-blue a:visited {
color: #fff !important;
background-color: #0044bb;
}

.button-template.button-blue a:hover {
background-color: #003591;
color: #fff;
}

.button-template.button-blue:hover {
background-color: #003591;
color: #fff;
}

.button-template.button-blue a {
color: #fff !important;
background-color: #0044bb;
padding-top: 10px;
padding-bottom: 10px;
}

.button-blue:hover, .button-blue:hover a:link, .button-blue:hover a:visited {
color: #fff !important;
background-color: #003591!important;
}

@media (min-width:768px) and (max-width:1200px) {
.highlighted-wrapper .button-blue {
min-width: 230px;
}
}