/* The following rules implement just the bare minimal bits of Bootstrap needed for the footer */
footer *, footer ::after, footer ::before {
  box-sizing: border-box;
}

footer {
  padding-top: 15px;
}

footer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

footer .col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
footer .col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

footer .col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

footer .offset-md-5 {
  margin-left: 41.666667%;
}

footer address {
  font-style: normal;
}

footer .col, footer .col-1, footer .col-10, footer .col-11, footer .col-12, footer .col-2,
footer .col-3, footer .col-4, footer .col-5, footer .col-6, footer .col-7, footer .col-8,
footer .col-9, footer .col-auto, footer .col-lg, footer .col-lg-1, footer .col-lg-10,
footer .col-lg-11, footer .col-lg-12, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4,
footer .col-lg-5, footer .col-lg-6, footer .col-lg-7, footer .col-lg-8, footer .col-lg-9,
footer .col-lg-auto, footer .col-md, footer .col-md-1, footer .col-md-10, footer .col-md-11,
footer .col-md-12, footer .col-md-2, footer .col-md-3, footer .col-md-4, footer .col-md-5,
footer .col-md-6, footer .col-md-7, footer .col-md-8, footer .col-md-9, footer .col-md-auto,
footer .col-sm, footer .col-sm-1, footer .col-sm-10, footer .col-sm-11, footer .col-sm-12,
footer .col-sm-2, footer .col-sm-3, footer .col-sm-4, footer .col-sm-5, footer .col-sm-6,
footer .col-sm-7, footer .col-sm-8, footer .col-sm-9, footer .col-sm-auto, footer .col-xl,
footer .col-xl-1, footer .col-xl-10, footer .col-xl-11, footer .col-xl-12, footer .col-xl-2,
footer .col-xl-3, footer .col-xl-4, footer .col-xl-5, footer .col-xl-6, footer .col-xl-7,
footer .col-xl-8, footer .col-xl-9, footer .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
