.footer {
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 0;
  overflow: hidden;
}

@media (min-width: 980px) {
  .footer {
    display: flex;
    justify-content: space-between;
  }
  .footer > .block:first-child {
    flex-shrink: 0;
  }
  .footer > .block:not(:first-child) {
    margin-left: 40px;
  }
}

.footer-wrapper {
  background-color: #45545f;
  color: #fff;
  font-weight: 300;
}

.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper h5,
.footer-wrapper h6 {
  color: #fff;
}

.footer-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-wrapper a:hover {
  color: #fdb813;
  text-decoration: none;
}

.footer-wrapper .block > .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.footer-wrapper .block > .menu > li {
  font-size: 0.88889rem;
  line-height: 1.3;
  display: block;
  text-align: left;
  margin-bottom: 1em;
  padding: 0;
}

.footer-wrapper .block > .menu > li > ul.menu {
  margin-left: 0;
}

.footer-wrapper .block > .menu > li > ul.menu li {
  padding-top: .625em;
  list-style-type: none;
  list-style-image: none;
}

.footer-wrapper .block > .menu > li > ul.menu ul.menu {
  border-left: 2px solid #fff;
  padding-left: 5px;
  margin-top: 0.5em;
  margin-left: 0;
}

.footer-wrapper .block > .menu > li > ul.menu ul.menu li:first-child {
  padding-top: 0;
}

@media (min-width: 555px) {
  .footer-wrapper .block > .menu > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .footer-wrapper .block > .menu > li {
    width: 25%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

.footer-wrapper .block > .menu > li:first-child {
  width: 100%;
  margin-bottom: 1em;
}

.footer-wrapper .block > .menu > li:first-child ul.menu li {
  display: inline-block;
}

.footer-wrapper .block > .menu > li > a,
.footer-wrapper .block > .menu > li > span {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "adelle-sans-condensed", "adelle-sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.footer-wrapper .block > .menu > li a.is-active {
  color: #a4aaad;
}

#footer-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#footer-social li {
  display: inline-block;
  vertical-align: middle;
}

#footer-social li a {
  /* Saf3-4, iOS 1+, Android 1.5+ */
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box;
  box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.1);
  display: block;
  margin: 5px 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fdb813;
  color: #1d252c;
  font-size: 0;
}

#footer-social li a i {
  font-size: 18px;
  line-height: 30px;
}

#footer-social li a:hover {
  background: #bd560c;
}

.bottom-wrapper {
  font-size: 0.88889rem;
  line-height: 1;
  color: #fff;
  padding: 10px 0;
  overflow: hidden;
}

.bottom-wrapper a {
  color: #fff;
  text-decoration: none;
}

.bottom-wrapper a:hover {
  color: #fdb813;
  text-decoration: none;
}

.bottom-wrapper ul.menu a.is-active {
  color: #a4aaad;
}

@media (min-width: 980px) {
  .bottom-wrapper .container {
    display: flex;
    justify-content: space-between;
  }
  .bottom-wrapper .container .block {
    margin-bottom: 0;
  }
}

.bottom-wrapper ul.menu {
  margin: 0;
  padding: 0;
}

.bottom-wrapper ul.menu li {
  list-style-type: none;
  display: inline-block;
  padding-right: .75em;
}

.bottom-wrapper .block:last-child,
.bottom-wrapper .block p:last-child {
  margin: 0;
}

.role-administrator .bottom-wrapper {
  padding-bottom: 80px;
}

/*# sourceMappingURL=footer.css.map */
