.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 2.5rem 0;
  margin: 0 auto;
  background: #007aa2 url("/themes/comp1ext/img/footer.jpg") center center;
  background-size: cover;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.footer_content {
  width: 100%;
  margin: 0 auto;
  padding: 0 -webkit-calc((100% - 1180px)/2);
  padding: 0 calc((100% - 1180px)/2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_customBlock {
  margin-left: 1rem;
}
.footer_copyright {
  margin: 0 0 0.5rem;
}
.footer_copyright__studio {
  margin-left: 1rem;
}
.footer a {
  color: #abe9f4;
}
.footer a:not(:active):hover {
  color: #fff;
}
a.footer_totallyNotALink {
  color: inherit;
}
a.footer_totallyNotALink:hover {
  color: inherit !important;
}
a.footer_totallyNotALink > span {
  color: #abe9f4;
}
a.footer_totallyNotALink:hover > span {
  color: #fff;
}
.footerMenu {
  zoom: 1;
  margin-bottom: 1.5rem;
}
.footerMenu:after,
.footerMenu:before {
  content: "";
  display: table;
}
.footerMenu:after {
  clear: both;
}
.footerMenu_firstLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 1180px;
}
.footerMenu_firstLevelItem {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  padding: 0.5rem 0;
}
.footerMenu_firstLevelItem:after {
  content: "";
  display: block;
  width: 2px;
  height: 1.75rem;
}
.footerMenu_firstLevelItem:after {
  margin-left: 2px;
  margin-right: 2px;
}
.footerMenu_firstLevel > .footerMenu_firstLevelItem:last-child:not(.footerMenu_firstLevelItem__right):after,
.footerMenu_firstLevel > .footerMenu_firstLevelItem__last:after {
  content: none;
}
.footerMenu_firstLevelItemLink {
  display: block;
  padding: 0.625rem 1rem;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  border: 2px solid transparent;
  border-radius: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.footerMenu_firstLevelItemLink:not(.footerMenu_firstLevelItemLink__section):not(.footerMenu_firstLevelItemLink__active):hover {
  background-color: #00a2c5;
  border-color: #00a2c5;
  box-shadow: inset 0 0 0 2px #285594;
}
.footerMenu_firstLevelItemLink__section {
  background-color: #fff;
  color: #285594 !important;
  border-color: #fff;
  box-shadow: inset 0 0 0 2px #285594;
}

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