.main_footer {
  display: block;
  width: 100%;
  height: auto;
  background: #4652a6;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  color: white;
}
.main_footer .reg-footer-links {
  color: white;
}
.main_footer .reg-footer-links a {
  text-decoration: none;
  color: #fff !important;
}
.main_footer .reg-footer-links a:hover {
  text-decoration: underline;
}
.main_footer .footer-dmv {
  background: none;
  color: #fff;
}
.main_footer .contact-footer-links .copyright a {
  text-decoration: none;
  color: #fff !important;
}
.main_footer .contact-footer-links .copyright a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1600px) {
  .main_footer {
    font-size: 12px;
  }
}
.main_footer .resolution {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.main_footer .resolution .center_container {
  width: auto;
  height: auto;
  display: inline-block;
}
.main_footer .resolution .center_container > * {
  float: left;
  display: inline-block;
  width: auto;
  height: auto;
}
.main_footer .copyright > li,
.main_footer .socicons > li {
  float: left;
  line-height: 27px;
}
.main_footer .copyright > li > a {
  padding: 0 5px;
  font-size: 12px;
}
.main_footer .copyright > li > a:not(:last-child) {
  border-right: 1px solid #547491;
}
.main_footer .socicons a {
  padding-left: 5px;
  line-height: 27px;
}
.main_footer .socicons a:before {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.main_footer .x_icn_soc_civichub {
  line-height: 0 !important;
  padding-left: 0;
  height: 31px;
}
.main_footer .x_icn_soc_civichub::before {
  content: '';
  display: block;
  background: url("/img/icn_civichub_n_white.png") 50% 50% no-repeat;
  background-size: 16px auto !important;
  min-width: 25px;
  height: auto;
  min-height: 28px;
  border: 0px solid red;
}
.main_footer .x_icn_soc_civichub:hover::before {
  filter: brightness(120%);
}
