/*Start Required for Integration*/
/* Hide Address Menu */
li.sidebar-addresses {
display: none;
}
/*Hide Address Dashboard Tile */
li#cdash_address {
    display: none;
}
/*Hide Address Dashboard Tile */
li#cdash_myrecentorders {
   display: none;
}
/*End Required for Integration*/

body:not(.asco-theme) .asco-only {
  display: none !important;
}

.asco-theme .asco-hide {
  display: none !important;
}

/* Footer BG Colors */
.footersection-1 {
  background: #E7F0FF;
}

footer.footer > .footersection-2 {
  margin-top: 60px;
}

.nButton.header-button {
  display: flex;
}

.footer-message {
  color: white;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}