.bleedGallery footer {
  display: none !important;
}

footer {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
footer .Accreditations {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  height: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  footer .Accreditations {
    max-width: 400px;
  }
}
footer .footerWell {
  margin-bottom: 1rem;
}
footer .footerWell .sub {
  margin-top: 0 !important;
}
footer .footerWell h4 {
  margin-top: 1rem;
}
footer .footerWell ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
footer .footerWell ul li {
  list-style: none;
  margin-bottom: 0.32rem;
}
footer .footerWell ul li:last-child {
  margin-bottom: 0px;
}
footer .footerWell address {
  margin-bottom: 0.13rem;
}
footer .footerWell .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0.75rem 0rem 0.75rem 0rem;
}
footer .footerWell .embed-container iframe,
footer .footerWell .embed-container object,
footer .footerWell .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footerWellPad {
  padding: 2rem;
}
footer .FooterWellRounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
footer .FooterWellBlackTint {
  background: rgba(0, 0, 0, 0.09);
}
footer .FooterWellWhiteTint {
  background: rgba(255, 255, 255, 0.09);
}
footer a {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s linear;
}
footer a:hover, footer a:active, footer a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* @group Sign-off */
#signoff {
  padding-top: 0rem;
}
#signoff p, #signoff li {
  text-align: center;
}
#signoff ul {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.32rem;
}

/* @end */
/* @group Social Links */
.socialLinksbot {
  margin-top: 1rem;
}
.socialLinksbot a {
  font-size: 1.1em;
  margin-right: 0.75rem;
  transition: all 0.07s linear;
  color: #2e3b3a;
}
.socialLinksbot a:hover, .socialLinksbot a:focus, .socialLinksbot a:active {
  @opacity (0.7);
}

/* @end */
/* @group Footer links */
.footer-links {
  padding: 0px;
  margin: 2rem 0px 0px 0px;
  text-align: center;
  color: #f3f4f5;
}
.footer-links li {
  list-style: none;
  display: inline;
}

.menu-1-columns-2, .menu-2-columns-2, .menu-3-columns-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.menu-1-columns-3, .menu-2-columns-3, .menu-3-columns-3 {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .footerWell ul, .menu-1-columns-2, .menu-2-columns-2, .menu-3-columns-2, .menu-1-columns-3, .menu-2-columns-3, .menu-3-columns-3 {
    column-count: 2;
  }
  .footerWell {
    margin-bottom: 1rem !important;
  }
  .footerWellPad {
    padding: 1rem !important;
  }
}
