.zonePlace:has(#idPrimaryFullWidthContainer) {
  padding: 0;
}
div#idPrimaryFullWidthContainer {
  max-width: 100%;
}
#idPrimaryFullWidthContainer > div {
  padding: 0;
}
#idPrimaryFullWidthContainer > div > div[id^="id_"] {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

div#full-page-header {
  max-width: 100% !important;
  overflow: visible;
}
#full-page-header li.nav-item a {
    background: none;
    padding: 0;
    display: inherit;
}
div#top-bar {
    background: #415969;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: #415969;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/*
@media (min-width: 1281px) {
  div#full-page-header {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (max-width: 600px) {
  div#full-page-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
*/
#header-right-menu ul,
#header-left-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
}

#header-right-menu ul li,
#header-right-left ul li {
  display: block;
  flex-shrink: 0;
}

#header-right-menu ul li a,
#header-left-menu ul li a {
  margin-left: 1rem;
  margin-right: 1rem;
}

#header-right-menu ul {
  justify-content: flex-end;
}

#header-left-menu ul {
  justify-content: flex-start;
}

.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

/** Footer **/
#footer-row {
    background: #415969;
    color: #fff;
}
#footer-row a {
    color: #fff;
    text-decoration: none;
}
#footer-row a:hover, #top-bar a:hover {
    color: #a5e01d;
    text-decoration: underline;
}
ul#menu-footer {
    font-size: 1.125rem;
}
.WaGadgetLast {
    margin-bottom: 0.75rem;
}
#footer-row-gradient {
  background: linear-gradient(to top, #415969 50%, transparent 50%);
}
#footer-row-gradient-right {
  background: #6d8d24;
  color: #fff;
}
#footer-row-gradient-right h2 {
    color: #fff;
}
#footer-row-gradient-right a {
  color: #fff;
  text-decoration: none;
}
#footer-row-gradient-right a:hover {
  color: #415969;
  text-decoration: underline;
}
.icon-column {
    margin-left: 5rem;
}