@charset "UTF-8";
footer {
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: all ease 0.3s;
  bottom: 0;
  overflow: hidden;
  color: "";
  background: #EFEFEF;
  /* Main Footer  */
  /* Baseline Footer */
}
footer * {
  text-decoration: none;
  list-style: none;
  font-size: 1rem;
}
footer .trigger {
  line-height: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1rem 0;
  font-weight: 600;
  margin: 0;
}
footer .trigger:empty {
  display: none;
}
footer .trigger::after {
  content: '+';
  font-weight: normal;
  float: right;
  padding: 0 0 5px;
  font-size: 2rem;
}
footer .trigger.active::after {
  content: '–';
}
footer .toggle, footer .toggle:empty {
  display: none;
}
footer .toggle ul:not(.symbols) {
  padding: 0;
}
footer .toggle > div > h2, footer .toggle > div > h3 {
  display: none;
}
footer .footer1 > .container > .row .col-12 {
  border-bottom: 1px solid #aaa;
}
footer .footer1 a {
  color: "";
  font-size: 1rem;
}
footer .footer1 a:hover {
  color: "";
}
footer .footer1 .social {
  display: flex;
  margin-bottom: 1rem;
  align-self: center;
}
footer .footer1 .social li {
  line-height: 1rem;
}
footer .footer1 .social a {
  font-size: 200%;
  margin-right: 0.5rem;
}
footer .footer3 {
  font-size: 1rem;
  min-height: 3rem;
  overflow: hidden;
  color: #DADADA;
  background: #333333;
  padding-top: 0.6666rem;
  padding-bottom: 0.6666rem;
}
footer .footer3 a {
  color: #DADADA;
  transition: all ease 0.3s;
  font-size: 1rem;
}
footer .footer3 a:hover {
  color: #FFFFFF;
}
footer .footer3 img {
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.7;
  transition: ease 0.3s all;
}
footer .footer3 img:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 1;
}
footer .footer3 ul {
  padding-bottom: 10px;
}
footer .footer3 ul li {
  display: inline-block;
}
footer .footer3 ul.inf li:after {
  content: '|';
  padding: 0 10px;
}
footer .footer3 ul.inf li:last-of-type:after {
  content: '';
  padding: 0;
}
footer .footer3 .social {
  display: flex;
  padding-right: 2rem;
  margin-top: 0.5rem;
}
footer .footer3 .social li {
  line-height: 1rem;
}
footer .footer3 .social a {
  font-size: 200%;
  margin-right: 1rem;
}
footer .footer3 span:after {
  content: '|';
  color: #DADADA;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
footer .footer3 span:last-of-type:after {
  padding: 0;
  content: '';
}
@media screen and (min-width: 576px) {
  footer .footer1 .toggle {
    display: block;
  }
  footer .footer1 .trigger::after {
    content: '';
  }
  footer .footer1 h3 {
    border-bottom: 0;
  }
  footer .footer3 {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  footer .footer1 > .container > .row .col-12 {
    border-bottom: 0;
  }
  footer p, footer li {
    font-size: 0.85rem;
    line-height: 1.35rem;
  }
  footer .footer3 {
    font-size: 0.85rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
  footer .footer3 ul {
    padding: 0;
    margin: 0;
  }
}
