/* Structure
------------------------------------------------------------- */
#pre-footer {
  background: #64ad4b;
}
#pre-footer h1,
#pre-footer h2,
#pre-footer h3,
#pre-footer h4,
#pre-footer h5,
#pre-footer h6,
#pre-footer p {
  color: #ffffff;
}
#pre-footer .uk-dotnav > .uk-active > *,
#pre-footer .uk-dotnav > * > :hover {
  background-color: #ffffff;
}
#pre-footer .uk-dotnav > * > * {
  border-color: #ffffff;
}
#pre-footer ul > li {
  display: inline;
}
#pre-footer .uk-dotnav li {
  width: auto;
}
#footer {
  background: #f37021;
  display: block;
  padding: 75px 0 65px 0;
  width: 100%;
}
#footer-base {
  background: #f37021;
  padding: 20px 0;
}
@media screen and (max-width: 875px) {
  #footer {
    height: auto;
  }
}
/* Type
------------------------------------------------------------- */
#footer {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
#footer-base {
  color: #ffffff;
}
#footer .small {
  font-size: .8em;
}
#footer #subForm button:hover {
  cursor: pointer;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #ffffff;
}
#footer h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
#footer h5 {
  margin-bottom: 15px;
  font-weight: bold;
}
#footer p {
  margin-top: 0;
}
#footer a:link,
#footer-base a,
#footer-base a:link {
  color: #ffffff;
  font-weight: 300;
}
#footer a:hover,
#footer-base a:hover {
  color: #ffffff;
}
#login-logout a {
  color: #ffffff;
}
#footer h1 {
  line-height: .7;
}
#footer h1 .tb-lg,
#footer h1 .tb-md,
#footer h1 .tb-sml {
  color: #ffffff;
}
/* UiKit Overwrites
------------------------------------------------------------- */
#footer #vertical-nav.uk-nav > li > a {
  color: #ffffff;
  border-bottom: none;
  padding: 0;
}
#footer #vertical-nav.uk-nav > li > a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  display: inline-block;
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.8);
}
#footer .fa {
  color: rgba(255, 255, 255, 0.8);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul > li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
footer ul li ul li {
  margin-bottom: 0;
}
footer #footer ul li a {
  color: #ffffff;
  font-weight: 400;
}
/* Fontawesome Overwrites
------------------------------------------------------------- */
@media screen and (max-width: 639px) {
  #footer {
    text-align: center;
  }
  .fa-ul {
    margin-left: 0 !important;
  }
  .fa-li {
    position: relative !important;
    left: 0 !important;
    display: block !important;
    margin: 0 auto 10px !important;
  }
  .fa-ul > li {
    position: relative !important;
    text-align: center !important;
  }
}
#footer-icons .fa {
  color: #ffffff;
}
#footer-icons .fa-circle {
  border: 2px solid rgba(255, 255, 255, 0.25);
  width: 84px;
  height: 84px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0);
}
