footer{
    background: #002345;
    color: #fff;
    padding: 68px 0 90px;
    min-height: 24px;
    margin: 120px auto 60px auto;
    font-size: 12pt;
    font-family: Montserrat;
}

footer > div > div > div {
    padding: 18px 6px;
}

footer a{
    color: #dfdfdf;
}


.footer-ssl{
    color: #fff;
}

.footer-ssl img{
    max-width: 300px;
    width: 100%;
    top: -12px;
    position: relative;
}

.footer-copyright{
     color: #fff;
}



#footer-container .wrapper { padding-top:2em; }
#footer-container a:focus,
#footer-container a:hover,
#footer-container a:active { text-decoration:underline; }


footer ul.social-links{
    list-style: none;    
}

footer  ul.social-links li{
    display: inline-block;
    margin: 0px 18px 6px 18px;
}

footer  ul.social-links li a{
    font-size: 32px;
    color: #fff;
}


#bottom-nav {
	float: left;
	margin:0;
	width: 100%;
}
#bottom-nav .menu,
#bottom-nav .submenu {
	max-height:none;
	position:static;
	background:transparent;
	padding: 0;
		width: 100%;
	text-align: center;
}

footer div{
	text-align: center;
}

#bottom-nav ul{
    list-style-type: none;
    width: 100%;
}
#bottom-nav .menu > li {
	float: left;
	line-height: 1em;
	width: 100%;
	text-align: center;
}
#bottom-nav .menu h3 {
    color: rgb(245, 247, 243);
    cursor: auto;
    background: transparent;
    border: none;
    font-size: 1.1em;
    padding: 0;
    margin: 0 0 6px 0;
}
#bottom-nav .submenu > li {
	border:none;
	background:transparent;
}
#bottom-nav .submenu a {
    color: white;
    line-height: 1.4em;
    font-size: 18px;
}
#bottom-nav .submenu > li a:focus, #bottom-nav .submenu > li a:hover ,
#bottom-nav .submenu > li a:active  { background-color: transparent; }


