html,body{
	font-size: 16px;
}
footer *:before,
footer *:after{
	display: none !important;
}

footer {
  --accent-color: #008349;
  background: var(--accent-color);
  color: white;
  line-height: 2.5em;
  font-size: 0.85em;
}
footer a {
  color: white;
}
footer a:hover{
	text-decoration: underline !important;
}
footer .container {
  max-width: 1600px;
}
@media only screen and (max-width: 1690px) {
  footer .container {
    max-width: 1140px;
/*     margin-left: 0; */
  }
}
@media only screen and (max-width: 1280px) {
  footer .container {
    max-width: 1080px;
  }
}
footer.section p {
  font-size: 1em;
}
footer .logo {
  height: 75px;
  width: auto;
  margin: 0;
  display: block;
  max-width: 50vw;
}
footer .logo img {
  padding: 0;
}
@media only screen and (max-width: 512px) {
  footer .logo {
    height: 40px;
  }
  footer .logo img {
    width: 120px;
  }
}
footer .logo-cdg {
  margin-top: auto;
  width: 25vw;
  max-width: 108px;
  margin: 2em 0;
}
footer .logo-wrapper a {
  height: 40px;
  display: block;
  width: auto;
  font-weight: 300;
}
@media only screen and (max-width: 512px) {
  footer .logo-wrapper a {
    height: unset;
  }
}
footer .logo-wrapper a img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 512px) {
  footer .logo-wrapper a img {
    max-width: unset !important;
    width: 26vw;
    height: 6vw;
  }
}
footer .decor.line {
  border-width: 2px;
}
footer hr {
  border-color: white;
  opacity: 1;
}
footer a {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 300;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}
footer p {
  text-decoration: none !important;
}
@media only screen and (max-width: 512px) {
  footer .policy {
    font-size: 12px;
  }
  footer .policy a {
    font-size: 12px;
  }
}/*# sourceMappingURL=footer.css.map */