@media (min-width: 769px), print {
  .nav-sections-item-content .accessible-navigation-menu {
    display: block;
  }
}
nav.megamenu {
  display: none;
  z-index: 1001;
}
.megamenu {
  position: relative;
}
.accessible-megamenu {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  height: 3.077em;
  color: #454545;
  background-color: #dfe2e2;
  border-color: #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 0 1px 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  border-bottom: 0;
}
.nav-item .title {
  margin-bottom: 0.25em;
}
ul > li.nav-item,
ol > li.nav-item {
  margin-bottom: 0.25em;
}
.accessible-megamenu > .accessible-megamenu-top-nav-item {
  position: static;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  float: left;
  color: #454545 !important;
  text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  border-right: 1px solid #b3b3b3;
  border-right-color: rgba(0, 0, 0, 0.3);
}
.accessible-megamenu :focus {
  outline: 2px solid rgba(34, 95, 215, 0.3);
  -moz-outline-radius: 3px;
}
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
  position: relative;
  display: block;
  line-height: 3em;
  height: 3em;
  padding-left: 0.769em;
  padding-right: 0.769em;
  color: #454545 !important;
  text-decoration: none;
  box-shadow: inset 1px 1px 0 #fff;
  z-index: inherit;
}
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus {
  color: #333 !important;
  outline-offset: -1px;
}
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open {
  margin-left: 0;
  background: #f5f8fa none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  z-index: 1002;
}
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open {
  background: #f5f8fa none;
  padding-bottom: 2px;
}
.accessible-megamenu > .accessible-megamenu-top-nav-item:first-child a[aria-expanded] {
  border-bottom-left-radius: 3px;
}
.accessible-megamenu > .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open {
  border-bottom-left-radius: 0;
  border-left: 1px solid #b3b3b3;
  border-left-color: rgba(0, 0, 0, 0.3);
  left: -1px;
  margin-right: -1px;
}
.accessible-megamenu .accessible-megamenu-panel {
  position: absolute;
  display: block;
  left: -1px;
  color: #454545;
  margin: 0;
  padding: 0 0.769em 0.769em;
  line-height: normal;
  background-color: #f5f8fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background-image: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  cursor: default;
  -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  -moz-box-shadow: 0 4px 6px -2px -moz-rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  visibility: hidden;
  top: -9999em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  border: 1px solid #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-panel.open {
  visibility: visible;
  top: 3em;
  max-height: 600px;
  opacity: 1;
  z-index: 1001;
  -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}
.accessible-megamenu .accessible-megamenu-panel a {
  display: inline-block;
  font-size: 0.92em;
  line-height: 1.2em;
  text-decoration: none;
  color: #225fd7;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0.5em;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  /* width: 878px; */
  width: 100%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
  width: 22%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  /* width: 878px; */
  width: 100%;
  left: -6.462em;
  border-top-left-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
  width: 16%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li:last-child {
  width: 25%;
  text-align: center;
}
.accessible-megamenu .accessible-megamenu-panel p {
  margin-top: 10px;
}
.accessible-megamenu-panel-group.featured figcaption {
  margin: 10px auto;
  text-decoration: none;
  border: 0;
}
.accessible-megamenu-panel-group.featured figcaption a {
  text-decoration: none;
  border: 0;
}
.accessible-megamenu .accessible-megamenu-panel.cols-3 {
  width: 724px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
  width: 30%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  /* width: 615px; */
  width: 100%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
  width: auto;
}
.accessible-megamenu .accessible-megamenu-panel ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessible-megamenu .accessible-megamenu-panel ol > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li {
  float: left;
  display: block;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 0 0 #fff;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
  padding-left: 0;
  border-left: none;
  box-shadow: none;
}
.accessible-megamenu .accessible-megamenu-panel > p {
  color: #454545;
  font-size: 1.2em;
  line-height: 1.1em;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
  font-weight: 700;
  color: #454545;
  font-size: 1.2em;
  margin-bottom: 6px;
  padding-top: 0.4em;
  padding-bottom: 0;
  line-height: 1.1em;
}
.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  width: auto;
  text-indent: -2.333em;
  padding-left: 2.333em;
}
.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
  color: #225fd7;
  text-decoration: underline;
}
.accessible-megamenu .accessible-megamenu-panel > h2 > a {
  font-weight: 700;
  color: #454545;
  font-size: 1.5em;
  margin-bottom: 0;
  margin-top: 0.8em;
  padding-bottom: 0;
  line-height: 1.4em;
}
.accessible-megamenu .accessible-megamenu-panel > h2 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > h2 > a:focus,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
  color: #333;
}
.accessible-megamenu .accessible-megamenu-panel hr {
  border-width: 1px 0;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #fff;
}
.accessible-megamenu:not(.js-accessible-megamenu) .accessible-megamenu-panel > h2 {
  display: none;
}
.accessible-megamenu-toggle {
  display: none;
  background: 0 0;
  border: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 1em;
  width: 33px;
  height: 33px;
}
.accessible-megamenu-toggle > span:not(.sr-only) {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.accessible-megamenu-toggle > span {
  margin-top: 5px;
}
.accessible-megamenu-toggle > span:nth-last-child(1) {
  transform-origin: 0% 100%;
}
.accessible-megamenu-toggle[aria-expanded="true"] > span {
  margin-top: 0;
  opacity: 1;
  transform: rotate(45deg) translate(4px, -3px);
  background: #000;
  border-radius: 0;
}
.accessible-megamenu-toggle[aria-expanded="true"] > span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.accessible-megamenu-toggle[aria-expanded="true"] > span:nth-last-child(1) {
  transform: rotate(-45deg) translate(0px, 7px);
}
@media (max-width: 920px) {
  .accessible-megamenu > .accessible-megamenu-top-nav-item {
    position: static;
  }
  .accessible-megamenu .accessible-megamenu-panel.cols-4,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b,
  .accessible-megamenu .accessible-megamenu-panel.cols-3,
  .accessible-megamenu .accessible-megamenu-panel.cols-1 {
    width: auto;
    left: 0;
    right: 0;
  }
  .accessible-megamenu .accessible-megamenu-panel.open {
    max-height: inherit;
  }
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    width: 44%;
  }
  .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    width: 100%;
  }
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    min-height: 256px;
  }
  .accessible-megamenu .accessible-megamenu-panel > ol > li {
    float: left;
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li:nth-of-type(3),
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li:nth-of-type(3),
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li:nth-of-type(3) {
    padding-left: 0;
    border-left: none;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .accessible-megamenu h2,
  .accessible-megamenu h3,
  .accessible-megamenu h4 {
    font-size: 1.4em;
    line-height: inherit;
    font-weight: normal;
  }
  ol.accessible-megamenu {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li:last-child {
    width: 100%;
  }
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    width: 100% !important;
    min-height: auto !important;
  }
  .accessible-megamenu .accessible-megamenu-panel > ol > li {
    padding-left: 0;
    border-left: 0;
    box-shadow: 0;
  }
}
@media (max-width: 434px) {
  .accessible-megamenu-toggle {
    display: block;
    z-index: 3;
  }
  .accessible-megamenu-toggle ~ .accessible-megamenu > .accessible-megamenu-top-nav-item {
    height: 0;
    overflow: hidden;
    visibility: collapse;
  }
  .accessible-megamenu-toggle[aria-expanded="true"] ~ .accessible-megamenu > .accessible-megamenu-top-nav-item {
    height: auto;
    overflow: visible;
    visibility: visible;
  }
  .accessible-megamenu {
    height: auto;
    padding-top: 3.077em;
    z-index: 2;
  }
  .accessible-megamenu > .accessible-megamenu-top-nav-item {
    border-right: 0;
    float: none;
    width: 100%;
    height: auto;
  }
  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
    box-shadow: none;
  }
  .accessible-megamenu .accessible-megamenu-panel,
  .accessible-megamenu .accessible-megamenu-panel.open {
    position: relative;
    top: 0;
    border: 0;
    box-shadow: none;
    padding-bottom: 0;
  }
  .accessible-megamenu .accessible-megamenu-panel.open {
    padding-bottom: 0.769em;
    max-height: 350px;
    overflow: auto;
  }
}
@media (max-width: 414px) {
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    width: 100%;
  }
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    padding-left: 0;
    border-left: none;
    box-shadow: none;
  }
}
/* Rudimentary mega menu CSS overrides for demonstration */
/* mega menu list */
.nav-menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  height: fit-content;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  left: 0;
}
.accessible-megamenu .accessible-megamenu-panel {
  background-image: inherit;
}
.accessible-megamenu .accessible-megamenu-panel.open {
  max-height: fit-content;
  padding: 1em 2em;
}
.accessible-megamenu .accessible-megamenu-panel.open {
  top: unset;
}
.accessible-megamenu > .accessible-megamenu-top-nav-item a.open:hover,
.accessible-megamenu > .accessible-megamenu-top-nav-item a.open:focus,
.accessible-megamenu > .accessible-megamenu-top-nav-item a.open:active {
  background: #b30000;
  color: white !important;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
@media (max-width: 920px) {
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    min-height: 300px;
  }
}
.accessible-megamenu {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  text-indent: 0;
  padding-left: 0;
}
.accessible-megamenu > .accessible-megamenu-top-nav-item {
  border-right: 1px solid #ebebeb;
  border-right-color: rgb(235, 235, 235);
  border-right-color: rgba(207, 207, 207, 0.3);
}
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-weight: normal;
  font-size: 1.5rem;
}
nav#accessible-megamenu {
  max-width: 1280px;
}
ol.accessible-megamenu {
  display: flex;
}
li.accessible-megamenu-top-nav-item,
p.accessible-megamenu-top-nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.accessible-megamenu-panel.open {
  text-align: left;
}
.accessible-megamenu-panel-group li.nav-item ul > li.nav-item {
  margin-bottom: 0;
}
p.accessible-megamenu-top-nav-item {
  position: relative;
  display: block;
  line-height: 3em;
  height: 3em;
  padding-left: 0.769em;
  padding-right: 0.769em;
  color: #454545 !important;
  text-decoration: none;
  box-shadow: inset 1px 1px 0 #fff;
  z-index: inherit;
  padding-left: 1.4em !important;
  padding-right: 1.4em !important;
  font-weight: normal;
  font-size: 1.5rem;
}
p.accessible-megamenu-top-nav-item {
  line-height: 3em;
  color: #454545 !important;
  padding-left: 1.4em !important;
  padding-right: 1.4em !important;
  font-weight: normal;
  font-size: 1.5rem;
}
p.accessible-megamenu-top-nav-item a {
  display: inline-block;
  text-decoration: none;
  color: #454545 !important;
}
p.accessible-megamenu :active,
p.accessible-megamenu-top-nav-item a:active,
p.accessible-megamenu-top-nav-item a:focus {
  outline: 0 !important;
  -moz-outline-radius: 0;
}
p.accessible-megamenu-top-nav-item:hover {
  margin-left: 0;
  background: #f5f8fa none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  z-index: 1002;
}
@media (max-width: 480px) {
  p.accessible-megamenu-top-nav-item {
    text-align: center;
  }
  p.accessible-megamenu-top-nav-item span.title {
    margin: 0;
  }
}
p.accessible-megamenu-top-nav-item.hyperlink-only.new {
  font-weight: bolder;
}
/* .accessible-megamenu-top-nav-item .title.deals {
    color: #d90000;
    font-weight: bold;
}  */
.accessible-megamenu-panel-group .block-static-block.widget,
.accessible-megamenu-panel-group .block-cms-link.widget {
  margin-bottom: 0;
  line-height: 0;
}
.accessible-megamenu .accessible-megamenu-panel a {
  margin-bottom: 0;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
  padding: 0;
  margin: 0;
}
.accessible-megamenu .accessible-megamenu-panel.cols-3.push-right {
  left: unset;
  right: 1px;
}
.item-submenu {
  list-style: disc;
}
