@charset "utf-8";
footer {
  background-color: rgba(251, 176, 59, 0.6);
  padding: 1em;
  color: #ffffff;
  opacity: 0.7;
  margin: 0;
  padding: 1em 30px 1em 2em;
  clear: both;
}
footer nav.bottom-pc {
  margin-bottom: 24px;
}
footer ul#footer-cds {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  width: 100%;
  float: left;
}
footer ul#footer-cds li {
  float: left;
  height: 104px;
}
footer ul#footer-cds li img {
  width: 100px;
  height: 100px;
  margin-right: 9px;
  padding: 2px;
}
footer ul#footer-cds li a:hover img {
  width: 104px;
  height: 104px;
  padding: 0;
}
footer ul#footer-cds li:last-of-type img {
  margin-right: 0;
}
footer #ft-text {
  clear: both;
  font-size: 13.5px;
}
footer #ft-text a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dashed #ffffff;
  /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
}
footer #ft-text a:visited {
  color: #cfcfcf;
  text-decoration: none;
  border-bottom: 1px dashed #ffffff;
}
footer #ft-text a:hover,
footer #ft-text a:active,
footer #ft-text a:focus {
  text-decoration: none;
  color: #ffffff;
  border-bottom: none;
}
footer #ft-text #ft-email-list {
  padding: 0;
  margin-bottom: 12px;
  align: left;
}
footer #ft-text #ft-email-list div.mc-field-group {
  display: inline;
}
footer #ft-text #ft-email-list div.mc-field-group label {
  display: inline;
}
footer #ft-text #ft-email-list div.mc-field-group input#mce-EMAIL {
  display: inline-block;
  width: 300px;
  margin: 0 1em;
}
footer #ft-text #ft-email-list div#mce-responses {
  display: inline;
}
footer #ft-text #ft-email-list input.button {
  display: inline-block;
  width: 75px;
}
footer #ft-text #ft-contact {
  margin-bottom: 8px;
}
footer #ft-text #ft-contact #ft-email {
  padding-right: 1em;
  display: inline;
  border-right: 2px solid white;
}
footer #ft-text #ft-contact #ft-copy {
  display: inline;
  margin-left: 1em;
}
footer #ft-text #ft-credit {
  margin-bottom: 0;
  font-size: 10px;
  text-align: left;
  width: 100%;
  float: left;
  clear: both;
}
@media screen and (min-width: 480px) {
  nav.bottom-mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  footer {
    margin: 0;
    padding: 12px;
    width: calc(100% - 24px);
    float: none;
    clear: both;
  }
  footer nav.bottom-pc {
    display: none;
  }
  footer ul#footer-cds {
    margin: 0 auto 12px auto;
  }
  footer ul#footer-cds li {
    width: 29%;
    margin: 0 2% 0 2%;
  }
  footer ul#footer-cds li img {
    width: 80px;
    height: 80px;
    margin: 4px;
  }
  footer #ft-text {
    text-align: center;
  }
  footer #ft-text #ft-email-list {
    margin-bottom: 6px;
  }
  footer #ft-text #ft-email-list div.mc-field-group label {
    display: block;
    text-align: left;
    width: 100%;
  }
  footer #ft-text #ft-email-list div.mc-field-group input#mce-EMAIL {
    display: block;
    width: calc(100% - 6px);
    margin: 0;
  }
  footer #ft-text #ft-email-list input.button {
    width: 125px;
    padding: 2px 4px;
    border: 1px solid black;
    margin: 8px;
    background-color: #dddddd;
  }
  footer #ft-text #ft-contact {
    padding: 8px 0;
  }
  footer #ft-text #ft-contact #ft-email {
    text-align: center;
    padding-right: 0;
    display: block;
    border-right: none;
  }
  footer #ft-text #ft-contact #ft-copy {
    text-align: center;
    display: inline;
    margin-left: 1em;
  }
  footer #ft-text #ft-credit {
    text-align: center;
  }
}
@media print {
  footer {
    padding: 0;
  }
  footer #ft-copy,
  footer #ft-text,
  footer #ft-contact {
    margin-left: 0;
    display: block;
  }
  footer #footer-cds,
  footer #ft-email-list,
  footer nav {
    display: none;
  }
}
/*# sourceMappingURL=_footer.css.map */