/* Footers - post-login */

.footer-container {
  background: #154c29;
}
.footer-contact-text {
  font-size: 0.8em;
  line-height: 1.4em;
  color: #ffffff;
}
.menu-container {
  margin-left: 2.5em;
  margin-right: 2.5em;
  border-top: 0.5px solid #00ba78;
  padding-top: 1.5em;
}
.button-footer-primary {
  transition: all .15s ease-out;
  padding: 0.25em 1em 0.25em 1em;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0px solid transparent;
  border-radius: 0px;
  background: transparent;
  display: block;
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  font-size: 1em;
  color: #B6D1DA;
  font-weight: 400;
  line-height: 1.15em;
  text-align: left;
  cursor: pointer;
  outline: none;
  min-height: 20px;
  width: 100%;
  position: relative;
}
.button-footer-primary:hover {
  transition: all .15s ease-out;
  padding: 0.25em 1em 0.25em 1em;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
    border-right-color: currentcolor;
  border-left: 0px solid transparent;
    border-left-color: transparent;
  border-radius: 0px;
  background: transparent;
  display: block;
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  font-size: 1em;
  color: #00ba78;
  min-height: 20px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  text-align: left;
  outline: none;
  text-shadow: 0px 0px 2px black;
}
.button-footer-primary {
  transition: all .15s ease-out;
  padding: 0.25em 1em 0.25em 1em;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0px solid transparent;
  border-radius: 0px;
  background: transparent;
  display: block;
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  font-size: 1em;
  color: #B6D1DA;
  font-weight: 400;
  line-height: 1.15em;
  text-align: left;
  cursor: pointer;
  outline: none;
  min-height: 20px;
  width: 100%;
  position: relative;
}
.button-footer-placeholder {
  transition: all .15s ease-out;
  padding: 0.25em 1em 0.25em 1em;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0px solid transparent;
  border-radius: 0px;
  background: transparent;
  display: block;
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  font-size: 1em;
  color: #B6D1DA;
  font-weight: 400;
  line-height: 1.15em;
  text-align: left;
  outline: none;
  min-height: 20px;
  width: 100%;
  position: relative;
}
.button-footer-secondary {
  transition: all .15s ease-out;
  padding: 0.25em 1em 0.25em 1.75em;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
    border-right-color: currentcolor;
  border-left: 0px solid transparent;
    border-left-color: transparent;
  border-radius: 0px;
  background: transparent;
  display: block;
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  font-size: 1em;
  color: #ffffff;
  min-height: 20px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  text-align: left;
  outline: none;
  text-shadow: 0px 0px 2px black;
}
.button-footer-secondary:hover {
  transition: all .15s ease-out;
  padding: 0.25em 1em 0.25em 1.75em;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
    border-right-color: currentcolor;
  border-left: 0px solid transparent;
    border-left-color: transparent;
  border-radius: 0px;
  background: transparent;
  display: block;
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  font-size: 1em;
  color: #00ba78;
  min-height: 20px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  text-align: left;
  outline: none;
  text-shadow: 0px 0px 2px black;
}
#foot-links {
  padding-top: 2.5em;
  border-top: 0.5px solid #00ba78;
  font-size: 0.85em;
  line-height: 1.7em;
}
#foot-links a {
  font-weight: normal;
  font-family: Roboto, san-serif;
}