/* Hovers to be added for desktop only */
.top-nav > ul > li:hover > a {
  background: #fff;
  color: #01b8d8;
}
.top-nav ul li a:hover {
    color:#01b8d8;
}
.main-content a:hover {
    color:#fff;
    background-color: #256995;
    text-decoration:none;
}
.main-content input[type="button"]:hover, .main-content input[type="submit"]:hover {
    background:#256995;
    background: rgb(37,105,149); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(37,105,149,1) 0%, rgba(28,84,120,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,105,149,1)), color-stop(100%,rgba(28,84,120,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(37,105,149,1) 0%,rgba(28,84,120,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(37,105,149,1) 0%,rgba(28,84,120,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(37,105,149,1) 0%,rgba(28,84,120,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(37,105,149,1) 0%,rgba(28,84,120,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256995', endColorstr='#1c5478',GradientType=0 ); /* IE6-9 */
    color:#fff;
    border:1px solid #18435f;
}