.agreement {
	display:none;
}
.coverage {
	display:block;
	width:100%;
	border:solid 1px #000000;
	padding: 5px;
}
.coverage hr {
	margin:0;
	border: 1px solid #000000;
	background:#000000;
	width:100%;
	color:#000000;
	height:0px;
}
.pull-right ul {
	list-style: initial;
	margin: initial;
	padding: 0 0 0 40px;
}
.pull-right li {
	display: list-item;
}
.coveragenote {
	font-weight:bold;
	font-style: italic;
	color:#000000;
	font-size: .8em;
}
a {
	color: #333333;
	text-decoration: none;
}
body {
	color: #000000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer p {
	color:#ffffff;
}
.menuzord-brand {
	margin-top:10px;
}
.menuzord-brand img {
	max-height: 50px;
}
.footer a {
	color:#ffffff;
}
 .layer-overlay.overlay-dark::before {
 background-color: rgba(17, 17, 17, .30);
}
.text-theme-colored2 {
	color:#ffffff !important;
}
.footer-logo{
text-align:right;
}
.footer-logo img{
padding-right:18px;}
.footeraddress{
text-align:center;
}
@media only screen and (max-width: 768px) {
.footer-logo{
text-align:center;
}
.footer-logo img{
padding-right:0px;}
.footeraddress{
text-align:left;
}
}
@media only screen and (max-width: 1000px) {
.mission {
white-space: normal !important;
width:400px !important;
padding-top:40px !important;
}
}
#wrapper {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 348px;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 348px;            /* Footer height */
}