/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Arimo');
body{
	font-family: 'Arimo', sans-serif;
}
.alr, .all, .alc{text-align: center;}
.mt{margin-top: 20px;}
a:link, a:visited, a:active{text-decoration: none;}
.menu-footer-container ul li a:hover{color: #FFF;}
.menu-footer-container{}
.footer_widg ul{
	margin-left: 0;
    list-style: none;
    padding-left: 0;
}
.footer_widg ul li{
	display: inline;
}
#menu-footer > li:not(:last-child)::after {
    content: "|";
	margin-left: 5px;
}

.footer-content-area a:link, .footer-content-area a:visited, .footer-content-area a:active {color: #FFF;}
.footer-content-area a:hover{color: #00169C;}
h1,h2,h3,h4,h5,h6{
	color: #004c98;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{color: #004c98;}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{color: #004c98;}
h1{font-size: 36px;}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.alr{text-align: right;}
	.all{text-align: left;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}