@charset "UTF-8";

/* responsive footer
--------------------------------------------------------------------*/
footer {
	text-align: center;
	color: #000;
	border-top: 1px solid #9ba3a3;
}
footer .inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
footer .localgov_bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 80px 0 50px;
}
footer .localgov_bnr a {
	display: inline-block;
	width: 31.5%;
	margin: 0 8px;
}
footer .localgov_bnr .spacer {
	display: inline-block;
	width: 31.5%;
	margin: 0 8px;
}
footer .localgov_bnr a img {
	width: 100%;
  max-width: 578px;
	margin-bottom: 20px;
}

footer #footerPageTop {
	background: #DAE1E1;
	display: block;
	padding: 10px 0 20px;
	margin-bottom: 20px;
}
footer nav#footerMainMenu {
	padding: 10px 0;
}
footer nav#footerMainMenu ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}
footer nav#footerMainMenu ul li {
	display: inline;
	margin: 0 10px;
}
footer nav#footerSubMenu ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	text-align: center;
}
footer nav#footerSubMenu ul li {
	display: inline;
	margin: 0 15px;
	font-size: 10px;
	letter-spacing: 2px;
}
footer #pms {
	position: absolute;
	top: 5px;
	right: 200px;
}
footer #npojop {
	position: absolute;
	top: 13px;
	right: 295px;
}
footer #te2025 {
	position: absolute;
	top: 10px;
	right: 0px;
}
footer #te2025 img{
	width: 90%;
}
footer #copyright {
	padding: 10px 0;
	font-size: 10px;
	line-height: 1.4em;
	letter-spacing: 1px;
}

footer a,
footer a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
}
footer a:hover,
footer a:active {
	text-decoration: underline;
	color: #000;
}


@media screen and (max-width:980px) {
  footer .localgov_bnr {
    padding: 12% 0 4%;
  }
  footer .localgov_bnr a {
    width: 90%;
    margin: 0 0 3%;
  }
  footer .localgov_bnr a img {
    margin: 0;
  }
  footer #footerPageTop {
    margin-bottom: 0;
  }
  footer #footerPageTop img {
    width: 20px;
    height: auto;
  }
  footer nav#footerMainMenu {
    padding: 10px 0 20px;
  }
  footer nav#footerMainMenu ul {
    margin: 0;
    padding: 15px 0 20px;
    border-bottom: 1px solid #C4C2C2;
  }
  footer nav#footerMainMenu ul li {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 0 10px;
  }
  footer nav#footerSubMenu {
    margin-top: 20px;
  }	
  footer nav#footerSubMenu ul {
    margin: 0;
  }
  footer #pms {
    position: relative;
    top: 3px;
    right: 0;
    display: inline-block;
    margin: 10px 0 0 8px;
  }
  footer #npojop {
    position: relative;
    top: 8px;
    right: 0;
    display: inline-block;
    margin: 0px 5px 0 10px;
  }
  footer #te2025 {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    margin: -10px 5px 0;
  }
  footer #te2025 img{
    width: 90%;
  }
}