.footerbase {
    background-color: #173C68;
    color:#fff;
    border-top: 3px #F79E1D solid;
    padding-top:40px;
	position: relative;
    width: 100%;
    bottom: 0px;
}
ul.footer-lists {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.footerbtn {
    background-color: #F79E1d;
    color: #173C68;
    border-radius: 10px;
    margin:5px 0;
    width: 50%;
}

/* Make footer links white */
.footerbase a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* Darkened hover effect */
.footerbase a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* Social Media Icons */
.footersoc {width:35px; height:auto; display: inline-block;}